SDL_VS2008.vcproj 27 KB

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