SDLPal.vcxproj 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244
  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>en</DefaultLanguage>
  26. <MinimumVisualStudioVersion>12.0</MinimumVisualStudioVersion>
  27. <AppContainerApplication>true</AppContainerApplication>
  28. <ApplicationType>Windows Phone</ApplicationType>
  29. <ApplicationTypeRevision>8.1</ApplicationTypeRevision>
  30. <ProjectName>SDLPal</ProjectName>
  31. </PropertyGroup>
  32. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  33. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  34. <ConfigurationType>Application</ConfigurationType>
  35. <UseDebugLibraries>true</UseDebugLibraries>
  36. <PlatformToolset>v120_wp81</PlatformToolset>
  37. </PropertyGroup>
  38. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="Configuration">
  39. <ConfigurationType>Application</ConfigurationType>
  40. <UseDebugLibraries>true</UseDebugLibraries>
  41. <PlatformToolset>v120_wp81</PlatformToolset>
  42. </PropertyGroup>
  43. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  44. <ConfigurationType>Application</ConfigurationType>
  45. <UseDebugLibraries>false</UseDebugLibraries>
  46. <WholeProgramOptimization>true</WholeProgramOptimization>
  47. <PlatformToolset>v120_wp81</PlatformToolset>
  48. </PropertyGroup>
  49. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="Configuration">
  50. <ConfigurationType>Application</ConfigurationType>
  51. <UseDebugLibraries>false</UseDebugLibraries>
  52. <WholeProgramOptimization>true</WholeProgramOptimization>
  53. <PlatformToolset>v120_wp81</PlatformToolset>
  54. </PropertyGroup>
  55. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  56. <ImportGroup Label="ExtensionSettings">
  57. </ImportGroup>
  58. <ImportGroup Label="Shared">
  59. </ImportGroup>
  60. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  61. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  62. </ImportGroup>
  63. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  64. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  65. </ImportGroup>
  66. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">
  67. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  68. </ImportGroup>
  69. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">
  70. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  71. </ImportGroup>
  72. <PropertyGroup Label="UserMacros" />
  73. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  74. <IncludePath>..\SDL2\include;$(IncludePath)</IncludePath>
  75. <IntDir>$(Configuration)\$(MSBuildProjectName)\</IntDir>
  76. </PropertyGroup>
  77. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  78. <IncludePath>..\SDL2\include;$(IncludePath)</IncludePath>
  79. <IntDir>$(Configuration)\$(MSBuildProjectName)\</IntDir>
  80. </PropertyGroup>
  81. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">
  82. <IncludePath>..\SDL2\include;$(IncludePath)</IncludePath>
  83. <IntDir>$(Platform)\$(Configuration)\$(MSBuildProjectName)\</IntDir>
  84. </PropertyGroup>
  85. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">
  86. <IncludePath>..\SDL2\include;$(IncludePath)</IncludePath>
  87. <IntDir>$(Platform)\$(Configuration)\$(MSBuildProjectName)\</IntDir>
  88. </PropertyGroup>
  89. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">
  90. <ClCompile>
  91. <AdditionalOptions>/bigobj %(AdditionalOptions)</AdditionalOptions>
  92. <DisableSpecificWarnings>4453;28204</DisableSpecificWarnings>
  93. <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  94. <ProgramDataBaseFileName>$(IntDir)vc$(PlatformToolsetVersion).Main.pdb</ProgramDataBaseFileName>
  95. </ClCompile>
  96. <Link>
  97. <AdditionalDependencies>dxgi.lib;dxguid.lib;sdlpal.common.lib;sdlpal.core.lib;vccorlibd.lib;msvcrtd.lib;%(AdditionalDependencies)</AdditionalDependencies>
  98. <IgnoreSpecificDefaultLibraries>vccorlibd.lib;msvcrtd.lib;%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries>
  99. <AdditionalLibraryDirectories>$(OutDir)../SDLPal.Common;$(OutDir)../SDLPal.Core</AdditionalLibraryDirectories>
  100. </Link>
  101. </ItemDefinitionGroup>
  102. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">
  103. <ClCompile>
  104. <AdditionalOptions>/bigobj %(AdditionalOptions)</AdditionalOptions>
  105. <DisableSpecificWarnings>4453;28204</DisableSpecificWarnings>
  106. <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  107. <ProgramDataBaseFileName>$(IntDir)vc$(PlatformToolsetVersion).Main.pdb</ProgramDataBaseFileName>
  108. </ClCompile>
  109. <Link>
  110. <AdditionalDependencies>dxgi.lib;dxguid.lib;sdlpal.common.lib;sdlpal.core.lib;vccorlib.lib;msvcrt.lib;%(AdditionalDependencies)</AdditionalDependencies>
  111. <IgnoreSpecificDefaultLibraries>vccorlib.lib;msvcrt.lib;%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries>
  112. <AdditionalLibraryDirectories>$(OutDir)../SDLPal.Common;$(OutDir)../SDLPal.Core</AdditionalLibraryDirectories>
  113. </Link>
  114. </ItemDefinitionGroup>
  115. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  116. <ClCompile>
  117. <AdditionalOptions>/bigobj %(AdditionalOptions)</AdditionalOptions>
  118. <DisableSpecificWarnings>4453;28204</DisableSpecificWarnings>
  119. <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  120. <ProgramDataBaseFileName>$(IntDir)vc$(PlatformToolsetVersion).Main.pdb</ProgramDataBaseFileName>
  121. </ClCompile>
  122. <Link>
  123. <AdditionalDependencies>dxgi.lib;dxguid.lib;sdlpal.common.lib;sdlpal.core.lib;vccorlibd.lib;msvcrtd.lib;%(AdditionalDependencies)</AdditionalDependencies>
  124. <IgnoreSpecificDefaultLibraries>vccorlibd.lib;msvcrtd.lib;%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries>
  125. <AdditionalLibraryDirectories>$(OutDir)../SDLPal.Common;$(OutDir)../SDLPal.Core</AdditionalLibraryDirectories>
  126. </Link>
  127. </ItemDefinitionGroup>
  128. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  129. <ClCompile>
  130. <AdditionalOptions>/bigobj %(AdditionalOptions)</AdditionalOptions>
  131. <DisableSpecificWarnings>4453;28204</DisableSpecificWarnings>
  132. <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  133. <ProgramDataBaseFileName>$(IntDir)vc$(PlatformToolsetVersion).Main.pdb</ProgramDataBaseFileName>
  134. </ClCompile>
  135. <Link>
  136. <AdditionalDependencies>dxgi.lib;dxguid.lib;sdlpal.common.lib;sdlpal.core.lib;vccorlib.lib;msvcrt.lib;%(AdditionalDependencies)</AdditionalDependencies>
  137. <IgnoreSpecificDefaultLibraries>vccorlib.lib;msvcrt.lib;%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries>
  138. <AdditionalLibraryDirectories>$(OutDir)../SDLPal.Common;$(OutDir)../SDLPal.Core</AdditionalLibraryDirectories>
  139. </Link>
  140. </ItemDefinitionGroup>
  141. <ItemGroup>
  142. <AppxManifest Include="Package.appxmanifest">
  143. <SubType>Designer</SubType>
  144. </AppxManifest>
  145. </ItemGroup>
  146. <ItemGroup>
  147. <Image Include="Assets\Logo.scale-100.png">
  148. <DeploymentContent>true</DeploymentContent>
  149. </Image>
  150. <Image Include="Assets\Logo.scale-140.png">
  151. <DeploymentContent>true</DeploymentContent>
  152. </Image>
  153. <Image Include="Assets\Logo.scale-240.png" />
  154. <Image Include="Assets\SmallLogo.scale-100.png">
  155. <DeploymentContent>true</DeploymentContent>
  156. </Image>
  157. <Image Include="Assets\SmallLogo.scale-140.png">
  158. <DeploymentContent>true</DeploymentContent>
  159. </Image>
  160. <Image Include="Assets\SmallLogo.scale-240.png" />
  161. <Image Include="Assets\SplashScreen.scale-100.png">
  162. <DeploymentContent>true</DeploymentContent>
  163. </Image>
  164. <Image Include="Assets\SplashScreen.scale-140.png">
  165. <DeploymentContent>true</DeploymentContent>
  166. </Image>
  167. <Image Include="Assets\SplashScreen.scale-240.png" />
  168. <Image Include="Assets\Square71x71Logo.scale-100.png">
  169. <DeploymentContent>true</DeploymentContent>
  170. </Image>
  171. <Image Include="Assets\Square71x71Logo.scale-140.png">
  172. <DeploymentContent>true</DeploymentContent>
  173. </Image>
  174. <Image Include="Assets\Square71x71Logo.scale-240.png">
  175. <DeploymentContent>true</DeploymentContent>
  176. </Image>
  177. <Image Include="Assets\StoreLogo.scale-100.png">
  178. <DeploymentContent>true</DeploymentContent>
  179. </Image>
  180. <Image Include="Assets\StoreLogo.scale-140.png">
  181. <DeploymentContent>true</DeploymentContent>
  182. </Image>
  183. <Image Include="Assets\StoreLogo.scale-240.png" />
  184. <Image Include="Assets\WideLogo.scale-100.png">
  185. <DeploymentContent>true</DeploymentContent>
  186. </Image>
  187. <Image Include="Assets\WideLogo.scale-140.png">
  188. <DeploymentContent>true</DeploymentContent>
  189. </Image>
  190. <Image Include="Assets\WideLogo.scale-240.png" />
  191. </ItemGroup>
  192. <ItemGroup>
  193. <ClCompile Include="App.xaml.cpp">
  194. <DependentUpon>App.xaml</DependentUpon>
  195. </ClCompile>
  196. <ClCompile Include="MainPage.xaml.cpp">
  197. <DependentUpon>MainPage.xaml</DependentUpon>
  198. </ClCompile>
  199. <ClCompile Include="pch.cpp">
  200. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
  201. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
  202. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">Create</PrecompiledHeader>
  203. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">Create</PrecompiledHeader>
  204. </ClCompile>
  205. <ClCompile Include="..\SDLPal.Common\SDLPal.cpp" />
  206. <ClCompile Include="..\SDLPal.Common\WinRTUtil.cpp" />
  207. </ItemGroup>
  208. <ItemGroup>
  209. <ProjectReference Include="..\SDL2\VisualC-WinRT\WinPhone81_VS2013\SDL-WinPhone81.vcxproj">
  210. <Project>{48fadc0e-964d-4dab-bced-372e0ad19577}</Project>
  211. </ProjectReference>
  212. <ProjectReference Include="..\SDLPal.WindowsPhone\SDLPal.Common.vcxproj">
  213. <Project>{35839f1b-8b1c-4858-91fa-807a693e703f}</Project>
  214. </ProjectReference>
  215. <ProjectReference Include="SDLPal.Core.vcxproj">
  216. <Project>{704d3871-2e86-42ef-a607-cbcfb7a7ebab}</Project>
  217. </ProjectReference>
  218. </ItemGroup>
  219. <ItemGroup>
  220. <ApplicationDefinition Include="App.xaml">
  221. <FileType>Document</FileType>
  222. </ApplicationDefinition>
  223. <Page Include="MainPage.xaml">
  224. <SubType>Designer</SubType>
  225. </Page>
  226. </ItemGroup>
  227. <ItemGroup>
  228. <ClInclude Include="App.xaml.h">
  229. <DependentUpon>App.xaml</DependentUpon>
  230. </ClInclude>
  231. <ClInclude Include="MainPage.xaml.h">
  232. <DependentUpon>MainPage.xaml</DependentUpon>
  233. </ClInclude>
  234. <ClInclude Include="pch.h" />
  235. </ItemGroup>
  236. <ItemGroup>
  237. <PRIResource Include="Strings\en\Resources.resw" />
  238. <PRIResource Include="Strings\zh-hans\Resources.resw" />
  239. <PRIResource Include="Strings\zh-hant\Resources.resw" />
  240. </ItemGroup>
  241. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  242. <ImportGroup Label="ExtensionTargets">
  243. </ImportGroup>
  244. </Project>