1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <Project DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3+ <ItemGroup Label =" ProjectConfigurations" >
4+ <ProjectConfiguration Include =" Debug|ARM64" >
5+ <Configuration >Debug</Configuration >
6+ <Platform >ARM64</Platform >
7+ </ProjectConfiguration >
8+ <ProjectConfiguration Include =" Debug|Win32" >
9+ <Configuration >Debug</Configuration >
10+ <Platform >Win32</Platform >
11+ </ProjectConfiguration >
12+ <ProjectConfiguration Include =" Release|ARM64" >
13+ <Configuration >Release</Configuration >
14+ <Platform >ARM64</Platform >
15+ </ProjectConfiguration >
16+ <ProjectConfiguration Include =" Release|Win32" >
17+ <Configuration >Release</Configuration >
18+ <Platform >Win32</Platform >
19+ </ProjectConfiguration >
20+ <ProjectConfiguration Include =" Debug|x64" >
21+ <Configuration >Debug</Configuration >
22+ <Platform >x64</Platform >
23+ </ProjectConfiguration >
24+ <ProjectConfiguration Include =" Release|x64" >
25+ <Configuration >Release</Configuration >
26+ <Platform >x64</Platform >
27+ </ProjectConfiguration >
28+ </ItemGroup >
29+ <PropertyGroup Label =" Globals" >
30+ <CppWinRTOptimized >true</CppWinRTOptimized >
31+ <CppWinRTRootNamespaceAutoMerge >true</CppWinRTRootNamespaceAutoMerge >
32+ <CppWinRTGenerateWindowsMetadata >true</CppWinRTGenerateWindowsMetadata >
33+ <MinimalCoreWin >true</MinimalCoreWin >
34+ <VCProjectVersion >16.0</VCProjectVersion >
35+ <ProjectGuid >{FF5FDA08-F84A-4AB1-9D8C-0EC78EA5A08C}</ProjectGuid >
36+ <RootNamespace >stress_test</RootNamespace >
37+ <ProjectName >stress_test</ProjectName >
38+ <ConfigurationType >Application</ConfigurationType >
39+ <!-- Not using the real nuget package so override-->
40+ <CppWinRTPackageDir >..\_build\$(Platform)\$(Configuration)</CppWinRTPackageDir >
41+ <CppWinRTPackage >false</CppWinRTPackage >
42+ </PropertyGroup >
43+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.Default.props" />
44+ <PropertyGroup Condition =" '$(Configuration)'=='Debug'" Label =" Configuration" >
45+ <UseDebugLibraries >true</UseDebugLibraries >
46+ </PropertyGroup >
47+ <PropertyGroup Condition =" '$(Configuration)'=='Release'" Label =" Configuration" >
48+ <UseDebugLibraries >false</UseDebugLibraries >
49+ <WholeProgramOptimization >true</WholeProgramOptimization >
50+ </PropertyGroup >
51+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.props" />
52+ <ItemDefinitionGroup >
53+ <ClCompile >
54+ <AdditionalIncludeDirectories >$(OutputPath);Generated Files;..;..\..\cppwinrt</AdditionalIncludeDirectories >
55+ <TreatWarningAsError >true</TreatWarningAsError >
56+ </ClCompile >
57+ <Link >
58+ <SubSystem >Console</SubSystem >
59+ </Link >
60+ <PreBuildEvent >
61+ <!-- <Command>$(CppWinRTDir)cppwinrt -in $(OutputPath)test_component.winmd $(OutputPath)test_component_no_pch.winmd -out "$(ProjectDir)Generated Files" -ref sdk -verbose</Command> -->
62+ <Command >powershell.exe -NoProfile -NonInteractive -File "$(ProjectDir)GeneratePrecompiledHeader.ps1" -generatedFilesDir "$(ProjectDir)Generated Files" -cppwinrtHeaderFolder "$(CppWinRTDir)\winrt"</Command >
63+ </PreBuildEvent >
64+ </ItemDefinitionGroup >
65+ <ItemDefinitionGroup Condition =" '$(Configuration)'=='Release'" >
66+ <ClCompile >
67+ <Optimization >MaxSpeed</Optimization >
68+ <FunctionLevelLinking >true</FunctionLevelLinking >
69+ <IntrinsicFunctions >true</IntrinsicFunctions >
70+ <PreprocessorDefinitions >NOMINMAX;_MBCS;%(PreprocessorDefinitions)</PreprocessorDefinitions >
71+ <RuntimeLibrary >MultiThreaded</RuntimeLibrary >
72+ </ClCompile >
73+ <Link >
74+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
75+ <OptimizeReferences >true</OptimizeReferences >
76+ </Link >
77+ </ItemDefinitionGroup >
78+ <ItemDefinitionGroup Condition =" '$(Configuration)'=='Debug'" >
79+ <ClCompile >
80+ <Optimization >Disabled</Optimization >
81+ <PreprocessorDefinitions >_MBCS;%(PreprocessorDefinitions)</PreprocessorDefinitions >
82+ <RuntimeLibrary >MultiThreadedDebug</RuntimeLibrary >
83+ </ClCompile >
84+ </ItemDefinitionGroup >
85+ <ItemGroup >
86+ <ClCompile Include =" main.cpp" >
87+ <PrecompiledHeader >Use</PrecompiledHeader >
88+ </ClCompile >
89+ <ClCompile Include =" pch.cpp" >
90+ <PrecompiledHeader >Create</PrecompiledHeader >
91+ </ClCompile >
92+ </ItemGroup >
93+ <ItemGroup >
94+ <ClInclude Include =" $(ProjectDir)Generated Files\pch.h" />
95+ </ItemGroup >
96+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
97+ <ImportGroup Label =" ExtensionTargets" >
98+ </ImportGroup >
99+ </Project >
0 commit comments