SDL_VS2008.vcproj 30 KB

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