diff options
Diffstat (limited to 'w32/VS2022/perf_replies.vcxproj')
-rw-r--r-- | w32/VS2022/perf_replies.vcxproj | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/w32/VS2022/perf_replies.vcxproj b/w32/VS2022/perf_replies.vcxproj new file mode 100644 index 00000000..eb8d350c --- /dev/null +++ b/w32/VS2022/perf_replies.vcxproj | |||
@@ -0,0 +1,41 @@ | |||
1 | <?xml version="1.0" encoding="utf-8"?> | ||
2 | <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
3 | <Import Project="$(SolutionDir)..\common\vs_dirs.props" /> | ||
4 | <Import Project="$(MhdW32Common)project-configs.props" /> | ||
5 | <PropertyGroup Label="Globals"> | ||
6 | <VCProjectVersion>17.0</VCProjectVersion> | ||
7 | <Keyword>Win32Proj</Keyword> | ||
8 | <ProjectGuid>{0192c6b5-d870-4857-b673-471e3ebd41d4}</ProjectGuid> | ||
9 | <RootNamespace>perf_replies</RootNamespace> | ||
10 | </PropertyGroup> | ||
11 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | ||
12 | <PropertyGroup Label="Configuration"> | ||
13 | <ConfigurationType>Application</ConfigurationType> | ||
14 | <UseDebugLibraries Condition="$(Configuration.StartsWith('Debug'))">true</UseDebugLibraries> | ||
15 | <UseDebugLibraries Condition="! $(Configuration.StartsWith('Debug'))">false</UseDebugLibraries> | ||
16 | <PlatformToolset>v143</PlatformToolset> | ||
17 | <WholeProgramOptimization Condition="! $(Configuration.StartsWith('Debug'))">true</WholeProgramOptimization> | ||
18 | <CharacterSet>Unicode</CharacterSet> | ||
19 | </PropertyGroup> | ||
20 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | ||
21 | <ImportGroup Label="ExtensionSettings"> | ||
22 | </ImportGroup> | ||
23 | <ImportGroup Label="Shared"> | ||
24 | </ImportGroup> | ||
25 | <ImportGroup Label="PropertySheets"> | ||
26 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
27 | </ImportGroup> | ||
28 | <PropertyGroup Label="UserMacros" /> | ||
29 | <Import Project="$(MhdW32Common)common-build-settings.props" /> | ||
30 | <Import Project="$(MhdW32Common)apps-build-settings.props" /> | ||
31 | <PropertyGroup /> | ||
32 | <ItemDefinitionGroup> | ||
33 | <ClCompile /> | ||
34 | <Link /> | ||
35 | <ProjectReference /> | ||
36 | </ItemDefinitionGroup> | ||
37 | <Import Project="$(MhdW32Common)perf_replies-files.vcxproj" /> | ||
38 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | ||
39 | <ImportGroup Label="ExtensionTargets"> | ||
40 | </ImportGroup> | ||
41 | </Project> \ No newline at end of file | ||