comparison VisualC/SDL/SDL.vcproj @ 2207:d63e9f5944ae

Unpacked project archives to get individual file history in subversion
author Sam Lantinga <slouken@libsdl.org>
date Sat, 21 Jul 2007 17:09:01 +0000
parents
children e1d228456537
comparison
equal deleted inserted replaced
2206:ca7d2227d630 2207:d63e9f5944ae
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 />
29 <Tool
30 Name="VCCustomBuildTool"
31 />
32 <Tool
33 Name="VCXMLDataGeneratorTool"
34 />
35 <Tool
36 Name="VCWebServiceProxyGeneratorTool"
37 />
38 <Tool
39 Name="VCMIDLTool"
40 PreprocessorDefinitions="_DEBUG"
41 MkTypLibCompatible="true"
42 SuppressStartupBanner="true"
43 TargetEnvironment="1"
44 TypeLibraryName=".\Debug/SDL.tlb"
45 />
46 <Tool
47 Name="VCCLCompilerTool"
48 Optimization="0"
49 AdditionalIncludeDirectories="..\..\include"
50 PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;_DEBUG;_WINDOWS;_WIN32_WINNT=0x0400"
51 RuntimeLibrary="2"
52 BufferSecurityCheck="false"
53 UsePrecompiledHeader="0"
54 PrecompiledHeaderFile=".\Debug/SDL.pch"
55 AssemblerListingLocation=".\Debug/"
56 ObjectFile=".\Debug/"
57 ProgramDataBaseFileName=".\Debug/"
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 AdditionalOptions="/MACHINE:I386"
78 AdditionalDependencies="msimg32.lib winmm.lib"
79 OutputFile=".\Debug/SDL.dll"
80 LinkIncremental="2"
81 SuppressStartupBanner="true"
82 IgnoreAllDefaultLibraries="true"
83 GenerateDebugInformation="true"
84 ProgramDatabaseFile=".\Debug/SDL.pdb"
85 SubSystem="2"
86 ImportLibrary=".\Debug/SDL.lib"
87 CLRUnmanagedCodeCheck="false"
88 />
89 <Tool
90 Name="VCALinkTool"
91 />
92 <Tool
93 Name="VCManifestTool"
94 />
95 <Tool
96 Name="VCXDCMakeTool"
97 />
98 <Tool
99 Name="VCBscMakeTool"
100 />
101 <Tool
102 Name="VCFxCopTool"
103 />
104 <Tool
105 Name="VCAppVerifierTool"
106 />
107 <Tool
108 Name="VCWebDeploymentTool"
109 />
110 <Tool
111 Name="VCPostBuildEventTool"
112 />
113 </Configuration>
114 <Configuration
115 Name="Release|Win32"
116 OutputDirectory=".\Release"
117 IntermediateDirectory=".\Release"
118 ConfigurationType="2"
119 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
120 UseOfMFC="0"
121 ATLMinimizesCRunTimeLibraryUsage="false"
122 >
123 <Tool
124 Name="VCPreBuildEventTool"
125 />
126 <Tool
127 Name="VCCustomBuildTool"
128 />
129 <Tool
130 Name="VCXMLDataGeneratorTool"
131 />
132 <Tool
133 Name="VCWebServiceProxyGeneratorTool"
134 />
135 <Tool
136 Name="VCMIDLTool"
137 PreprocessorDefinitions="NDEBUG"
138 MkTypLibCompatible="true"
139 SuppressStartupBanner="true"
140 TargetEnvironment="1"
141 TypeLibraryName=".\Release/SDL.tlb"
142 />
143 <Tool
144 Name="VCCLCompilerTool"
145 InlineFunctionExpansion="1"
146 EnableIntrinsicFunctions="false"
147 AdditionalIncludeDirectories="..\..\include"
148 PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;NDEBUG;_WINDOWS;_WIN32_WINNT=0x0400"
149 StringPooling="true"
150 RuntimeLibrary="2"
151 BufferSecurityCheck="false"
152 EnableFunctionLevelLinking="true"
153 UsePrecompiledHeader="0"
154 PrecompiledHeaderFile=".\Release/SDL.pch"
155 AssemblerListingLocation=".\Release/"
156 ObjectFile=".\Release/"
157 ProgramDataBaseFileName=".\Release/"
158 WarningLevel="3"
159 SuppressStartupBanner="true"
160 Detect64BitPortabilityProblems="false"
161 CompileAs="0"
162 />
163 <Tool
164 Name="VCManagedResourceCompilerTool"
165 />
166 <Tool
167 Name="VCResourceCompilerTool"
168 PreprocessorDefinitions="NDEBUG"
169 Culture="1033"
170 />
171 <Tool
172 Name="VCPreLinkEventTool"
173 />
174 <Tool
175 Name="VCLinkerTool"
176 AdditionalOptions="/MACHINE:I386"
177 AdditionalDependencies="msimg32.lib winmm.lib"
178 OutputFile=".\Release/SDL.dll"
179 LinkIncremental="1"
180 SuppressStartupBanner="true"
181 IgnoreAllDefaultLibraries="true"
182 ProgramDatabaseFile=".\Release/SDL.pdb"
183 SubSystem="2"
184 ImportLibrary=".\Release/SDL.lib"
185 />
186 <Tool
187 Name="VCALinkTool"
188 />
189 <Tool
190 Name="VCManifestTool"
191 />
192 <Tool
193 Name="VCXDCMakeTool"
194 />
195 <Tool
196 Name="VCBscMakeTool"
197 />
198 <Tool
199 Name="VCFxCopTool"
200 />
201 <Tool
202 Name="VCAppVerifierTool"
203 />
204 <Tool
205 Name="VCWebDeploymentTool"
206 />
207 <Tool
208 Name="VCPostBuildEventTool"
209 />
210 </Configuration>
211 </Configurations>
212 <References>
213 </References>
214 <Files>
215 <Filter
216 Name="API Headers"
217 >
218 <File
219 RelativePath="..\..\include\SDL.h"
220 >
221 </File>
222 <File
223 RelativePath="..\..\include\SDL_audio.h"
224 >
225 </File>
226 <File
227 RelativePath="..\..\include\SDL_cdrom.h"
228 >
229 </File>
230 <File
231 RelativePath="..\..\include\SDL_compat.h"
232 >
233 </File>
234 <File
235 RelativePath="..\..\include\SDL_config_win32.h"
236 >
237 </File>
238 <File
239 RelativePath="..\..\include\SDL_cpuinfo.h"
240 >
241 </File>
242 <File
243 RelativePath="..\..\include\SDL_endian.h"
244 >
245 </File>
246 <File
247 RelativePath="..\..\include\SDL_error.h"
248 >
249 </File>
250 <File
251 RelativePath="..\..\include\SDL_events.h"
252 >
253 </File>
254 <File
255 RelativePath="..\..\include\SDL_joystick.h"
256 >
257 </File>
258 <File
259 RelativePath="..\..\include\SDL_keyboard.h"
260 >
261 </File>
262 <File
263 RelativePath="..\..\include\SDL_keysym.h"
264 >
265 </File>
266 <File
267 RelativePath="..\..\include\SDL_loadso.h"
268 >
269 </File>
270 <File
271 RelativePath="..\..\include\SDL_main.h"
272 >
273 </File>
274 <File
275 RelativePath="..\..\include\SDL_mouse.h"
276 >
277 </File>
278 <File
279 RelativePath="..\..\include\SDL_mutex.h"
280 >
281 </File>
282 <File
283 RelativePath="..\..\include\SDL_name.h"
284 >
285 </File>
286 <File
287 RelativePath="..\..\include\SDL_opengl.h"
288 >
289 </File>
290 <File
291 RelativePath="..\..\include\SDL_pixels.h"
292 >
293 </File>
294 <File
295 RelativePath="..\..\include\SDL_platform.h"
296 >
297 </File>
298 <File
299 RelativePath="..\..\include\SDL_quit.h"
300 >
301 </File>
302 <File
303 RelativePath="..\..\include\SDL_rwops.h"
304 >
305 </File>
306 <File
307 RelativePath="..\..\include\SDL_stdinc.h"
308 >
309 </File>
310 <File
311 RelativePath="..\..\include\SDL_syswm.h"
312 >
313 </File>
314 <File
315 RelativePath="..\..\include\SDL_thread.h"
316 >
317 </File>
318 <File
319 RelativePath="..\..\include\SDL_timer.h"
320 >
321 </File>
322 <File
323 RelativePath="..\..\include\SDL_types.h"
324 >
325 </File>
326 <File
327 RelativePath="..\..\include\SDL_version.h"
328 >
329 </File>
330 <File
331 RelativePath="..\..\include\SDL_video.h"
332 >
333 </File>
334 </Filter>
335 <File
336 RelativePath="..\..\src\events\blank_cursor.h"
337 >
338 </File>
339 <File
340 RelativePath="..\..\src\events\default_cursor.h"
341 >
342 </File>
343 <File
344 RelativePath="..\..\src\audio\windx5\directx.h"
345 >
346 </File>
347 <File
348 RelativePath="..\..\src\video\e_log.h"
349 >
350 </File>
351 <File
352 RelativePath="..\..\src\video\e_pow.h"
353 >
354 </File>
355 <File
356 RelativePath="..\..\src\video\e_sqrt.h"
357 >
358 </File>
359 <File
360 RelativePath="..\..\src\video\math_private.h"
361 >
362 </File>
363 <File
364 RelativePath="..\..\src\video\mmx.h"
365 >
366 </File>
367 <File
368 RelativePath="..\..\src\SDL.c"
369 >
370 </File>
371 <File
372 RelativePath="..\..\src\audio\SDL_audio.c"
373 >
374 </File>
375 <File
376 RelativePath="..\..\src\audio\SDL_audio_c.h"
377 >
378 </File>
379 <File
380 RelativePath="..\..\src\audio\SDL_audiocvt.c"
381 >
382 </File>
383 <File
384 RelativePath="..\..\src\audio\SDL_audiodev.c"
385 >
386 </File>
387 <File
388 RelativePath="..\..\src\audio\SDL_audiodev_c.h"
389 >
390 </File>
391 <File
392 RelativePath="..\..\src\audio\SDL_audiomem.h"
393 >
394 </File>
395 <File
396 RelativePath="..\..\src\audio\SDL_audiotypecvt.c"
397 >
398 </File>
399 <File
400 RelativePath="..\..\src\video\SDL_blit.c"
401 >
402 </File>
403 <File
404 RelativePath="..\..\src\video\SDL_blit.h"
405 >
406 </File>
407 <File
408 RelativePath="..\..\src\video\SDL_blit_0.c"
409 >
410 </File>
411 <File
412 RelativePath="..\..\src\video\SDL_blit_1.c"
413 >
414 </File>
415 <File
416 RelativePath="..\..\src\video\SDL_blit_A.c"
417 >
418 </File>
419 <File
420 RelativePath="..\..\src\video\SDL_blit_N.c"
421 >
422 </File>
423 <File
424 RelativePath="..\..\src\video\SDL_bmp.c"
425 >
426 </File>
427 <File
428 RelativePath="..\..\src\cdrom\SDL_cdrom.c"
429 >
430 </File>
431 <File
432 RelativePath="..\..\src\SDL_compat.c"
433 >
434 </File>
435 <File
436 RelativePath="..\..\src\cpuinfo\SDL_cpuinfo.c"
437 >
438 </File>
439 <File
440 RelativePath="..\..\src\video\win32\SDL_d3drender.c"
441 >
442 </File>
443 <File
444 RelativePath="..\..\src\video\win32\SDL_d3drender.h"
445 >
446 </File>
447 <File
448 RelativePath="..\..\src\audio\windib\SDL_dibaudio.c"
449 >
450 </File>
451 <File
452 RelativePath="..\..\src\audio\windib\SDL_dibaudio.h"
453 >
454 </File>
455 <File
456 RelativePath="..\..\src\audio\disk\SDL_diskaudio.c"
457 >
458 </File>
459 <File
460 RelativePath="..\..\src\audio\disk\SDL_diskaudio.h"
461 >
462 </File>
463 <File
464 RelativePath="..\..\src\audio\dummy\SDL_dummyaudio.c"
465 >
466 </File>
467 <File
468 RelativePath="..\..\src\audio\dummy\SDL_dummyaudio.h"
469 >
470 </File>
471 <File
472 RelativePath="..\..\src\audio\windx5\SDL_dx5audio.c"
473 >
474 </File>
475 <File
476 RelativePath="..\..\src\audio\windx5\SDL_dx5audio.h"
477 >
478 </File>
479 <File
480 RelativePath="..\..\src\joystick\win32\SDL_dxjoystick.c"
481 >
482 </File>
483 <File
484 RelativePath="..\..\src\SDL_error.c"
485 >
486 </File>
487 <File
488 RelativePath="..\..\src\SDL_error_c.h"
489 >
490 </File>
491 <File
492 RelativePath="..\..\src\events\SDL_events.c"
493 >
494 </File>
495 <File
496 RelativePath="..\..\src\events\SDL_events_c.h"
497 >
498 </File>
499 <File
500 RelativePath="..\..\src\SDL_fatal.c"
501 >
502 </File>
503 <File
504 RelativePath="..\..\src\SDL_fatal.h"
505 >
506 </File>
507 <File
508 RelativePath="..\..\src\video\SDL_gamma.c"
509 >
510 </File>
511 <File
512 RelativePath="..\..\src\video\win32\SDL_gdirender.c"
513 >
514 </File>
515 <File
516 RelativePath="..\..\src\video\win32\SDL_gdirender.h"
517 >
518 </File>
519 <File
520 RelativePath="..\..\src\stdlib\SDL_getenv.c"
521 >
522 </File>
523 <File
524 RelativePath="..\..\src\video\SDL_glfuncs.h"
525 >
526 </File>
527 <File
528 RelativePath="..\..\src\stdlib\SDL_iconv.c"
529 >
530 </File>
531 <File
532 RelativePath="..\..\src\joystick\SDL_joystick.c"
533 >
534 </File>
535 <File
536 RelativePath="..\..\src\joystick\SDL_joystick_c.h"
537 >
538 </File>
539 <File
540 RelativePath="..\..\src\events\SDL_keyboard.c"
541 >
542 </File>
543 <File
544 RelativePath="..\..\src\events\SDL_keyboard_c.h"
545 >
546 </File>
547 <File
548 RelativePath="..\..\src\video\SDL_leaks.h"
549 >
550 </File>
551 <File
552 RelativePath="..\..\src\stdlib\SDL_malloc.c"
553 >
554 </File>
555 <File
556 RelativePath="..\..\src\audio\SDL_mixer.c"
557 >
558 </File>
559 <File
560 RelativePath="..\..\src\audio\SDL_mixer_m68k.c"
561 >
562 </File>
563 <File
564 RelativePath="..\..\src\audio\SDL_mixer_m68k.h"
565 >
566 </File>
567 <File
568 RelativePath="..\..\src\audio\SDL_mixer_MMX.c"
569 >
570 </File>
571 <File
572 RelativePath="..\..\src\audio\SDL_mixer_MMX.h"
573 >
574 </File>
575 <File
576 RelativePath="..\..\src\audio\SDL_mixer_MMX_VC.c"
577 >
578 </File>
579 <File
580 RelativePath="..\..\src\audio\SDL_mixer_MMX_VC.h"
581 >
582 </File>
583 <File
584 RelativePath="..\..\src\joystick\win32\SDL_mmjoystick.c"
585 >
586 </File>
587 <File
588 RelativePath="..\..\src\events\SDL_mouse.c"
589 >
590 </File>
591 <File
592 RelativePath="..\..\src\events\SDL_mouse_c.h"
593 >
594 </File>
595 <File
596 RelativePath="..\..\src\video\dummy\SDL_nullevents.c"
597 >
598 </File>
599 <File
600 RelativePath="..\..\src\video\dummy\SDL_nullevents_c.h"
601 >
602 </File>
603 <File
604 RelativePath="..\..\src\video\dummy\SDL_nullrender.c"
605 >
606 </File>
607 <File
608 RelativePath="..\..\src\video\dummy\SDL_nullrender_c.h"
609 >
610 </File>
611 <File
612 RelativePath="..\..\src\video\dummy\SDL_nullvideo.c"
613 >
614 </File>
615 <File
616 RelativePath="..\..\src\video\dummy\SDL_nullvideo.h"
617 >
618 </File>
619 <File
620 RelativePath="..\..\src\video\SDL_pixels.c"
621 >
622 </File>
623 <File
624 RelativePath="..\..\src\video\SDL_pixels_c.h"
625 >
626 </File>
627 <File
628 RelativePath="..\..\src\stdlib\SDL_qsort.c"
629 >
630 </File>
631 <File
632 RelativePath="..\..\src\events\SDL_quit.c"
633 >
634 </File>
635 <File
636 RelativePath="..\..\src\video\SDL_rect.c"
637 >
638 </File>
639 <File
640 RelativePath="..\..\src\video\SDL_rect_c.h"
641 >
642 </File>
643 <File
644 RelativePath="..\..\src\video\SDL_rendercopy.c"
645 >
646 </File>
647 <File
648 RelativePath="..\..\src\video\SDL_rendercopy.h"
649 >
650 </File>
651 <File
652 RelativePath="..\..\src\video\SDL_renderer_gl.c"
653 >
654 </File>
655 <File
656 RelativePath="..\..\src\video\SDL_renderer_gl.h"
657 >
658 </File>
659 <File
660 RelativePath="..\..\src\video\SDL_renderer_sw.c"
661 >
662 </File>
663 <File
664 RelativePath="..\..\src\video\SDL_renderer_sw.h"
665 >
666 </File>
667 <File
668 RelativePath="..\..\src\video\SDL_RLEaccel.c"
669 >
670 </File>
671 <File
672 RelativePath="..\..\src\video\SDL_RLEaccel_c.h"
673 >
674 </File>
675 <File
676 RelativePath="..\..\src\file\SDL_rwops.c"
677 >
678 </File>
679 <File
680 RelativePath="..\..\src\stdlib\SDL_stdlib.c"
681 >
682 </File>
683 <File
684 RelativePath="..\..\src\video\SDL_stretch.c"
685 >
686 </File>
687 <File
688 RelativePath="..\..\src\video\SDL_stretch_c.h"
689 >
690 </File>
691 <File
692 RelativePath="..\..\src\stdlib\SDL_string.c"
693 >
694 </File>
695 <File
696 RelativePath="..\..\src\video\SDL_surface.c"
697 >
698 </File>
699 <File
700 RelativePath="..\..\src\audio\SDL_sysaudio.h"
701 >
702 </File>
703 <File
704 RelativePath="..\..\src\cdrom\win32\SDL_syscdrom.c"
705 >
706 </File>
707 <File
708 RelativePath="..\..\src\cdrom\SDL_syscdrom.h"
709 >
710 </File>
711 <File
712 RelativePath="..\..\src\events\SDL_sysevents.h"
713 >
714 </File>
715 <File
716 RelativePath="..\..\src\joystick\SDL_sysjoystick.h"
717 >
718 </File>
719 <File
720 RelativePath="..\..\src\loadso\win32\SDL_sysloadso.c"
721 >
722 </File>
723 <File
724 RelativePath="..\..\src\thread\win32\SDL_sysmutex.c"
725 >
726 </File>
727 <File
728 RelativePath="..\..\src\thread\win32\SDL_syssem.c"
729 >
730 </File>
731 <File
732 RelativePath="..\..\src\thread\win32\SDL_systhread.c"
733 >
734 </File>
735 <File
736 RelativePath="..\..\src\thread\SDL_systhread.h"
737 >
738 </File>
739 <File
740 RelativePath="..\..\src\thread\win32\SDL_systhread_c.h"
741 >
742 </File>
743 <File
744 RelativePath="..\..\src\timer\win32\SDL_systimer.c"
745 >
746 </File>
747 <File
748 RelativePath="..\..\src\timer\SDL_systimer.h"
749 >
750 </File>
751 <File
752 RelativePath="..\..\src\video\SDL_sysvideo.h"
753 >
754 </File>
755 <File
756 RelativePath="..\..\src\thread\SDL_thread.c"
757 >
758 </File>
759 <File
760 RelativePath="..\..\src\thread\SDL_thread_c.h"
761 >
762 </File>
763 <File
764 RelativePath="..\..\src\timer\SDL_timer.c"
765 >
766 </File>
767 <File
768 RelativePath="..\..\src\timer\SDL_timer_c.h"
769 >
770 </File>
771 <File
772 RelativePath="..\..\src\video\SDL_video.c"
773 >
774 </File>
775 <File
776 RelativePath="..\..\src\video\win32\SDL_vkeys.h"
777 >
778 </File>
779 <File
780 RelativePath="..\..\src\audio\SDL_wave.c"
781 >
782 </File>
783 <File
784 RelativePath="..\..\src\audio\SDL_wave.h"
785 >
786 </File>
787 <File
788 RelativePath="..\..\src\video\win32\SDL_win32events.c"
789 >
790 </File>
791 <File
792 RelativePath="..\..\src\video\win32\SDL_win32events.h"
793 >
794 </File>
795 <File
796 RelativePath="..\..\src\video\win32\SDL_win32gamma.c"
797 >
798 </File>
799 <File
800 RelativePath="..\..\src\video\win32\SDL_win32gamma.h"
801 >
802 </File>
803 <File
804 RelativePath="..\..\src\video\win32\SDL_win32keyboard.c"
805 >
806 </File>
807 <File
808 RelativePath="..\..\src\video\win32\SDL_win32keyboard.h"
809 >
810 </File>
811 <File
812 RelativePath="..\..\src\video\win32\SDL_win32modes.c"
813 >
814 </File>
815 <File
816 RelativePath="..\..\src\video\win32\SDL_win32modes.h"
817 >
818 </File>
819 <File
820 RelativePath="..\..\src\video\win32\SDL_win32mouse.c"
821 >
822 </File>
823 <File
824 RelativePath="..\..\src\video\win32\SDL_win32mouse.h"
825 >
826 </File>
827 <File
828 RelativePath="..\..\src\video\win32\SDL_win32opengl.c"
829 >
830 </File>
831 <File
832 RelativePath="..\..\src\video\win32\SDL_win32opengl.h"
833 >
834 </File>
835 <File
836 RelativePath="..\..\src\video\win32\SDL_win32video.c"
837 >
838 </File>
839 <File
840 RelativePath="..\..\src\video\win32\SDL_win32video.h"
841 >
842 </File>
843 <File
844 RelativePath="..\..\src\video\win32\SDL_win32window.c"
845 >
846 </File>
847 <File
848 RelativePath="..\..\src\video\win32\SDL_win32window.h"
849 >
850 </File>
851 <File
852 RelativePath="..\..\src\events\SDL_windowevents.c"
853 >
854 </File>
855 <File
856 RelativePath="..\..\src\events\SDL_windowevents_c.h"
857 >
858 </File>
859 <File
860 RelativePath="..\..\src\video\SDL_yuv_mmx.c"
861 >
862 </File>
863 <File
864 RelativePath="..\..\src\video\SDL_yuv_sw.c"
865 >
866 </File>
867 <File
868 RelativePath="..\..\src\video\SDL_yuv_sw_c.h"
869 >
870 </File>
871 <File
872 RelativePath="..\..\src\video\win32\wmmsg.h"
873 >
874 </File>
875 </Files>
876 <Globals>
877 </Globals>
878 </VisualStudioProject>