comparison VisualC/SDL/SDL_VS2005.vcproj @ 4479:223ab94286a3

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