SDL_VS2008.vcproj 30 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499
  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_libm.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="..\..\src\libm\s_atan.c"
  706. >
  707. </File>
  708. <File
  709. RelativePath="..\..\src\libm\s_copysign.c"
  710. >
  711. </File>
  712. <File
  713. RelativePath="..\..\src\libm\s_cos.c"
  714. >
  715. </File>
  716. <File
  717. RelativePath="..\..\src\libm\s_fabs.c"
  718. >
  719. </File>
  720. <File
  721. RelativePath="..\..\src\libm\s_floor.c"
  722. >
  723. </File>
  724. <File
  725. RelativePath="..\..\src\libm\s_scalbn.c"
  726. >
  727. </File>
  728. <File
  729. RelativePath="..\..\src\libm\s_sin.c"
  730. >
  731. </File>
  732. <File
  733. RelativePath="..\..\src\libm\s_tan.c"
  734. >
  735. </File>
  736. <File
  737. RelativePath="..\..\src\SDL.c"
  738. >
  739. </File>
  740. <File
  741. RelativePath="..\..\src\SDL_assert.c"
  742. >
  743. </File>
  744. <File
  745. RelativePath="..\..\src\atomic\SDL_atomic.c"
  746. >
  747. </File>
  748. <File
  749. RelativePath="..\..\src\audio\SDL_audio.c"
  750. >
  751. </File>
  752. <File
  753. RelativePath="..\..\src\audio\SDL_audio_c.h"
  754. >
  755. </File>
  756. <File
  757. RelativePath="..\..\src\audio\SDL_audiocvt.c"
  758. >
  759. </File>
  760. <File
  761. RelativePath="..\..\src\audio\SDL_audiodev.c"
  762. >
  763. </File>
  764. <File
  765. RelativePath="..\..\src\audio\SDL_audiodev_c.h"
  766. >
  767. </File>
  768. <File
  769. RelativePath="..\..\src\audio\SDL_audiotypecvt.c"
  770. >
  771. </File>
  772. <File
  773. RelativePath="..\..\src\render\software\SDL_blendfillrect.c"
  774. >
  775. </File>
  776. <File
  777. RelativePath="..\..\src\render\software\SDL_blendfillrect.h"
  778. >
  779. </File>
  780. <File
  781. RelativePath="..\..\src\render\software\SDL_blendline.c"
  782. >
  783. </File>
  784. <File
  785. RelativePath="..\..\src\render\software\SDL_blendline.h"
  786. >
  787. </File>
  788. <File
  789. RelativePath="..\..\src\render\software\SDL_blendpoint.c"
  790. >
  791. </File>
  792. <File
  793. RelativePath="..\..\src\render\software\SDL_blendpoint.h"
  794. >
  795. </File>
  796. <File
  797. RelativePath="..\..\src\video\SDL_blit.c"
  798. >
  799. </File>
  800. <File
  801. RelativePath="..\..\src\video\SDL_blit.h"
  802. >
  803. </File>
  804. <File
  805. RelativePath="..\..\src\video\SDL_blit_0.c"
  806. >
  807. </File>
  808. <File
  809. RelativePath="..\..\src\video\SDL_blit_1.c"
  810. >
  811. </File>
  812. <File
  813. RelativePath="..\..\src\video\SDL_blit_A.c"
  814. >
  815. </File>
  816. <File
  817. RelativePath="..\..\src\video\SDL_blit_auto.c"
  818. >
  819. </File>
  820. <File
  821. RelativePath="..\..\src\video\SDL_blit_auto.h"
  822. >
  823. </File>
  824. <File
  825. RelativePath="..\..\src\video\SDL_blit_copy.c"
  826. >
  827. </File>
  828. <File
  829. RelativePath="..\..\src\video\SDL_blit_copy.h"
  830. >
  831. </File>
  832. <File
  833. RelativePath="..\..\src\video\SDL_blit_N.c"
  834. >
  835. </File>
  836. <File
  837. RelativePath="..\..\src\video\SDL_blit_slow.c"
  838. >
  839. </File>
  840. <File
  841. RelativePath="..\..\src\video\SDL_blit_slow.h"
  842. >
  843. </File>
  844. <File
  845. RelativePath="..\..\src\video\SDL_bmp.c"
  846. >
  847. </File>
  848. <File
  849. RelativePath="..\..\src\video\SDL_clipboard.c"
  850. >
  851. </File>
  852. <File
  853. RelativePath="..\..\src\events\SDL_clipboardevents.c"
  854. >
  855. </File>
  856. <File
  857. RelativePath="..\..\src\events\SDL_clipboardevents_c.h"
  858. >
  859. </File>
  860. <File
  861. RelativePath="..\..\src\cpuinfo\SDL_cpuinfo.c"
  862. >
  863. </File>
  864. <File
  865. RelativePath="..\..\src\render\SDL_d3dmath.c"
  866. >
  867. </File>
  868. <File
  869. RelativePath="..\..\src\render\SDL_d3dmath.h"
  870. >
  871. </File>
  872. <File
  873. RelativePath="..\..\src\haptic\windows\SDL_dinputhaptic.c"
  874. >
  875. </File>
  876. <File
  877. RelativePath="..\..\src\haptic\windows\SDL_dinputhaptic_c.h"
  878. >
  879. </File>
  880. <File
  881. RelativePath="..\..\src\joystick\windows\SDL_dinputjoystick.c"
  882. >
  883. </File>
  884. <File
  885. RelativePath="..\..\src\joystick\windows\SDL_dinputjoystick_c.h"
  886. >
  887. </File>
  888. <File
  889. RelativePath="..\..\src\audio\directsound\SDL_directsound.c"
  890. >
  891. </File>
  892. <File
  893. RelativePath="..\..\src\audio\directsound\SDL_directsound.h"
  894. >
  895. </File>
  896. <File
  897. RelativePath="..\..\src\core\windows\SDL_directx.h"
  898. >
  899. </File>
  900. <File
  901. RelativePath="..\..\src\audio\disk\SDL_diskaudio.c"
  902. >
  903. </File>
  904. <File
  905. RelativePath="..\..\src\audio\disk\SDL_diskaudio.h"
  906. >
  907. </File>
  908. <File
  909. RelativePath="..\..\src\render\software\SDL_draw.h"
  910. >
  911. </File>
  912. <File
  913. RelativePath="..\..\src\render\software\SDL_drawline.c"
  914. >
  915. </File>
  916. <File
  917. RelativePath="..\..\src\render\software\SDL_drawline.h"
  918. >
  919. </File>
  920. <File
  921. RelativePath="..\..\src\render\software\SDL_drawpoint.c"
  922. >
  923. </File>
  924. <File
  925. RelativePath="..\..\src\render\software\SDL_drawpoint.h"
  926. >
  927. </File>
  928. <File
  929. RelativePath="..\..\src\events\SDL_dropevents.c"
  930. >
  931. </File>
  932. <File
  933. RelativePath="..\..\src\events\SDL_dropevents_c.h"
  934. >
  935. </File>
  936. <File
  937. RelativePath="..\..\src\audio\dummy\SDL_dummyaudio.c"
  938. >
  939. </File>
  940. <File
  941. RelativePath="..\..\src\audio\dummy\SDL_dummyaudio.h"
  942. >
  943. </File>
  944. <File
  945. RelativePath="..\..\src\dynapi\SDL_dynapi.c"
  946. >
  947. </File>
  948. <File
  949. RelativePath="..\..\src\dynapi\SDL_dynapi.h"
  950. >
  951. </File>
  952. <File
  953. RelativePath="..\..\src\dynapi\SDL_dynapi_overrides.h"
  954. >
  955. </File>
  956. <File
  957. RelativePath="..\..\src\dynapi\SDL_dynapi_procs.h"
  958. >
  959. </File>
  960. <File
  961. RelativePath="..\..\src\video\SDL_egl.c"
  962. >
  963. </File>
  964. <File
  965. RelativePath="..\..\src\SDL_dataqueue.c"
  966. >
  967. </File>
  968. <File
  969. RelativePath="..\..\src\SDL_dataqueue.h"
  970. >
  971. </File>
  972. <File
  973. RelativePath="..\..\src\SDL_error.c"
  974. >
  975. </File>
  976. <File
  977. RelativePath="..\..\src\SDL_error_c.h"
  978. >
  979. </File>
  980. <File
  981. RelativePath="..\..\src\events\SDL_events.c"
  982. >
  983. </File>
  984. <File
  985. RelativePath="..\..\src\events\SDL_events_c.h"
  986. >
  987. </File>
  988. <File
  989. RelativePath="..\..\src\video\SDL_fillrect.c"
  990. >
  991. </File>
  992. <File
  993. RelativePath="..\..\src\joystick\SDL_gamecontroller.c"
  994. >
  995. </File>
  996. <File
  997. RelativePath="..\..\src\events\SDL_gesture.c"
  998. >
  999. </File>
  1000. <File
  1001. RelativePath="..\..\src\events\SDL_gesture_c.h"
  1002. >
  1003. </File>
  1004. <File
  1005. RelativePath="..\..\src\stdlib\SDL_getenv.c"
  1006. >
  1007. </File>
  1008. <File
  1009. RelativePath="..\..\src\render\opengles\SDL_glesfuncs.h"
  1010. >
  1011. </File>
  1012. <File
  1013. RelativePath="..\..\src\render\opengl\SDL_glfuncs.h"
  1014. >
  1015. </File>
  1016. <File
  1017. RelativePath="..\..\src\haptic\SDL_haptic.c"
  1018. >
  1019. </File>
  1020. <File
  1021. RelativePath="..\..\src\SDL_hints.c"
  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\thread\windows\SDL_systls.c"
  1270. >
  1271. </File>
  1272. <File
  1273. RelativePath="..\..\src\video\SDL_sysvideo.h"
  1274. >
  1275. </File>
  1276. <File
  1277. RelativePath="..\..\src\thread\SDL_thread.c"
  1278. >
  1279. </File>
  1280. <File
  1281. RelativePath="..\..\src\thread\SDL_thread_c.h"
  1282. >
  1283. </File>
  1284. <File
  1285. RelativePath="..\..\src\timer\SDL_timer.c"
  1286. >
  1287. </File>
  1288. <File
  1289. RelativePath="..\..\src\timer\SDL_timer_c.h"
  1290. >
  1291. </File>
  1292. <File
  1293. RelativePath="..\..\src\events\SDL_touch.c"
  1294. >
  1295. </File>
  1296. <File
  1297. RelativePath="..\..\src\events\SDL_touch_c.h"
  1298. >
  1299. </File>
  1300. <File
  1301. RelativePath="..\..\src\video\SDL_video.c"
  1302. >
  1303. </File>
  1304. <File
  1305. RelativePath="..\..\src\video\windows\SDL_vkeys.h"
  1306. >
  1307. </File>
  1308. <File
  1309. RelativePath="..\..\src\audio\SDL_wave.c"
  1310. >
  1311. </File>
  1312. <File
  1313. RelativePath="..\..\src\audio\SDL_wave.h"
  1314. >
  1315. </File>
  1316. <File
  1317. RelativePath="..\..\src\events\SDL_windowevents.c"
  1318. >
  1319. </File>
  1320. <File
  1321. RelativePath="..\..\src\events\SDL_windowevents_c.h"
  1322. >
  1323. </File>
  1324. <File
  1325. RelativePath="..\..\src\core\windows\SDL_windows.c"
  1326. >
  1327. </File>
  1328. <File
  1329. RelativePath="..\..\src\core\windows\SDL_windows.h"
  1330. >
  1331. </File>
  1332. <File
  1333. RelativePath="..\..\src\video\windows\SDL_windowsclipboard.c"
  1334. >
  1335. </File>
  1336. <File
  1337. RelativePath="..\..\src\video\windows\SDL_windowsclipboard.h"
  1338. >
  1339. </File>
  1340. <File
  1341. RelativePath="..\..\src\video\windows\SDL_windowsevents.c"
  1342. >
  1343. </File>
  1344. <File
  1345. RelativePath="..\..\src\video\windows\SDL_windowsevents.h"
  1346. >
  1347. </File>
  1348. <File
  1349. RelativePath="..\..\src\video\windows\SDL_windowsframebuffer.c"
  1350. >
  1351. </File>
  1352. <File
  1353. RelativePath="..\..\src\video\windows\SDL_windowsframebuffer.h"
  1354. >
  1355. </File>
  1356. <File
  1357. RelativePath="..\..\src\haptic\windows\SDL_windowshaptic.c"
  1358. >
  1359. </File>
  1360. <File
  1361. RelativePath="..\..\src\haptic\windows\SDL_windowshaptic_c.h"
  1362. >
  1363. </File>
  1364. <File
  1365. RelativePath="..\..\src\joystick\windows\SDL_windowsjoystick.c"
  1366. >
  1367. </File>
  1368. <File
  1369. RelativePath="..\..\src\joystick\windows\SDL_windowsjoystick_c.h"
  1370. >
  1371. </File>
  1372. <File
  1373. RelativePath="..\..\src\video\windows\SDL_windowskeyboard.c"
  1374. >
  1375. </File>
  1376. <File
  1377. RelativePath="..\..\src\video\windows\SDL_windowskeyboard.h"
  1378. >
  1379. </File>
  1380. <File
  1381. RelativePath="..\..\src\video\windows\SDL_windowsmessagebox.c"
  1382. >
  1383. </File>
  1384. <File
  1385. RelativePath="..\..\src\video\windows\SDL_windowsmessagebox.h"
  1386. >
  1387. </File>
  1388. <File
  1389. RelativePath="..\..\src\video\windows\SDL_windowsmodes.c"
  1390. >
  1391. </File>
  1392. <File
  1393. RelativePath="..\..\src\video\windows\SDL_windowsmodes.h"
  1394. >
  1395. </File>
  1396. <File
  1397. RelativePath="..\..\src\video\windows\SDL_windowsmouse.c"
  1398. >
  1399. </File>
  1400. <File
  1401. RelativePath="..\..\src\video\windows\SDL_windowsmouse.h"
  1402. >
  1403. </File>
  1404. <File
  1405. RelativePath="..\..\src\video\windows\SDL_windowsopengl.c"
  1406. >
  1407. </File>
  1408. <File
  1409. RelativePath="..\..\src\video\windows\SDL_windowsopengl.h"
  1410. >
  1411. </File>
  1412. <File
  1413. RelativePath="..\..\src\video\windows\SDL_windowsopengles.c"
  1414. >
  1415. </File>
  1416. <File
  1417. RelativePath="..\..\src\video\windows\SDL_windowsshape.c"
  1418. >
  1419. </File>
  1420. <File
  1421. RelativePath="..\..\src\video\windows\SDL_windowsshape.h"
  1422. >
  1423. </File>
  1424. <File
  1425. RelativePath="..\..\src\video\windows\SDL_windowsvideo.c"
  1426. >
  1427. </File>
  1428. <File
  1429. RelativePath="..\..\src\video\windows\SDL_windowsvideo.h"
  1430. >
  1431. </File>
  1432. <File
  1433. RelativePath="..\..\src\video\windows\SDL_windowswindow.c"
  1434. >
  1435. </File>
  1436. <File
  1437. RelativePath="..\..\src\video\windows\SDL_windowswindow.h"
  1438. >
  1439. </File>
  1440. <File
  1441. RelativePath="..\..\src\audio\winmm\SDL_winmm.c"
  1442. >
  1443. </File>
  1444. <File
  1445. RelativePath="..\..\src\audio\winmm\SDL_winmm.h"
  1446. >
  1447. </File>
  1448. <File
  1449. RelativePath="..\..\src\audio\xaudio2\SDL_xaudio2.c"
  1450. >
  1451. </File>
  1452. <File
  1453. RelativePath="..\..\src\core\windows\SDL_xinput.c"
  1454. >
  1455. </File>
  1456. <File
  1457. RelativePath="..\..\src\core\windows\SDL_xinput.h"
  1458. >
  1459. </File>
  1460. <File
  1461. RelativePath="..\..\src\haptic\windows\SDL_xinputhaptic.c"
  1462. >
  1463. </File>
  1464. <File
  1465. RelativePath="..\..\src\haptic\windows\SDL_xinputhaptic_c.h"
  1466. >
  1467. </File>
  1468. <File
  1469. RelativePath="..\..\src\joystick\windows\SDL_xinputjoystick.c"
  1470. >
  1471. </File>
  1472. <File
  1473. RelativePath="..\..\src\joystick\windows\SDL_xinputjoystick_c.h"
  1474. >
  1475. </File>
  1476. <File
  1477. RelativePath="..\..\src\render\SDL_yuv_mmx.c"
  1478. >
  1479. </File>
  1480. <File
  1481. RelativePath="..\..\src\render\SDL_yuv_sw.c"
  1482. >
  1483. </File>
  1484. <File
  1485. RelativePath="..\..\src\render\SDL_yuv_sw_c.h"
  1486. >
  1487. </File>
  1488. <File
  1489. RelativePath="..\..\src\main\windows\version.rc"
  1490. >
  1491. </File>
  1492. <File
  1493. RelativePath="..\..\src\video\windows\wmmsg.h"
  1494. >
  1495. </File>
  1496. </Files>
  1497. <Globals>
  1498. </Globals>
  1499. </VisualStudioProject>