SDLPal.vcxproj 9.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194
  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="Release|ARM">
  13. <Configuration>Release</Configuration>
  14. <Platform>ARM</Platform>
  15. </ProjectConfiguration>
  16. <ProjectConfiguration Include="Release|Win32">
  17. <Configuration>Release</Configuration>
  18. <Platform>Win32</Platform>
  19. </ProjectConfiguration>
  20. </ItemGroup>
  21. <PropertyGroup Label="Globals">
  22. <ProjectGuid>{4c240e16-f6f6-4d60-b29b-7f7acb4815d7}</ProjectGuid>
  23. <Keyword>BlankApp</Keyword>
  24. <RootNamespace>SDLPal</RootNamespace>
  25. <DefaultLanguage>zh-CN</DefaultLanguage>
  26. <MinimumVisualStudioVersion>12.0</MinimumVisualStudioVersion>
  27. <AppContainerApplication>true</AppContainerApplication>
  28. <ApplicationType>Windows Phone</ApplicationType>
  29. <ApplicationTypeRevision>8.1</ApplicationTypeRevision>
  30. </PropertyGroup>
  31. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  32. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  33. <ConfigurationType>Application</ConfigurationType>
  34. <UseDebugLibraries>true</UseDebugLibraries>
  35. <PlatformToolset>v120_wp81</PlatformToolset>
  36. </PropertyGroup>
  37. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="Configuration">
  38. <ConfigurationType>Application</ConfigurationType>
  39. <UseDebugLibraries>true</UseDebugLibraries>
  40. <PlatformToolset>v120_wp81</PlatformToolset>
  41. </PropertyGroup>
  42. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  43. <ConfigurationType>Application</ConfigurationType>
  44. <UseDebugLibraries>false</UseDebugLibraries>
  45. <WholeProgramOptimization>true</WholeProgramOptimization>
  46. <PlatformToolset>v120_wp81</PlatformToolset>
  47. </PropertyGroup>
  48. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="Configuration">
  49. <ConfigurationType>Application</ConfigurationType>
  50. <UseDebugLibraries>false</UseDebugLibraries>
  51. <WholeProgramOptimization>true</WholeProgramOptimization>
  52. <PlatformToolset>v120_wp81</PlatformToolset>
  53. </PropertyGroup>
  54. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  55. <ImportGroup Label="ExtensionSettings">
  56. </ImportGroup>
  57. <ImportGroup Label="Shared">
  58. </ImportGroup>
  59. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  60. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  61. </ImportGroup>
  62. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  63. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  64. </ImportGroup>
  65. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">
  66. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  67. </ImportGroup>
  68. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">
  69. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  70. </ImportGroup>
  71. <PropertyGroup Label="UserMacros" />
  72. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  73. <IncludePath>..\SDL2\include;$(IncludePath)</IncludePath>
  74. </PropertyGroup>
  75. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  76. <IncludePath>..\SDL2\include;$(IncludePath)</IncludePath>
  77. </PropertyGroup>
  78. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">
  79. <IncludePath>..\SDL2\include;$(IncludePath)</IncludePath>
  80. </PropertyGroup>
  81. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">
  82. <IncludePath>..\SDL2\include;$(IncludePath)</IncludePath>
  83. </PropertyGroup>
  84. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">
  85. <ClCompile>
  86. <AdditionalOptions>/bigobj %(AdditionalOptions)</AdditionalOptions>
  87. <DisableSpecificWarnings>4453;28204</DisableSpecificWarnings>
  88. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  89. <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  90. </ClCompile>
  91. <Link>
  92. <AdditionalDependencies>dxgi.lib;dxguid.lib;%(AdditionalDependencies)</AdditionalDependencies>
  93. </Link>
  94. </ItemDefinitionGroup>
  95. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">
  96. <ClCompile>
  97. <AdditionalOptions>/bigobj %(AdditionalOptions)</AdditionalOptions>
  98. <DisableSpecificWarnings>4453;28204</DisableSpecificWarnings>
  99. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  100. <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  101. </ClCompile>
  102. <Link>
  103. <AdditionalDependencies>dxgi.lib;dxguid.lib;%(AdditionalDependencies)</AdditionalDependencies>
  104. </Link>
  105. </ItemDefinitionGroup>
  106. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  107. <ClCompile>
  108. <AdditionalOptions>/bigobj %(AdditionalOptions)</AdditionalOptions>
  109. <DisableSpecificWarnings>4453;28204</DisableSpecificWarnings>
  110. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  111. <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  112. </ClCompile>
  113. <Link>
  114. <AdditionalDependencies>dxgi.lib;dxguid.lib;%(AdditionalDependencies)</AdditionalDependencies>
  115. </Link>
  116. </ItemDefinitionGroup>
  117. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  118. <ClCompile>
  119. <AdditionalOptions>/bigobj %(AdditionalOptions)</AdditionalOptions>
  120. <DisableSpecificWarnings>4453;28204</DisableSpecificWarnings>
  121. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  122. <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  123. </ClCompile>
  124. <Link>
  125. <AdditionalDependencies>dxgi.lib;dxguid.lib;%(AdditionalDependencies)</AdditionalDependencies>
  126. </Link>
  127. </ItemDefinitionGroup>
  128. <ItemGroup>
  129. <AppxManifest Include="Package.appxmanifest">
  130. <SubType>Designer</SubType>
  131. </AppxManifest>
  132. </ItemGroup>
  133. <ItemGroup>
  134. <Image Include="Assets\Logo.scale-100.png">
  135. <DeploymentContent>true</DeploymentContent>
  136. </Image>
  137. <Image Include="Assets\Logo.scale-140.png">
  138. <DeploymentContent>true</DeploymentContent>
  139. </Image>
  140. <Image Include="Assets\Logo.scale-240.png" />
  141. <Image Include="Assets\SmallLogo.scale-100.png">
  142. <DeploymentContent>true</DeploymentContent>
  143. </Image>
  144. <Image Include="Assets\SmallLogo.scale-140.png">
  145. <DeploymentContent>true</DeploymentContent>
  146. </Image>
  147. <Image Include="Assets\SmallLogo.scale-240.png" />
  148. <Image Include="Assets\SplashScreen.scale-100.png">
  149. <DeploymentContent>true</DeploymentContent>
  150. </Image>
  151. <Image Include="Assets\SplashScreen.scale-140.png">
  152. <DeploymentContent>true</DeploymentContent>
  153. </Image>
  154. <Image Include="Assets\SplashScreen.scale-240.png" />
  155. <Image Include="Assets\Square71x71Logo.scale-100.png">
  156. <DeploymentContent>true</DeploymentContent>
  157. </Image>
  158. <Image Include="Assets\Square71x71Logo.scale-140.png">
  159. <DeploymentContent>true</DeploymentContent>
  160. </Image>
  161. <Image Include="Assets\Square71x71Logo.scale-240.png">
  162. <DeploymentContent>true</DeploymentContent>
  163. </Image>
  164. <Image Include="Assets\StoreLogo.scale-100.png">
  165. <DeploymentContent>true</DeploymentContent>
  166. </Image>
  167. <Image Include="Assets\StoreLogo.scale-140.png">
  168. <DeploymentContent>true</DeploymentContent>
  169. </Image>
  170. <Image Include="Assets\StoreLogo.scale-240.png" />
  171. <Image Include="Assets\WideLogo.scale-100.png">
  172. <DeploymentContent>true</DeploymentContent>
  173. </Image>
  174. <Image Include="Assets\WideLogo.scale-140.png">
  175. <DeploymentContent>true</DeploymentContent>
  176. </Image>
  177. <Image Include="Assets\WideLogo.scale-240.png" />
  178. </ItemGroup>
  179. <ItemGroup>
  180. <ClCompile Include="..\SDL2\src\main\winrt\SDL_winrt_main_NonXAML.cpp" />
  181. <ClCompile Include="WinPhoneUtil.cpp" />
  182. </ItemGroup>
  183. <ItemGroup>
  184. <ProjectReference Include="..\SDL2\VisualC-WinRT\WinPhone81_VS2013\SDL-WinPhone81.vcxproj">
  185. <Project>{48fadc0e-964d-4dab-bced-372e0ad19577}</Project>
  186. </ProjectReference>
  187. <ProjectReference Include="..\SDLPalCore\SDLPalCore.vcxproj">
  188. <Project>{704d3871-2e86-42ef-a607-cbcfb7a7ebab}</Project>
  189. </ProjectReference>
  190. </ItemGroup>
  191. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  192. <ImportGroup Label="ExtensionTargets">
  193. </ImportGroup>
  194. </Project>