comparison VisualC/SDL/SDL_VS2005.vcproj @ 4661:03dcb795c583

Merged changes from the main SDL codebase
author Sam Lantinga <slouken@libsdl.org>
date Mon, 12 Jul 2010 21:09:23 -0700
parents VisualC/SDL/SDL.vcproj@7ad7a473b086 VisualC/SDL/SDL.vcproj@9faebccfefb3
children 3c4e0130c9b1
comparison
equal deleted inserted replaced
4660:b15e7017409b 4661:03dcb795c583
1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioProject
3 ProjectType="Visual C++"
4 Version="9.00"
5 Name="SDL"
6 ProjectGUID="{81CE8DAF-EBB2-4761-8E45-B71ABCCA8C68}"
7 RootNamespace="SDL"
8 TargetFrameworkVersion="131072"
9 >
10 <Platforms>
11 <Platform
12 Name="Win32"
13 />
14 </Platforms>
15 <ToolFiles>
16 </ToolFiles>
17 <Configurations>
18 <Configuration
19 Name="Debug|Win32"
20 OutputDirectory=".\Debug"
21 IntermediateDirectory=".\Debug"
22 ConfigurationType="2"
23 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
24 UseOfMFC="0"
25 ATLMinimizesCRunTimeLibraryUsage="false"
26 >
27 <Tool
28 Name="VCPreBuildEventTool"
29 Description="Making sure basic SDL headers are in place..."
30 CommandLine="if exist &quot;$(ProjectDir)\..\..\include\SDL_config.h&quot; goto SDLCONFIGOKAY&#x0D;&#x0A;echo Copying SDL_config_win32.h to SDL_config.h...&#x0D;&#x0A;copy &quot;$(ProjectDir)\..\..\include\SDL_config_win32.h&quot; &quot;$(ProjectDir)\..\..\include\SDL_config.h&quot;&#x0D;&#x0A;:SDLCONFIGOKAY&#x0D;&#x0A;&#x0D;&#x0A;if exist &quot;$(ProjectDir)\..\..\include\SDL_revision.h&quot; goto SDLREVISIONOKAY&#x0D;&#x0A;echo Creating stub SDL_revision.h file...&#x0D;&#x0A;echo #define SDL_REVISION 0 &gt;&quot;$(ProjectDir)\..\..\include\SDL_revision.h&quot;&#x0D;&#x0A;:SDLREVISIONOKAY&#x0D;&#x0A;"
31 />
32 <Tool
33 Name="VCCustomBuildTool"
34 />
35 <Tool
36 Name="VCXMLDataGeneratorTool"
37 />
38 <Tool
39 Name="VCWebServiceProxyGeneratorTool"
40 />
41 <Tool
42 Name="VCMIDLTool"
43 PreprocessorDefinitions="_DEBUG"
44 MkTypLibCompatible="true"
45 SuppressStartupBanner="true"
46 TargetEnvironment="1"
47 TypeLibraryName=".\Debug/SDL.tlb"
48 />
49 <Tool
50 Name="VCCLCompilerTool"
51 Optimization="0"
52 AdditionalIncludeDirectories="..\..\include"
53 PreprocessorDefinitions="_DEBUG;_WINDOWS;_WIN32_WINNT=0x0400;__MMX__;__3dNOW__;__SSE__;__SSE2__"
54 RuntimeLibrary="2"
55 BufferSecurityCheck="false"
56 UsePrecompiledHeader="0"
57 PrecompiledHeaderFile=".\Debug/SDL.pch"
58 AssemblerListingLocation=".\Debug/"
59 ObjectFile=".\Debug/"
60 ProgramDataBaseFileName=".\Debug/"
61 WarningLevel="3"
62 SuppressStartupBanner="true"
63 Detect64BitPortabilityProblems="false"
64 DebugInformationFormat="4"
65 CompileAs="0"
66 />
67 <Tool
68 Name="VCManagedResourceCompilerTool"
69 />
70 <Tool
71 Name="VCResourceCompilerTool"
72 PreprocessorDefinitions="_DEBUG"
73 Culture="1033"
74 />
75 <Tool
76 Name="VCPreLinkEventTool"
77 />
78 <Tool
79 Name="VCLinkerTool"
80 AdditionalOptions="/MACHINE:I386&#x0D;&#x0A;msvcrt.lib"
81 AdditionalDependencies="msimg32.lib winmm.lib"
82 OutputFile=".\Debug/SDL.dll"
83 LinkIncremental="2"
84 SuppressStartupBanner="true"
85 IgnoreAllDefaultLibraries="false"
86 IgnoreDefaultLibraryNames=""
87 GenerateDebugInformation="true"
88 ProgramDatabaseFile=".\Debug/SDL.pdb"
89 SubSystem="0"
90 RandomizedBaseAddress="1"
91 DataExecutionPrevention="0"
92 ImportLibrary=".\Debug/SDL.lib"
93 Profile="true"
94 CLRThreadAttribute="0"
95 CLRUnmanagedCodeCheck="false"
96 />
97 <Tool
98 Name="VCALinkTool"
99 />
100 <Tool
101 Name="VCManifestTool"
102 />
103 <Tool
104 Name="VCXDCMakeTool"
105 />
106 <Tool
107 Name="VCBscMakeTool"
108 />
109 <Tool
110 Name="VCFxCopTool"
111 />
112 <Tool
113 Name="VCAppVerifierTool"
114 />
115 <Tool
116 Name="VCPostBuildEventTool"
117 />
118 </Configuration>
119 <Configuration
120 Name="Release|Win32"
121 OutputDirectory=".\Release"
122 IntermediateDirectory=".\Release"
123 ConfigurationType="2"
124 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
125 UseOfMFC="0"
126 ATLMinimizesCRunTimeLibraryUsage="false"
127 >
128 <Tool
129 Name="VCPreBuildEventTool"
130 Description="Making sure basic SDL headers are in place..."
131 CommandLine="if exist &quot;$(ProjectDir)\..\..\include\SDL_config.h&quot; goto SDLCONFIGOKAY&#x0D;&#x0A;echo Copying SDL_config_win32.h to SDL_config.h...&#x0D;&#x0A;copy &quot;$(ProjectDir)\..\..\include\SDL_config_win32.h&quot; &quot;$(ProjectDir)\..\..\include\SDL_config.h&quot;&#x0D;&#x0A;:SDLCONFIGOKAY&#x0D;&#x0A;&#x0D;&#x0A;if exist &quot;$(ProjectDir)\..\..\include\SDL_revision.h&quot; goto SDLREVISIONOKAY&#x0D;&#x0A;echo Creating stub SDL_revision.h file...&#x0D;&#x0A;echo #define SDL_REVISION 0 &gt;&quot;$(ProjectDir)\..\..\include\SDL_revision.h&quot;&#x0D;&#x0A;:SDLREVISIONOKAY&#x0D;&#x0A;"
132 />
133 <Tool
134 Name="VCCustomBuildTool"
135 />
136 <Tool
137 Name="VCXMLDataGeneratorTool"
138 />
139 <Tool
140 Name="VCWebServiceProxyGeneratorTool"
141 />
142 <Tool
143 Name="VCMIDLTool"
144 PreprocessorDefinitions="NDEBUG"
145 MkTypLibCompatible="true"
146 SuppressStartupBanner="true"
147 TargetEnvironment="1"
148 TypeLibraryName=".\Release/SDL.tlb"
149 />
150 <Tool
151 Name="VCCLCompilerTool"
152 InlineFunctionExpansion="1"
153 EnableIntrinsicFunctions="false"
154 AdditionalIncludeDirectories="..\..\include"
155 PreprocessorDefinitions="NDEBUG;_WINDOWS;_WIN32_WINNT=0x0400;__MMX__;__3dNOW__;__SSE__;__SSE2__"
156 StringPooling="true"
157 RuntimeLibrary="2"
158 BufferSecurityCheck="false"
159 EnableFunctionLevelLinking="true"
160 UsePrecompiledHeader="0"
161 PrecompiledHeaderFile=".\Release/SDL.pch"
162 AssemblerListingLocation=".\Release/"
163 ObjectFile=".\Release/"
164 ProgramDataBaseFileName=".\Release/"
165 WarningLevel="3"
166 SuppressStartupBanner="true"
167 Detect64BitPortabilityProblems="false"
168 CompileAs="0"
169 />
170 <Tool
171 Name="VCManagedResourceCompilerTool"
172 />
173 <Tool
174 Name="VCResourceCompilerTool"
175 PreprocessorDefinitions="NDEBUG"
176 Culture="1033"
177 />
178 <Tool
179 Name="VCPreLinkEventTool"
180 />
181 <Tool
182 Name="VCLinkerTool"
183 AdditionalOptions="/MACHINE:I386"
184 AdditionalDependencies="msimg32.lib winmm.lib"
185 OutputFile=".\Release/SDL.dll"
186 LinkIncremental="1"
187 SuppressStartupBanner="true"
188 IgnoreAllDefaultLibraries="true"
189 ProgramDatabaseFile=".\Release/SDL.pdb"
190 SubSystem="2"
191 RandomizedBaseAddress="1"
192 DataExecutionPrevention="0"
193 ImportLibrary=".\Release/SDL.lib"
194 />
195 <Tool
196 Name="VCALinkTool"
197 />
198 <Tool
199 Name="VCManifestTool"
200 />
201 <Tool
202 Name="VCXDCMakeTool"
203 />
204 <Tool
205 Name="VCBscMakeTool"
206 />
207 <Tool
208 Name="VCFxCopTool"
209 />
210 <Tool
211 Name="VCAppVerifierTool"
212 />
213 <Tool
214 Name="VCPostBuildEventTool"
215 />
216 </Configuration>
217 </Configurations>
218 <References>
219 </References>
220 <Files>
221 <Filter
222 Name="API Headers"
223 >
224 <File
225 RelativePath="..\..\include\SDL.h"
226 >
227 </File>
228 <File
229 RelativePath="..\..\include\SDL_assert.h"
230 >
231 </File>
232 <File
233 RelativePath="..\..\include\SDL_atomic.h"
234 >
235 </File>
236 <File
237 RelativePath="..\..\include\SDL_audio.h"
238 >
239 </File>
240 <File
241 RelativePath="..\..\include\SDL_clipboard.h"
242 >
243 </File>
244 <File
245 RelativePath="..\..\include\SDL_compat.h"
246 >
247 </File>
248 <File
249 RelativePath="..\..\include\SDL_config_win32.h"
250 >
251 </File>
252 <File
253 RelativePath="..\..\include\SDL_copying.h"
254 >
255 </File>
256 <File
257 RelativePath="..\..\include\SDL_cpuinfo.h"
258 >
259 </File>
260 <File
261 RelativePath="..\..\include\SDL_endian.h"
262 >
263 </File>
264 <File
265 RelativePath="..\..\include\SDL_error.h"
266 >
267 </File>
268 <File
269 RelativePath="..\..\include\SDL_events.h"
270 >
271 </File>
272 <File
273 RelativePath="..\..\include\SDL_haptic.h"
274 >
275 </File>
276 <File
277 RelativePath="..\..\include\SDL_joystick.h"
278 >
279 </File>
280 <File
281 RelativePath="..\..\include\SDL_keyboard.h"
282 >
283 </File>
284 <File
285 RelativePath="..\..\include\SDL_keysym.h"
286 >
287 </File>
288 <File
289 RelativePath="..\..\include\SDL_loadso.h"
290 >
291 </File>
292 <File
293 RelativePath="..\..\include\SDL_main.h"
294 >
295 </File>
296 <File
297 RelativePath="..\..\include\SDL_mouse.h"
298 >
299 </File>
300 <File
301 RelativePath="..\..\include\SDL_mutex.h"
302 >
303 </File>
304 <File
305 RelativePath="..\..\include\SDL_name.h"
306 >
307 </File>
308 <File
309 RelativePath="..\..\include\SDL_opengl.h"
310 >
311 </File>
312 <File
313 RelativePath="..\..\include\SDL_opengles.h"
314 >
315 </File>
316 <File
317 RelativePath="..\..\include\SDL_pixels.h"
318 >
319 </File>
320 <File
321 RelativePath="..\..\include\SDL_platform.h"
322 >
323 </File>
324 <File
325 RelativePath="..\..\include\SDL_power.h"
326 >
327 </File>
328 <File
329 RelativePath="..\..\include\SDL_quit.h"
330 >
331 </File>
332 <File
333 RelativePath="..\..\include\SDL_rect.h"
334 >
335 </File>
336 <File
337 RelativePath="..\..\include\SDL_rwops.h"
338 >
339 </File>
340 <File
341 RelativePath="..\..\include\SDL_scancode.h"
342 >
343 </File>
344 <File
345 RelativePath="..\..\include\SDL_stdinc.h"
346 >
347 </File>
348 <File
349 RelativePath="..\..\include\SDL_surface.h"
350 >
351 </File>
352 <File
353 RelativePath="..\..\include\SDL_syswm.h"
354 >
355 </File>
356 <File
357 RelativePath="..\..\include\SDL_thread.h"
358 >
359 </File>
360 <File
361 RelativePath="..\..\include\SDL_timer.h"
362 >
363 </File>
364 <File
365 RelativePath="..\..\include\SDL_types.h"
366 >
367 </File>
368 <File
369 RelativePath="..\..\include\SDL_version.h"
370 >
371 </File>
372 <File
373 RelativePath="..\..\include\SDL_video.h"
374 >
375 </File>
376 </Filter>
377 <File
378 RelativePath="..\..\src\events\blank_cursor.h"
379 >
380 </File>
381 <File
382 RelativePath="..\..\src\events\default_cursor.h"
383 >
384 </File>
385 <File
386 RelativePath="..\..\src\audio\windx5\directx.h"
387 >
388 </File>
389 <File
390 RelativePath="..\..\src\libm\e_log.c"
391 >
392 </File>
393 <File
394 RelativePath="..\..\src\libm\e_pow.c"
395 >
396 </File>
397 <File
398 RelativePath="..\..\src\libm\e_rem_pio2.c"
399 >
400 </File>
401 <File
402 RelativePath="..\..\src\libm\e_sqrt.c"
403 >
404 </File>
405 <File
406 RelativePath="..\..\src\libm\k_cos.c"
407 >
408 </File>
409 <File
410 RelativePath="..\..\src\libm\k_rem_pio2.c"
411 >
412 </File>
413 <File
414 RelativePath="..\..\src\libm\k_sin.c"
415 >
416 </File>
417 <File
418 RelativePath="..\..\src\libm\math.h"
419 >
420 </File>
421 <File
422 RelativePath="..\..\src\libm\math_private.h"
423 >
424 </File>
425 <File
426 RelativePath="..\..\src\video\mmx.h"
427 >
428 </File>
429 <File
430 RelativePath="..\..\src\libm\s_copysign.c"
431 >
432 </File>
433 <File
434 RelativePath="..\..\src\libm\s_cos.c"
435 >
436 </File>
437 <File
438 RelativePath="..\..\src\libm\s_fabs.c"
439 >
440 </File>
441 <File
442 RelativePath="..\..\src\libm\s_floor.c"
443 >
444 </File>
445 <File
446 RelativePath="..\..\src\libm\s_scalbn.c"
447 >
448 </File>
449 <File
450 RelativePath="..\..\src\libm\s_sin.c"
451 >
452 </File>
453 <File
454 RelativePath="..\..\src\SDL.c"
455 >
456 </File>
457 <File
458 RelativePath="..\..\src\video\SDL_alphamult.c"
459 >
460 </File>
461 <File
462 RelativePath="..\..\src\video\SDL_alphamult.h"
463 >
464 </File>
465 <File
466 RelativePath="..\..\src\SDL_assert.c"
467 >
468 </File>
469 <File
470 RelativePath="..\..\src\atomic\win32\SDL_atomic.c"
471 >
472 </File>
473 <File
474 RelativePath="..\..\src\audio\SDL_audio.c"
475 >
476 </File>
477 <File
478 RelativePath="..\..\src\audio\SDL_audio_c.h"
479 >
480 </File>
481 <File
482 RelativePath="..\..\src\audio\SDL_audiocvt.c"
483 >
484 </File>
485 <File
486 RelativePath="..\..\src\audio\SDL_audiodev.c"
487 >
488 </File>
489 <File
490 RelativePath="..\..\src\audio\SDL_audiodev_c.h"
491 >
492 </File>
493 <File
494 RelativePath="..\..\src\audio\SDL_audiomem.h"
495 >
496 </File>
497 <File
498 RelativePath="..\..\src\audio\SDL_audiotypecvt.c"
499 >
500 </File>
501 <File
502 RelativePath="..\..\src\video\SDL_blendfillrect.c"
503 >
504 </File>
505 <File
506 RelativePath="..\..\src\video\SDL_blendline.c"
507 >
508 </File>
509 <File
510 RelativePath="..\..\src\video\SDL_blendpoint.c"
511 >
512 </File>
513 <File
514 RelativePath="..\..\src\video\SDL_blendrect.c"
515 >
516 </File>
517 <File
518 RelativePath="..\..\src\video\SDL_blit.c"
519 >
520 </File>
521 <File
522 RelativePath="..\..\src\video\SDL_blit.h"
523 >
524 </File>
525 <File
526 RelativePath="..\..\src\video\SDL_blit_0.c"
527 >
528 </File>
529 <File
530 RelativePath="..\..\src\video\SDL_blit_1.c"
531 >
532 </File>
533 <File
534 RelativePath="..\..\src\video\SDL_blit_A.c"
535 >
536 </File>
537 <File
538 RelativePath="..\..\src\video\SDL_blit_auto.c"
539 >
540 </File>
541 <File
542 RelativePath="..\..\src\video\SDL_blit_auto.h"
543 >
544 </File>
545 <File
546 RelativePath="..\..\src\video\SDL_blit_copy.c"
547 >
548 </File>
549 <File
550 RelativePath="..\..\src\video\SDL_blit_copy.h"
551 >
552 </File>
553 <File
554 RelativePath="..\..\src\video\SDL_blit_N.c"
555 >
556 </File>
557 <File
558 RelativePath="..\..\src\video\SDL_blit_slow.c"
559 >
560 </File>
561 <File
562 RelativePath="..\..\src\video\SDL_blit_slow.h"
563 >
564 </File>
565 <File
566 RelativePath="..\..\src\video\SDL_bmp.c"
567 >
568 </File>
569 <File
570 RelativePath="..\..\src\video\SDL_clipboard.c"
571 >
572 </File>
573 <File
574 RelativePath="..\..\src\events\SDL_clipboardevents.c"
575 >
576 </File>
577 <File
578 RelativePath="..\..\src\events\SDL_clipboardevents_c.h"
579 >
580 </File>
581 <File
582 RelativePath="..\..\src\SDL_compat.c"
583 >
584 </File>
585 <File
586 RelativePath="..\..\src\cpuinfo\SDL_cpuinfo.c"
587 >
588 </File>
589 <File
590 RelativePath="..\..\src\video\win32\SDL_d3drender.c"
591 >
592 </File>
593 <File
594 RelativePath="..\..\src\video\win32\SDL_d3drender.h"
595 >
596 </File>
597 <File
598 RelativePath="..\..\src\audio\windib\SDL_dibaudio.c"
599 >
600 </File>
601 <File
602 RelativePath="..\..\src\audio\windib\SDL_dibaudio.h"
603 >
604 </File>
605 <File
606 RelativePath="..\..\src\audio\disk\SDL_diskaudio.c"
607 >
608 </File>
609 <File
610 RelativePath="..\..\src\audio\disk\SDL_diskaudio.h"
611 >
612 </File>
613 <File
614 RelativePath="..\..\src\video\SDL_draw.h"
615 >
616 </File>
617 <File
618 RelativePath="..\..\src\video\SDL_drawline.c"
619 >
620 </File>
621 <File
622 RelativePath="..\..\src\video\SDL_drawpoint.c"
623 >
624 </File>
625 <File
626 RelativePath="..\..\src\video\SDL_drawrect.c"
627 >
628 </File>
629 <File
630 RelativePath="..\..\src\audio\dummy\SDL_dummyaudio.c"
631 >
632 </File>
633 <File
634 RelativePath="..\..\src\audio\dummy\SDL_dummyaudio.h"
635 >
636 </File>
637 <File
638 RelativePath="..\..\src\audio\windx5\SDL_dx5audio.c"
639 >
640 </File>
641 <File
642 RelativePath="..\..\src\audio\windx5\SDL_dx5audio.h"
643 >
644 </File>
645 <File
646 RelativePath="..\..\src\joystick\win32\SDL_dxjoystick.c"
647 >
648 </File>
649 <File
650 RelativePath="..\..\src\SDL_error.c"
651 >
652 </File>
653 <File
654 RelativePath="..\..\src\SDL_error_c.h"
655 >
656 </File>
657 <File
658 RelativePath="..\..\src\events\SDL_events.c"
659 >
660 </File>
661 <File
662 RelativePath="..\..\src\events\SDL_events_c.h"
663 >
664 </File>
665 <File
666 RelativePath="..\..\src\SDL_fatal.c"
667 >
668 </File>
669 <File
670 RelativePath="..\..\src\SDL_fatal.h"
671 >
672 </File>
673 <File
674 RelativePath="..\..\src\video\SDL_fillrect.c"
675 >
676 </File>
677 <File
678 RelativePath="..\..\src\video\SDL_gamma.c"
679 >
680 </File>
681 <File
682 RelativePath="..\..\src\video\win32\SDL_gdirender.c"
683 >
684 </File>
685 <File
686 RelativePath="..\..\src\video\win32\SDL_gdirender.h"
687 >
688 </File>
689 <File
690 RelativePath="..\..\src\stdlib\SDL_getenv.c"
691 >
692 </File>
693 <File
694 RelativePath="..\..\src\video\SDL_glesfuncs.h"
695 >
696 </File>
697 <File
698 RelativePath="..\..\src\video\SDL_glfuncs.h"
699 >
700 </File>
701 <File
702 RelativePath="..\..\src\haptic\SDL_haptic.c"
703 >
704 </File>
705 <File
706 RelativePath="..\..\src\stdlib\SDL_iconv.c"
707 >
708 </File>
709 <File
710 RelativePath="..\..\src\joystick\SDL_joystick.c"
711 >
712 </File>
713 <File
714 RelativePath="..\..\src\joystick\SDL_joystick_c.h"
715 >
716 </File>
717 <File
718 RelativePath="..\..\src\events\SDL_keyboard.c"
719 >
720 </File>
721 <File
722 RelativePath="..\..\src\events\SDL_keyboard_c.h"
723 >
724 </File>
725 <File
726 RelativePath="..\..\src\video\SDL_leaks.h"
727 >
728 </File>
729 <File
730 RelativePath="..\..\src\stdlib\SDL_malloc.c"
731 >
732 </File>
733 <File
734 RelativePath="..\..\src\audio\SDL_mixer.c"
735 >
736 </File>
737 <File
738 RelativePath="..\..\src\audio\SDL_mixer_m68k.c"
739 >
740 </File>
741 <File
742 RelativePath="..\..\src\audio\SDL_mixer_m68k.h"
743 >
744 </File>
745 <File
746 RelativePath="..\..\src\audio\SDL_mixer_MMX.c"
747 >
748 </File>
749 <File
750 RelativePath="..\..\src\audio\SDL_mixer_MMX.h"
751 >
752 </File>
753 <File
754 RelativePath="..\..\src\audio\SDL_mixer_MMX_VC.c"
755 >
756 </File>
757 <File
758 RelativePath="..\..\src\audio\SDL_mixer_MMX_VC.h"
759 >
760 </File>
761 <File
762 RelativePath="..\..\src\joystick\win32\SDL_mmjoystick.c"
763 >
764 </File>
765 <File
766 RelativePath="..\..\src\events\SDL_mouse.c"
767 >
768 </File>
769 <File
770 RelativePath="..\..\src\events\SDL_mouse_c.h"
771 >
772 </File>
773 <File
774 RelativePath="..\..\src\video\dummy\SDL_nullevents.c"
775 >
776 </File>
777 <File
778 RelativePath="..\..\src\video\dummy\SDL_nullevents_c.h"
779 >
780 </File>
781 <File
782 RelativePath="..\..\src\video\dummy\SDL_nullrender.c"
783 >
784 </File>
785 <File
786 RelativePath="..\..\src\video\dummy\SDL_nullrender_c.h"
787 >
788 </File>
789 <File
790 RelativePath="..\..\src\video\dummy\SDL_nullvideo.c"
791 >
792 </File>
793 <File
794 RelativePath="..\..\src\video\dummy\SDL_nullvideo.h"
795 >
796 </File>
797 <File
798 RelativePath="..\..\src\video\SDL_pixels.c"
799 >
800 </File>
801 <File
802 RelativePath="..\..\src\video\SDL_pixels_c.h"
803 >
804 </File>
805 <File
806 RelativePath="..\..\src\power\SDL_power.c"
807 >
808 </File>
809 <File
810 RelativePath="..\..\src\stdlib\SDL_qsort.c"
811 >
812 </File>
813 <File
814 RelativePath="..\..\src\events\SDL_quit.c"
815 >
816 </File>
817 <File
818 RelativePath="..\..\src\video\SDL_rect.c"
819 >
820 </File>
821 <File
822 RelativePath="..\..\src\video\SDL_rect_c.h"
823 >
824 </File>
825 <File
826 RelativePath="..\..\src\video\SDL_renderer_gl.c"
827 >
828 </File>
829 <File
830 RelativePath="..\..\src\video\SDL_renderer_gl.h"
831 >
832 </File>
833 <File
834 RelativePath="..\..\src\video\SDL_renderer_sw.c"
835 >
836 </File>
837 <File
838 RelativePath="..\..\src\video\SDL_renderer_sw.h"
839 >
840 </File>
841 <File
842 RelativePath="..\..\src\video\SDL_RLEaccel.c"
843 >
844 </File>
845 <File
846 RelativePath="..\..\src\video\SDL_RLEaccel_c.h"
847 >
848 </File>
849 <File
850 RelativePath="..\..\src\file\SDL_rwops.c"
851 >
852 </File>
853 <File
854 RelativePath="..\..\src\stdlib\SDL_stdlib.c"
855 >
856 </File>
857 <File
858 RelativePath="..\..\src\video\SDL_stretch.c"
859 >
860 </File>
861 <File
862 RelativePath="..\..\src\stdlib\SDL_string.c"
863 >
864 </File>
865 <File
866 RelativePath="..\..\src\video\SDL_surface.c"
867 >
868 </File>
869 <File
870 RelativePath="..\..\src\audio\SDL_sysaudio.h"
871 >
872 </File>
873 <File
874 RelativePath="..\..\src\events\SDL_sysevents.h"
875 >
876 </File>
877 <File
878 RelativePath="..\..\src\haptic\win32\SDL_syshaptic.c"
879 >
880 </File>
881 <File
882 RelativePath="..\..\src\haptic\SDL_syshaptic.h"
883 >
884 </File>
885 <File
886 RelativePath="..\..\src\joystick\SDL_sysjoystick.h"
887 >
888 </File>
889 <File
890 RelativePath="..\..\src\loadso\win32\SDL_sysloadso.c"
891 >
892 </File>
893 <File
894 RelativePath="..\..\src\thread\win32\SDL_sysmutex.c"
895 >
896 </File>
897 <File
898 RelativePath="..\..\src\power\windows\SDL_syspower.c"
899 >
900 </File>
901 <File
902 RelativePath="..\..\src\thread\win32\SDL_syssem.c"
903 >
904 </File>
905 <File
906 RelativePath="..\..\src\thread\win32\SDL_systhread.c"
907 >
908 </File>
909 <File
910 RelativePath="..\..\src\thread\SDL_systhread.h"
911 >
912 </File>
913 <File
914 RelativePath="..\..\src\thread\win32\SDL_systhread_c.h"
915 >
916 </File>
917 <File
918 RelativePath="..\..\src\timer\win32\SDL_systimer.c"
919 >
920 </File>
921 <File
922 RelativePath="..\..\src\timer\SDL_systimer.h"
923 >
924 </File>
925 <File
926 RelativePath="..\..\src\video\SDL_sysvideo.h"
927 >
928 </File>
929 <File
930 RelativePath="..\..\src\thread\SDL_thread.c"
931 >
932 </File>
933 <File
934 RelativePath="..\..\src\thread\SDL_thread_c.h"
935 >
936 </File>
937 <File
938 RelativePath="..\..\src\timer\SDL_timer.c"
939 >
940 </File>
941 <File
942 RelativePath="..\..\src\timer\SDL_timer_c.h"
943 >
944 </File>
945 <File
946 RelativePath="..\..\src\events\SDL_touch.c"
947 >
948 </File>
949 <File
950 RelativePath="..\..\src\events\SDL_touch_c.h"
951 >
952 </File>
953 <File
954 RelativePath="..\..\src\video\SDL_video.c"
955 >
956 </File>
957 <File
958 RelativePath="..\..\src\video\win32\SDL_vkeys.h"
959 >
960 </File>
961 <File
962 RelativePath="..\..\src\audio\SDL_wave.c"
963 >
964 </File>
965 <File
966 RelativePath="..\..\src\audio\SDL_wave.h"
967 >
968 </File>
969 <File
970 RelativePath="..\..\src\video\win32\SDL_win32clipboard.c"
971 >
972 </File>
973 <File
974 RelativePath="..\..\src\video\win32\SDL_win32clipboard.h"
975 >
976 </File>
977 <File
978 RelativePath="..\..\src\video\win32\SDL_win32events.c"
979 >
980 </File>
981 <File
982 RelativePath="..\..\src\video\win32\SDL_win32events.h"
983 >
984 </File>
985 <File
986 RelativePath="..\..\src\video\win32\SDL_win32gamma.c"
987 >
988 </File>
989 <File
990 RelativePath="..\..\src\video\win32\SDL_win32gamma.h"
991 >
992 </File>
993 <File
994 RelativePath="..\..\src\video\win32\SDL_win32keyboard.c"
995 >
996 </File>
997 <File
998 RelativePath="..\..\src\video\win32\SDL_win32keyboard.h"
999 >
1000 </File>
1001 <File
1002 RelativePath="..\..\src\video\win32\SDL_win32modes.c"
1003 >
1004 </File>
1005 <File
1006 RelativePath="..\..\src\video\win32\SDL_win32modes.h"
1007 >
1008 </File>
1009 <File
1010 RelativePath="..\..\src\video\win32\SDL_win32mouse.c"
1011 >
1012 </File>
1013 <File
1014 RelativePath="..\..\src\video\win32\SDL_win32mouse.h"
1015 >
1016 </File>
1017 <File
1018 RelativePath="..\..\src\video\win32\SDL_win32opengl.c"
1019 >
1020 </File>
1021 <File
1022 RelativePath="..\..\src\video\win32\SDL_win32opengl.h"
1023 >
1024 </File>
1025 <File
1026 RelativePath="..\..\src\video\win32\SDL_win32video.c"
1027 >
1028 </File>
1029 <File
1030 RelativePath="..\..\src\video\win32\SDL_win32video.h"
1031 >
1032 </File>
1033 <File
1034 RelativePath="..\..\src\video\win32\SDL_win32window.c"
1035 >
1036 </File>
1037 <File
1038 RelativePath="..\..\src\video\win32\SDL_win32window.h"
1039 >
1040 </File>
1041 <File
1042 RelativePath="..\..\src\events\SDL_windowevents.c"
1043 >
1044 </File>
1045 <File
1046 RelativePath="..\..\src\events\SDL_windowevents_c.h"
1047 >
1048 </File>
1049 <File
1050 RelativePath="..\..\src\video\SDL_yuv_mmx.c"
1051 >
1052 </File>
1053 <File
1054 RelativePath="..\..\src\video\SDL_yuv_sw.c"
1055 >
1056 </File>
1057 <File
1058 RelativePath="..\..\src\video\SDL_yuv_sw_c.h"
1059 >
1060 </File>
1061 <File
1062 RelativePath="..\..\src\video\win32\wmmsg.h"
1063 >
1064 </File>
1065 </Files>
1066 <Globals>
1067 </Globals>
1068 </VisualStudioProject>