SDLPal.vcxproj 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306
  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. <None Include="Assets\Data\ABC.MKF">
  185. <DeploymentContent>true</DeploymentContent>
  186. </None>
  187. <None Include="Assets\Data\BALL.MKF">
  188. <DeploymentContent>true</DeploymentContent>
  189. </None>
  190. <None Include="Assets\Data\DATA.MKF">
  191. <DeploymentContent>true</DeploymentContent>
  192. </None>
  193. <None Include="Assets\Data\F.MKF">
  194. <DeploymentContent>true</DeploymentContent>
  195. </None>
  196. <None Include="Assets\Data\FBP.MKF">
  197. <DeploymentContent>true</DeploymentContent>
  198. </None>
  199. <None Include="Assets\Data\FIRE.MKF">
  200. <DeploymentContent>true</DeploymentContent>
  201. </None>
  202. <None Include="Assets\Data\GOP.MKF">
  203. <DeploymentContent>true</DeploymentContent>
  204. </None>
  205. <None Include="Assets\Data\M.MSG">
  206. <DeploymentContent>true</DeploymentContent>
  207. </None>
  208. <None Include="Assets\Data\MAP.MKF">
  209. <DeploymentContent>true</DeploymentContent>
  210. </None>
  211. <None Include="Assets\Data\MGO.MKF">
  212. <DeploymentContent>true</DeploymentContent>
  213. </None>
  214. <None Include="Assets\Data\MUS.MKF">
  215. <DeploymentContent>true</DeploymentContent>
  216. </None>
  217. <None Include="Assets\Data\OGG\10002.ogg">
  218. <DeploymentContent>true</DeploymentContent>
  219. </None>
  220. <None Include="Assets\Data\OGG\10003.ogg">
  221. <DeploymentContent>true</DeploymentContent>
  222. </None>
  223. <None Include="Assets\Data\OGG\10004.ogg">
  224. <DeploymentContent>true</DeploymentContent>
  225. </None>
  226. <None Include="Assets\Data\OGG\10005.ogg">
  227. <DeploymentContent>true</DeploymentContent>
  228. </None>
  229. <None Include="Assets\Data\OGG\10006.ogg">
  230. <DeploymentContent>true</DeploymentContent>
  231. </None>
  232. <None Include="Assets\Data\OGG\10007.ogg">
  233. <DeploymentContent>true</DeploymentContent>
  234. </None>
  235. <None Include="Assets\Data\OGG\10008.ogg">
  236. <DeploymentContent>true</DeploymentContent>
  237. </None>
  238. <None Include="Assets\Data\OGG\10009.ogg">
  239. <DeploymentContent>true</DeploymentContent>
  240. </None>
  241. <None Include="Assets\Data\OGG\10010.ogg">
  242. <DeploymentContent>true</DeploymentContent>
  243. </None>
  244. <None Include="Assets\Data\OGG\10011.ogg">
  245. <DeploymentContent>true</DeploymentContent>
  246. </None>
  247. <None Include="Assets\Data\OGG\10012.ogg">
  248. <DeploymentContent>true</DeploymentContent>
  249. </None>
  250. <None Include="Assets\Data\OGG\10013.ogg">
  251. <DeploymentContent>true</DeploymentContent>
  252. </None>
  253. <None Include="Assets\Data\PAT.MKF">
  254. <DeploymentContent>true</DeploymentContent>
  255. </None>
  256. <None Include="Assets\Data\RGM.MKF">
  257. <DeploymentContent>true</DeploymentContent>
  258. </None>
  259. <None Include="Assets\Data\RNG.MKF">
  260. <DeploymentContent>true</DeploymentContent>
  261. </None>
  262. <None Include="Assets\Data\sdlpal.cfg">
  263. <DeploymentContent>true</DeploymentContent>
  264. </None>
  265. <None Include="Assets\Data\SSS.MKF">
  266. <DeploymentContent>true</DeploymentContent>
  267. </None>
  268. <None Include="Assets\Data\VOC.MKF">
  269. <DeploymentContent>true</DeploymentContent>
  270. </None>
  271. <None Include="Assets\Data\WOR16.ASC">
  272. <DeploymentContent>true</DeploymentContent>
  273. </None>
  274. <None Include="Assets\Data\WOR16.FON">
  275. <DeploymentContent>true</DeploymentContent>
  276. </None>
  277. <None Include="Assets\Data\WORD.DAT">
  278. <DeploymentContent>true</DeploymentContent>
  279. </None>
  280. </ItemGroup>
  281. <ItemGroup>
  282. <ProjectReference Include="..\SDL2\VisualC-WinRT\WinPhone81_VS2013\SDL-WinPhone81.vcxproj">
  283. <Project>{48fadc0e-964d-4dab-bced-372e0ad19577}</Project>
  284. </ProjectReference>
  285. <ProjectReference Include="..\SDLPalLib\SDLPalLib.vcxproj">
  286. <Project>{704d3871-2e86-42ef-a607-cbcfb7a7ebab}</Project>
  287. </ProjectReference>
  288. </ItemGroup>
  289. <ItemGroup>
  290. <Media Include="Assets\Data\MP3\10002.MP3" />
  291. <Media Include="Assets\Data\MP3\10003.MP3" />
  292. <Media Include="Assets\Data\MP3\10004.MP3" />
  293. <Media Include="Assets\Data\MP3\10005.MP3" />
  294. <Media Include="Assets\Data\MP3\10006.MP3" />
  295. <Media Include="Assets\Data\MP3\10007.MP3" />
  296. <Media Include="Assets\Data\MP3\10008.MP3" />
  297. <Media Include="Assets\Data\MP3\10009.MP3" />
  298. <Media Include="Assets\Data\MP3\10010.MP3" />
  299. <Media Include="Assets\Data\MP3\10011.MP3" />
  300. <Media Include="Assets\Data\MP3\10012.MP3" />
  301. <Media Include="Assets\Data\MP3\10013.MP3" />
  302. </ItemGroup>
  303. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  304. <ImportGroup Label="ExtensionTargets">
  305. </ImportGroup>
  306. </Project>