sdlpal.vcproj 32 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639
  1. <?xml version="1.0" encoding="gb2312"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="8.00"
  5. Name="sdlpal"
  6. ProjectGUID="{837BDF47-9375-4C30-866B-07E262E94A01}"
  7. RootNamespace="sdlpal"
  8. >
  9. <Platforms>
  10. <Platform
  11. Name="Win32"
  12. />
  13. </Platforms>
  14. <ToolFiles>
  15. </ToolFiles>
  16. <Configurations>
  17. <Configuration
  18. Name="Release|Win32"
  19. OutputDirectory=".\Release"
  20. IntermediateDirectory=".\Release"
  21. ConfigurationType="1"
  22. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
  23. UseOfMFC="0"
  24. ATLMinimizesCRunTimeLibraryUsage="false"
  25. CharacterSet="2"
  26. >
  27. <Tool
  28. Name="VCPreBuildEventTool"
  29. />
  30. <Tool
  31. Name="VCCustomBuildTool"
  32. />
  33. <Tool
  34. Name="VCXMLDataGeneratorTool"
  35. />
  36. <Tool
  37. Name="VCWebServiceProxyGeneratorTool"
  38. />
  39. <Tool
  40. Name="VCMIDLTool"
  41. PreprocessorDefinitions="NDEBUG"
  42. MkTypLibCompatible="true"
  43. SuppressStartupBanner="true"
  44. TargetEnvironment="1"
  45. TypeLibraryName=".\Release/sdlpal_sdl2.tlb"
  46. HeaderFileName=""
  47. />
  48. <Tool
  49. Name="VCCLCompilerTool"
  50. Optimization="2"
  51. InlineFunctionExpansion="1"
  52. AdditionalIncludeDirectories="d:\sdl\include"
  53. PreprocessorDefinitions="WIN32;_WINDOWS"
  54. StringPooling="true"
  55. RuntimeLibrary="2"
  56. EnableFunctionLevelLinking="true"
  57. PrecompiledHeaderFile=".\Release/sdlpal_sdl2.pch"
  58. AssemblerListingLocation=".\Release/"
  59. ObjectFile=".\Release/"
  60. ProgramDataBaseFileName=".\Release/"
  61. WarningLevel="3"
  62. SuppressStartupBanner="true"
  63. DebugInformationFormat="3"
  64. />
  65. <Tool
  66. Name="VCManagedResourceCompilerTool"
  67. />
  68. <Tool
  69. Name="VCResourceCompilerTool"
  70. PreprocessorDefinitions="NDEBUG"
  71. Culture="2052"
  72. />
  73. <Tool
  74. Name="VCPreLinkEventTool"
  75. />
  76. <Tool
  77. Name="VCLinkerTool"
  78. AdditionalDependencies="odbc32.lib odbccp32.lib winmm.lib sdl2.lib sdl2main.lib"
  79. OutputFile=".\Release/sdlpal.exe"
  80. LinkIncremental="1"
  81. SuppressStartupBanner="true"
  82. AdditionalLibraryDirectories="d:\sdl\lib"
  83. ProgramDatabaseFile=".\Release/sdlpal_sdl2.pdb"
  84. SubSystem="2"
  85. TargetMachine="1"
  86. />
  87. <Tool
  88. Name="VCALinkTool"
  89. />
  90. <Tool
  91. Name="VCManifestTool"
  92. />
  93. <Tool
  94. Name="VCXDCMakeTool"
  95. />
  96. <Tool
  97. Name="VCBscMakeTool"
  98. SuppressStartupBanner="true"
  99. OutputFile=".\Release/sdlpal_sdl2.bsc"
  100. />
  101. <Tool
  102. Name="VCFxCopTool"
  103. />
  104. <Tool
  105. Name="VCAppVerifierTool"
  106. />
  107. <Tool
  108. Name="VCWebDeploymentTool"
  109. />
  110. <Tool
  111. Name="VCPostBuildEventTool"
  112. />
  113. </Configuration>
  114. <Configuration
  115. Name="Debug|Win32"
  116. OutputDirectory=".\Debug"
  117. IntermediateDirectory=".\Debug"
  118. ConfigurationType="1"
  119. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
  120. UseOfMFC="0"
  121. ATLMinimizesCRunTimeLibraryUsage="false"
  122. CharacterSet="2"
  123. >
  124. <Tool
  125. Name="VCPreBuildEventTool"
  126. />
  127. <Tool
  128. Name="VCCustomBuildTool"
  129. />
  130. <Tool
  131. Name="VCXMLDataGeneratorTool"
  132. />
  133. <Tool
  134. Name="VCWebServiceProxyGeneratorTool"
  135. />
  136. <Tool
  137. Name="VCMIDLTool"
  138. PreprocessorDefinitions="_DEBUG"
  139. MkTypLibCompatible="true"
  140. SuppressStartupBanner="true"
  141. TargetEnvironment="1"
  142. TypeLibraryName=".\Debug/sdlpal_sdl2.tlb"
  143. HeaderFileName=""
  144. />
  145. <Tool
  146. Name="VCCLCompilerTool"
  147. Optimization="0"
  148. AdditionalIncludeDirectories="d:\sdl\include"
  149. PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS"
  150. MinimalRebuild="true"
  151. BasicRuntimeChecks="3"
  152. RuntimeLibrary="3"
  153. PrecompiledHeaderFile=".\Debug/sdlpal_sdl2.pch"
  154. AssemblerListingLocation=".\Debug/"
  155. ObjectFile=".\Debug/"
  156. ProgramDataBaseFileName=".\Debug/"
  157. BrowseInformation="1"
  158. WarningLevel="3"
  159. SuppressStartupBanner="true"
  160. DebugInformationFormat="4"
  161. />
  162. <Tool
  163. Name="VCManagedResourceCompilerTool"
  164. />
  165. <Tool
  166. Name="VCResourceCompilerTool"
  167. PreprocessorDefinitions="_DEBUG"
  168. Culture="2052"
  169. />
  170. <Tool
  171. Name="VCPreLinkEventTool"
  172. />
  173. <Tool
  174. Name="VCLinkerTool"
  175. AdditionalDependencies="odbc32.lib odbccp32.lib winmm.lib sdl2.lib sdl2main.lib"
  176. OutputFile=".\Debug/sdlpal.exe"
  177. LinkIncremental="2"
  178. SuppressStartupBanner="true"
  179. AdditionalLibraryDirectories="d:\sdl\lib"
  180. GenerateDebugInformation="true"
  181. ProgramDatabaseFile=".\Debug/sdlpal_sdl2.pdb"
  182. SubSystem="2"
  183. TargetMachine="1"
  184. />
  185. <Tool
  186. Name="VCALinkTool"
  187. />
  188. <Tool
  189. Name="VCManifestTool"
  190. />
  191. <Tool
  192. Name="VCXDCMakeTool"
  193. />
  194. <Tool
  195. Name="VCBscMakeTool"
  196. SuppressStartupBanner="true"
  197. OutputFile=".\Debug/sdlpal_sdl2.bsc"
  198. />
  199. <Tool
  200. Name="VCFxCopTool"
  201. />
  202. <Tool
  203. Name="VCAppVerifierTool"
  204. />
  205. <Tool
  206. Name="VCWebDeploymentTool"
  207. />
  208. <Tool
  209. Name="VCPostBuildEventTool"
  210. />
  211. </Configuration>
  212. </Configurations>
  213. <References>
  214. </References>
  215. <Files>
  216. <Filter
  217. Name="Source Files"
  218. Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
  219. >
  220. <File
  221. RelativePath="battle.c"
  222. >
  223. <FileConfiguration
  224. Name="Release|Win32"
  225. >
  226. <Tool
  227. Name="VCCLCompilerTool"
  228. AdditionalIncludeDirectories=""
  229. PreprocessorDefinitions=""
  230. />
  231. </FileConfiguration>
  232. <FileConfiguration
  233. Name="Debug|Win32"
  234. >
  235. <Tool
  236. Name="VCCLCompilerTool"
  237. AdditionalIncludeDirectories=""
  238. PreprocessorDefinitions=""
  239. />
  240. </FileConfiguration>
  241. </File>
  242. <File
  243. RelativePath="ending.c"
  244. >
  245. <FileConfiguration
  246. Name="Release|Win32"
  247. >
  248. <Tool
  249. Name="VCCLCompilerTool"
  250. AdditionalIncludeDirectories=""
  251. PreprocessorDefinitions=""
  252. />
  253. </FileConfiguration>
  254. <FileConfiguration
  255. Name="Debug|Win32"
  256. >
  257. <Tool
  258. Name="VCCLCompilerTool"
  259. AdditionalIncludeDirectories=""
  260. PreprocessorDefinitions=""
  261. />
  262. </FileConfiguration>
  263. </File>
  264. <File
  265. RelativePath="fight.c"
  266. >
  267. <FileConfiguration
  268. Name="Release|Win32"
  269. >
  270. <Tool
  271. Name="VCCLCompilerTool"
  272. AdditionalIncludeDirectories=""
  273. PreprocessorDefinitions=""
  274. />
  275. </FileConfiguration>
  276. <FileConfiguration
  277. Name="Debug|Win32"
  278. >
  279. <Tool
  280. Name="VCCLCompilerTool"
  281. AdditionalIncludeDirectories=""
  282. PreprocessorDefinitions=""
  283. />
  284. </FileConfiguration>
  285. </File>
  286. <File
  287. RelativePath="font.c"
  288. >
  289. <FileConfiguration
  290. Name="Release|Win32"
  291. >
  292. <Tool
  293. Name="VCCLCompilerTool"
  294. AdditionalIncludeDirectories=""
  295. PreprocessorDefinitions=""
  296. />
  297. </FileConfiguration>
  298. <FileConfiguration
  299. Name="Debug|Win32"
  300. >
  301. <Tool
  302. Name="VCCLCompilerTool"
  303. AdditionalIncludeDirectories=""
  304. PreprocessorDefinitions=""
  305. />
  306. </FileConfiguration>
  307. </File>
  308. <File
  309. RelativePath="game.c"
  310. >
  311. <FileConfiguration
  312. Name="Release|Win32"
  313. >
  314. <Tool
  315. Name="VCCLCompilerTool"
  316. AdditionalIncludeDirectories=""
  317. PreprocessorDefinitions=""
  318. />
  319. </FileConfiguration>
  320. <FileConfiguration
  321. Name="Debug|Win32"
  322. >
  323. <Tool
  324. Name="VCCLCompilerTool"
  325. AdditionalIncludeDirectories=""
  326. PreprocessorDefinitions=""
  327. />
  328. </FileConfiguration>
  329. </File>
  330. <File
  331. RelativePath="getopt.c"
  332. >
  333. <FileConfiguration
  334. Name="Release|Win32"
  335. >
  336. <Tool
  337. Name="VCCLCompilerTool"
  338. AdditionalIncludeDirectories=""
  339. PreprocessorDefinitions=""
  340. />
  341. </FileConfiguration>
  342. <FileConfiguration
  343. Name="Debug|Win32"
  344. >
  345. <Tool
  346. Name="VCCLCompilerTool"
  347. AdditionalIncludeDirectories=""
  348. PreprocessorDefinitions=""
  349. />
  350. </FileConfiguration>
  351. </File>
  352. <File
  353. RelativePath="global.c"
  354. >
  355. <FileConfiguration
  356. Name="Release|Win32"
  357. >
  358. <Tool
  359. Name="VCCLCompilerTool"
  360. AdditionalIncludeDirectories=""
  361. PreprocessorDefinitions=""
  362. />
  363. </FileConfiguration>
  364. <FileConfiguration
  365. Name="Debug|Win32"
  366. >
  367. <Tool
  368. Name="VCCLCompilerTool"
  369. AdditionalIncludeDirectories=""
  370. PreprocessorDefinitions=""
  371. />
  372. </FileConfiguration>
  373. </File>
  374. <File
  375. RelativePath="input.c"
  376. >
  377. <FileConfiguration
  378. Name="Release|Win32"
  379. >
  380. <Tool
  381. Name="VCCLCompilerTool"
  382. AdditionalIncludeDirectories=""
  383. PreprocessorDefinitions=""
  384. />
  385. </FileConfiguration>
  386. <FileConfiguration
  387. Name="Debug|Win32"
  388. >
  389. <Tool
  390. Name="VCCLCompilerTool"
  391. AdditionalIncludeDirectories=""
  392. PreprocessorDefinitions=""
  393. />
  394. </FileConfiguration>
  395. </File>
  396. <File
  397. RelativePath="itemmenu.c"
  398. >
  399. <FileConfiguration
  400. Name="Release|Win32"
  401. >
  402. <Tool
  403. Name="VCCLCompilerTool"
  404. AdditionalIncludeDirectories=""
  405. PreprocessorDefinitions=""
  406. />
  407. </FileConfiguration>
  408. <FileConfiguration
  409. Name="Debug|Win32"
  410. >
  411. <Tool
  412. Name="VCCLCompilerTool"
  413. AdditionalIncludeDirectories=""
  414. PreprocessorDefinitions=""
  415. />
  416. </FileConfiguration>
  417. </File>
  418. <File
  419. RelativePath="magicmenu.c"
  420. >
  421. <FileConfiguration
  422. Name="Release|Win32"
  423. >
  424. <Tool
  425. Name="VCCLCompilerTool"
  426. AdditionalIncludeDirectories=""
  427. PreprocessorDefinitions=""
  428. />
  429. </FileConfiguration>
  430. <FileConfiguration
  431. Name="Debug|Win32"
  432. >
  433. <Tool
  434. Name="VCCLCompilerTool"
  435. AdditionalIncludeDirectories=""
  436. PreprocessorDefinitions=""
  437. />
  438. </FileConfiguration>
  439. </File>
  440. <File
  441. RelativePath="main.c"
  442. >
  443. <FileConfiguration
  444. Name="Release|Win32"
  445. >
  446. <Tool
  447. Name="VCCLCompilerTool"
  448. AdditionalIncludeDirectories=""
  449. PreprocessorDefinitions=""
  450. />
  451. </FileConfiguration>
  452. <FileConfiguration
  453. Name="Debug|Win32"
  454. >
  455. <Tool
  456. Name="VCCLCompilerTool"
  457. AdditionalIncludeDirectories=""
  458. PreprocessorDefinitions=""
  459. />
  460. </FileConfiguration>
  461. </File>
  462. <File
  463. RelativePath="map.c"
  464. >
  465. <FileConfiguration
  466. Name="Release|Win32"
  467. >
  468. <Tool
  469. Name="VCCLCompilerTool"
  470. AdditionalIncludeDirectories=""
  471. PreprocessorDefinitions=""
  472. />
  473. </FileConfiguration>
  474. <FileConfiguration
  475. Name="Debug|Win32"
  476. >
  477. <Tool
  478. Name="VCCLCompilerTool"
  479. AdditionalIncludeDirectories=""
  480. PreprocessorDefinitions=""
  481. />
  482. </FileConfiguration>
  483. </File>
  484. <File
  485. RelativePath="midi.c"
  486. >
  487. <FileConfiguration
  488. Name="Release|Win32"
  489. >
  490. <Tool
  491. Name="VCCLCompilerTool"
  492. AdditionalIncludeDirectories=""
  493. PreprocessorDefinitions=""
  494. />
  495. </FileConfiguration>
  496. <FileConfiguration
  497. Name="Debug|Win32"
  498. >
  499. <Tool
  500. Name="VCCLCompilerTool"
  501. AdditionalIncludeDirectories=""
  502. PreprocessorDefinitions=""
  503. />
  504. </FileConfiguration>
  505. </File>
  506. <File
  507. RelativePath="palcommon.c"
  508. >
  509. <FileConfiguration
  510. Name="Release|Win32"
  511. >
  512. <Tool
  513. Name="VCCLCompilerTool"
  514. AdditionalIncludeDirectories=""
  515. PreprocessorDefinitions=""
  516. />
  517. </FileConfiguration>
  518. <FileConfiguration
  519. Name="Debug|Win32"
  520. >
  521. <Tool
  522. Name="VCCLCompilerTool"
  523. AdditionalIncludeDirectories=""
  524. PreprocessorDefinitions=""
  525. />
  526. </FileConfiguration>
  527. </File>
  528. <File
  529. RelativePath="palette.c"
  530. >
  531. <FileConfiguration
  532. Name="Release|Win32"
  533. >
  534. <Tool
  535. Name="VCCLCompilerTool"
  536. AdditionalIncludeDirectories=""
  537. PreprocessorDefinitions=""
  538. />
  539. </FileConfiguration>
  540. <FileConfiguration
  541. Name="Debug|Win32"
  542. >
  543. <Tool
  544. Name="VCCLCompilerTool"
  545. AdditionalIncludeDirectories=""
  546. PreprocessorDefinitions=""
  547. />
  548. </FileConfiguration>
  549. </File>
  550. <File
  551. RelativePath="play.c"
  552. >
  553. <FileConfiguration
  554. Name="Release|Win32"
  555. >
  556. <Tool
  557. Name="VCCLCompilerTool"
  558. AdditionalIncludeDirectories=""
  559. PreprocessorDefinitions=""
  560. />
  561. </FileConfiguration>
  562. <FileConfiguration
  563. Name="Debug|Win32"
  564. >
  565. <Tool
  566. Name="VCCLCompilerTool"
  567. AdditionalIncludeDirectories=""
  568. PreprocessorDefinitions=""
  569. />
  570. </FileConfiguration>
  571. </File>
  572. <File
  573. RelativePath="res.c"
  574. >
  575. <FileConfiguration
  576. Name="Release|Win32"
  577. >
  578. <Tool
  579. Name="VCCLCompilerTool"
  580. AdditionalIncludeDirectories=""
  581. PreprocessorDefinitions=""
  582. />
  583. </FileConfiguration>
  584. <FileConfiguration
  585. Name="Debug|Win32"
  586. >
  587. <Tool
  588. Name="VCCLCompilerTool"
  589. AdditionalIncludeDirectories=""
  590. PreprocessorDefinitions=""
  591. />
  592. </FileConfiguration>
  593. </File>
  594. <File
  595. RelativePath="rixplay.cpp"
  596. >
  597. <FileConfiguration
  598. Name="Release|Win32"
  599. >
  600. <Tool
  601. Name="VCCLCompilerTool"
  602. AdditionalIncludeDirectories=""
  603. PreprocessorDefinitions=""
  604. />
  605. </FileConfiguration>
  606. <FileConfiguration
  607. Name="Debug|Win32"
  608. >
  609. <Tool
  610. Name="VCCLCompilerTool"
  611. AdditionalIncludeDirectories=""
  612. PreprocessorDefinitions=""
  613. />
  614. </FileConfiguration>
  615. </File>
  616. <File
  617. RelativePath="rngplay.c"
  618. >
  619. <FileConfiguration
  620. Name="Release|Win32"
  621. >
  622. <Tool
  623. Name="VCCLCompilerTool"
  624. AdditionalIncludeDirectories=""
  625. PreprocessorDefinitions=""
  626. />
  627. </FileConfiguration>
  628. <FileConfiguration
  629. Name="Debug|Win32"
  630. >
  631. <Tool
  632. Name="VCCLCompilerTool"
  633. AdditionalIncludeDirectories=""
  634. PreprocessorDefinitions=""
  635. />
  636. </FileConfiguration>
  637. </File>
  638. <File
  639. RelativePath="scene.c"
  640. >
  641. <FileConfiguration
  642. Name="Release|Win32"
  643. >
  644. <Tool
  645. Name="VCCLCompilerTool"
  646. AdditionalIncludeDirectories=""
  647. PreprocessorDefinitions=""
  648. />
  649. </FileConfiguration>
  650. <FileConfiguration
  651. Name="Debug|Win32"
  652. >
  653. <Tool
  654. Name="VCCLCompilerTool"
  655. AdditionalIncludeDirectories=""
  656. PreprocessorDefinitions=""
  657. />
  658. </FileConfiguration>
  659. </File>
  660. <File
  661. RelativePath="script.c"
  662. >
  663. <FileConfiguration
  664. Name="Release|Win32"
  665. >
  666. <Tool
  667. Name="VCCLCompilerTool"
  668. AdditionalIncludeDirectories=""
  669. PreprocessorDefinitions=""
  670. />
  671. </FileConfiguration>
  672. <FileConfiguration
  673. Name="Debug|Win32"
  674. >
  675. <Tool
  676. Name="VCCLCompilerTool"
  677. AdditionalIncludeDirectories=""
  678. PreprocessorDefinitions=""
  679. />
  680. </FileConfiguration>
  681. </File>
  682. <File
  683. RelativePath="sound.c"
  684. >
  685. <FileConfiguration
  686. Name="Release|Win32"
  687. >
  688. <Tool
  689. Name="VCCLCompilerTool"
  690. AdditionalIncludeDirectories=""
  691. PreprocessorDefinitions=""
  692. />
  693. </FileConfiguration>
  694. <FileConfiguration
  695. Name="Debug|Win32"
  696. >
  697. <Tool
  698. Name="VCCLCompilerTool"
  699. AdditionalIncludeDirectories=""
  700. PreprocessorDefinitions=""
  701. />
  702. </FileConfiguration>
  703. </File>
  704. <File
  705. RelativePath="text.c"
  706. >
  707. <FileConfiguration
  708. Name="Release|Win32"
  709. >
  710. <Tool
  711. Name="VCCLCompilerTool"
  712. AdditionalIncludeDirectories=""
  713. PreprocessorDefinitions=""
  714. />
  715. </FileConfiguration>
  716. <FileConfiguration
  717. Name="Debug|Win32"
  718. >
  719. <Tool
  720. Name="VCCLCompilerTool"
  721. AdditionalIncludeDirectories=""
  722. PreprocessorDefinitions=""
  723. />
  724. </FileConfiguration>
  725. </File>
  726. <File
  727. RelativePath="ui.c"
  728. >
  729. <FileConfiguration
  730. Name="Release|Win32"
  731. >
  732. <Tool
  733. Name="VCCLCompilerTool"
  734. AdditionalIncludeDirectories=""
  735. PreprocessorDefinitions=""
  736. />
  737. </FileConfiguration>
  738. <FileConfiguration
  739. Name="Debug|Win32"
  740. >
  741. <Tool
  742. Name="VCCLCompilerTool"
  743. AdditionalIncludeDirectories=""
  744. PreprocessorDefinitions=""
  745. />
  746. </FileConfiguration>
  747. </File>
  748. <File
  749. RelativePath="uibattle.c"
  750. >
  751. <FileConfiguration
  752. Name="Release|Win32"
  753. >
  754. <Tool
  755. Name="VCCLCompilerTool"
  756. AdditionalIncludeDirectories=""
  757. PreprocessorDefinitions=""
  758. />
  759. </FileConfiguration>
  760. <FileConfiguration
  761. Name="Debug|Win32"
  762. >
  763. <Tool
  764. Name="VCCLCompilerTool"
  765. AdditionalIncludeDirectories=""
  766. PreprocessorDefinitions=""
  767. />
  768. </FileConfiguration>
  769. </File>
  770. <File
  771. RelativePath="uigame.c"
  772. >
  773. <FileConfiguration
  774. Name="Release|Win32"
  775. >
  776. <Tool
  777. Name="VCCLCompilerTool"
  778. AdditionalIncludeDirectories=""
  779. PreprocessorDefinitions=""
  780. />
  781. </FileConfiguration>
  782. <FileConfiguration
  783. Name="Debug|Win32"
  784. >
  785. <Tool
  786. Name="VCCLCompilerTool"
  787. AdditionalIncludeDirectories=""
  788. PreprocessorDefinitions=""
  789. />
  790. </FileConfiguration>
  791. </File>
  792. <File
  793. RelativePath="util.c"
  794. >
  795. <FileConfiguration
  796. Name="Release|Win32"
  797. >
  798. <Tool
  799. Name="VCCLCompilerTool"
  800. AdditionalIncludeDirectories=""
  801. PreprocessorDefinitions=""
  802. />
  803. </FileConfiguration>
  804. <FileConfiguration
  805. Name="Debug|Win32"
  806. >
  807. <Tool
  808. Name="VCCLCompilerTool"
  809. AdditionalIncludeDirectories=""
  810. PreprocessorDefinitions=""
  811. />
  812. </FileConfiguration>
  813. </File>
  814. <File
  815. RelativePath="video.c"
  816. >
  817. <FileConfiguration
  818. Name="Release|Win32"
  819. >
  820. <Tool
  821. Name="VCCLCompilerTool"
  822. AdditionalIncludeDirectories=""
  823. PreprocessorDefinitions=""
  824. />
  825. </FileConfiguration>
  826. <FileConfiguration
  827. Name="Debug|Win32"
  828. >
  829. <Tool
  830. Name="VCCLCompilerTool"
  831. AdditionalIncludeDirectories=""
  832. PreprocessorDefinitions=""
  833. />
  834. </FileConfiguration>
  835. </File>
  836. <File
  837. RelativePath="yj1.c"
  838. >
  839. <FileConfiguration
  840. Name="Release|Win32"
  841. >
  842. <Tool
  843. Name="VCCLCompilerTool"
  844. AdditionalIncludeDirectories=""
  845. PreprocessorDefinitions=""
  846. />
  847. </FileConfiguration>
  848. <FileConfiguration
  849. Name="Debug|Win32"
  850. >
  851. <Tool
  852. Name="VCCLCompilerTool"
  853. AdditionalIncludeDirectories=""
  854. PreprocessorDefinitions=""
  855. />
  856. </FileConfiguration>
  857. </File>
  858. </Filter>
  859. <Filter
  860. Name="Header Files"
  861. Filter="h;hpp;hxx;hm;inl"
  862. >
  863. <File
  864. RelativePath="ascii.h"
  865. >
  866. </File>
  867. <File
  868. RelativePath="battle.h"
  869. >
  870. </File>
  871. <File
  872. RelativePath="common.h"
  873. >
  874. </File>
  875. <File
  876. RelativePath="ending.h"
  877. >
  878. </File>
  879. <File
  880. RelativePath="fight.h"
  881. >
  882. </File>
  883. <File
  884. RelativePath="font.h"
  885. >
  886. </File>
  887. <File
  888. RelativePath="game.h"
  889. >
  890. </File>
  891. <File
  892. RelativePath="getopt.h"
  893. >
  894. </File>
  895. <File
  896. RelativePath="global.h"
  897. >
  898. </File>
  899. <File
  900. RelativePath="input.h"
  901. >
  902. </File>
  903. <File
  904. RelativePath="itemmenu.h"
  905. >
  906. </File>
  907. <File
  908. RelativePath="magicmenu.h"
  909. >
  910. </File>
  911. <File
  912. RelativePath="main.h"
  913. >
  914. </File>
  915. <File
  916. RelativePath="map.h"
  917. >
  918. </File>
  919. <File
  920. RelativePath="midi.h"
  921. >
  922. </File>
  923. <File
  924. RelativePath="palcommon.h"
  925. >
  926. </File>
  927. <File
  928. RelativePath="palette.h"
  929. >
  930. </File>
  931. <File
  932. RelativePath="play.h"
  933. >
  934. </File>
  935. <File
  936. RelativePath="res.h"
  937. >
  938. </File>
  939. <File
  940. RelativePath="rixplay.h"
  941. >
  942. </File>
  943. <File
  944. RelativePath="rngplay.h"
  945. >
  946. </File>
  947. <File
  948. RelativePath="scene.h"
  949. >
  950. </File>
  951. <File
  952. RelativePath="script.h"
  953. >
  954. </File>
  955. <File
  956. RelativePath="sound.h"
  957. >
  958. </File>
  959. <File
  960. RelativePath="text.h"
  961. >
  962. </File>
  963. <File
  964. RelativePath="ui.h"
  965. >
  966. </File>
  967. <File
  968. RelativePath="uibattle.h"
  969. >
  970. </File>
  971. <File
  972. RelativePath="uigame.h"
  973. >
  974. </File>
  975. <File
  976. RelativePath="util.h"
  977. >
  978. </File>
  979. <File
  980. RelativePath="video.h"
  981. >
  982. </File>
  983. </Filter>
  984. <Filter
  985. Name="adplug"
  986. >
  987. <File
  988. RelativePath="adplug\binfile.cpp"
  989. >
  990. <FileConfiguration
  991. Name="Release|Win32"
  992. >
  993. <Tool
  994. Name="VCCLCompilerTool"
  995. AdditionalIncludeDirectories=""
  996. PreprocessorDefinitions=""
  997. />
  998. </FileConfiguration>
  999. <FileConfiguration
  1000. Name="Debug|Win32"
  1001. >
  1002. <Tool
  1003. Name="VCCLCompilerTool"
  1004. AdditionalIncludeDirectories=""
  1005. PreprocessorDefinitions=""
  1006. />
  1007. </FileConfiguration>
  1008. </File>
  1009. <File
  1010. RelativePath="adplug\binfile.h"
  1011. >
  1012. </File>
  1013. <File
  1014. RelativePath="adplug\binio.cpp"
  1015. >
  1016. <FileConfiguration
  1017. Name="Release|Win32"
  1018. >
  1019. <Tool
  1020. Name="VCCLCompilerTool"
  1021. AdditionalIncludeDirectories=""
  1022. PreprocessorDefinitions=""
  1023. />
  1024. </FileConfiguration>
  1025. <FileConfiguration
  1026. Name="Debug|Win32"
  1027. >
  1028. <Tool
  1029. Name="VCCLCompilerTool"
  1030. AdditionalIncludeDirectories=""
  1031. PreprocessorDefinitions=""
  1032. />
  1033. </FileConfiguration>
  1034. </File>
  1035. <File
  1036. RelativePath="adplug\binio.h"
  1037. >
  1038. </File>
  1039. <File
  1040. RelativePath="adplug\demuopl.h"
  1041. >
  1042. </File>
  1043. <File
  1044. RelativePath="adplug\dosbox_opl.cpp"
  1045. >
  1046. <FileConfiguration
  1047. Name="Release|Win32"
  1048. >
  1049. <Tool
  1050. Name="VCCLCompilerTool"
  1051. AdditionalIncludeDirectories=""
  1052. PreprocessorDefinitions=""
  1053. />
  1054. </FileConfiguration>
  1055. <FileConfiguration
  1056. Name="Debug|Win32"
  1057. >
  1058. <Tool
  1059. Name="VCCLCompilerTool"
  1060. AdditionalIncludeDirectories=""
  1061. PreprocessorDefinitions=""
  1062. />
  1063. </FileConfiguration>
  1064. </File>
  1065. <File
  1066. RelativePath="adplug\dosbox_opl.h"
  1067. >
  1068. </File>
  1069. <File
  1070. RelativePath="adplug\emuopl.cpp"
  1071. >
  1072. <FileConfiguration
  1073. Name="Release|Win32"
  1074. >
  1075. <Tool
  1076. Name="VCCLCompilerTool"
  1077. AdditionalIncludeDirectories=""
  1078. PreprocessorDefinitions=""
  1079. />
  1080. </FileConfiguration>
  1081. <FileConfiguration
  1082. Name="Debug|Win32"
  1083. >
  1084. <Tool
  1085. Name="VCCLCompilerTool"
  1086. AdditionalIncludeDirectories=""
  1087. PreprocessorDefinitions=""
  1088. />
  1089. </FileConfiguration>
  1090. </File>
  1091. <File
  1092. RelativePath="adplug\emuopl.h"
  1093. >
  1094. </File>
  1095. <File
  1096. RelativePath="adplug\fmopl.c"
  1097. >
  1098. <FileConfiguration
  1099. Name="Release|Win32"
  1100. >
  1101. <Tool
  1102. Name="VCCLCompilerTool"
  1103. AdditionalIncludeDirectories=""
  1104. PreprocessorDefinitions=""
  1105. />
  1106. </FileConfiguration>
  1107. <FileConfiguration
  1108. Name="Debug|Win32"
  1109. >
  1110. <Tool
  1111. Name="VCCLCompilerTool"
  1112. AdditionalIncludeDirectories=""
  1113. PreprocessorDefinitions=""
  1114. />
  1115. </FileConfiguration>
  1116. </File>
  1117. <File
  1118. RelativePath="adplug\fmopl.h"
  1119. >
  1120. </File>
  1121. <File
  1122. RelativePath="adplug\fprovide.cpp"
  1123. >
  1124. <FileConfiguration
  1125. Name="Release|Win32"
  1126. >
  1127. <Tool
  1128. Name="VCCLCompilerTool"
  1129. AdditionalIncludeDirectories=""
  1130. PreprocessorDefinitions=""
  1131. />
  1132. </FileConfiguration>
  1133. <FileConfiguration
  1134. Name="Debug|Win32"
  1135. >
  1136. <Tool
  1137. Name="VCCLCompilerTool"
  1138. AdditionalIncludeDirectories=""
  1139. PreprocessorDefinitions=""
  1140. />
  1141. </FileConfiguration>
  1142. </File>
  1143. <File
  1144. RelativePath="adplug\fprovide.h"
  1145. >
  1146. </File>
  1147. <File
  1148. RelativePath="adplug\opl.h"
  1149. >
  1150. </File>
  1151. <File
  1152. RelativePath="adplug\player.cpp"
  1153. >
  1154. <FileConfiguration
  1155. Name="Release|Win32"
  1156. >
  1157. <Tool
  1158. Name="VCCLCompilerTool"
  1159. AdditionalIncludeDirectories=""
  1160. PreprocessorDefinitions=""
  1161. />
  1162. </FileConfiguration>
  1163. <FileConfiguration
  1164. Name="Debug|Win32"
  1165. >
  1166. <Tool
  1167. Name="VCCLCompilerTool"
  1168. AdditionalIncludeDirectories=""
  1169. PreprocessorDefinitions=""
  1170. />
  1171. </FileConfiguration>
  1172. </File>
  1173. <File
  1174. RelativePath="adplug\player.h"
  1175. >
  1176. </File>
  1177. <File
  1178. RelativePath="adplug\rix.cpp"
  1179. >
  1180. <FileConfiguration
  1181. Name="Release|Win32"
  1182. >
  1183. <Tool
  1184. Name="VCCLCompilerTool"
  1185. AdditionalIncludeDirectories=""
  1186. PreprocessorDefinitions=""
  1187. />
  1188. </FileConfiguration>
  1189. <FileConfiguration
  1190. Name="Debug|Win32"
  1191. >
  1192. <Tool
  1193. Name="VCCLCompilerTool"
  1194. AdditionalIncludeDirectories=""
  1195. PreprocessorDefinitions=""
  1196. />
  1197. </FileConfiguration>
  1198. </File>
  1199. <File
  1200. RelativePath="adplug\rix.h"
  1201. >
  1202. </File>
  1203. <File
  1204. RelativePath="adplug\surroundopl.cpp"
  1205. >
  1206. <FileConfiguration
  1207. Name="Release|Win32"
  1208. >
  1209. <Tool
  1210. Name="VCCLCompilerTool"
  1211. AdditionalIncludeDirectories=""
  1212. PreprocessorDefinitions=""
  1213. />
  1214. </FileConfiguration>
  1215. <FileConfiguration
  1216. Name="Debug|Win32"
  1217. >
  1218. <Tool
  1219. Name="VCCLCompilerTool"
  1220. AdditionalIncludeDirectories=""
  1221. PreprocessorDefinitions=""
  1222. />
  1223. </FileConfiguration>
  1224. </File>
  1225. <File
  1226. RelativePath="adplug\surroundopl.h"
  1227. >
  1228. </File>
  1229. </Filter>
  1230. <Filter
  1231. Name="Resource Files"
  1232. >
  1233. <File
  1234. RelativePath="sdlpal.ico"
  1235. >
  1236. </File>
  1237. <File
  1238. RelativePath="sdlpal.rc"
  1239. >
  1240. <FileConfiguration
  1241. Name="Release|Win32"
  1242. >
  1243. <Tool
  1244. Name="VCResourceCompilerTool"
  1245. PreprocessorDefinitions=""
  1246. />
  1247. </FileConfiguration>
  1248. <FileConfiguration
  1249. Name="Debug|Win32"
  1250. >
  1251. <Tool
  1252. Name="VCResourceCompilerTool"
  1253. PreprocessorDefinitions=""
  1254. />
  1255. </FileConfiguration>
  1256. </File>
  1257. </Filter>
  1258. <Filter
  1259. Name="native_midi"
  1260. >
  1261. <File
  1262. RelativePath="native_midi\native_midi.h"
  1263. >
  1264. </File>
  1265. <File
  1266. RelativePath="native_midi\native_midi_common.c"
  1267. >
  1268. <FileConfiguration
  1269. Name="Release|Win32"
  1270. >
  1271. <Tool
  1272. Name="VCCLCompilerTool"
  1273. AdditionalIncludeDirectories=""
  1274. PreprocessorDefinitions=""
  1275. />
  1276. </FileConfiguration>
  1277. <FileConfiguration
  1278. Name="Debug|Win32"
  1279. >
  1280. <Tool
  1281. Name="VCCLCompilerTool"
  1282. AdditionalIncludeDirectories=""
  1283. PreprocessorDefinitions=""
  1284. />
  1285. </FileConfiguration>
  1286. </File>
  1287. <File
  1288. RelativePath="native_midi\native_midi_common.h"
  1289. >
  1290. </File>
  1291. <File
  1292. RelativePath="native_midi\native_midi_win32.c"
  1293. >
  1294. <FileConfiguration
  1295. Name="Release|Win32"
  1296. >
  1297. <Tool
  1298. Name="VCCLCompilerTool"
  1299. AdditionalIncludeDirectories=""
  1300. PreprocessorDefinitions=""
  1301. />
  1302. </FileConfiguration>
  1303. <FileConfiguration
  1304. Name="Debug|Win32"
  1305. >
  1306. <Tool
  1307. Name="VCCLCompilerTool"
  1308. AdditionalIncludeDirectories=""
  1309. PreprocessorDefinitions=""
  1310. />
  1311. </FileConfiguration>
  1312. </File>
  1313. </Filter>
  1314. <Filter
  1315. Name="libmad"
  1316. >
  1317. <File
  1318. RelativePath="libmad\bit.c"
  1319. >
  1320. <FileConfiguration
  1321. Name="Release|Win32"
  1322. >
  1323. <Tool
  1324. Name="VCCLCompilerTool"
  1325. AdditionalIncludeDirectories=""
  1326. PreprocessorDefinitions=""
  1327. />
  1328. </FileConfiguration>
  1329. <FileConfiguration
  1330. Name="Debug|Win32"
  1331. >
  1332. <Tool
  1333. Name="VCCLCompilerTool"
  1334. AdditionalIncludeDirectories=""
  1335. PreprocessorDefinitions=""
  1336. />
  1337. </FileConfiguration>
  1338. </File>
  1339. <File
  1340. RelativePath="libmad\bit.h"
  1341. >
  1342. </File>
  1343. <File
  1344. RelativePath="libmad\D.dat"
  1345. >
  1346. </File>
  1347. <File
  1348. RelativePath="libmad\decoder.c"
  1349. >
  1350. <FileConfiguration
  1351. Name="Release|Win32"
  1352. >
  1353. <Tool
  1354. Name="VCCLCompilerTool"
  1355. AdditionalIncludeDirectories=""
  1356. PreprocessorDefinitions=""
  1357. />
  1358. </FileConfiguration>
  1359. <FileConfiguration
  1360. Name="Debug|Win32"
  1361. >
  1362. <Tool
  1363. Name="VCCLCompilerTool"
  1364. AdditionalIncludeDirectories=""
  1365. PreprocessorDefinitions=""
  1366. />
  1367. </FileConfiguration>
  1368. </File>
  1369. <File
  1370. RelativePath="libmad\decoder.h"
  1371. >
  1372. </File>
  1373. <File
  1374. RelativePath="libmad\fixed.c"
  1375. >
  1376. <FileConfiguration
  1377. Name="Release|Win32"
  1378. >
  1379. <Tool
  1380. Name="VCCLCompilerTool"
  1381. AdditionalIncludeDirectories=""
  1382. PreprocessorDefinitions=""
  1383. />
  1384. </FileConfiguration>
  1385. <FileConfiguration
  1386. Name="Debug|Win32"
  1387. >
  1388. <Tool
  1389. Name="VCCLCompilerTool"
  1390. AdditionalIncludeDirectories=""
  1391. PreprocessorDefinitions=""
  1392. />
  1393. </FileConfiguration>
  1394. </File>
  1395. <File
  1396. RelativePath="libmad\fixed.h"
  1397. >
  1398. </File>
  1399. <File
  1400. RelativePath="libmad\frame.c"
  1401. >
  1402. <FileConfiguration
  1403. Name="Release|Win32"
  1404. >
  1405. <Tool
  1406. Name="VCCLCompilerTool"
  1407. AdditionalIncludeDirectories=""
  1408. PreprocessorDefinitions=""
  1409. />
  1410. </FileConfiguration>
  1411. <FileConfiguration
  1412. Name="Debug|Win32"
  1413. >
  1414. <Tool
  1415. Name="VCCLCompilerTool"
  1416. AdditionalIncludeDirectories=""
  1417. PreprocessorDefinitions=""
  1418. />
  1419. </FileConfiguration>
  1420. </File>
  1421. <File
  1422. RelativePath="libmad\frame.h"
  1423. >
  1424. </File>
  1425. <File
  1426. RelativePath="libmad\huffman.c"
  1427. >
  1428. <FileConfiguration
  1429. Name="Release|Win32"
  1430. >
  1431. <Tool
  1432. Name="VCCLCompilerTool"
  1433. AdditionalIncludeDirectories=""
  1434. PreprocessorDefinitions=""
  1435. />
  1436. </FileConfiguration>
  1437. <FileConfiguration
  1438. Name="Debug|Win32"
  1439. >
  1440. <Tool
  1441. Name="VCCLCompilerTool"
  1442. AdditionalIncludeDirectories=""
  1443. PreprocessorDefinitions=""
  1444. />
  1445. </FileConfiguration>
  1446. </File>
  1447. <File
  1448. RelativePath="libmad\huffman.h"
  1449. >
  1450. </File>
  1451. <File
  1452. RelativePath="libmad\imdct_s.dat"
  1453. >
  1454. </File>
  1455. <File
  1456. RelativePath="libmad\layer12.c"
  1457. >
  1458. <FileConfiguration
  1459. Name="Release|Win32"
  1460. >
  1461. <Tool
  1462. Name="VCCLCompilerTool"
  1463. AdditionalIncludeDirectories=""
  1464. PreprocessorDefinitions=""
  1465. />
  1466. </FileConfiguration>
  1467. <FileConfiguration
  1468. Name="Debug|Win32"
  1469. >
  1470. <Tool
  1471. Name="VCCLCompilerTool"
  1472. AdditionalIncludeDirectories=""
  1473. PreprocessorDefinitions=""
  1474. />
  1475. </FileConfiguration>
  1476. </File>
  1477. <File
  1478. RelativePath="libmad\layer12.h"
  1479. >
  1480. </File>
  1481. <File
  1482. RelativePath="libmad\layer3.c"
  1483. >
  1484. <FileConfiguration
  1485. Name="Release|Win32"
  1486. >
  1487. <Tool
  1488. Name="VCCLCompilerTool"
  1489. AdditionalIncludeDirectories=""
  1490. PreprocessorDefinitions=""
  1491. />
  1492. </FileConfiguration>
  1493. <FileConfiguration
  1494. Name="Debug|Win32"
  1495. >
  1496. <Tool
  1497. Name="VCCLCompilerTool"
  1498. AdditionalIncludeDirectories=""
  1499. PreprocessorDefinitions=""
  1500. />
  1501. </FileConfiguration>
  1502. </File>
  1503. <File
  1504. RelativePath="libmad\layer3.h"
  1505. >
  1506. </File>
  1507. <File
  1508. RelativePath="libmad\libmad_config.h"
  1509. >
  1510. </File>
  1511. <File
  1512. RelativePath="libmad\libmad_global.h"
  1513. >
  1514. </File>
  1515. <File
  1516. RelativePath="libmad\mad.h"
  1517. >
  1518. </File>
  1519. <File
  1520. RelativePath="libmad\music_mad.c"
  1521. >
  1522. <FileConfiguration
  1523. Name="Release|Win32"
  1524. >
  1525. <Tool
  1526. Name="VCCLCompilerTool"
  1527. AdditionalIncludeDirectories=""
  1528. PreprocessorDefinitions=""
  1529. />
  1530. </FileConfiguration>
  1531. <FileConfiguration
  1532. Name="Debug|Win32"
  1533. >
  1534. <Tool
  1535. Name="VCCLCompilerTool"
  1536. AdditionalIncludeDirectories=""
  1537. PreprocessorDefinitions=""
  1538. />
  1539. </FileConfiguration>
  1540. </File>
  1541. <File
  1542. RelativePath="libmad\music_mad.h"
  1543. >
  1544. </File>
  1545. <File
  1546. RelativePath="libmad\qc_table.dat"
  1547. >
  1548. </File>
  1549. <File
  1550. RelativePath="libmad\rq_table.dat"
  1551. >
  1552. </File>
  1553. <File
  1554. RelativePath="libmad\sf_table.dat"
  1555. >
  1556. </File>
  1557. <File
  1558. RelativePath="libmad\stream.c"
  1559. >
  1560. <FileConfiguration
  1561. Name="Release|Win32"
  1562. >
  1563. <Tool
  1564. Name="VCCLCompilerTool"
  1565. AdditionalIncludeDirectories=""
  1566. PreprocessorDefinitions=""
  1567. />
  1568. </FileConfiguration>
  1569. <FileConfiguration
  1570. Name="Debug|Win32"
  1571. >
  1572. <Tool
  1573. Name="VCCLCompilerTool"
  1574. AdditionalIncludeDirectories=""
  1575. PreprocessorDefinitions=""
  1576. />
  1577. </FileConfiguration>
  1578. </File>
  1579. <File
  1580. RelativePath="libmad\stream.h"
  1581. >
  1582. </File>
  1583. <File
  1584. RelativePath="libmad\synth.c"
  1585. >
  1586. <FileConfiguration
  1587. Name="Release|Win32"
  1588. >
  1589. <Tool
  1590. Name="VCCLCompilerTool"
  1591. AdditionalIncludeDirectories=""
  1592. PreprocessorDefinitions=""
  1593. />
  1594. </FileConfiguration>
  1595. <FileConfiguration
  1596. Name="Debug|Win32"
  1597. >
  1598. <Tool
  1599. Name="VCCLCompilerTool"
  1600. AdditionalIncludeDirectories=""
  1601. PreprocessorDefinitions=""
  1602. />
  1603. </FileConfiguration>
  1604. </File>
  1605. <File
  1606. RelativePath="libmad\synth.h"
  1607. >
  1608. </File>
  1609. <File
  1610. RelativePath="libmad\timer.c"
  1611. >
  1612. <FileConfiguration
  1613. Name="Release|Win32"
  1614. >
  1615. <Tool
  1616. Name="VCCLCompilerTool"
  1617. AdditionalIncludeDirectories=""
  1618. PreprocessorDefinitions=""
  1619. />
  1620. </FileConfiguration>
  1621. <FileConfiguration
  1622. Name="Debug|Win32"
  1623. >
  1624. <Tool
  1625. Name="VCCLCompilerTool"
  1626. AdditionalIncludeDirectories=""
  1627. PreprocessorDefinitions=""
  1628. />
  1629. </FileConfiguration>
  1630. </File>
  1631. <File
  1632. RelativePath="libmad\timer.h"
  1633. >
  1634. </File>
  1635. </Filter>
  1636. </Files>
  1637. <Globals>
  1638. </Globals>
  1639. </VisualStudioProject>