1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <Project DefaultTargets =" Build" ToolsVersion =" 15.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3+ <Import Project =" ..\packages\Microsoft.Windows.CppWinRT.2.0.220531.1\build\native\Microsoft.Windows.CppWinRT.props" Condition =" Exists('..\packages\Microsoft.Windows.CppWinRT.2.0.220531.1\build\native\Microsoft.Windows.CppWinRT.props')" />
4+ <PropertyGroup Label =" Globals" >
5+ <CppWinRTOptimized >true</CppWinRTOptimized >
6+ <CppWinRTRootNamespaceAutoMerge >true</CppWinRTRootNamespaceAutoMerge >
7+ <CppWinRTGenerateWindowsMetadata >true</CppWinRTGenerateWindowsMetadata >
8+ <MinimalCoreWin >true</MinimalCoreWin >
9+ <VCProjectVersion >15.0</VCProjectVersion >
10+ <ProjectGuid >{ef52920e-b52d-48e9-9348-88e89429e26d}</ProjectGuid >
11+ <Keyword >Win32Proj</Keyword >
12+ <RootNamespace >PackageWithExternalLocationCppAppSetup</RootNamespace >
13+ <WindowsTargetPlatformVersion Condition =" '$(WindowsTargetPlatformVersion)' == '' " >10.0</WindowsTargetPlatformVersion >
14+ <WindowsTargetPlatformMinVersion >10.0.17134.0</WindowsTargetPlatformMinVersion >
15+ </PropertyGroup >
16+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.Default.props" />
17+ <ItemGroup Label =" ProjectConfigurations" >
18+ <ProjectConfiguration Include =" Debug|Win32" >
19+ <Configuration >Debug</Configuration >
20+ <Platform >Win32</Platform >
21+ </ProjectConfiguration >
22+ <ProjectConfiguration Include =" Release|Win32" >
23+ <Configuration >Release</Configuration >
24+ <Platform >Win32</Platform >
25+ </ProjectConfiguration >
26+ <ProjectConfiguration Include =" Debug|x64" >
27+ <Configuration >Debug</Configuration >
28+ <Platform >x64</Platform >
29+ </ProjectConfiguration >
30+ <ProjectConfiguration Include =" Release|x64" >
31+ <Configuration >Release</Configuration >
32+ <Platform >x64</Platform >
33+ </ProjectConfiguration >
34+ </ItemGroup >
35+ <PropertyGroup Label =" Configuration" >
36+ <ConfigurationType >Application</ConfigurationType >
37+ <PlatformToolset >v143</PlatformToolset >
38+ <PlatformToolset Condition =" '$(VisualStudioVersion)' == '16.0'" >v142</PlatformToolset >
39+ <PlatformToolset Condition =" '$(VisualStudioVersion)' == '15.0'" >v141</PlatformToolset >
40+ <PlatformToolset Condition =" '$(VisualStudioVersion)' == '14.0'" >v140</PlatformToolset >
41+ <CharacterSet >Unicode</CharacterSet >
42+ </PropertyGroup >
43+ <PropertyGroup Condition =" '$(Configuration)'=='Debug'" Label =" Configuration" >
44+ <UseDebugLibraries >true</UseDebugLibraries >
45+ <LinkIncremental >true</LinkIncremental >
46+ </PropertyGroup >
47+ <PropertyGroup Condition =" '$(Configuration)'=='Release'" Label =" Configuration" >
48+ <UseDebugLibraries >false</UseDebugLibraries >
49+ <WholeProgramOptimization >true</WholeProgramOptimization >
50+ <LinkIncremental >false</LinkIncremental >
51+ </PropertyGroup >
52+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.props" />
53+ <ImportGroup Label =" ExtensionSettings" >
54+ </ImportGroup >
55+ <ImportGroup Label =" Shared" >
56+ </ImportGroup >
57+ <ImportGroup Label =" PropertySheets" >
58+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
59+ </ImportGroup >
60+ <ImportGroup Label =" PropertySheets" >
61+ <Import Project =" PropertySheet.props" />
62+ </ImportGroup >
63+ <PropertyGroup Label =" UserMacros" />
64+ <ItemDefinitionGroup >
65+ <ClCompile >
66+ <PrecompiledHeader >Use</PrecompiledHeader >
67+ <PrecompiledHeaderFile >pch.h</PrecompiledHeaderFile >
68+ <PrecompiledHeaderOutputFile >$(IntDir)pch.pch</PrecompiledHeaderOutputFile >
69+ <PreprocessorDefinitions >_CONSOLE;WIN32_LEAN_AND_MEAN;WINRT_LEAN_AND_MEAN;%(PreprocessorDefinitions)</PreprocessorDefinitions >
70+ <WarningLevel >Level4</WarningLevel >
71+ <AdditionalOptions >%(AdditionalOptions) /permissive- /bigobj</AdditionalOptions >
72+ </ClCompile >
73+ </ItemDefinitionGroup >
74+ <ItemDefinitionGroup Condition =" '$(Configuration)'=='Debug'" >
75+ <ClCompile >
76+ <Optimization >Disabled</Optimization >
77+ <PreprocessorDefinitions >_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions >
78+ </ClCompile >
79+ <Link >
80+ <SubSystem >Console</SubSystem >
81+ <GenerateWindowsMetadata >false</GenerateWindowsMetadata >
82+ <AdditionalDependencies Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >$(CoreLibraryDependencies);shell32.lib;%(AdditionalDependencies)</AdditionalDependencies >
83+ </Link >
84+ </ItemDefinitionGroup >
85+ <ItemDefinitionGroup Condition =" '$(Platform)'=='Win32'" >
86+ <ClCompile >
87+ <PreprocessorDefinitions >WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions >
88+ </ClCompile >
89+ <Link >
90+ <AdditionalDependencies Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >$(CoreLibraryDependencies);shell32.lib;%(AdditionalDependencies)</AdditionalDependencies >
91+ </Link >
92+ </ItemDefinitionGroup >
93+ <ItemDefinitionGroup Condition =" '$(Configuration)'=='Release'" >
94+ <ClCompile >
95+ <Optimization >MaxSpeed</Optimization >
96+ <FunctionLevelLinking >true</FunctionLevelLinking >
97+ <IntrinsicFunctions >true</IntrinsicFunctions >
98+ <PreprocessorDefinitions >NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions >
99+ </ClCompile >
100+ <Link >
101+ <SubSystem >Console</SubSystem >
102+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
103+ <OptimizeReferences >true</OptimizeReferences >
104+ <GenerateWindowsMetadata >false</GenerateWindowsMetadata >
105+ <AdditionalDependencies Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >$(CoreLibraryDependencies);shell32.lib;%(AdditionalDependencies)</AdditionalDependencies >
106+ <AdditionalDependencies Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >$(CoreLibraryDependencies);shell32.lib;%(AdditionalDependencies)</AdditionalDependencies >
107+ </Link >
108+ </ItemDefinitionGroup >
109+ <ItemGroup >
110+ <ClInclude Include =" pch.h" />
111+ </ItemGroup >
112+ <ItemGroup >
113+ <ClCompile Include =" main.cpp" />
114+ <ClCompile Include =" pch.cpp" >
115+ <PrecompiledHeader >Create</PrecompiledHeader >
116+ </ClCompile >
117+ </ItemGroup >
118+ <ItemGroup >
119+ <None Include =" packages.config" />
120+ <None Include =" PropertySheet.props" />
121+ <Text Include =" readme.txt" >
122+ <DeploymentContent >false</DeploymentContent >
123+ </Text >
124+ </ItemGroup >
125+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
126+ <ImportGroup Label =" ExtensionTargets" >
127+ <Import Project =" ..\packages\Microsoft.Windows.CppWinRT.2.0.220531.1\build\native\Microsoft.Windows.CppWinRT.targets" Condition =" Exists('..\packages\Microsoft.Windows.CppWinRT.2.0.220531.1\build\native\Microsoft.Windows.CppWinRT.targets')" />
128+ </ImportGroup >
129+ <Target Name =" EnsureNuGetPackageBuildImports" BeforeTargets =" PrepareForBuild" >
130+ <PropertyGroup >
131+ <ErrorText >This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText >
132+ </PropertyGroup >
133+ <Error Condition =" !Exists('..\packages\Microsoft.Windows.CppWinRT.2.0.220531.1\build\native\Microsoft.Windows.CppWinRT.props')" Text =" $([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.Windows.CppWinRT.2.0.220531.1\build\native\Microsoft.Windows.CppWinRT.props'))" />
134+ <Error Condition =" !Exists('..\packages\Microsoft.Windows.CppWinRT.2.0.220531.1\build\native\Microsoft.Windows.CppWinRT.targets')" Text =" $([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.Windows.CppWinRT.2.0.220531.1\build\native\Microsoft.Windows.CppWinRT.targets'))" />
135+ </Target >
136+ </Project >
0 commit comments