SDLPal.vcxproj 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294
  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. </ItemDefinitionGroup>
  92. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">
  93. <ClCompile>
  94. <AdditionalOptions>/bigobj %(AdditionalOptions)</AdditionalOptions>
  95. <DisableSpecificWarnings>4453;28204</DisableSpecificWarnings>
  96. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  97. <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  98. </ClCompile>
  99. </ItemDefinitionGroup>
  100. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  101. <ClCompile>
  102. <AdditionalOptions>/bigobj %(AdditionalOptions)</AdditionalOptions>
  103. <DisableSpecificWarnings>4453;28204</DisableSpecificWarnings>
  104. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  105. <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  106. </ClCompile>
  107. </ItemDefinitionGroup>
  108. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  109. <ClCompile>
  110. <AdditionalOptions>/bigobj %(AdditionalOptions)</AdditionalOptions>
  111. <DisableSpecificWarnings>4453;28204</DisableSpecificWarnings>
  112. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  113. <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  114. </ClCompile>
  115. </ItemDefinitionGroup>
  116. <ItemGroup>
  117. <AppxManifest Include="Package.appxmanifest">
  118. <SubType>Designer</SubType>
  119. </AppxManifest>
  120. </ItemGroup>
  121. <ItemGroup>
  122. <Image Include="Assets\Logo.scale-100.png">
  123. <DeploymentContent>true</DeploymentContent>
  124. </Image>
  125. <Image Include="Assets\Logo.scale-140.png">
  126. <DeploymentContent>true</DeploymentContent>
  127. </Image>
  128. <Image Include="Assets\Logo.scale-240.png" />
  129. <Image Include="Assets\SmallLogo.scale-100.png">
  130. <DeploymentContent>true</DeploymentContent>
  131. </Image>
  132. <Image Include="Assets\SmallLogo.scale-140.png">
  133. <DeploymentContent>true</DeploymentContent>
  134. </Image>
  135. <Image Include="Assets\SmallLogo.scale-240.png" />
  136. <Image Include="Assets\SplashScreen.scale-100.png">
  137. <DeploymentContent>true</DeploymentContent>
  138. </Image>
  139. <Image Include="Assets\SplashScreen.scale-140.png">
  140. <DeploymentContent>true</DeploymentContent>
  141. </Image>
  142. <Image Include="Assets\SplashScreen.scale-240.png" />
  143. <Image Include="Assets\Square71x71Logo.scale-100.png">
  144. <DeploymentContent>true</DeploymentContent>
  145. </Image>
  146. <Image Include="Assets\Square71x71Logo.scale-140.png">
  147. <DeploymentContent>true</DeploymentContent>
  148. </Image>
  149. <Image Include="Assets\Square71x71Logo.scale-240.png">
  150. <DeploymentContent>true</DeploymentContent>
  151. </Image>
  152. <Image Include="Assets\StoreLogo.scale-100.png">
  153. <DeploymentContent>true</DeploymentContent>
  154. </Image>
  155. <Image Include="Assets\StoreLogo.scale-140.png">
  156. <DeploymentContent>true</DeploymentContent>
  157. </Image>
  158. <Image Include="Assets\StoreLogo.scale-240.png" />
  159. <Image Include="Assets\WideLogo.scale-100.png">
  160. <DeploymentContent>true</DeploymentContent>
  161. </Image>
  162. <Image Include="Assets\WideLogo.scale-140.png">
  163. <DeploymentContent>true</DeploymentContent>
  164. </Image>
  165. <Image Include="Assets\WideLogo.scale-240.png" />
  166. </ItemGroup>
  167. <ItemGroup>
  168. <ClCompile Include="..\SDL2\src\main\winrt\SDL_winrt_main_NonXAML.cpp" />
  169. <ClCompile Include="WinPhoneUtil.cpp" />
  170. </ItemGroup>
  171. <ItemGroup>
  172. <None Include="Assets\Data\ABC.MKF">
  173. <DeploymentContent>true</DeploymentContent>
  174. </None>
  175. <None Include="Assets\Data\BALL.MKF">
  176. <DeploymentContent>true</DeploymentContent>
  177. </None>
  178. <None Include="Assets\Data\DATA.MKF">
  179. <DeploymentContent>true</DeploymentContent>
  180. </None>
  181. <None Include="Assets\Data\F.MKF">
  182. <DeploymentContent>true</DeploymentContent>
  183. </None>
  184. <None Include="Assets\Data\FBP.MKF">
  185. <DeploymentContent>true</DeploymentContent>
  186. </None>
  187. <None Include="Assets\Data\FIRE.MKF">
  188. <DeploymentContent>true</DeploymentContent>
  189. </None>
  190. <None Include="Assets\Data\GOP.MKF">
  191. <DeploymentContent>true</DeploymentContent>
  192. </None>
  193. <None Include="Assets\Data\M.MSG">
  194. <DeploymentContent>true</DeploymentContent>
  195. </None>
  196. <None Include="Assets\Data\MAP.MKF">
  197. <DeploymentContent>true</DeploymentContent>
  198. </None>
  199. <None Include="Assets\Data\MGO.MKF">
  200. <DeploymentContent>true</DeploymentContent>
  201. </None>
  202. <None Include="Assets\Data\MUS.MKF">
  203. <DeploymentContent>true</DeploymentContent>
  204. </None>
  205. <None Include="Assets\Data\OGG\10002.ogg">
  206. <DeploymentContent>true</DeploymentContent>
  207. </None>
  208. <None Include="Assets\Data\OGG\10003.ogg">
  209. <DeploymentContent>true</DeploymentContent>
  210. </None>
  211. <None Include="Assets\Data\OGG\10004.ogg">
  212. <DeploymentContent>true</DeploymentContent>
  213. </None>
  214. <None Include="Assets\Data\OGG\10005.ogg">
  215. <DeploymentContent>true</DeploymentContent>
  216. </None>
  217. <None Include="Assets\Data\OGG\10006.ogg">
  218. <DeploymentContent>true</DeploymentContent>
  219. </None>
  220. <None Include="Assets\Data\OGG\10007.ogg">
  221. <DeploymentContent>true</DeploymentContent>
  222. </None>
  223. <None Include="Assets\Data\OGG\10008.ogg">
  224. <DeploymentContent>true</DeploymentContent>
  225. </None>
  226. <None Include="Assets\Data\OGG\10009.ogg">
  227. <DeploymentContent>true</DeploymentContent>
  228. </None>
  229. <None Include="Assets\Data\OGG\10010.ogg">
  230. <DeploymentContent>true</DeploymentContent>
  231. </None>
  232. <None Include="Assets\Data\OGG\10011.ogg">
  233. <DeploymentContent>true</DeploymentContent>
  234. </None>
  235. <None Include="Assets\Data\OGG\10012.ogg">
  236. <DeploymentContent>true</DeploymentContent>
  237. </None>
  238. <None Include="Assets\Data\OGG\10013.ogg">
  239. <DeploymentContent>true</DeploymentContent>
  240. </None>
  241. <None Include="Assets\Data\PAT.MKF">
  242. <DeploymentContent>true</DeploymentContent>
  243. </None>
  244. <None Include="Assets\Data\RGM.MKF">
  245. <DeploymentContent>true</DeploymentContent>
  246. </None>
  247. <None Include="Assets\Data\RNG.MKF">
  248. <DeploymentContent>true</DeploymentContent>
  249. </None>
  250. <None Include="Assets\Data\sdlpal.cfg">
  251. <DeploymentContent>true</DeploymentContent>
  252. </None>
  253. <None Include="Assets\Data\SSS.MKF">
  254. <DeploymentContent>true</DeploymentContent>
  255. </None>
  256. <None Include="Assets\Data\VOC.MKF">
  257. <DeploymentContent>true</DeploymentContent>
  258. </None>
  259. <None Include="Assets\Data\WOR16.ASC">
  260. <DeploymentContent>true</DeploymentContent>
  261. </None>
  262. <None Include="Assets\Data\WOR16.FON">
  263. <DeploymentContent>true</DeploymentContent>
  264. </None>
  265. <None Include="Assets\Data\WORD.DAT">
  266. <DeploymentContent>true</DeploymentContent>
  267. </None>
  268. </ItemGroup>
  269. <ItemGroup>
  270. <ProjectReference Include="..\SDL2\VisualC-WinRT\WinPhone81_VS2013\SDL-WinPhone81.vcxproj">
  271. <Project>{48fadc0e-964d-4dab-bced-372e0ad19577}</Project>
  272. </ProjectReference>
  273. <ProjectReference Include="..\SDLPalLib\SDLPalLib.vcxproj">
  274. <Project>{704d3871-2e86-42ef-a607-cbcfb7a7ebab}</Project>
  275. </ProjectReference>
  276. </ItemGroup>
  277. <ItemGroup>
  278. <Media Include="Assets\Data\MP3\10002.MP3" />
  279. <Media Include="Assets\Data\MP3\10003.MP3" />
  280. <Media Include="Assets\Data\MP3\10004.MP3" />
  281. <Media Include="Assets\Data\MP3\10005.MP3" />
  282. <Media Include="Assets\Data\MP3\10006.MP3" />
  283. <Media Include="Assets\Data\MP3\10007.MP3" />
  284. <Media Include="Assets\Data\MP3\10008.MP3" />
  285. <Media Include="Assets\Data\MP3\10009.MP3" />
  286. <Media Include="Assets\Data\MP3\10010.MP3" />
  287. <Media Include="Assets\Data\MP3\10011.MP3" />
  288. <Media Include="Assets\Data\MP3\10012.MP3" />
  289. <Media Include="Assets\Data\MP3\10013.MP3" />
  290. </ItemGroup>
  291. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  292. <ImportGroup Label="ExtensionTargets">
  293. </ImportGroup>
  294. </Project>