SDL_VS2008.vcproj 30 KB

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