1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <Project DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
+ <Import Project =" packages\Microsoft.WindowsAppSDK.1.1.0-preview1\build\native\Microsoft.WindowsAppSDK.props" Condition =" Exists('packages\Microsoft.WindowsAppSDK.1.1.0-preview1\build\native\Microsoft.WindowsAppSDK.props')" />
4
+ <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')" />
5
+ <Import Project =" packages\Microsoft.Windows.CppWinRT.2.0.210714.1\build\native\Microsoft.Windows.CppWinRT.props" Condition =" Exists('packages\Microsoft.Windows.CppWinRT.2.0.210714.1\build\native\Microsoft.Windows.CppWinRT.props')" />
6
+ <Import Project =" ..\..\..\Build.Common.Cpp.props" Condition =" Exists('..\..\..\Build.Common.Cpp.props')" />
7
+ <ItemGroup Label =" ProjectConfigurations" >
8
+ <ProjectConfiguration Include =" Debug|ARM64" >
9
+ <Configuration >Debug</Configuration >
10
+ <Platform >ARM64</Platform >
11
+ </ProjectConfiguration >
12
+ <ProjectConfiguration Include =" Debug|Win32" >
13
+ <Configuration >Debug</Configuration >
14
+ <Platform >Win32</Platform >
15
+ </ProjectConfiguration >
16
+ <ProjectConfiguration Include =" Release|ARM64" >
17
+ <Configuration >Release</Configuration >
18
+ <Platform >ARM64</Platform >
19
+ </ProjectConfiguration >
20
+ <ProjectConfiguration Include =" Release|Win32" >
21
+ <Configuration >Release</Configuration >
22
+ <Platform >Win32</Platform >
23
+ </ProjectConfiguration >
24
+ <ProjectConfiguration Include =" Debug|x64" >
25
+ <Configuration >Debug</Configuration >
26
+ <Platform >x64</Platform >
27
+ </ProjectConfiguration >
28
+ <ProjectConfiguration Include =" Release|x64" >
29
+ <Configuration >Release</Configuration >
30
+ <Platform >x64</Platform >
31
+ </ProjectConfiguration >
32
+ </ItemGroup >
33
+ <PropertyGroup Label =" Globals" >
34
+ <VCProjectVersion >16.0</VCProjectVersion >
35
+ <Keyword >Win32Proj</Keyword >
36
+ <ProjectGuid >{d73192e0-e62f-4f11-afb2-0c96bffa5766}</ProjectGuid >
37
+ <WindowsPackageType >None</WindowsPackageType >
38
+ <RootNamespace >cppconsoleunpackaged</RootNamespace >
39
+ <WindowsTargetPlatformVersion >10.0</WindowsTargetPlatformVersion >
40
+ <LogSDKReferenceResolutionErrorsAsWarnings >true</LogSDKReferenceResolutionErrorsAsWarnings >
41
+ </PropertyGroup >
42
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.Default.props" />
43
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" Label =" Configuration" >
44
+ <ConfigurationType >Application</ConfigurationType >
45
+ <UseDebugLibraries >true</UseDebugLibraries >
46
+ <CharacterSet >Unicode</CharacterSet >
47
+ </PropertyGroup >
48
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" Label =" Configuration" >
49
+ <ConfigurationType >Application</ConfigurationType >
50
+ <UseDebugLibraries >false</UseDebugLibraries >
51
+ <WholeProgramOptimization >true</WholeProgramOptimization >
52
+ <CharacterSet >Unicode</CharacterSet >
53
+ </PropertyGroup >
54
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" Label =" Configuration" >
55
+ <ConfigurationType >Application</ConfigurationType >
56
+ <UseDebugLibraries >true</UseDebugLibraries >
57
+ <CharacterSet >Unicode</CharacterSet >
58
+ </PropertyGroup >
59
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|ARM64'" Label =" Configuration" >
60
+ <ConfigurationType >Application</ConfigurationType >
61
+ <UseDebugLibraries >true</UseDebugLibraries >
62
+ <CharacterSet >Unicode</CharacterSet >
63
+ </PropertyGroup >
64
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" Label =" Configuration" >
65
+ <ConfigurationType >Application</ConfigurationType >
66
+ <UseDebugLibraries >false</UseDebugLibraries >
67
+ <WholeProgramOptimization >true</WholeProgramOptimization >
68
+ <CharacterSet >Unicode</CharacterSet >
69
+ </PropertyGroup >
70
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|ARM64'" Label =" Configuration" >
71
+ <ConfigurationType >Application</ConfigurationType >
72
+ <UseDebugLibraries >false</UseDebugLibraries >
73
+ <WholeProgramOptimization >true</WholeProgramOptimization >
74
+ <CharacterSet >Unicode</CharacterSet >
75
+ </PropertyGroup >
76
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.props" />
77
+ <ImportGroup Label =" ExtensionSettings" >
78
+ </ImportGroup >
79
+ <ImportGroup Label =" Shared" >
80
+ </ImportGroup >
81
+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
82
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
83
+ </ImportGroup >
84
+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
85
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
86
+ </ImportGroup >
87
+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
88
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
89
+ </ImportGroup >
90
+ <ImportGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|ARM64'" Label =" PropertySheets" >
91
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
92
+ </ImportGroup >
93
+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
94
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
95
+ </ImportGroup >
96
+ <ImportGroup Condition =" '$(Configuration)|$(Platform)'=='Release|ARM64'" Label =" PropertySheets" >
97
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
98
+ </ImportGroup >
99
+ <PropertyGroup Label =" UserMacros" />
100
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
101
+ <LinkIncremental >true</LinkIncremental >
102
+ </PropertyGroup >
103
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
104
+ <LinkIncremental >false</LinkIncremental >
105
+ </PropertyGroup >
106
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
107
+ <LinkIncremental >true</LinkIncremental >
108
+ </PropertyGroup >
109
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|ARM64'" >
110
+ <LinkIncremental >true</LinkIncremental >
111
+ </PropertyGroup >
112
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
113
+ <LinkIncremental >false</LinkIncremental >
114
+ </PropertyGroup >
115
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|ARM64'" >
116
+ <LinkIncremental >false</LinkIncremental >
117
+ </PropertyGroup >
118
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
119
+ <ClCompile >
120
+ <WarningLevel >Level3</WarningLevel >
121
+ <SDLCheck >true</SDLCheck >
122
+ <PreprocessorDefinitions >WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
123
+ <ConformanceMode >true</ConformanceMode >
124
+ </ClCompile >
125
+ <Link >
126
+ <SubSystem >Console</SubSystem >
127
+ <GenerateDebugInformation >true</GenerateDebugInformation >
128
+ </Link >
129
+ </ItemDefinitionGroup >
130
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
131
+ <ClCompile >
132
+ <WarningLevel >Level3</WarningLevel >
133
+ <FunctionLevelLinking >true</FunctionLevelLinking >
134
+ <IntrinsicFunctions >true</IntrinsicFunctions >
135
+ <SDLCheck >true</SDLCheck >
136
+ <PreprocessorDefinitions >WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
137
+ <ConformanceMode >true</ConformanceMode >
138
+ </ClCompile >
139
+ <Link >
140
+ <SubSystem >Console</SubSystem >
141
+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
142
+ <OptimizeReferences >true</OptimizeReferences >
143
+ <GenerateDebugInformation >true</GenerateDebugInformation >
144
+ </Link >
145
+ </ItemDefinitionGroup >
146
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
147
+ <ClCompile >
148
+ <WarningLevel >Level3</WarningLevel >
149
+ <SDLCheck >true</SDLCheck >
150
+ <PreprocessorDefinitions >_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
151
+ <ConformanceMode >true</ConformanceMode >
152
+ </ClCompile >
153
+ <Link >
154
+ <SubSystem >Console</SubSystem >
155
+ <GenerateDebugInformation >true</GenerateDebugInformation >
156
+ </Link >
157
+ </ItemDefinitionGroup >
158
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|ARM64'" >
159
+ <ClCompile >
160
+ <WarningLevel >Level3</WarningLevel >
161
+ <SDLCheck >true</SDLCheck >
162
+ <PreprocessorDefinitions >_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
163
+ <ConformanceMode >true</ConformanceMode >
164
+ </ClCompile >
165
+ <Link >
166
+ <SubSystem >Console</SubSystem >
167
+ <GenerateDebugInformation >true</GenerateDebugInformation >
168
+ </Link >
169
+ </ItemDefinitionGroup >
170
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
171
+ <ClCompile >
172
+ <WarningLevel >Level3</WarningLevel >
173
+ <FunctionLevelLinking >true</FunctionLevelLinking >
174
+ <IntrinsicFunctions >true</IntrinsicFunctions >
175
+ <SDLCheck >true</SDLCheck >
176
+ <PreprocessorDefinitions >NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
177
+ <ConformanceMode >true</ConformanceMode >
178
+ </ClCompile >
179
+ <Link >
180
+ <SubSystem >Console</SubSystem >
181
+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
182
+ <OptimizeReferences >true</OptimizeReferences >
183
+ <GenerateDebugInformation >true</GenerateDebugInformation >
184
+ </Link >
185
+ </ItemDefinitionGroup >
186
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|ARM64'" >
187
+ <ClCompile >
188
+ <WarningLevel >Level3</WarningLevel >
189
+ <FunctionLevelLinking >true</FunctionLevelLinking >
190
+ <IntrinsicFunctions >true</IntrinsicFunctions >
191
+ <SDLCheck >true</SDLCheck >
192
+ <PreprocessorDefinitions >NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
193
+ <ConformanceMode >true</ConformanceMode >
194
+ </ClCompile >
195
+ <Link >
196
+ <SubSystem >Console</SubSystem >
197
+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
198
+ <OptimizeReferences >true</OptimizeReferences >
199
+ <GenerateDebugInformation >true</GenerateDebugInformation >
200
+ </Link >
201
+ </ItemDefinitionGroup >
202
+ <ItemGroup >
203
+ <ClCompile Include =" cpp-console-unpackaged.cpp" />
204
+ </ItemGroup >
205
+ <ItemGroup >
206
+ <None Include =" packages.config" />
207
+ </ItemGroup >
208
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
209
+ <ImportGroup Label =" ExtensionTargets" >
210
+ <Import Project =" packages\Microsoft.Windows.ImplementationLibrary.1.0.210204.1\build\native\Microsoft.Windows.ImplementationLibrary.targets" Condition =" Exists('packages\Microsoft.Windows.ImplementationLibrary.1.0.210204.1\build\native\Microsoft.Windows.ImplementationLibrary.targets')" />
211
+ <Import Project =" packages\Microsoft.Windows.CppWinRT.2.0.210714.1\build\native\Microsoft.Windows.CppWinRT.targets" Condition =" Exists('packages\Microsoft.Windows.CppWinRT.2.0.210714.1\build\native\Microsoft.Windows.CppWinRT.targets')" />
212
+ <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')" />
213
+ <Import Project =" packages\Microsoft.WindowsAppSDK.1.1.0-preview1\build\native\Microsoft.WindowsAppSDK.targets" Condition =" Exists('packages\Microsoft.WindowsAppSDK.1.1.0-preview1\build\native\Microsoft.WindowsAppSDK.targets')" />
214
+ </ImportGroup >
215
+ <Target Name =" EnsureNuGetPackageBuildImports" BeforeTargets =" PrepareForBuild" >
216
+ <PropertyGroup >
217
+ <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 >
218
+ </PropertyGroup >
219
+ <Error Condition =" !Exists('packages\Microsoft.Windows.ImplementationLibrary.1.0.210204.1\build\native\Microsoft.Windows.ImplementationLibrary.targets')" Text =" $([System.String]::Format('$(ErrorText)', 'packages\Microsoft.Windows.ImplementationLibrary.1.0.210204.1\build\native\Microsoft.Windows.ImplementationLibrary.targets'))" />
220
+ <Error Condition =" !Exists('packages\Microsoft.Windows.CppWinRT.2.0.210714.1\build\native\Microsoft.Windows.CppWinRT.props')" Text =" $([System.String]::Format('$(ErrorText)', 'packages\Microsoft.Windows.CppWinRT.2.0.210714.1\build\native\Microsoft.Windows.CppWinRT.props'))" />
221
+ <Error Condition =" !Exists('packages\Microsoft.Windows.CppWinRT.2.0.210714.1\build\native\Microsoft.Windows.CppWinRT.targets')" Text =" $([System.String]::Format('$(ErrorText)', 'packages\Microsoft.Windows.CppWinRT.2.0.210714.1\build\native\Microsoft.Windows.CppWinRT.targets'))" />
222
+ <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'))" />
223
+ <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'))" />
224
+ <Error Condition =" !Exists('packages\Microsoft.WindowsAppSDK.1.1.0-preview1\build\native\Microsoft.WindowsAppSDK.props')" Text =" $([System.String]::Format('$(ErrorText)', 'packages\Microsoft.WindowsAppSDK.1.1.0-preview1\build\native\Microsoft.WindowsAppSDK.props'))" />
225
+ <Error Condition =" !Exists('packages\Microsoft.WindowsAppSDK.1.1.0-preview1\build\native\Microsoft.WindowsAppSDK.targets')" Text =" $([System.String]::Format('$(ErrorText)', 'packages\Microsoft.WindowsAppSDK.1.1.0-preview1\build\native\Microsoft.WindowsAppSDK.targets'))" />
226
+ </Target >
227
+ </Project >
0 commit comments