SDL_VS2008.vcproj 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338
  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9.00"
  5. Name="SDL2"
  6. ProjectGUID="{81CE8DAF-EBB2-4761-8E45-B71ABCCA8C68}"
  7. RootNamespace="SDL"
  8. TargetFrameworkVersion="131072"
  9. >
  10. <Platforms>
  11. <Platform
  12. Name="Win32"
  13. />
  14. <Platform
  15. Name="x64"
  16. />
  17. </Platforms>
  18. <ToolFiles>
  19. </ToolFiles>
  20. <Configurations>
  21. <Configuration
  22. Name="Debug|Win32"
  23. OutputDirectory=".\Debug"
  24. IntermediateDirectory=".\Debug"
  25. ConfigurationType="2"
  26. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
  27. UseOfMFC="0"
  28. ATLMinimizesCRunTimeLibraryUsage="false"
  29. >
  30. <Tool
  31. Name="VCPreBuildEventTool"
  32. CommandLine=""
  33. />
  34. <Tool
  35. Name="VCCustomBuildTool"
  36. />
  37. <Tool
  38. Name="VCXMLDataGeneratorTool"
  39. />
  40. <Tool
  41. Name="VCWebServiceProxyGeneratorTool"
  42. />
  43. <Tool
  44. Name="VCMIDLTool"
  45. PreprocessorDefinitions="_DEBUG"
  46. MkTypLibCompatible="true"
  47. SuppressStartupBanner="true"
  48. TargetEnvironment="1"
  49. TypeLibraryName=".\Debug/SDL.tlb"
  50. />
  51. <Tool
  52. Name="VCCLCompilerTool"
  53. Optimization="0"
  54. AdditionalIncludeDirectories="..\..\include"
  55. PreprocessorDefinitions="_DEBUG;_WINDOWS"
  56. ExceptionHandling="0"
  57. RuntimeLibrary="3"
  58. BufferSecurityCheck="false"
  59. WarningLevel="3"
  60. SuppressStartupBanner="true"
  61. Detect64BitPortabilityProblems="false"
  62. DebugInformationFormat="4"
  63. CompileAs="0"
  64. />
  65. <Tool
  66. Name="VCManagedResourceCompilerTool"
  67. />
  68. <Tool
  69. Name="VCResourceCompilerTool"
  70. PreprocessorDefinitions="_DEBUG"
  71. Culture="1033"
  72. />
  73. <Tool
  74. Name="VCPreLinkEventTool"
  75. />
  76. <Tool
  77. Name="VCLinkerTool"
  78. AdditionalDependencies="winmm.lib imm32.lib version.lib"
  79. IgnoreAllDefaultLibraries="true"
  80. GenerateDebugInformation="true"
  81. SubSystem="2"
  82. />
  83. <Tool
  84. Name="VCALinkTool"
  85. />
  86. <Tool
  87. Name="VCManifestTool"
  88. />
  89. <Tool
  90. Name="VCXDCMakeTool"
  91. />
  92. <Tool
  93. Name="VCBscMakeTool"
  94. />
  95. <Tool
  96. Name="VCFxCopTool"
  97. />
  98. <Tool
  99. Name="VCAppVerifierTool"
  100. />
  101. <Tool
  102. Name="VCPostBuildEventTool"
  103. />
  104. </Configuration>
  105. <Configuration
  106. Name="Debug|x64"
  107. OutputDirectory="$(PlatformName)\$(ConfigurationName)"
  108. IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
  109. ConfigurationType="2"
  110. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
  111. UseOfMFC="0"
  112. ATLMinimizesCRunTimeLibraryUsage="false"
  113. >
  114. <Tool
  115. Name="VCPreBuildEventTool"
  116. />
  117. <Tool
  118. Name="VCCustomBuildTool"
  119. />
  120. <Tool
  121. Name="VCXMLDataGeneratorTool"
  122. />
  123. <Tool
  124. Name="VCWebServiceProxyGeneratorTool"
  125. />
  126. <Tool
  127. Name="VCMIDLTool"
  128. PreprocessorDefinitions="_DEBUG"
  129. MkTypLibCompatible="true"
  130. SuppressStartupBanner="true"
  131. TargetEnvironment="3"
  132. TypeLibraryName=".\Debug/SDL.tlb"
  133. />
  134. <Tool
  135. Name="VCCLCompilerTool"
  136. Optimization="0"
  137. AdditionalIncludeDirectories="..\..\include"
  138. PreprocessorDefinitions="_DEBUG;_WINDOWS"
  139. ExceptionHandling="0"
  140. RuntimeLibrary="2"
  141. BufferSecurityCheck="false"
  142. WarningLevel="3"
  143. SuppressStartupBanner="true"
  144. Detect64BitPortabilityProblems="false"
  145. DebugInformationFormat="4"
  146. CompileAs="0"
  147. />
  148. <Tool
  149. Name="VCManagedResourceCompilerTool"
  150. />
  151. <Tool
  152. Name="VCResourceCompilerTool"
  153. PreprocessorDefinitions="_DEBUG"
  154. Culture="1033"
  155. />
  156. <Tool
  157. Name="VCPreLinkEventTool"
  158. />
  159. <Tool
  160. Name="VCLinkerTool"
  161. AdditionalDependencies="winmm.lib imm32.lib version.lib"
  162. IgnoreAllDefaultLibraries="true"
  163. GenerateDebugInformation="true"
  164. SubSystem="2"
  165. TargetMachine="17"
  166. />
  167. <Tool
  168. Name="VCALinkTool"
  169. />
  170. <Tool
  171. Name="VCManifestTool"
  172. />
  173. <Tool
  174. Name="VCXDCMakeTool"
  175. />
  176. <Tool
  177. Name="VCBscMakeTool"
  178. />
  179. <Tool
  180. Name="VCFxCopTool"
  181. />
  182. <Tool
  183. Name="VCAppVerifierTool"
  184. />
  185. <Tool
  186. Name="VCPostBuildEventTool"
  187. />
  188. </Configuration>
  189. <Configuration
  190. Name="Release|Win32"
  191. OutputDirectory=".\Release"
  192. IntermediateDirectory=".\Release"
  193. ConfigurationType="2"
  194. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
  195. UseOfMFC="0"
  196. ATLMinimizesCRunTimeLibraryUsage="false"
  197. >
  198. <Tool
  199. Name="VCPreBuildEventTool"
  200. CommandLine=""
  201. />
  202. <Tool
  203. Name="VCCustomBuildTool"
  204. />
  205. <Tool
  206. Name="VCXMLDataGeneratorTool"
  207. />
  208. <Tool
  209. Name="VCWebServiceProxyGeneratorTool"
  210. />
  211. <Tool
  212. Name="VCMIDLTool"
  213. PreprocessorDefinitions="NDEBUG"
  214. MkTypLibCompatible="true"
  215. SuppressStartupBanner="true"
  216. TargetEnvironment="1"
  217. TypeLibraryName=".\Release/SDL.tlb"
  218. />
  219. <Tool
  220. Name="VCCLCompilerTool"
  221. InlineFunctionExpansion="1"
  222. EnableIntrinsicFunctions="false"
  223. AdditionalIncludeDirectories="..\..\include"
  224. PreprocessorDefinitions="NDEBUG;_WINDOWS"
  225. StringPooling="true"
  226. ExceptionHandling="0"
  227. RuntimeLibrary="2"
  228. BufferSecurityCheck="false"
  229. EnableFunctionLevelLinking="true"
  230. WarningLevel="3"
  231. SuppressStartupBanner="true"
  232. Detect64BitPortabilityProblems="false"
  233. DebugInformationFormat="3"
  234. CompileAs="0"
  235. />
  236. <Tool
  237. Name="VCManagedResourceCompilerTool"
  238. />
  239. <Tool
  240. Name="VCResourceCompilerTool"
  241. PreprocessorDefinitions="NDEBUG"
  242. Culture="1033"
  243. />
  244. <Tool
  245. Name="VCPreLinkEventTool"
  246. />
  247. <Tool
  248. Name="VCLinkerTool"
  249. AdditionalDependencies="winmm.lib imm32.lib version.lib"
  250. IgnoreAllDefaultLibraries="true"
  251. GenerateDebugInformation="true"
  252. SubSystem="2"
  253. OptimizeReferences="2"
  254. EnableCOMDATFolding="2"
  255. />
  256. <Tool
  257. Name="VCALinkTool"
  258. />
  259. <Tool
  260. Name="VCManifestTool"
  261. />
  262. <Tool
  263. Name="VCXDCMakeTool"
  264. />
  265. <Tool
  266. Name="VCBscMakeTool"
  267. />
  268. <Tool
  269. Name="VCFxCopTool"
  270. />
  271. <Tool
  272. Name="VCAppVerifierTool"
  273. />
  274. <Tool
  275. Name="VCPostBuildEventTool"
  276. />
  277. </Configuration>
  278. <Configuration
  279. Name="Release|x64"
  280. OutputDirectory="$(PlatformName)\$(ConfigurationName)"
  281. IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
  282. ConfigurationType="2"
  283. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
  284. UseOfMFC="0"
  285. ATLMinimizesCRunTimeLibraryUsage="false"
  286. >
  287. <Tool
  288. Name="VCPreBuildEventTool"
  289. />
  290. <Tool
  291. Name="VCCustomBuildTool"
  292. />
  293. <Tool
  294. Name="VCXMLDataGeneratorTool"
  295. />
  296. <Tool
  297. Name="VCWebServiceProxyGeneratorTool"
  298. />
  299. <Tool
  300. Name="VCMIDLTool"
  301. PreprocessorDefinitions="NDEBUG"
  302. MkTypLibCompatible="true"
  303. SuppressStartupBanner="true"
  304. TargetEnvironment="3"
  305. TypeLibraryName=".\Release/SDL.tlb"
  306. />
  307. <Tool
  308. Name="VCCLCompilerTool"
  309. InlineFunctionExpansion="1"
  310. EnableIntrinsicFunctions="false"
  311. AdditionalIncludeDirectories="..\..\include"
  312. PreprocessorDefinitions="NDEBUG;_WINDOWS"
  313. StringPooling="true"
  314. ExceptionHandling="0"
  315. RuntimeLibrary="2"
  316. BufferSecurityCheck="false"
  317. EnableFunctionLevelLinking="true"
  318. WarningLevel="3"
  319. SuppressStartupBanner="true"
  320. Detect64BitPortabilityProblems="false"
  321. DebugInformationFormat="3"
  322. CompileAs="0"
  323. />
  324. <Tool
  325. Name="VCManagedResourceCompilerTool"
  326. />
  327. <Tool
  328. Name="VCResourceCompilerTool"
  329. PreprocessorDefinitions="NDEBUG"
  330. Culture="1033"
  331. />
  332. <Tool
  333. Name="VCPreLinkEventTool"
  334. />
  335. <Tool
  336. Name="VCLinkerTool"
  337. AdditionalDependencies="winmm.lib imm32.lib version.lib"
  338. IgnoreAllDefaultLibraries="true"
  339. GenerateDebugInformation="true"
  340. SubSystem="2"
  341. OptimizeReferences="2"
  342. EnableCOMDATFolding="2"
  343. TargetMachine="17"
  344. />
  345. <Tool
  346. Name="VCALinkTool"
  347. />
  348. <Tool
  349. Name="VCManifestTool"
  350. />
  351. <Tool
  352. Name="VCXDCMakeTool"
  353. />
  354. <Tool
  355. Name="VCBscMakeTool"
  356. />
  357. <Tool
  358. Name="VCFxCopTool"
  359. />
  360. <Tool
  361. Name="VCAppVerifierTool"
  362. />
  363. <Tool
  364. Name="VCPostBuildEventTool"
  365. />
  366. </Configuration>
  367. </Configurations>
  368. <References>
  369. </References>
  370. <Files>
  371. <Filter
  372. Name="API Headers"
  373. >
  374. <File
  375. RelativePath="..\..\include\SDL.h"
  376. >
  377. </File>
  378. <File
  379. RelativePath="..\..\include\SDL_assert.h"
  380. >
  381. </File>
  382. <File
  383. RelativePath="..\..\include\SDL_atomic.h"
  384. >
  385. </File>
  386. <File
  387. RelativePath="..\..\include\SDL_audio.h"
  388. >
  389. </File>
  390. <File
  391. RelativePath="..\..\include\SDL_bits.h"
  392. >
  393. </File>
  394. <File
  395. RelativePath="..\..\include\SDL_blendmode.h"
  396. >
  397. </File>
  398. <File
  399. RelativePath="..\..\include\SDL_clipboard.h"
  400. >
  401. </File>
  402. <File
  403. RelativePath="..\..\include\SDL_config.h"
  404. >
  405. </File>
  406. <File
  407. RelativePath="..\..\include\SDL_config_windows.h"
  408. >
  409. </File>
  410. <File
  411. RelativePath="..\..\include\SDL_copying.h"
  412. >
  413. </File>
  414. <File
  415. RelativePath="..\..\include\SDL_cpuinfo.h"
  416. >
  417. </File>
  418. <File
  419. RelativePath="..\..\include\SDL_endian.h"
  420. >
  421. </File>
  422. <File
  423. RelativePath="..\..\include\SDL_error.h"
  424. >
  425. </File>
  426. <File
  427. RelativePath="..\..\include\SDL_events.h"
  428. >
  429. </File>
  430. <File
  431. RelativePath="..\..\include\SDL_filesystem.h"
  432. >
  433. </File>
  434. <File
  435. RelativePath="..\..\include\SDL_gamecontroller.h"
  436. >
  437. </File>
  438. <File
  439. RelativePath="..\..\include\SDL_gesture.h"
  440. >
  441. </File>
  442. <File
  443. RelativePath="..\..\include\SDL_haptic.h"
  444. >
  445. </File>
  446. <File
  447. RelativePath="..\..\include\SDL_hints.h"
  448. >
  449. </File>
  450. <File
  451. RelativePath="..\..\include\SDL_joystick.h"
  452. >
  453. </File>
  454. <File
  455. RelativePath="..\..\include\SDL_keyboard.h"
  456. >
  457. </File>
  458. <File
  459. RelativePath="..\..\include\SDL_keycode.h"
  460. >
  461. </File>
  462. <File
  463. RelativePath="..\..\include\SDL_loadso.h"
  464. >
  465. </File>
  466. <File
  467. RelativePath="..\..\include\SDL_log.h"
  468. >
  469. </File>
  470. <File
  471. RelativePath="..\..\include\SDL_main.h"
  472. >
  473. </File>
  474. <File
  475. RelativePath="..\..\include\SDL_messagebox.h"
  476. >
  477. </File>
  478. <File
  479. RelativePath="..\..\include\SDL_mouse.h"
  480. >
  481. </File>
  482. <File
  483. RelativePath="..\..\include\SDL_mutex.h"
  484. >
  485. </File>
  486. <File
  487. RelativePath="..\..\include\SDL_name.h"
  488. >
  489. </File>
  490. <File
  491. RelativePath="..\..\include\SDL_opengl.h"
  492. >
  493. </File>
  494. <File
  495. RelativePath="..\..\include\SDL_opengles.h"
  496. >
  497. </File>
  498. <File
  499. RelativePath="..\..\include\SDL_pixels.h"
  500. >
  501. </File>
  502. <File
  503. RelativePath="..\..\include\SDL_platform.h"
  504. >
  505. </File>
  506. <File
  507. RelativePath="..\..\include\SDL_power.h"
  508. >
  509. </File>
  510. <File
  511. RelativePath="..\..\include\SDL_quit.h"
  512. >
  513. </File>
  514. <File
  515. RelativePath="..\..\include\SDL_rect.h"
  516. >
  517. </File>
  518. <File
  519. RelativePath="..\..\include\SDL_render.h"
  520. >
  521. </File>
  522. <File
  523. RelativePath="..\..\include\SDL_revision.h"
  524. >
  525. </File>
  526. <File
  527. RelativePath="..\..\include\SDL_rwops.h"
  528. >
  529. </File>
  530. <File
  531. RelativePath="..\..\include\SDL_scancode.h"
  532. >
  533. </File>
  534. <File
  535. RelativePath="..\..\include\SDL_shape.h"
  536. >
  537. </File>
  538. <File
  539. RelativePath="..\..\include\SDL_stdinc.h"
  540. >
  541. </File>
  542. <File
  543. RelativePath="..\..\include\SDL_surface.h"
  544. >
  545. </File>
  546. <File
  547. RelativePath="..\..\include\SDL_system.h"
  548. >
  549. </File>
  550. <File
  551. RelativePath="..\..\include\SDL_syswm.h"
  552. >
  553. </File>
  554. <File
  555. RelativePath="..\..\include\SDL_thread.h"
  556. >
  557. </File>
  558. <File
  559. RelativePath="..\..\include\SDL_timer.h"
  560. >
  561. </File>
  562. <File
  563. RelativePath="..\..\include\SDL_touch.h"
  564. >
  565. </File>
  566. <File
  567. RelativePath="..\..\include\SDL_types.h"
  568. >
  569. </File>
  570. <File
  571. RelativePath="..\..\include\SDL_version.h"
  572. >
  573. </File>
  574. <File
  575. RelativePath="..\..\include\SDL_video.h"
  576. >
  577. </File>
  578. </Filter>
  579. <File
  580. RelativePath="..\..\src\events\blank_cursor.h"
  581. >
  582. </File>
  583. <File
  584. RelativePath="..\..\src\events\default_cursor.h"
  585. >
  586. </File>
  587. <File
  588. RelativePath="..\..\src\audio\directsound\directx.h"
  589. >
  590. </File>
  591. <File
  592. RelativePath="..\..\src\libm\e_atan2.c"
  593. >
  594. </File>
  595. <File
  596. RelativePath="..\..\src\libm\e_log.c"
  597. >
  598. </File>
  599. <File
  600. RelativePath="..\..\src\libm\e_pow.c"
  601. >
  602. </File>
  603. <File
  604. RelativePath="..\..\src\libm\e_rem_pio2.c"
  605. >
  606. </File>
  607. <File
  608. RelativePath="..\..\src\libm\e_sqrt.c"
  609. >
  610. </File>
  611. <File
  612. RelativePath="..\..\src\libm\k_cos.c"
  613. >
  614. </File>
  615. <File
  616. RelativePath="..\..\src\libm\k_rem_pio2.c"
  617. >
  618. </File>
  619. <File
  620. RelativePath="..\..\src\libm\k_sin.c"
  621. >
  622. </File>
  623. <File
  624. RelativePath="..\..\src\libm\math.h"
  625. >
  626. </File>
  627. <File
  628. RelativePath="..\..\src\libm\math_private.h"
  629. >
  630. </File>
  631. <File
  632. RelativePath="..\..\src\render\mmx.h"
  633. >
  634. </File>
  635. <File
  636. RelativePath=".\resource.h"
  637. >
  638. </File>
  639. <File
  640. RelativePath="..\..\src\libm\s_atan.c"
  641. >
  642. </File>
  643. <File
  644. RelativePath="..\..\src\libm\s_copysign.c"
  645. >
  646. </File>
  647. <File
  648. RelativePath="..\..\src\libm\s_cos.c"
  649. >
  650. </File>
  651. <File
  652. RelativePath="..\..\src\libm\s_fabs.c"
  653. >
  654. </File>
  655. <File
  656. RelativePath="..\..\src\libm\s_floor.c"
  657. >
  658. </File>
  659. <File
  660. RelativePath="..\..\src\libm\s_scalbn.c"
  661. >
  662. </File>
  663. <File
  664. RelativePath="..\..\src\libm\s_sin.c"
  665. >
  666. </File>
  667. <File
  668. RelativePath="..\..\src\SDL.c"
  669. >
  670. </File>
  671. <File
  672. RelativePath="..\..\src\SDL_assert.c"
  673. >
  674. </File>
  675. <File
  676. RelativePath="..\..\src\atomic\SDL_atomic.c"
  677. >
  678. </File>
  679. <File
  680. RelativePath="..\..\src\audio\SDL_audio.c"
  681. >
  682. </File>
  683. <File
  684. RelativePath="..\..\src\audio\SDL_audio_c.h"
  685. >
  686. </File>
  687. <File
  688. RelativePath="..\..\src\audio\SDL_audiocvt.c"
  689. >
  690. </File>
  691. <File
  692. RelativePath="..\..\src\audio\SDL_audiodev.c"
  693. >
  694. </File>
  695. <File
  696. RelativePath="..\..\src\audio\SDL_audiodev_c.h"
  697. >
  698. </File>
  699. <File
  700. RelativePath="..\..\src\audio\SDL_audiomem.h"
  701. >
  702. </File>
  703. <File
  704. RelativePath="..\..\src\audio\SDL_audiotypecvt.c"
  705. >
  706. </File>
  707. <File
  708. RelativePath="..\..\src\render\software\SDL_blendfillrect.c"
  709. >
  710. </File>
  711. <File
  712. RelativePath="..\..\src\render\software\SDL_blendfillrect.h"
  713. >
  714. </File>
  715. <File
  716. RelativePath="..\..\src\render\software\SDL_blendline.c"
  717. >
  718. </File>
  719. <File
  720. RelativePath="..\..\src\render\software\SDL_blendline.h"
  721. >
  722. </File>
  723. <File
  724. RelativePath="..\..\src\render\software\SDL_blendpoint.c"
  725. >
  726. </File>
  727. <File
  728. RelativePath="..\..\src\render\software\SDL_blendpoint.h"
  729. >
  730. </File>
  731. <File
  732. RelativePath="..\..\src\video\SDL_blit.c"
  733. >
  734. </File>
  735. <File
  736. RelativePath="..\..\src\video\SDL_blit.h"
  737. >
  738. </File>
  739. <File
  740. RelativePath="..\..\src\video\SDL_blit_0.c"
  741. >
  742. </File>
  743. <File
  744. RelativePath="..\..\src\video\SDL_blit_1.c"
  745. >
  746. </File>
  747. <File
  748. RelativePath="..\..\src\video\SDL_blit_A.c"
  749. >
  750. </File>
  751. <File
  752. RelativePath="..\..\src\video\SDL_blit_auto.c"
  753. >
  754. </File>
  755. <File
  756. RelativePath="..\..\src\video\SDL_blit_auto.h"
  757. >
  758. </File>
  759. <File
  760. RelativePath="..\..\src\video\SDL_blit_copy.c"
  761. >
  762. </File>
  763. <File
  764. RelativePath="..\..\src\video\SDL_blit_copy.h"
  765. >
  766. </File>
  767. <File
  768. RelativePath="..\..\src\video\SDL_blit_N.c"
  769. >
  770. </File>
  771. <File
  772. RelativePath="..\..\src\video\SDL_blit_slow.c"
  773. >
  774. </File>
  775. <File
  776. RelativePath="..\..\src\video\SDL_blit_slow.h"
  777. >
  778. </File>
  779. <File
  780. RelativePath="..\..\src\video\SDL_bmp.c"
  781. >
  782. </File>
  783. <File
  784. RelativePath="..\..\src\video\SDL_clipboard.c"
  785. >
  786. </File>
  787. <File
  788. RelativePath="..\..\src\events\SDL_clipboardevents.c"
  789. >
  790. </File>
  791. <File
  792. RelativePath="..\..\src\events\SDL_clipboardevents_c.h"
  793. >
  794. </File>
  795. <File
  796. RelativePath="..\..\src\cpuinfo\SDL_cpuinfo.c"
  797. >
  798. </File>
  799. <File
  800. RelativePath="..\..\src\audio\directsound\SDL_directsound.c"
  801. >
  802. </File>
  803. <File
  804. RelativePath="..\..\src\audio\directsound\SDL_directsound.h"
  805. >
  806. </File>
  807. <File
  808. RelativePath="..\..\src\audio\disk\SDL_diskaudio.c"
  809. >
  810. </File>
  811. <File
  812. RelativePath="..\..\src\audio\disk\SDL_diskaudio.h"
  813. >
  814. </File>
  815. <File
  816. RelativePath="..\..\src\render\software\SDL_draw.h"
  817. >
  818. </File>
  819. <File
  820. RelativePath="..\..\src\render\software\SDL_drawline.c"
  821. >
  822. </File>
  823. <File
  824. RelativePath="..\..\src\render\software\SDL_drawline.h"
  825. >
  826. </File>
  827. <File
  828. RelativePath="..\..\src\render\software\SDL_drawpoint.c"
  829. >
  830. </File>
  831. <File
  832. RelativePath="..\..\src\render\software\SDL_drawpoint.h"
  833. >
  834. </File>
  835. <File
  836. RelativePath="..\..\src\events\SDL_dropevents.c"
  837. >
  838. </File>
  839. <File
  840. RelativePath="..\..\src\events\SDL_dropevents_c.h"
  841. >
  842. </File>
  843. <File
  844. RelativePath="..\..\src\audio\dummy\SDL_dummyaudio.c"
  845. >
  846. </File>
  847. <File
  848. RelativePath="..\..\src\audio\dummy\SDL_dummyaudio.h"
  849. >
  850. </File>
  851. <File
  852. RelativePath="..\..\src\joystick\windows\SDL_dxjoystick.c"
  853. >
  854. </File>
  855. <File
  856. RelativePath="..\..\src\SDL_error.c"
  857. >
  858. </File>
  859. <File
  860. RelativePath="..\..\src\SDL_error_c.h"
  861. >
  862. </File>
  863. <File
  864. RelativePath="..\..\src\events\SDL_events.c"
  865. >
  866. </File>
  867. <File
  868. RelativePath="..\..\src\events\SDL_events_c.h"
  869. >
  870. </File>
  871. <File
  872. RelativePath="..\..\src\video\SDL_fillrect.c"
  873. >
  874. </File>
  875. <File
  876. RelativePath="..\..\src\joystick\SDL_gamecontroller.c"
  877. >
  878. </File>
  879. <File
  880. RelativePath="..\..\src\events\SDL_gesture.c"
  881. >
  882. </File>
  883. <File
  884. RelativePath="..\..\src\events\SDL_gesture_c.h"
  885. >
  886. </File>
  887. <File
  888. RelativePath="..\..\src\stdlib\SDL_getenv.c"
  889. >
  890. </File>
  891. <File
  892. RelativePath="..\..\src\video\SDL_glesfuncs.h"
  893. >
  894. </File>
  895. <File
  896. RelativePath="..\..\src\video\SDL_glfuncs.h"
  897. >
  898. </File>
  899. <File
  900. RelativePath="..\..\src\haptic\SDL_haptic.c"
  901. >
  902. </File>
  903. <File
  904. RelativePath="..\..\src\SDL_hints.c"
  905. >
  906. </File>
  907. <File
  908. RelativePath="..\..\src\SDL_hints_c.h"
  909. >
  910. </File>
  911. <File
  912. RelativePath="..\..\src\stdlib\SDL_iconv.c"
  913. >
  914. </File>
  915. <File
  916. RelativePath="..\..\src\joystick\SDL_joystick.c"
  917. >
  918. </File>
  919. <File
  920. RelativePath="..\..\src\joystick\SDL_joystick_c.h"
  921. >
  922. </File>
  923. <File
  924. RelativePath="..\..\src\events\SDL_keyboard.c"
  925. >
  926. </File>
  927. <File
  928. RelativePath="..\..\src\events\SDL_keyboard_c.h"
  929. >
  930. </File>
  931. <File
  932. RelativePath="..\..\src\SDL_log.c"
  933. >
  934. </File>
  935. <File
  936. RelativePath="..\..\src\stdlib\SDL_malloc.c"
  937. >
  938. </File>
  939. <File
  940. RelativePath="..\..\src\audio\SDL_mixer.c"
  941. >
  942. </File>
  943. <File
  944. RelativePath="..\..\src\joystick\windows\SDL_mmjoystick.c"
  945. >
  946. </File>
  947. <File
  948. RelativePath="..\..\src\events\SDL_mouse.c"
  949. >
  950. </File>
  951. <File
  952. RelativePath="..\..\src\events\SDL_mouse_c.h"
  953. >
  954. </File>
  955. <File
  956. RelativePath="..\..\src\video\dummy\SDL_nullevents.c"
  957. >
  958. </File>
  959. <File
  960. RelativePath="..\..\src\video\dummy\SDL_nullevents_c.h"
  961. >
  962. </File>
  963. <File
  964. RelativePath="..\..\src\video\dummy\SDL_nullframebuffer.c"
  965. >
  966. </File>
  967. <File
  968. RelativePath="..\..\src\video\dummy\SDL_nullframebuffer_c.h"
  969. >
  970. </File>
  971. <File
  972. RelativePath="..\..\src\video\dummy\SDL_nullvideo.c"
  973. >
  974. </File>
  975. <File
  976. RelativePath="..\..\src\video\dummy\SDL_nullvideo.h"
  977. >
  978. </File>
  979. <File
  980. RelativePath="..\..\src\video\SDL_pixels.c"
  981. >
  982. </File>
  983. <File
  984. RelativePath="..\..\src\video\SDL_pixels_c.h"
  985. >
  986. </File>
  987. <File
  988. RelativePath="..\..\src\power\SDL_power.c"
  989. >
  990. </File>
  991. <File
  992. RelativePath="..\..\src\stdlib\SDL_qsort.c"
  993. >
  994. </File>
  995. <File
  996. RelativePath="..\..\src\events\SDL_quit.c"
  997. >
  998. </File>
  999. <File
  1000. RelativePath="..\..\src\video\SDL_rect.c"
  1001. >
  1002. </File>
  1003. <File
  1004. RelativePath="..\..\src\video\SDL_rect_c.h"
  1005. >
  1006. </File>
  1007. <File
  1008. RelativePath="..\..\src\render\SDL_render.c"
  1009. >
  1010. </File>
  1011. <File
  1012. RelativePath="..\..\src\render\direct3d\SDL_render_d3d.c"
  1013. >
  1014. </File>
  1015. <File
  1016. RelativePath="..\..\src\render\opengl\SDL_render_gl.c"
  1017. >
  1018. </File>
  1019. <File
  1020. RelativePath="..\..\src\render\software\SDL_render_sw.c"
  1021. >
  1022. </File>
  1023. <File
  1024. RelativePath="..\..\src\render\software\SDL_render_sw_c.h"
  1025. >
  1026. </File>
  1027. <File
  1028. RelativePath="..\..\src\video\SDL_RLEaccel.c"
  1029. >
  1030. </File>
  1031. <File
  1032. RelativePath="..\..\src\video\SDL_RLEaccel_c.h"
  1033. >
  1034. </File>
  1035. <File
  1036. RelativePath="..\..\src\render\software\SDL_rotate.c"
  1037. >
  1038. </File>
  1039. <File
  1040. RelativePath="..\..\src\render\software\SDL_rotate.h"
  1041. >
  1042. </File>
  1043. <File
  1044. RelativePath="..\..\src\file\SDL_rwops.c"
  1045. >
  1046. </File>
  1047. <File
  1048. RelativePath="..\..\src\render\opengl\SDL_shaders_gl.c"
  1049. >
  1050. </File>
  1051. <File
  1052. RelativePath="..\..\src\render\opengl\SDL_shaders_gl.h"
  1053. >
  1054. </File>
  1055. <File
  1056. RelativePath="..\..\src\video\SDL_shape.c"
  1057. >
  1058. </File>
  1059. <File
  1060. RelativePath="..\..\src\video\SDL_shape_internals.h"
  1061. >
  1062. </File>
  1063. <File
  1064. RelativePath="..\..\src\atomic\SDL_spinlock.c"
  1065. >
  1066. </File>
  1067. <File
  1068. RelativePath="..\..\src\stdlib\SDL_stdlib.c"
  1069. >
  1070. </File>
  1071. <File
  1072. RelativePath="..\..\src\video\SDL_stretch.c"
  1073. >
  1074. </File>
  1075. <File
  1076. RelativePath="..\..\src\stdlib\SDL_string.c"
  1077. >
  1078. </File>
  1079. <File
  1080. RelativePath="..\..\src\video\SDL_surface.c"
  1081. >
  1082. </File>
  1083. <File
  1084. RelativePath="..\..\src\audio\SDL_sysaudio.h"
  1085. >
  1086. </File>
  1087. <File
  1088. RelativePath="..\..\src\thread\generic\SDL_syscond.c"
  1089. >
  1090. </File>
  1091. <File
  1092. RelativePath="..\..\src\events\SDL_sysevents.h"
  1093. >
  1094. </File>
  1095. <File
  1096. RelativePath="..\..\src\filesystem\windows\SDL_sysfilesystem.c"
  1097. >
  1098. </File>
  1099. <File
  1100. RelativePath="..\..\src\haptic\windows\SDL_syshaptic.c"
  1101. >
  1102. </File>
  1103. <File
  1104. RelativePath="..\..\src\haptic\SDL_syshaptic.h"
  1105. >
  1106. </File>
  1107. <File
  1108. RelativePath="..\..\src\joystick\SDL_sysjoystick.h"
  1109. >
  1110. </File>
  1111. <File
  1112. RelativePath="..\..\src\loadso\windows\SDL_sysloadso.c"
  1113. >
  1114. </File>
  1115. <File
  1116. RelativePath="..\..\src\thread\windows\SDL_sysmutex.c"
  1117. >
  1118. </File>
  1119. <File
  1120. RelativePath="..\..\src\power\windows\SDL_syspower.c"
  1121. >
  1122. </File>
  1123. <File
  1124. RelativePath="..\..\src\render\SDL_sysrender.h"
  1125. >
  1126. </File>
  1127. <File
  1128. RelativePath="..\..\src\thread\windows\SDL_syssem.c"
  1129. >
  1130. </File>
  1131. <File
  1132. RelativePath="..\..\src\thread\windows\SDL_systhread.c"
  1133. >
  1134. </File>
  1135. <File
  1136. RelativePath="..\..\src\thread\windows\SDL_systls.c"
  1137. >
  1138. </File>
  1139. <File
  1140. RelativePath="..\..\src\thread\SDL_systhread.h"
  1141. >
  1142. </File>
  1143. <File
  1144. RelativePath="..\..\src\thread\windows\SDL_systhread_c.h"
  1145. >
  1146. </File>
  1147. <File
  1148. RelativePath="..\..\src\timer\windows\SDL_systimer.c"
  1149. >
  1150. </File>
  1151. <File
  1152. RelativePath="..\..\src\timer\SDL_systimer.h"
  1153. >
  1154. </File>
  1155. <File
  1156. RelativePath="..\..\src\video\SDL_sysvideo.h"
  1157. >
  1158. </File>
  1159. <File
  1160. RelativePath="..\..\src\thread\SDL_thread.c"
  1161. >
  1162. </File>
  1163. <File
  1164. RelativePath="..\..\src\thread\SDL_thread_c.h"
  1165. >
  1166. </File>
  1167. <File
  1168. RelativePath="..\..\src\timer\SDL_timer.c"
  1169. >
  1170. </File>
  1171. <File
  1172. RelativePath="..\..\src\timer\SDL_timer_c.h"
  1173. >
  1174. </File>
  1175. <File
  1176. RelativePath="..\..\src\events\SDL_touch.c"
  1177. >
  1178. </File>
  1179. <File
  1180. RelativePath="..\..\src\events\SDL_touch_c.h"
  1181. >
  1182. </File>
  1183. <File
  1184. RelativePath="..\..\src\video\SDL_video.c"
  1185. >
  1186. </File>
  1187. <File
  1188. RelativePath="..\..\src\video\windows\SDL_vkeys.h"
  1189. >
  1190. </File>
  1191. <File
  1192. RelativePath="..\..\src\audio\SDL_wave.c"
  1193. >
  1194. </File>
  1195. <File
  1196. RelativePath="..\..\src\audio\SDL_wave.h"
  1197. >
  1198. </File>
  1199. <File
  1200. RelativePath="..\..\src\events\SDL_windowevents.c"
  1201. >
  1202. </File>
  1203. <File
  1204. RelativePath="..\..\src\events\SDL_windowevents_c.h"
  1205. >
  1206. </File>
  1207. <File
  1208. RelativePath="..\..\src\core\windows\SDL_windows.c"
  1209. >
  1210. </File>
  1211. <File
  1212. RelativePath="..\..\src\core\windows\SDL_windows.h"
  1213. >
  1214. </File>
  1215. <File
  1216. RelativePath="..\..\src\video\windows\SDL_windowsclipboard.c"
  1217. >
  1218. </File>
  1219. <File
  1220. RelativePath="..\..\src\video\windows\SDL_windowsclipboard.h"
  1221. >
  1222. </File>
  1223. <File
  1224. RelativePath="..\..\src\video\windows\SDL_windowsevents.c"
  1225. >
  1226. </File>
  1227. <File
  1228. RelativePath="..\..\src\video\windows\SDL_windowsevents.h"
  1229. >
  1230. </File>
  1231. <File
  1232. RelativePath="..\..\src\video\windows\SDL_windowsframebuffer.c"
  1233. >
  1234. </File>
  1235. <File
  1236. RelativePath="..\..\src\video\windows\SDL_windowsframebuffer.h"
  1237. >
  1238. </File>
  1239. <File
  1240. RelativePath="..\..\src\video\windows\SDL_windowskeyboard.c"
  1241. >
  1242. </File>
  1243. <File
  1244. RelativePath="..\..\src\video\windows\SDL_windowskeyboard.h"
  1245. >
  1246. </File>
  1247. <File
  1248. RelativePath="..\..\src\video\windows\SDL_windowsmessagebox.c"
  1249. >
  1250. </File>
  1251. <File
  1252. RelativePath="..\..\src\video\windows\SDL_windowsmessagebox.h"
  1253. >
  1254. </File>
  1255. <File
  1256. RelativePath="..\..\src\video\windows\SDL_windowsmodes.c"
  1257. >
  1258. </File>
  1259. <File
  1260. RelativePath="..\..\src\video\windows\SDL_windowsmodes.h"
  1261. >
  1262. </File>
  1263. <File
  1264. RelativePath="..\..\src\video\windows\SDL_windowsmouse.c"
  1265. >
  1266. </File>
  1267. <File
  1268. RelativePath="..\..\src\video\windows\SDL_windowsmouse.h"
  1269. >
  1270. </File>
  1271. <File
  1272. RelativePath="..\..\src\video\windows\SDL_windowsopengl.c"
  1273. >
  1274. </File>
  1275. <File
  1276. RelativePath="..\..\src\video\windows\SDL_windowsopengl.h"
  1277. >
  1278. </File>
  1279. <File
  1280. RelativePath="..\..\src\video\windows\SDL_windowsshape.c"
  1281. >
  1282. </File>
  1283. <File
  1284. RelativePath="..\..\src\video\windows\SDL_windowsshape.h"
  1285. >
  1286. </File>
  1287. <File
  1288. RelativePath="..\..\src\video\windows\SDL_windowsvideo.c"
  1289. >
  1290. </File>
  1291. <File
  1292. RelativePath="..\..\src\video\windows\SDL_windowsvideo.h"
  1293. >
  1294. </File>
  1295. <File
  1296. RelativePath="..\..\src\video\windows\SDL_windowswindow.c"
  1297. >
  1298. </File>
  1299. <File
  1300. RelativePath="..\..\src\video\windows\SDL_windowswindow.h"
  1301. >
  1302. </File>
  1303. <File
  1304. RelativePath="..\..\src\audio\winmm\SDL_winmm.c"
  1305. >
  1306. </File>
  1307. <File
  1308. RelativePath="..\..\src\audio\winmm\SDL_winmm.h"
  1309. >
  1310. </File>
  1311. <File
  1312. RelativePath="..\..\src\audio\xaudio2\SDL_xaudio2.c"
  1313. >
  1314. </File>
  1315. <File
  1316. RelativePath="..\..\src\render\SDL_yuv_mmx.c"
  1317. >
  1318. </File>
  1319. <File
  1320. RelativePath="..\..\src\render\SDL_yuv_sw.c"
  1321. >
  1322. </File>
  1323. <File
  1324. RelativePath="..\..\src\render\SDL_yuv_sw_c.h"
  1325. >
  1326. </File>
  1327. <File
  1328. RelativePath="..\..\src\main\windows\version.rc"
  1329. >
  1330. </File>
  1331. <File
  1332. RelativePath="..\..\src\video\windows\wmmsg.h"
  1333. >
  1334. </File>
  1335. </Files>
  1336. <Globals>
  1337. </Globals>
  1338. </VisualStudioProject>