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.220418.1\build\native\Microsoft.Windows.CppWinRT.props" Condition =" Exists('..\packages\Microsoft.Windows.CppWinRT.2.0.220418.1\build\native\Microsoft.Windows.CppWinRT.props')" />
4
+ <Import Project =" ..\packages\Microsoft.WindowsAppSDK.1.1.0-preview3\build\native\Microsoft.WindowsAppSDK.props" Condition =" Exists('..\packages\Microsoft.WindowsAppSDK.1.1.0-preview3\build\native\Microsoft.WindowsAppSDK.props')" />
5
+ <Import Project =" ..\packages\Microsoft.Windows.SDK.BuildTools.10.0.22000.194\build\Microsoft.Windows.SDK.BuildTools.props" Condition =" Exists('..\packages\Microsoft.Windows.SDK.BuildTools.10.0.22000.194\build\Microsoft.Windows.SDK.BuildTools.props')" />
6
+ <PropertyGroup Label =" Globals" >
7
+ <CppWinRTOptimized >true</CppWinRTOptimized >
8
+ <CppWinRTRootNamespaceAutoMerge >true</CppWinRTRootNamespaceAutoMerge >
9
+ <CppWinRTGenerateWindowsMetadata >true</CppWinRTGenerateWindowsMetadata >
10
+ <MinimalCoreWin >true</MinimalCoreWin >
11
+ <VCProjectVersion >15.0</VCProjectVersion >
12
+ <ProjectGuid >{4c7d2f94-ca7c-4d5d-852d-986389ef3e2b}</ProjectGuid >
13
+ <Keyword >Win32Proj</Keyword >
14
+ <RootNamespace >CppWinRtConsoleEnv</RootNamespace >
15
+ <WindowsTargetPlatformVersion Condition =" '$(WindowsTargetPlatformVersion)' == '' " >10.0.19041.0</WindowsTargetPlatformVersion >
16
+ <WindowsTargetPlatformMinVersion >10.0.17134.0</WindowsTargetPlatformMinVersion >
17
+ <WindowsPackageType >None</WindowsPackageType >
18
+ <WinUISDKReferences >false</WinUISDKReferences >
19
+ </PropertyGroup >
20
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.Default.props" />
21
+ <ItemGroup Label =" ProjectConfigurations" >
22
+ <ProjectConfiguration Include =" Debug|ARM" >
23
+ <Configuration >Debug</Configuration >
24
+ <Platform >ARM</Platform >
25
+ </ProjectConfiguration >
26
+ <ProjectConfiguration Include =" Debug|Win32" >
27
+ <Configuration >Debug</Configuration >
28
+ <Platform >Win32</Platform >
29
+ </ProjectConfiguration >
30
+ <ProjectConfiguration Include =" Release|ARM" >
31
+ <Configuration >Release</Configuration >
32
+ <Platform >ARM</Platform >
33
+ </ProjectConfiguration >
34
+ <ProjectConfiguration Include =" Release|Win32" >
35
+ <Configuration >Release</Configuration >
36
+ <Platform >Win32</Platform >
37
+ </ProjectConfiguration >
38
+ <ProjectConfiguration Include =" Debug|x64" >
39
+ <Configuration >Debug</Configuration >
40
+ <Platform >x64</Platform >
41
+ </ProjectConfiguration >
42
+ <ProjectConfiguration Include =" Release|x64" >
43
+ <Configuration >Release</Configuration >
44
+ <Platform >x64</Platform >
45
+ </ProjectConfiguration >
46
+ </ItemGroup >
47
+ <PropertyGroup Label =" Configuration" >
48
+ <ConfigurationType >Application</ConfigurationType >
49
+ <PlatformToolset >v143</PlatformToolset >
50
+ <PlatformToolset Condition =" '$(VisualStudioVersion)' == '16.0'" >v142</PlatformToolset >
51
+ <PlatformToolset Condition =" '$(VisualStudioVersion)' == '15.0'" >v141</PlatformToolset >
52
+ <PlatformToolset Condition =" '$(VisualStudioVersion)' == '14.0'" >v140</PlatformToolset >
53
+ <CharacterSet >Unicode</CharacterSet >
54
+ </PropertyGroup >
55
+ <PropertyGroup Condition =" '$(Configuration)'=='Debug'" Label =" Configuration" >
56
+ <UseDebugLibraries >true</UseDebugLibraries >
57
+ <LinkIncremental >true</LinkIncremental >
58
+ </PropertyGroup >
59
+ <PropertyGroup Condition =" '$(Configuration)'=='Release'" Label =" Configuration" >
60
+ <UseDebugLibraries >false</UseDebugLibraries >
61
+ <WholeProgramOptimization >true</WholeProgramOptimization >
62
+ <LinkIncremental >false</LinkIncremental >
63
+ </PropertyGroup >
64
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.props" />
65
+ <ImportGroup Label =" ExtensionSettings" >
66
+ </ImportGroup >
67
+ <ImportGroup Label =" Shared" >
68
+ </ImportGroup >
69
+ <ImportGroup Label =" PropertySheets" >
70
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
71
+ </ImportGroup >
72
+ <ImportGroup Label =" PropertySheets" >
73
+ <Import Project =" PropertySheet.props" />
74
+ </ImportGroup >
75
+ <PropertyGroup Label =" UserMacros" />
76
+ <ItemDefinitionGroup >
77
+ <ClCompile >
78
+ <PrecompiledHeader >Use</PrecompiledHeader >
79
+ <PrecompiledHeaderFile >pch.h</PrecompiledHeaderFile >
80
+ <PrecompiledHeaderOutputFile >$(IntDir)pch.pch</PrecompiledHeaderOutputFile >
81
+ <PreprocessorDefinitions >_CONSOLE;WIN32_LEAN_AND_MEAN;WINRT_LEAN_AND_MEAN;%(PreprocessorDefinitions)</PreprocessorDefinitions >
82
+ <WarningLevel >Level4</WarningLevel >
83
+ <AdditionalOptions >%(AdditionalOptions) /permissive- /bigobj</AdditionalOptions >
84
+ </ClCompile >
85
+ </ItemDefinitionGroup >
86
+ <ItemDefinitionGroup Condition =" '$(Configuration)'=='Debug'" >
87
+ <ClCompile >
88
+ <Optimization >Disabled</Optimization >
89
+ <PreprocessorDefinitions >_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions >
90
+ </ClCompile >
91
+ <Link >
92
+ <SubSystem >Console</SubSystem >
93
+ <GenerateWindowsMetadata >false</GenerateWindowsMetadata >
94
+ </Link >
95
+ </ItemDefinitionGroup >
96
+ <ItemDefinitionGroup Condition =" '$(Platform)'=='Win32'" >
97
+ <ClCompile >
98
+ <PreprocessorDefinitions >WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions >
99
+ </ClCompile >
100
+ </ItemDefinitionGroup >
101
+ <ItemDefinitionGroup Condition =" '$(Configuration)'=='Release'" >
102
+ <ClCompile >
103
+ <Optimization >MaxSpeed</Optimization >
104
+ <FunctionLevelLinking >true</FunctionLevelLinking >
105
+ <IntrinsicFunctions >true</IntrinsicFunctions >
106
+ <PreprocessorDefinitions >NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions >
107
+ </ClCompile >
108
+ <Link >
109
+ <SubSystem >Console</SubSystem >
110
+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
111
+ <OptimizeReferences >true</OptimizeReferences >
112
+ <GenerateWindowsMetadata >false</GenerateWindowsMetadata >
113
+ </Link >
114
+ </ItemDefinitionGroup >
115
+ <ItemGroup >
116
+ <ClInclude Include =" pch.h" />
117
+ </ItemGroup >
118
+ <ItemGroup >
119
+ <ClCompile Include =" main.cpp" />
120
+ <ClCompile Include =" pch.cpp" >
121
+ <PrecompiledHeader >Create</PrecompiledHeader >
122
+ </ClCompile >
123
+ </ItemGroup >
124
+ <ItemGroup >
125
+ <None Include =" packages.config" />
126
+ <None Include =" PropertySheet.props" />
127
+ </ItemGroup >
128
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
129
+ <ImportGroup Label =" ExtensionTargets" >
130
+ <Import Project =" ..\packages\Microsoft.Windows.SDK.BuildTools.10.0.22000.194\build\Microsoft.Windows.SDK.BuildTools.targets" Condition =" Exists('..\packages\Microsoft.Windows.SDK.BuildTools.10.0.22000.194\build\Microsoft.Windows.SDK.BuildTools.targets')" />
131
+ <Import Project =" ..\packages\Microsoft.WindowsAppSDK.1.1.0-preview3\build\native\Microsoft.WindowsAppSDK.targets" Condition =" Exists('..\packages\Microsoft.WindowsAppSDK.1.1.0-preview3\build\native\Microsoft.WindowsAppSDK.targets')" />
132
+ <Import Project =" ..\packages\Microsoft.Windows.CppWinRT.2.0.220418.1\build\native\Microsoft.Windows.CppWinRT.targets" Condition =" Exists('..\packages\Microsoft.Windows.CppWinRT.2.0.220418.1\build\native\Microsoft.Windows.CppWinRT.targets')" />
133
+ </ImportGroup >
134
+ <Target Name =" EnsureNuGetPackageBuildImports" BeforeTargets =" PrepareForBuild" >
135
+ <PropertyGroup >
136
+ <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 >
137
+ </PropertyGroup >
138
+ <Error Condition =" !Exists('..\packages\Microsoft.Windows.SDK.BuildTools.10.0.22000.194\build\Microsoft.Windows.SDK.BuildTools.props')" Text =" $([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.Windows.SDK.BuildTools.10.0.22000.194\build\Microsoft.Windows.SDK.BuildTools.props'))" />
139
+ <Error Condition =" !Exists('..\packages\Microsoft.Windows.SDK.BuildTools.10.0.22000.194\build\Microsoft.Windows.SDK.BuildTools.targets')" Text =" $([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.Windows.SDK.BuildTools.10.0.22000.194\build\Microsoft.Windows.SDK.BuildTools.targets'))" />
140
+ <Error Condition =" !Exists('..\packages\Microsoft.WindowsAppSDK.1.1.0-preview3\build\native\Microsoft.WindowsAppSDK.props')" Text =" $([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.WindowsAppSDK.1.1.0-preview3\build\native\Microsoft.WindowsAppSDK.props'))" />
141
+ <Error Condition =" !Exists('..\packages\Microsoft.WindowsAppSDK.1.1.0-preview3\build\native\Microsoft.WindowsAppSDK.targets')" Text =" $([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.WindowsAppSDK.1.1.0-preview3\build\native\Microsoft.WindowsAppSDK.targets'))" />
142
+ <Error Condition =" !Exists('..\packages\Microsoft.Windows.CppWinRT.2.0.220418.1\build\native\Microsoft.Windows.CppWinRT.props')" Text =" $([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.Windows.CppWinRT.2.0.220418.1\build\native\Microsoft.Windows.CppWinRT.props'))" />
143
+ <Error Condition =" !Exists('..\packages\Microsoft.Windows.CppWinRT.2.0.220418.1\build\native\Microsoft.Windows.CppWinRT.targets')" Text =" $([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.Windows.CppWinRT.2.0.220418.1\build\native\Microsoft.Windows.CppWinRT.targets'))" />
144
+ </Target >
145
+ </Project >
0 commit comments