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.Windows.CppWinRT.2.0.230207.1\build\native\Microsoft.Windows.CppWinRT.props" Condition =" Exists('..\..\packages\Microsoft.Windows.CppWinRT.2.0.230207.1\build\native\Microsoft.Windows.CppWinRT.props')" />
4
+ <ItemGroup Label =" ProjectConfigurations" >
5
+ <ProjectConfiguration Include =" Debug|Win32" >
6
+ <Configuration >Debug</Configuration >
7
+ <Platform >Win32</Platform >
8
+ </ProjectConfiguration >
9
+ <ProjectConfiguration Include =" Release|Win32" >
10
+ <Configuration >Release</Configuration >
11
+ <Platform >Win32</Platform >
12
+ </ProjectConfiguration >
13
+ <ProjectConfiguration Include =" Debug|x64" >
14
+ <Configuration >Debug</Configuration >
15
+ <Platform >x64</Platform >
16
+ </ProjectConfiguration >
17
+ <ProjectConfiguration Include =" Release|x64" >
18
+ <Configuration >Release</Configuration >
19
+ <Platform >x64</Platform >
20
+ </ProjectConfiguration >
21
+ </ItemGroup >
22
+ <PropertyGroup Label =" Globals" >
23
+ <VCProjectVersion >16.0</VCProjectVersion >
24
+ <Keyword >Win32Proj</Keyword >
25
+ <ProjectGuid >{c9df3099-a142-4aa7-b936-1541816a1f21}</ProjectGuid >
26
+ <RootNamespace >WinRTTest</RootNamespace >
27
+ <WindowsTargetPlatformVersion >10.0</WindowsTargetPlatformVersion >
28
+ </PropertyGroup >
29
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.Default.props" />
30
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" Label =" Configuration" >
31
+ <ConfigurationType >Application</ConfigurationType >
32
+ <UseDebugLibraries >true</UseDebugLibraries >
33
+ <PlatformToolset >v142</PlatformToolset >
34
+ <CharacterSet >Unicode</CharacterSet >
35
+ </PropertyGroup >
36
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" Label =" Configuration" >
37
+ <ConfigurationType >Application</ConfigurationType >
38
+ <UseDebugLibraries >false</UseDebugLibraries >
39
+ <PlatformToolset >v142</PlatformToolset >
40
+ <WholeProgramOptimization >true</WholeProgramOptimization >
41
+ <CharacterSet >Unicode</CharacterSet >
42
+ </PropertyGroup >
43
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" Label =" Configuration" >
44
+ <ConfigurationType >Application</ConfigurationType >
45
+ <UseDebugLibraries >true</UseDebugLibraries >
46
+ <PlatformToolset >v142</PlatformToolset >
47
+ <CharacterSet >Unicode</CharacterSet >
48
+ </PropertyGroup >
49
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" Label =" Configuration" >
50
+ <ConfigurationType >Application</ConfigurationType >
51
+ <UseDebugLibraries >false</UseDebugLibraries >
52
+ <PlatformToolset >v142</PlatformToolset >
53
+ <WholeProgramOptimization >true</WholeProgramOptimization >
54
+ <CharacterSet >Unicode</CharacterSet >
55
+ </PropertyGroup >
56
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.props" />
57
+ <ImportGroup Label =" ExtensionSettings" >
58
+ </ImportGroup >
59
+ <ImportGroup Label =" Shared" >
60
+ </ImportGroup >
61
+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
62
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
63
+ </ImportGroup >
64
+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
65
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
66
+ </ImportGroup >
67
+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
68
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
69
+ </ImportGroup >
70
+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
71
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
72
+ </ImportGroup >
73
+ <PropertyGroup Label =" UserMacros" />
74
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
75
+ <LinkIncremental >false</LinkIncremental >
76
+ </PropertyGroup >
77
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
78
+ <LinkIncremental >false</LinkIncremental >
79
+ </PropertyGroup >
80
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
81
+ <LinkIncremental >false</LinkIncremental >
82
+ </PropertyGroup >
83
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
84
+ <LinkIncremental >false</LinkIncremental >
85
+ </PropertyGroup >
86
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
87
+ <ClCompile >
88
+ <WarningLevel >Level3</WarningLevel >
89
+ <SDLCheck >true</SDLCheck >
90
+ <PreprocessorDefinitions >WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
91
+ <ConformanceMode >true</ConformanceMode >
92
+ <ControlFlowGuard >Guard</ControlFlowGuard >
93
+ <DebugInformationFormat >ProgramDatabase</DebugInformationFormat >
94
+ </ClCompile >
95
+ <Link >
96
+ <SubSystem >Console</SubSystem >
97
+ </Link >
98
+ </ItemDefinitionGroup >
99
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
100
+ <ClCompile >
101
+ <WarningLevel >Level3</WarningLevel >
102
+ <FunctionLevelLinking >true</FunctionLevelLinking >
103
+ <IntrinsicFunctions >true</IntrinsicFunctions >
104
+ <SDLCheck >true</SDLCheck >
105
+ <PreprocessorDefinitions >WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
106
+ <ConformanceMode >true</ConformanceMode >
107
+ <ControlFlowGuard >Guard</ControlFlowGuard >
108
+ </ClCompile >
109
+ <Link >
110
+ <SubSystem >Console</SubSystem >
111
+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
112
+ <OptimizeReferences >true</OptimizeReferences >
113
+ </Link >
114
+ </ItemDefinitionGroup >
115
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
116
+ <ClCompile >
117
+ <WarningLevel >Level3</WarningLevel >
118
+ <SDLCheck >true</SDLCheck >
119
+ <PreprocessorDefinitions >_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
120
+ <ConformanceMode >true</ConformanceMode >
121
+ <ControlFlowGuard >Guard</ControlFlowGuard >
122
+ <DebugInformationFormat >ProgramDatabase</DebugInformationFormat >
123
+ </ClCompile >
124
+ <Link >
125
+ <SubSystem >Console</SubSystem >
126
+ </Link >
127
+ </ItemDefinitionGroup >
128
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
129
+ <ClCompile >
130
+ <WarningLevel >Level3</WarningLevel >
131
+ <FunctionLevelLinking >true</FunctionLevelLinking >
132
+ <IntrinsicFunctions >true</IntrinsicFunctions >
133
+ <SDLCheck >true</SDLCheck >
134
+ <PreprocessorDefinitions >NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
135
+ <ConformanceMode >true</ConformanceMode >
136
+ <ControlFlowGuard >Guard</ControlFlowGuard >
137
+ </ClCompile >
138
+ <Link >
139
+ <SubSystem >Console</SubSystem >
140
+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
141
+ <OptimizeReferences >true</OptimizeReferences >
142
+ </Link >
143
+ </ItemDefinitionGroup >
144
+ <ItemGroup >
145
+ <ClCompile Include =" WinRTTest.cpp" />
146
+ </ItemGroup >
147
+ <ItemGroup >
148
+ <None Include =" packages.config" />
149
+ </ItemGroup >
150
+ <ItemGroup >
151
+ <ProjectReference Include =" ..\..\Wrappers\WinRT\SPTAG.WinRT.vcxproj" >
152
+ <Project >{8dc74c33-6e15-43ed-9300-2a140589e3da}</Project >
153
+ </ProjectReference >
154
+ </ItemGroup >
155
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
156
+ <ImportGroup Label =" ExtensionTargets" >
157
+ <Import Project =" ..\..\packages\Microsoft.Windows.CppWinRT.2.0.230207.1\build\native\Microsoft.Windows.CppWinRT.targets" Condition =" Exists('..\..\packages\Microsoft.Windows.CppWinRT.2.0.230207.1\build\native\Microsoft.Windows.CppWinRT.targets')" />
158
+ </ImportGroup >
159
+ <Target Name =" EnsureNuGetPackageBuildImports" BeforeTargets =" PrepareForBuild" >
160
+ <PropertyGroup >
161
+ <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 >
162
+ </PropertyGroup >
163
+ <Error Condition =" !Exists('..\..\packages\Microsoft.Windows.CppWinRT.2.0.230207.1\build\native\Microsoft.Windows.CppWinRT.props')" Text =" $([System.String]::Format('$(ErrorText)', '..\..\packages\Microsoft.Windows.CppWinRT.2.0.230207.1\build\native\Microsoft.Windows.CppWinRT.props'))" />
164
+ <Error Condition =" !Exists('..\..\packages\Microsoft.Windows.CppWinRT.2.0.230207.1\build\native\Microsoft.Windows.CppWinRT.targets')" Text =" $([System.String]::Format('$(ErrorText)', '..\..\packages\Microsoft.Windows.CppWinRT.2.0.230207.1\build\native\Microsoft.Windows.CppWinRT.targets'))" />
165
+ </Target >
166
+ </Project >
0 commit comments