SDLPal.vcxproj 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <ItemGroup Label="ProjectConfigurations">
  4. <ProjectConfiguration Include="Debug|ARM">
  5. <Configuration>Debug</Configuration>
  6. <Platform>ARM</Platform>
  7. </ProjectConfiguration>
  8. <ProjectConfiguration Include="Debug|Win32">
  9. <Configuration>Debug</Configuration>
  10. <Platform>Win32</Platform>
  11. </ProjectConfiguration>
  12. <ProjectConfiguration Include="Debug|x64">
  13. <Configuration>Debug</Configuration>
  14. <Platform>x64</Platform>
  15. </ProjectConfiguration>
  16. <ProjectConfiguration Include="Release|ARM">
  17. <Configuration>Release</Configuration>
  18. <Platform>ARM</Platform>
  19. </ProjectConfiguration>
  20. <ProjectConfiguration Include="Release|Win32">
  21. <Configuration>Release</Configuration>
  22. <Platform>Win32</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. <ProjectGuid>{a01afdd3-3e89-47b8-b341-d7a4e61d0e7d}</ProjectGuid>
  31. <Keyword>BlankApp</Keyword>
  32. <RootNamespace>SDLPal</RootNamespace>
  33. <DefaultLanguage>en</DefaultLanguage>
  34. <MinimumVisualStudioVersion>12.0</MinimumVisualStudioVersion>
  35. <AppContainerApplication>true</AppContainerApplication>
  36. <ApplicationType>Windows Store</ApplicationType>
  37. <ApplicationTypeRevision>8.1</ApplicationTypeRevision>
  38. </PropertyGroup>
  39. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  40. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  41. <ConfigurationType>Application</ConfigurationType>
  42. <UseDebugLibraries>true</UseDebugLibraries>
  43. <PlatformToolset>v120</PlatformToolset>
  44. </PropertyGroup>
  45. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="Configuration">
  46. <ConfigurationType>Application</ConfigurationType>
  47. <UseDebugLibraries>true</UseDebugLibraries>
  48. <PlatformToolset>v120</PlatformToolset>
  49. </PropertyGroup>
  50. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  51. <ConfigurationType>Application</ConfigurationType>
  52. <UseDebugLibraries>true</UseDebugLibraries>
  53. <PlatformToolset>v120</PlatformToolset>
  54. </PropertyGroup>
  55. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  56. <ConfigurationType>Application</ConfigurationType>
  57. <UseDebugLibraries>false</UseDebugLibraries>
  58. <WholeProgramOptimization>true</WholeProgramOptimization>
  59. <PlatformToolset>v120</PlatformToolset>
  60. </PropertyGroup>
  61. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="Configuration">
  62. <ConfigurationType>Application</ConfigurationType>
  63. <UseDebugLibraries>false</UseDebugLibraries>
  64. <WholeProgramOptimization>true</WholeProgramOptimization>
  65. <PlatformToolset>v120</PlatformToolset>
  66. </PropertyGroup>
  67. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  68. <ConfigurationType>Application</ConfigurationType>
  69. <UseDebugLibraries>false</UseDebugLibraries>
  70. <WholeProgramOptimization>true</WholeProgramOptimization>
  71. <PlatformToolset>v120</PlatformToolset>
  72. </PropertyGroup>
  73. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  74. <ImportGroup Label="ExtensionSettings">
  75. </ImportGroup>
  76. <ImportGroup Label="Shared">
  77. </ImportGroup>
  78. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  79. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  80. </ImportGroup>
  81. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|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)'=='Debug|ARM'">
  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)'=='Release|ARM'">
  88. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  89. </ImportGroup>
  90. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  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. <PropertyGroup Label="UserMacros" />
  97. <PropertyGroup>
  98. <PackageCertificateKeyFile>SDLPal_TemporaryKey.pfx</PackageCertificateKeyFile>
  99. </PropertyGroup>
  100. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  101. <IncludePath>..\..\SDL2\include;$(IncludePath)</IncludePath>
  102. <OutDir>$(SolutionDir)$(Configuration)\$(MSBuildProjectName).Windows\</OutDir>
  103. <IntDir>$(Configuration)\$(MSBuildProjectName)\</IntDir>
  104. </PropertyGroup>
  105. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  106. <IncludePath>..\..\SDL2\include;$(IncludePath)</IncludePath>
  107. <OutDir>$(SolutionDir)$(Configuration)\$(MSBuildProjectName).Windows\</OutDir>
  108. <IntDir>$(Configuration)\$(MSBuildProjectName)\</IntDir>
  109. </PropertyGroup>
  110. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">
  111. <IncludePath>..\..\SDL2\include;$(IncludePath)</IncludePath>
  112. <OutDir>$(SolutionDir)$(Platform)\$(Configuration)\$(MSBuildProjectName).Windows\</OutDir>
  113. <IntDir>$(Platform)\$(Configuration)\$(MSBuildProjectName)\</IntDir>
  114. </PropertyGroup>
  115. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">
  116. <IncludePath>..\..\SDL2\include;$(IncludePath)</IncludePath>
  117. <OutDir>$(SolutionDir)$(Platform)\$(Configuration)\$(MSBuildProjectName).Windows\</OutDir>
  118. <IntDir>$(Platform)\$(Configuration)\$(MSBuildProjectName)\</IntDir>
  119. </PropertyGroup>
  120. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  121. <IncludePath>..\..\SDL2\include;$(IncludePath)</IncludePath>
  122. <OutDir>$(SolutionDir)$(Platform)\$(Configuration)\$(MSBuildProjectName).Windows\</OutDir>
  123. <IntDir>$(Platform)\$(Configuration)\$(MSBuildProjectName)\</IntDir>
  124. </PropertyGroup>
  125. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  126. <IncludePath>..\..\SDL2\include;$(IncludePath)</IncludePath>
  127. <OutDir>$(SolutionDir)$(Platform)\$(Configuration)\$(MSBuildProjectName).Windows\</OutDir>
  128. <IntDir>$(Platform)\$(Configuration)\$(MSBuildProjectName)\</IntDir>
  129. </PropertyGroup>
  130. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">
  131. <ClCompile>
  132. <AdditionalOptions>/bigobj %(AdditionalOptions)</AdditionalOptions>
  133. <DisableSpecificWarnings>4453;28204</DisableSpecificWarnings>
  134. <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  135. </ClCompile>
  136. <Link>
  137. <AdditionalLibraryDirectories>$(OutDir)../SDLPal.Common.Windows;$(OutDir)../SDLPal.Core.Windows</AdditionalLibraryDirectories>
  138. <AdditionalDependencies>dxgi.lib;dxguid.lib;sdlpal.common.lib;sdlpal.core.lib;vccorlibd.lib;msvcrtd.lib;%(AdditionalDependencies)</AdditionalDependencies>
  139. <IgnoreSpecificDefaultLibraries>vccorlibd.lib;msvcrtd.lib;%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries>
  140. </Link>
  141. </ItemDefinitionGroup>
  142. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">
  143. <ClCompile>
  144. <AdditionalOptions>/bigobj %(AdditionalOptions)</AdditionalOptions>
  145. <DisableSpecificWarnings>4453;28204</DisableSpecificWarnings>
  146. <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  147. </ClCompile>
  148. <Link>
  149. <AdditionalLibraryDirectories>$(OutDir)../SDLPal.Common.Windows;$(OutDir)../SDLPal.Core.Windows</AdditionalLibraryDirectories>
  150. <AdditionalDependencies>dxgi.lib;dxguid.lib;sdlpal.common.lib;sdlpal.core.lib;vccorlib.lib;msvcrt.lib;%(AdditionalDependencies)</AdditionalDependencies>
  151. <IgnoreSpecificDefaultLibraries>vccorlib.lib;msvcrt.lib;%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries>
  152. </Link>
  153. </ItemDefinitionGroup>
  154. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  155. <ClCompile>
  156. <AdditionalOptions>/bigobj %(AdditionalOptions)</AdditionalOptions>
  157. <DisableSpecificWarnings>4453;28204</DisableSpecificWarnings>
  158. <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  159. </ClCompile>
  160. <Link>
  161. <AdditionalLibraryDirectories>$(OutDir)../SDLPal.Common.Windows;$(OutDir)../SDLPal.Core.Windows</AdditionalLibraryDirectories>
  162. <AdditionalDependencies>dxgi.lib;dxguid.lib;sdlpal.core.lib;sdlpal.common.lib;vccorlibd.lib;msvcrtd.lib;%(AdditionalDependencies)</AdditionalDependencies>
  163. <IgnoreSpecificDefaultLibraries>vccorlibd.lib;msvcrtd.lib;%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries>
  164. </Link>
  165. </ItemDefinitionGroup>
  166. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  167. <ClCompile>
  168. <AdditionalOptions>/bigobj %(AdditionalOptions)</AdditionalOptions>
  169. <DisableSpecificWarnings>4453;28204</DisableSpecificWarnings>
  170. <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  171. </ClCompile>
  172. <Link>
  173. <AdditionalLibraryDirectories>$(OutDir)../SDLPal.Common.Windows;$(OutDir)../SDLPal.Core.Windows</AdditionalLibraryDirectories>
  174. <AdditionalDependencies>dxgi.lib;dxguid.lib;sdlpal.core.lib;sdlpal.common.lib;vccorlib.lib;msvcrt.lib;%(AdditionalDependencies)</AdditionalDependencies>
  175. <IgnoreSpecificDefaultLibraries>vccorlib.lib;msvcrt.lib;%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries>
  176. </Link>
  177. </ItemDefinitionGroup>
  178. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  179. <ClCompile>
  180. <AdditionalOptions>/bigobj %(AdditionalOptions)</AdditionalOptions>
  181. <DisableSpecificWarnings>4453;28204</DisableSpecificWarnings>
  182. <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  183. </ClCompile>
  184. <Link>
  185. <AdditionalLibraryDirectories>$(OutDir)../SDLPal.Common.Windows;$(OutDir)../SDLPal.Core.Windows</AdditionalLibraryDirectories>
  186. <AdditionalDependencies>dxgi.lib;dxguid.lib;sdlpal.common.lib;sdlpal.core.lib;vccorlibd.lib;msvcrtd.lib;%(AdditionalDependencies)</AdditionalDependencies>
  187. <IgnoreSpecificDefaultLibraries>vccorlibd.lib;msvcrtd.lib;%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries>
  188. </Link>
  189. </ItemDefinitionGroup>
  190. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  191. <ClCompile>
  192. <AdditionalOptions>/bigobj %(AdditionalOptions)</AdditionalOptions>
  193. <DisableSpecificWarnings>4453;28204</DisableSpecificWarnings>
  194. <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  195. </ClCompile>
  196. <Link>
  197. <AdditionalLibraryDirectories>$(OutDir)../SDLPal.Common.Windows;$(OutDir)../SDLPal.Core.Windows</AdditionalLibraryDirectories>
  198. <AdditionalDependencies>dxgi.lib;dxguid.lib;sdlpal.common.lib;sdlpal.core.lib;vccorlib.lib;msvcrt.lib;%(AdditionalDependencies)</AdditionalDependencies>
  199. <IgnoreSpecificDefaultLibraries>vccorlib.lib;msvcrt.lib;%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries>
  200. </Link>
  201. </ItemDefinitionGroup>
  202. <ItemGroup>
  203. <ClInclude Include="pch.h" />
  204. <ClInclude Include="App.xaml.h">
  205. <DependentUpon>App.xaml</DependentUpon>
  206. </ClInclude>
  207. <ClInclude Include="MainPage.xaml.h">
  208. <DependentUpon>MainPage.xaml</DependentUpon>
  209. </ClInclude>
  210. </ItemGroup>
  211. <ItemGroup>
  212. <ApplicationDefinition Include="App.xaml">
  213. <SubType>Designer</SubType>
  214. </ApplicationDefinition>
  215. <Page Include="MainPage.xaml">
  216. <SubType>Designer</SubType>
  217. </Page>
  218. </ItemGroup>
  219. <ItemGroup>
  220. <AppxManifest Include="Package.appxmanifest">
  221. <SubType>Designer</SubType>
  222. </AppxManifest>
  223. <None Include="SDLPal_TemporaryKey.pfx" />
  224. </ItemGroup>
  225. <ItemGroup>
  226. <Image Include="Assets\Logo.scale-100.png">
  227. <DeploymentContent>true</DeploymentContent>
  228. </Image>
  229. <Image Include="Assets\Logo.scale-140.png">
  230. <DeploymentContent>true</DeploymentContent>
  231. </Image>
  232. <Image Include="Assets\Logo.scale-180.png">
  233. <DeploymentContent>true</DeploymentContent>
  234. </Image>
  235. <Image Include="Assets\Logo.scale-80.png">
  236. <DeploymentContent>true</DeploymentContent>
  237. </Image>
  238. <Image Include="Assets\SmallLogo.scale-100.png">
  239. <DeploymentContent>true</DeploymentContent>
  240. </Image>
  241. <Image Include="Assets\SmallLogo.scale-140.png">
  242. <DeploymentContent>true</DeploymentContent>
  243. </Image>
  244. <Image Include="Assets\SmallLogo.scale-180.png">
  245. <DeploymentContent>true</DeploymentContent>
  246. </Image>
  247. <Image Include="Assets\SmallLogo.scale-80.png">
  248. <DeploymentContent>true</DeploymentContent>
  249. </Image>
  250. <Image Include="Assets\SplashScreen.scale-100.png">
  251. <DeploymentContent>true</DeploymentContent>
  252. </Image>
  253. <Image Include="Assets\SplashScreen.scale-140.png">
  254. <DeploymentContent>true</DeploymentContent>
  255. </Image>
  256. <Image Include="Assets\SplashScreen.scale-180.png">
  257. <DeploymentContent>true</DeploymentContent>
  258. </Image>
  259. <Image Include="Assets\Square310x310Logo.scale-100.png">
  260. <DeploymentContent>true</DeploymentContent>
  261. </Image>
  262. <Image Include="Assets\Square310x310Logo.scale-140.png">
  263. <DeploymentContent>true</DeploymentContent>
  264. </Image>
  265. <Image Include="Assets\Square310x310Logo.scale-180.png">
  266. <DeploymentContent>true</DeploymentContent>
  267. </Image>
  268. <Image Include="Assets\Square310x310Logo.scale-80.png">
  269. <DeploymentContent>true</DeploymentContent>
  270. </Image>
  271. <Image Include="Assets\Square70x70Logo.scale-100.png">
  272. <DeploymentContent>true</DeploymentContent>
  273. </Image>
  274. <Image Include="Assets\Square70x70Logo.scale-140.png">
  275. <DeploymentContent>true</DeploymentContent>
  276. </Image>
  277. <Image Include="Assets\Square70x70Logo.scale-180.png">
  278. <DeploymentContent>true</DeploymentContent>
  279. </Image>
  280. <Image Include="Assets\Square70x70Logo.scale-80.png">
  281. <DeploymentContent>true</DeploymentContent>
  282. </Image>
  283. <Image Include="Assets\StoreLogo.scale-100.png">
  284. <DeploymentContent>true</DeploymentContent>
  285. </Image>
  286. <Image Include="Assets\StoreLogo.scale-140.png">
  287. <DeploymentContent>true</DeploymentContent>
  288. </Image>
  289. <Image Include="Assets\StoreLogo.scale-180.png">
  290. <DeploymentContent>true</DeploymentContent>
  291. </Image>
  292. <Image Include="Assets\WideLogo.scale-100.png">
  293. <DeploymentContent>true</DeploymentContent>
  294. </Image>
  295. <Image Include="Assets\WideLogo.scale-140.png">
  296. <DeploymentContent>true</DeploymentContent>
  297. </Image>
  298. <Image Include="Assets\WideLogo.scale-180.png">
  299. <DeploymentContent>true</DeploymentContent>
  300. </Image>
  301. <Image Include="Assets\WideLogo.scale-80.png">
  302. <DeploymentContent>true</DeploymentContent>
  303. </Image>
  304. </ItemGroup>
  305. <ItemGroup>
  306. <ClCompile Include="App.xaml.cpp">
  307. <DependentUpon>App.xaml</DependentUpon>
  308. </ClCompile>
  309. <ClCompile Include="MainPage.xaml.cpp">
  310. <DependentUpon>MainPage.xaml</DependentUpon>
  311. </ClCompile>
  312. <ClCompile Include="pch.cpp">
  313. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
  314. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
  315. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">Create</PrecompiledHeader>
  316. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">Create</PrecompiledHeader>
  317. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader>
  318. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader>
  319. </ClCompile>
  320. <ClCompile Include="..\SDLPal.Common\SDLPal.cpp" />
  321. <ClCompile Include="..\SDLPal.Common\WinRTUtil.cpp" />
  322. </ItemGroup>
  323. <ItemGroup>
  324. <PRIResource Include="Strings\en\Resources.resw" />
  325. <PRIResource Include="Strings\zh-hans\Resources.resw" />
  326. <PRIResource Include="Strings\zh-hant\Resources.resw" />
  327. </ItemGroup>
  328. <ItemGroup>
  329. <ProjectReference Include="..\..\SDL2\VisualC-WinRT\WinRT81_VS2013\SDL-WinRT81.vcxproj">
  330. <Project>{c8df6173-06a1-4f56-a9bc-2002596b30e9}</Project>
  331. </ProjectReference>
  332. <ProjectReference Include="SDLPal.Common.vcxproj">
  333. <Project>{30689076-d95b-4947-a05e-07843da8c10b}</Project>
  334. </ProjectReference>
  335. </ItemGroup>
  336. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  337. <ImportGroup Label="ExtensionTargets">
  338. </ImportGroup>
  339. </Project>