sdlpal.vcxproj 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <ItemGroup Label="ProjectConfigurations">
  4. <ProjectConfiguration Include="Debug|Win32">
  5. <Configuration>Debug</Configuration>
  6. <Platform>Win32</Platform>
  7. </ProjectConfiguration>
  8. <ProjectConfiguration Include="Release|Win32">
  9. <Configuration>Release</Configuration>
  10. <Platform>Win32</Platform>
  11. </ProjectConfiguration>
  12. </ItemGroup>
  13. <PropertyGroup Label="Globals">
  14. <ProjectGuid>{837BDF47-9375-4C30-866B-07E262E94A01}</ProjectGuid>
  15. <RootNamespace>sdlpal</RootNamespace>
  16. </PropertyGroup>
  17. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  18. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  19. <ConfigurationType>Application</ConfigurationType>
  20. <UseOfMfc>false</UseOfMfc>
  21. <PlatformToolset>v120_xp</PlatformToolset>
  22. </PropertyGroup>
  23. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  24. <ConfigurationType>Application</ConfigurationType>
  25. <UseOfMfc>false</UseOfMfc>
  26. <PlatformToolset>v120_xp</PlatformToolset>
  27. </PropertyGroup>
  28. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  29. <ImportGroup Label="ExtensionSettings">
  30. </ImportGroup>
  31. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
  32. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  33. <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC60.props" />
  34. </ImportGroup>
  35. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
  36. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  37. <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC60.props" />
  38. </ImportGroup>
  39. <PropertyGroup Label="UserMacros" />
  40. <PropertyGroup>
  41. <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
  42. <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental>
  43. <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental>
  44. </PropertyGroup>
  45. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  46. <IncludePath>..\..\SDL2-2.0.3\include;$(IncludePath)</IncludePath>
  47. <LibraryPath>..\..\SDL2-2.0.3\lib\x86;$(LibraryPath)</LibraryPath>
  48. </PropertyGroup>
  49. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  50. <IncludePath>..\..\SDL2-2.0.3\include;$(IncludePath)</IncludePath>
  51. <LibraryPath>..\..\SDL2-2.0.3\lib\x86;$(LibraryPath)</LibraryPath>
  52. </PropertyGroup>
  53. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  54. <Midl>
  55. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  56. <MkTypLibCompatible>true</MkTypLibCompatible>
  57. <SuppressStartupBanner>true</SuppressStartupBanner>
  58. <TargetEnvironment>Win32</TargetEnvironment>
  59. <TypeLibraryName>.\Release/sdlpal_sdl2.tlb</TypeLibraryName>
  60. <HeaderFileName>
  61. </HeaderFileName>
  62. </Midl>
  63. <ClCompile>
  64. <AdditionalIncludeDirectories>..\liboggvorbis\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  65. <PreprocessorDefinitions>WIN32;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  66. <StringPooling>true</StringPooling>
  67. <FunctionLevelLinking>true</FunctionLevelLinking>
  68. <WarningLevel>Level3</WarningLevel>
  69. <SuppressStartupBanner>true</SuppressStartupBanner>
  70. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  71. </ClCompile>
  72. <ResourceCompile>
  73. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  74. <Culture>0x0804</Culture>
  75. </ResourceCompile>
  76. <Link>
  77. <AdditionalDependencies>winmm.lib;sdl2.lib;sdl2main.lib;%(AdditionalDependencies)</AdditionalDependencies>
  78. <SuppressStartupBanner>true</SuppressStartupBanner>
  79. <SubSystem>Windows</SubSystem>
  80. <TargetMachine>MachineX86</TargetMachine>
  81. <GenerateDebugInformation>true</GenerateDebugInformation>
  82. </Link>
  83. <Bscmake />
  84. </ItemDefinitionGroup>
  85. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  86. <Midl>
  87. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  88. <MkTypLibCompatible>true</MkTypLibCompatible>
  89. <SuppressStartupBanner>true</SuppressStartupBanner>
  90. <TargetEnvironment>Win32</TargetEnvironment>
  91. <TypeLibraryName>.\Debug/sdlpal_sdl2.tlb</TypeLibraryName>
  92. <HeaderFileName>
  93. </HeaderFileName>
  94. </Midl>
  95. <ClCompile>
  96. <AdditionalIncludeDirectories>..\liboggvorbis\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  97. <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  98. <MinimalRebuild>true</MinimalRebuild>
  99. <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
  100. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  101. <WarningLevel>Level3</WarningLevel>
  102. <SuppressStartupBanner>true</SuppressStartupBanner>
  103. <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
  104. <Optimization>Disabled</Optimization>
  105. </ClCompile>
  106. <ResourceCompile>
  107. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  108. <Culture>0x0804</Culture>
  109. </ResourceCompile>
  110. <Link>
  111. <AdditionalDependencies>winmm.lib;sdl2.lib;sdl2main.lib;%(AdditionalDependencies)</AdditionalDependencies>
  112. <SuppressStartupBanner>true</SuppressStartupBanner>
  113. <GenerateDebugInformation>true</GenerateDebugInformation>
  114. <SubSystem>Windows</SubSystem>
  115. <TargetMachine>MachineX86</TargetMachine>
  116. </Link>
  117. <Bscmake />
  118. </ItemDefinitionGroup>
  119. <ItemGroup>
  120. <ClCompile Include="..\adplug\adlibemu.c" />
  121. <ClCompile Include="..\adplug\dbemuopl.cpp" />
  122. <ClCompile Include="..\adplug\dbopl.cpp">
  123. <InlineFunctionExpansion Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">AnySuitable</InlineFunctionExpansion>
  124. <IntrinsicFunctions Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</IntrinsicFunctions>
  125. <FavorSizeOrSpeed Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Speed</FavorSizeOrSpeed>
  126. <OmitFramePointers Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</OmitFramePointers>
  127. </ClCompile>
  128. <ClCompile Include="..\adplug\demuopl.cpp" />
  129. <ClCompile Include="..\battle.c" />
  130. <ClCompile Include="..\ending.c" />
  131. <ClCompile Include="..\fight.c" />
  132. <ClCompile Include="..\font.c" />
  133. <ClCompile Include="..\game.c" />
  134. <ClCompile Include="..\getopt.c" />
  135. <ClCompile Include="..\global.c" />
  136. <ClCompile Include="..\input.c" />
  137. <ClCompile Include="..\itemmenu.c" />
  138. <ClCompile Include="..\liboggvorbis\src\analysis.c" />
  139. <ClCompile Include="..\liboggvorbis\src\bitrate.c" />
  140. <ClCompile Include="..\liboggvorbis\src\bitwise.c" />
  141. <ClCompile Include="..\liboggvorbis\src\block.c" />
  142. <ClCompile Include="..\liboggvorbis\src\codebook.c" />
  143. <ClCompile Include="..\liboggvorbis\src\envelope.c" />
  144. <ClCompile Include="..\liboggvorbis\src\floor0.c" />
  145. <ClCompile Include="..\liboggvorbis\src\floor1.c" />
  146. <ClCompile Include="..\liboggvorbis\src\framing.c" />
  147. <ClCompile Include="..\liboggvorbis\src\info.c" />
  148. <ClCompile Include="..\liboggvorbis\src\lookup.c" />
  149. <ClCompile Include="..\liboggvorbis\src\lpc.c" />
  150. <ClCompile Include="..\liboggvorbis\src\lsp.c" />
  151. <ClCompile Include="..\liboggvorbis\src\mapping0.c" />
  152. <ClCompile Include="..\liboggvorbis\src\mdct.c" />
  153. <ClCompile Include="..\liboggvorbis\src\psy.c" />
  154. <ClCompile Include="..\liboggvorbis\src\registry.c" />
  155. <ClCompile Include="..\liboggvorbis\src\res0.c" />
  156. <ClCompile Include="..\liboggvorbis\src\sharedbook.c" />
  157. <ClCompile Include="..\liboggvorbis\src\smallft.c" />
  158. <ClCompile Include="..\liboggvorbis\src\synthesis.c" />
  159. <ClCompile Include="..\liboggvorbis\src\vorbisenc.c" />
  160. <ClCompile Include="..\liboggvorbis\src\vorbisfile.c" />
  161. <ClCompile Include="..\liboggvorbis\src\window.c" />
  162. <ClCompile Include="..\magicmenu.c" />
  163. <ClCompile Include="..\main.c" />
  164. <ClCompile Include="..\map.c" />
  165. <ClCompile Include="..\midi.c" />
  166. <ClCompile Include="..\mp3play.c" />
  167. <ClCompile Include="..\oggplay.c" />
  168. <ClCompile Include="..\overlay.c" />
  169. <ClCompile Include="..\palcfg.c" />
  170. <ClCompile Include="..\palcommon.c" />
  171. <ClCompile Include="..\palette.c" />
  172. <ClCompile Include="..\play.c" />
  173. <ClCompile Include="..\res.c" />
  174. <ClCompile Include="..\resampler.c" />
  175. <ClCompile Include="..\rixplay.cpp" />
  176. <ClCompile Include="..\rngplay.c" />
  177. <ClCompile Include="..\scene.c" />
  178. <ClCompile Include="..\script.c" />
  179. <ClCompile Include="..\sound.c" />
  180. <ClCompile Include="..\text.c" />
  181. <ClCompile Include="..\ui.c" />
  182. <ClCompile Include="..\uibattle.c" />
  183. <ClCompile Include="..\uigame.c" />
  184. <ClCompile Include="..\util.c" />
  185. <ClCompile Include="..\video.c" />
  186. <ClCompile Include="..\yj1.c" />
  187. <ClCompile Include="..\adplug\binfile.cpp" />
  188. <ClCompile Include="..\adplug\binio.cpp" />
  189. <ClCompile Include="..\adplug\dosbox_opl.cpp" />
  190. <ClCompile Include="..\adplug\emuopl.cpp" />
  191. <ClCompile Include="..\adplug\fmopl.c" />
  192. <ClCompile Include="..\adplug\fprovide.cpp" />
  193. <ClCompile Include="..\adplug\player.cpp" />
  194. <ClCompile Include="..\adplug\rix.cpp" />
  195. <ClCompile Include="..\adplug\surroundopl.cpp" />
  196. <ClCompile Include="..\native_midi\native_midi_common.c" />
  197. <ClCompile Include="..\native_midi\native_midi_win32.c" />
  198. <ClCompile Include="..\libmad\bit.c" />
  199. <ClCompile Include="..\libmad\decoder.c" />
  200. <ClCompile Include="..\libmad\fixed.c" />
  201. <ClCompile Include="..\libmad\frame.c" />
  202. <ClCompile Include="..\libmad\huffman.c" />
  203. <ClCompile Include="..\libmad\layer12.c" />
  204. <ClCompile Include="..\libmad\layer3.c" />
  205. <ClCompile Include="..\libmad\music_mad.c" />
  206. <ClCompile Include="..\libmad\stream.c" />
  207. <ClCompile Include="..\libmad\synth.c" />
  208. <ClCompile Include="..\libmad\timer.c" />
  209. <ClCompile Include="win32.cpp" />
  210. </ItemGroup>
  211. <ItemGroup>
  212. <ClInclude Include="..\adplug\adlibemu.h" />
  213. <ClInclude Include="..\adplug\dbemuopl.h" />
  214. <ClInclude Include="..\adplug\dbopl.h" />
  215. <ClInclude Include="..\adplug\kemuopl.h" />
  216. <ClInclude Include="..\ascii.h" />
  217. <ClInclude Include="..\battle.h" />
  218. <ClInclude Include="..\codepage.h" />
  219. <ClInclude Include="..\common.h" />
  220. <ClInclude Include="..\liboggvorbis\include\ogg\config_types.h" />
  221. <ClInclude Include="..\ending.h" />
  222. <ClInclude Include="..\fight.h" />
  223. <ClInclude Include="..\font.h" />
  224. <ClInclude Include="..\fontglyph.h" />
  225. <ClInclude Include="..\game.h" />
  226. <ClInclude Include="..\getopt.h" />
  227. <ClInclude Include="..\global.h" />
  228. <ClInclude Include="..\input.h" />
  229. <ClInclude Include="..\itemmenu.h" />
  230. <ClInclude Include="..\liboggvorbis\include\ogg\ogg.h" />
  231. <ClInclude Include="..\liboggvorbis\include\ogg\os_types.h" />
  232. <ClInclude Include="..\liboggvorbis\include\vorbis\codec.h" />
  233. <ClInclude Include="..\liboggvorbis\include\vorbis\vorbisenc.h" />
  234. <ClInclude Include="..\liboggvorbis\include\vorbis\vorbisfile.h" />
  235. <ClInclude Include="..\liboggvorbis\src\backends.h" />
  236. <ClInclude Include="..\liboggvorbis\src\bitrate.h" />
  237. <ClInclude Include="..\liboggvorbis\src\books\coupled\res_books_51.h" />
  238. <ClInclude Include="..\liboggvorbis\src\books\coupled\res_books_stereo.h" />
  239. <ClInclude Include="..\liboggvorbis\src\books\floor\floor_books.h" />
  240. <ClInclude Include="..\liboggvorbis\src\books\uncoupled\res_books_uncoupled.h" />
  241. <ClInclude Include="..\liboggvorbis\src\codebook.h" />
  242. <ClInclude Include="..\liboggvorbis\src\codec_internal.h" />
  243. <ClInclude Include="..\liboggvorbis\src\envelope.h" />
  244. <ClInclude Include="..\liboggvorbis\src\highlevel.h" />
  245. <ClInclude Include="..\liboggvorbis\src\lookup.h" />
  246. <ClInclude Include="..\liboggvorbis\src\lookup_data.h" />
  247. <ClInclude Include="..\liboggvorbis\src\lpc.h" />
  248. <ClInclude Include="..\liboggvorbis\src\lsp.h" />
  249. <ClInclude Include="..\liboggvorbis\src\masking.h" />
  250. <ClInclude Include="..\liboggvorbis\src\mdct.h" />
  251. <ClInclude Include="..\liboggvorbis\src\misc.h" />
  252. <ClInclude Include="..\liboggvorbis\src\modes\floor_all.h" />
  253. <ClInclude Include="..\liboggvorbis\src\modes\psych_11.h" />
  254. <ClInclude Include="..\liboggvorbis\src\modes\psych_16.h" />
  255. <ClInclude Include="..\liboggvorbis\src\modes\psych_44.h" />
  256. <ClInclude Include="..\liboggvorbis\src\modes\psych_8.h" />
  257. <ClInclude Include="..\liboggvorbis\src\modes\residue_16.h" />
  258. <ClInclude Include="..\liboggvorbis\src\modes\residue_44.h" />
  259. <ClInclude Include="..\liboggvorbis\src\modes\residue_44p51.h" />
  260. <ClInclude Include="..\liboggvorbis\src\modes\residue_44u.h" />
  261. <ClInclude Include="..\liboggvorbis\src\modes\residue_8.h" />
  262. <ClInclude Include="..\liboggvorbis\src\modes\setup_11.h" />
  263. <ClInclude Include="..\liboggvorbis\src\modes\setup_16.h" />
  264. <ClInclude Include="..\liboggvorbis\src\modes\setup_22.h" />
  265. <ClInclude Include="..\liboggvorbis\src\modes\setup_32.h" />
  266. <ClInclude Include="..\liboggvorbis\src\modes\setup_44.h" />
  267. <ClInclude Include="..\liboggvorbis\src\modes\setup_44p51.h" />
  268. <ClInclude Include="..\liboggvorbis\src\modes\setup_44u.h" />
  269. <ClInclude Include="..\liboggvorbis\src\modes\setup_8.h" />
  270. <ClInclude Include="..\liboggvorbis\src\modes\setup_X.h" />
  271. <ClInclude Include="..\liboggvorbis\src\os.h" />
  272. <ClInclude Include="..\liboggvorbis\src\psy.h" />
  273. <ClInclude Include="..\liboggvorbis\src\registry.h" />
  274. <ClInclude Include="..\liboggvorbis\src\scales.h" />
  275. <ClInclude Include="..\liboggvorbis\src\smallft.h" />
  276. <ClInclude Include="..\liboggvorbis\src\window.h" />
  277. <ClInclude Include="..\magicmenu.h" />
  278. <ClInclude Include="..\main.h" />
  279. <ClInclude Include="..\map.h" />
  280. <ClInclude Include="..\midi.h" />
  281. <ClInclude Include="..\palcfg.h" />
  282. <ClInclude Include="..\palcommon.h" />
  283. <ClInclude Include="..\palette.h" />
  284. <ClInclude Include="..\play.h" />
  285. <ClInclude Include="..\res.h" />
  286. <ClInclude Include="..\resampler.h" />
  287. <ClInclude Include="..\players.h" />
  288. <ClInclude Include="..\rngplay.h" />
  289. <ClInclude Include="..\scene.h" />
  290. <ClInclude Include="..\script.h" />
  291. <ClInclude Include="..\sound.h" />
  292. <ClInclude Include="..\text.h" />
  293. <ClInclude Include="..\ui.h" />
  294. <ClInclude Include="..\uibattle.h" />
  295. <ClInclude Include="..\uigame.h" />
  296. <ClInclude Include="..\util.h" />
  297. <ClInclude Include="..\video.h" />
  298. <ClInclude Include="..\adplug\binfile.h" />
  299. <ClInclude Include="..\adplug\binio.h" />
  300. <ClInclude Include="..\adplug\demuopl.h" />
  301. <ClInclude Include="..\adplug\dosbox_opl.h" />
  302. <ClInclude Include="..\adplug\emuopl.h" />
  303. <ClInclude Include="..\adplug\fmopl.h" />
  304. <ClInclude Include="..\adplug\fprovide.h" />
  305. <ClInclude Include="..\adplug\opl.h" />
  306. <ClInclude Include="..\adplug\player.h" />
  307. <ClInclude Include="..\adplug\rix.h" />
  308. <ClInclude Include="..\adplug\surroundopl.h" />
  309. <ClInclude Include="..\native_midi\native_midi.h" />
  310. <ClInclude Include="..\native_midi\native_midi_common.h" />
  311. <ClInclude Include="..\libmad\bit.h" />
  312. <ClInclude Include="..\libmad\decoder.h" />
  313. <ClInclude Include="..\libmad\fixed.h" />
  314. <ClInclude Include="..\libmad\frame.h" />
  315. <ClInclude Include="..\libmad\huffman.h" />
  316. <ClInclude Include="..\libmad\layer12.h" />
  317. <ClInclude Include="..\libmad\layer3.h" />
  318. <ClInclude Include="..\libmad\libmad_config.h" />
  319. <ClInclude Include="..\libmad\libmad_global.h" />
  320. <ClInclude Include="..\libmad\mad.h" />
  321. <ClInclude Include="..\libmad\music_mad.h" />
  322. <ClInclude Include="..\libmad\stream.h" />
  323. <ClInclude Include="..\libmad\synth.h" />
  324. <ClInclude Include="..\libmad\timer.h" />
  325. <ClInclude Include="resource.h" />
  326. </ItemGroup>
  327. <ItemGroup>
  328. <None Include="..\sdlpal.cfg.example" />
  329. <None Include="..\sdlpal.ico" />
  330. <None Include="..\libmad\D.dat" />
  331. <None Include="..\libmad\imdct_s.dat" />
  332. <None Include="..\libmad\qc_table.dat" />
  333. <None Include="..\libmad\rq_table.dat" />
  334. <None Include="..\libmad\sf_table.dat" />
  335. </ItemGroup>
  336. <ItemGroup>
  337. <ResourceCompile Include="sdlpal.rc" />
  338. </ItemGroup>
  339. <ItemGroup>
  340. <Text Include="..\AUTHORS.txt" />
  341. <Text Include="..\README.txt" />
  342. </ItemGroup>
  343. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  344. <ImportGroup Label="ExtensionTargets">
  345. </ImportGroup>
  346. </Project>