comparison VisualC/SDL/SDL_VS2008.vcproj @ 3254:1a8c9a6752e5

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