Remove unused var and declare variables first to fix msvc build.
[mono/afaerber.git] / msvc / monoburg.vcproj
blobadfa36779c60c9655469de4917bf7e6fba281a2d
1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioProject
3 ProjectType="Visual C++"
4 Version="8.00"
5 Name="monoburg"
6 ProjectGUID="{5DCFA645-3358-4A20-9630-AEAAC5EED2D5}"
7 RootNamespace="monoburg"
8 Keyword="Win32Proj"
10 <Platforms>
11 <Platform
12 Name="Win32"
14 <Platform
15 Name="x64"
17 </Platforms>
18 <ToolFiles>
19 </ToolFiles>
20 <Configurations>
21 <Configuration
22 Name="Debug|Win32"
23 OutputDirectory="$(PlatformName)_$(ConfigurationName)/bin"
24 IntermediateDirectory="$(PlatformName)_$(ConfigurationName)/obj/$(ProjectName)"
25 ConfigurationType="1"
26 CharacterSet="1"
28 <Tool
29 Name="VCPreBuildEventTool"
30 CommandLine="cd ..\mono\monoburg&#x0D;&#x0A;copy wparser.c parser.c&#x0D;&#x0A;"
32 <Tool
33 Name="VCCustomBuildTool"
35 <Tool
36 Name="VCXMLDataGeneratorTool"
38 <Tool
39 Name="VCWebServiceProxyGeneratorTool"
41 <Tool
42 Name="VCMIDLTool"
44 <Tool
45 Name="VCCLCompilerTool"
46 Optimization="0"
47 AdditionalIncludeDirectories="..\libgc\include;..\;&quot;$(MONO_DEPENDENCIES_PREFIX)\include\glib-2.0&quot;;&quot;$(MONO_DEPENDENCIES_PREFIX)\include\glib-2.0\glib&quot;;&quot;$(MONO_DEPENDENCIES_PREFIX)\lib\glib-2.0\include&quot;;..\mono\"
48 PreprocessorDefinitions="_DEBUG;__i386__;TARGET_X86;i386;WIN32;_WIN32;__WIN32__;_WINDOWS;WINDOWS;HOST_WIN32;TARGET_WIN32;_CRT_SECURE_NO_DEPRECATE;_CONSOLE"
49 MinimalRebuild="true"
50 BasicRuntimeChecks="3"
51 RuntimeLibrary="3"
52 BufferSecurityCheck="false"
53 UsePrecompiledHeader="0"
54 WarningLevel="3"
55 Detect64BitPortabilityProblems="true"
56 DebugInformationFormat="4"
57 CompileAs="1"
58 DisableSpecificWarnings="4996"
60 <Tool
61 Name="VCManagedResourceCompilerTool"
63 <Tool
64 Name="VCResourceCompilerTool"
66 <Tool
67 Name="VCPreLinkEventTool"
69 <Tool
70 Name="VCLinkerTool"
71 LinkLibraryDependencies="false"
72 AdditionalDependencies="glib-2.0.lib ws2_32.lib gthread-2.0.lib"
73 LinkIncremental="2"
74 AdditionalLibraryDirectories="&quot;$(PlatformName)_$(ConfigurationName)/lib&quot;;&quot;$(MONO_DEPENDENCIES_PREFIX)\lib&quot;"
75 GenerateDebugInformation="true"
76 SubSystem="1"
77 TargetMachine="1"
79 <Tool
80 Name="VCALinkTool"
82 <Tool
83 Name="VCManifestTool"
85 <Tool
86 Name="VCXDCMakeTool"
88 <Tool
89 Name="VCBscMakeTool"
91 <Tool
92 Name="VCFxCopTool"
94 <Tool
95 Name="VCAppVerifierTool"
97 <Tool
98 Name="VCWebDeploymentTool"
100 <Tool
101 Name="VCPostBuildEventTool"
102 CommandLine="runburg.bat &quot;$(TargetPath)&quot; $(PlatformName)"
104 </Configuration>
105 <Configuration
106 Name="Debug|x64"
107 OutputDirectory="$(PlatformName)_$(ConfigurationName)/bin"
108 IntermediateDirectory="$(PlatformName)_$(ConfigurationName)/obj/$(ProjectName)"
109 ConfigurationType="1"
110 CharacterSet="1"
112 <Tool
113 Name="VCPreBuildEventTool"
114 CommandLine="cd ..\mono\monoburg&#x0D;&#x0A;copy wparser.c parser.c&#x0D;&#x0A;"
116 <Tool
117 Name="VCCustomBuildTool"
119 <Tool
120 Name="VCXMLDataGeneratorTool"
122 <Tool
123 Name="VCWebServiceProxyGeneratorTool"
125 <Tool
126 Name="VCMIDLTool"
127 TargetEnvironment="3"
129 <Tool
130 Name="VCCLCompilerTool"
131 Optimization="0"
132 AdditionalIncludeDirectories="..\libgc\include;..\;&quot;$(MONO_DEPENDENCIES_PREFIX)\include\glib-2.0&quot;;&quot;$(MONO_DEPENDENCIES_PREFIX)\include\glib-2.0\glib&quot;;&quot;$(MONO_DEPENDENCIES_PREFIX)\lib\glib-2.0\include&quot;;..\mono\"
133 PreprocessorDefinitions="_DEBUG;__x86_64__;WIN64;_WIN64;WIN32;_WIN32;__WIN32__;_WINDOWS;WINDOWS;HOST_WIN32;TARGET_WIN32;_CRT_SECURE_NO_DEPRECATE;_CONSOLE"
134 MinimalRebuild="true"
135 BasicRuntimeChecks="3"
136 RuntimeLibrary="3"
137 BufferSecurityCheck="false"
138 UsePrecompiledHeader="0"
139 WarningLevel="3"
140 Detect64BitPortabilityProblems="true"
141 DebugInformationFormat="3"
142 CompileAs="1"
143 DisableSpecificWarnings="4996"
145 <Tool
146 Name="VCManagedResourceCompilerTool"
148 <Tool
149 Name="VCResourceCompilerTool"
151 <Tool
152 Name="VCPreLinkEventTool"
154 <Tool
155 Name="VCLinkerTool"
156 LinkLibraryDependencies="false"
157 AdditionalDependencies="glib-2.0.lib ws2_32.lib gthread-2.0.lib"
158 LinkIncremental="2"
159 AdditionalLibraryDirectories="&quot;$(PlatformName)_$(ConfigurationName)/lib&quot;;&quot;$(MONO_DEPENDENCIES_PREFIX)\lib&quot;"
160 GenerateDebugInformation="true"
161 SubSystem="1"
162 TargetMachine="17"
164 <Tool
165 Name="VCALinkTool"
167 <Tool
168 Name="VCManifestTool"
170 <Tool
171 Name="VCXDCMakeTool"
173 <Tool
174 Name="VCBscMakeTool"
176 <Tool
177 Name="VCFxCopTool"
179 <Tool
180 Name="VCAppVerifierTool"
182 <Tool
183 Name="VCWebDeploymentTool"
185 <Tool
186 Name="VCPostBuildEventTool"
187 CommandLine="runburg.bat &quot;$(TargetPath)&quot; $(PlatformName)"
189 </Configuration>
190 <Configuration
191 Name="Release|Win32"
192 OutputDirectory="$(PlatformName)_$(ConfigurationName)/bin"
193 IntermediateDirectory="$(PlatformName)_$(ConfigurationName)/obj/$(ProjectName)"
194 ConfigurationType="1"
195 CharacterSet="1"
197 <Tool
198 Name="VCPreBuildEventTool"
199 CommandLine="cd ..\mono\monoburg&#x0D;&#x0A;copy wparser.c parser.c&#x0D;&#x0A;"
201 <Tool
202 Name="VCCustomBuildTool"
204 <Tool
205 Name="VCXMLDataGeneratorTool"
207 <Tool
208 Name="VCWebServiceProxyGeneratorTool"
210 <Tool
211 Name="VCMIDLTool"
213 <Tool
214 Name="VCCLCompilerTool"
215 Optimization="1"
216 AdditionalIncludeDirectories="..\libgc\include;..\;&quot;$(MONO_DEPENDENCIES_PREFIX)\include\glib-2.0&quot;;&quot;$(MONO_DEPENDENCIES_PREFIX)\include\glib-2.0\glib&quot;;&quot;$(MONO_DEPENDENCIES_PREFIX)\lib\glib-2.0\include&quot;;..\mono\"
217 PreprocessorDefinitions="NDEBUG;__i386__;TARGET_X86;i386;WIN32;_WIN32;__WIN32__;_WINDOWS;WINDOWS;HOST_WIN32;TARGET_WIN32;_CRT_SECURE_NO_DEPRECATE;_CONSOLE"
218 RuntimeLibrary="2"
219 BufferSecurityCheck="true"
220 UsePrecompiledHeader="0"
221 WarningLevel="3"
222 Detect64BitPortabilityProblems="true"
223 DebugInformationFormat="3"
224 CompileAs="1"
226 <Tool
227 Name="VCManagedResourceCompilerTool"
229 <Tool
230 Name="VCResourceCompilerTool"
232 <Tool
233 Name="VCPreLinkEventTool"
235 <Tool
236 Name="VCLinkerTool"
237 LinkLibraryDependencies="false"
238 AdditionalDependencies="glib-2.0.lib ws2_32.lib gthread-2.0.lib"
239 LinkIncremental="1"
240 AdditionalLibraryDirectories="&quot;$(PlatformName)_$(ConfigurationName)/lib&quot;;&quot;$(MONO_DEPENDENCIES_PREFIX)\lib&quot;"
241 GenerateDebugInformation="true"
242 SubSystem="1"
243 OptimizeReferences="2"
244 EnableCOMDATFolding="2"
245 TargetMachine="1"
247 <Tool
248 Name="VCALinkTool"
250 <Tool
251 Name="VCManifestTool"
253 <Tool
254 Name="VCXDCMakeTool"
256 <Tool
257 Name="VCBscMakeTool"
259 <Tool
260 Name="VCFxCopTool"
262 <Tool
263 Name="VCAppVerifierTool"
265 <Tool
266 Name="VCWebDeploymentTool"
268 <Tool
269 Name="VCPostBuildEventTool"
270 CommandLine="runburg.bat &quot;$(TargetPath)&quot; $(PlatformName)"
272 </Configuration>
273 <Configuration
274 Name="Release|x64"
275 OutputDirectory="$(PlatformName)_$(ConfigurationName)/bin"
276 IntermediateDirectory="$(PlatformName)_$(ConfigurationName)/obj/$(ProjectName)"
277 ConfigurationType="1"
278 CharacterSet="1"
280 <Tool
281 Name="VCPreBuildEventTool"
282 CommandLine="cd ..\mono\monoburg&#x0D;&#x0A;copy wparser.c parser.c&#x0D;&#x0A;"
284 <Tool
285 Name="VCCustomBuildTool"
287 <Tool
288 Name="VCXMLDataGeneratorTool"
290 <Tool
291 Name="VCWebServiceProxyGeneratorTool"
293 <Tool
294 Name="VCMIDLTool"
295 TargetEnvironment="3"
297 <Tool
298 Name="VCCLCompilerTool"
299 Optimization="1"
300 AdditionalIncludeDirectories="..\libgc\include;..\;&quot;$(MONO_DEPENDENCIES_PREFIX)\include\glib-2.0&quot;;&quot;$(MONO_DEPENDENCIES_PREFIX)\include\glib-2.0\glib&quot;;&quot;$(MONO_DEPENDENCIES_PREFIX)\lib\glib-2.0\include&quot;;..\mono\"
301 PreprocessorDefinitions="NDEBUG;__x86_64__;WIN64;_WIN64;WIN32;_WIN32;__WIN32__;_WINDOWS;WINDOWS;HOST_WIN32;TARGET_WIN32;_CRT_SECURE_NO_DEPRECATE;_CONSOLE"
302 RuntimeLibrary="2"
303 BufferSecurityCheck="true"
304 UsePrecompiledHeader="0"
305 WarningLevel="3"
306 Detect64BitPortabilityProblems="true"
307 DebugInformationFormat="3"
308 CompileAs="1"
310 <Tool
311 Name="VCManagedResourceCompilerTool"
313 <Tool
314 Name="VCResourceCompilerTool"
316 <Tool
317 Name="VCPreLinkEventTool"
319 <Tool
320 Name="VCLinkerTool"
321 LinkLibraryDependencies="false"
322 AdditionalDependencies="glib-2.0.lib ws2_32.lib gthread-2.0.lib"
323 LinkIncremental="1"
324 AdditionalLibraryDirectories="&quot;$(PlatformName)_$(ConfigurationName)/lib&quot;;&quot;$(MONO_DEPENDENCIES_PREFIX)\lib&quot;"
325 GenerateDebugInformation="true"
326 SubSystem="1"
327 OptimizeReferences="2"
328 EnableCOMDATFolding="2"
329 TargetMachine="17"
331 <Tool
332 Name="VCALinkTool"
334 <Tool
335 Name="VCManifestTool"
337 <Tool
338 Name="VCXDCMakeTool"
340 <Tool
341 Name="VCBscMakeTool"
343 <Tool
344 Name="VCFxCopTool"
346 <Tool
347 Name="VCAppVerifierTool"
349 <Tool
350 Name="VCWebDeploymentTool"
352 <Tool
353 Name="VCPostBuildEventTool"
354 CommandLine="runburg.bat &quot;$(TargetPath)&quot; $(PlatformName)"
356 </Configuration>
357 <Configuration
358 Name="Debug_eglib|Win32"
359 OutputDirectory="$(PlatformName)_$(ConfigurationName)/bin"
360 IntermediateDirectory="$(PlatformName)_$(ConfigurationName)/obj/$(ProjectName)"
361 ConfigurationType="1"
362 CharacterSet="1"
364 <Tool
365 Name="VCPreBuildEventTool"
366 CommandLine="cd ..\mono\monoburg&#x0D;&#x0A;copy wparser.c parser.c&#x0D;&#x0A;"
368 <Tool
369 Name="VCCustomBuildTool"
371 <Tool
372 Name="VCXMLDataGeneratorTool"
374 <Tool
375 Name="VCWebServiceProxyGeneratorTool"
377 <Tool
378 Name="VCMIDLTool"
380 <Tool
381 Name="VCCLCompilerTool"
382 Optimization="0"
383 AdditionalIncludeDirectories="..\libgc\include;..\;..\mono\;..\mono\eglib\src;..\..\mono\eglib\src"
384 PreprocessorDefinitions="_DEBUG;__i386__;TARGET_X86;i386;WIN32;_WIN32;__WIN32__;_WINDOWS;WINDOWS;HOST_WIN32;TARGET_WIN32;_CRT_SECURE_NO_DEPRECATE;_CONSOLE"
385 MinimalRebuild="true"
386 BasicRuntimeChecks="3"
387 RuntimeLibrary="3"
388 BufferSecurityCheck="false"
389 UsePrecompiledHeader="0"
390 WarningLevel="3"
391 Detect64BitPortabilityProblems="true"
392 DebugInformationFormat="4"
393 CompileAs="1"
394 DisableSpecificWarnings="4996"
396 <Tool
397 Name="VCManagedResourceCompilerTool"
399 <Tool
400 Name="VCResourceCompilerTool"
402 <Tool
403 Name="VCPreLinkEventTool"
405 <Tool
406 Name="VCLinkerTool"
407 LinkLibraryDependencies="false"
408 AdditionalDependencies="eglib.lib ws2_32.lib "
409 LinkIncremental="2"
410 AdditionalLibraryDirectories="&quot;$(PlatformName)_$(ConfigurationName)/lib&quot;"
411 GenerateDebugInformation="true"
412 SubSystem="1"
413 TargetMachine="1"
415 <Tool
416 Name="VCALinkTool"
418 <Tool
419 Name="VCManifestTool"
421 <Tool
422 Name="VCXDCMakeTool"
424 <Tool
425 Name="VCBscMakeTool"
427 <Tool
428 Name="VCFxCopTool"
430 <Tool
431 Name="VCAppVerifierTool"
433 <Tool
434 Name="VCWebDeploymentTool"
436 <Tool
437 Name="VCPostBuildEventTool"
438 CommandLine="runburg.bat &quot;$(TargetPath)&quot; $(PlatformName)"
440 </Configuration>
441 <Configuration
442 Name="Debug_eglib|x64"
443 OutputDirectory="$(PlatformName)_$(ConfigurationName)/bin"
444 IntermediateDirectory="$(PlatformName)_$(ConfigurationName)/obj/$(ProjectName)"
445 ConfigurationType="1"
446 CharacterSet="1"
448 <Tool
449 Name="VCPreBuildEventTool"
450 CommandLine="cd ..\mono\monoburg&#x0D;&#x0A;copy wparser.c parser.c&#x0D;&#x0A;"
452 <Tool
453 Name="VCCustomBuildTool"
455 <Tool
456 Name="VCXMLDataGeneratorTool"
458 <Tool
459 Name="VCWebServiceProxyGeneratorTool"
461 <Tool
462 Name="VCMIDLTool"
463 TargetEnvironment="3"
465 <Tool
466 Name="VCCLCompilerTool"
467 Optimization="0"
468 AdditionalIncludeDirectories="..\libgc\include;..\;..\mono\;..\mono\eglib\src;..\..\mono\eglib\src"
469 PreprocessorDefinitions="_DEBUG;__x86_64__;WIN64;_WIN64;WIN32;_WIN32;__WIN32__;_WINDOWS;WINDOWS;HOST_WIN32;TARGET_WIN32;_CRT_SECURE_NO_DEPRECATE;_CONSOLE"
470 MinimalRebuild="true"
471 BasicRuntimeChecks="3"
472 RuntimeLibrary="3"
473 BufferSecurityCheck="false"
474 UsePrecompiledHeader="0"
475 WarningLevel="3"
476 Detect64BitPortabilityProblems="true"
477 DebugInformationFormat="3"
478 CompileAs="1"
479 DisableSpecificWarnings="4996"
481 <Tool
482 Name="VCManagedResourceCompilerTool"
484 <Tool
485 Name="VCResourceCompilerTool"
487 <Tool
488 Name="VCPreLinkEventTool"
490 <Tool
491 Name="VCLinkerTool"
492 LinkLibraryDependencies="false"
493 AdditionalDependencies="eglib.lib ws2_32.lib "
494 LinkIncremental="2"
495 AdditionalLibraryDirectories="&quot;$(PlatformName)_$(ConfigurationName)/lib&quot;"
496 GenerateDebugInformation="true"
497 SubSystem="1"
498 TargetMachine="17"
500 <Tool
501 Name="VCALinkTool"
503 <Tool
504 Name="VCManifestTool"
506 <Tool
507 Name="VCXDCMakeTool"
509 <Tool
510 Name="VCBscMakeTool"
512 <Tool
513 Name="VCFxCopTool"
515 <Tool
516 Name="VCAppVerifierTool"
518 <Tool
519 Name="VCWebDeploymentTool"
521 <Tool
522 Name="VCPostBuildEventTool"
523 CommandLine="runburg.bat &quot;$(TargetPath)&quot; $(PlatformName)"
525 </Configuration>
526 <Configuration
527 Name="Release_eglib|Win32"
528 OutputDirectory="$(PlatformName)_$(ConfigurationName)/bin"
529 IntermediateDirectory="$(PlatformName)_$(ConfigurationName)/obj/$(ProjectName)"
530 ConfigurationType="1"
531 CharacterSet="1"
533 <Tool
534 Name="VCPreBuildEventTool"
535 CommandLine="cd ..\mono\monoburg&#x0D;&#x0A;copy wparser.c parser.c&#x0D;&#x0A;"
537 <Tool
538 Name="VCCustomBuildTool"
540 <Tool
541 Name="VCXMLDataGeneratorTool"
543 <Tool
544 Name="VCWebServiceProxyGeneratorTool"
546 <Tool
547 Name="VCMIDLTool"
549 <Tool
550 Name="VCCLCompilerTool"
551 Optimization="1"
552 AdditionalIncludeDirectories="..\libgc\include;..\;..\mono\;..\mono\eglib\src;..\..\mono\eglib\src"
553 PreprocessorDefinitions="NDEBUG;__i386__;TARGET_X86;i386;WIN32;_WIN32;__WIN32__;_WINDOWS;WINDOWS;HOST_WIN32;TARGET_WIN32;_CRT_SECURE_NO_DEPRECATE;_CONSOLE"
554 RuntimeLibrary="2"
555 BufferSecurityCheck="true"
556 UsePrecompiledHeader="0"
557 WarningLevel="3"
558 Detect64BitPortabilityProblems="true"
559 DebugInformationFormat="3"
560 CompileAs="1"
562 <Tool
563 Name="VCManagedResourceCompilerTool"
565 <Tool
566 Name="VCResourceCompilerTool"
568 <Tool
569 Name="VCPreLinkEventTool"
571 <Tool
572 Name="VCLinkerTool"
573 LinkLibraryDependencies="false"
574 AdditionalDependencies="eglib.lib ws2_32.lib "
575 LinkIncremental="1"
576 AdditionalLibraryDirectories="&quot;$(PlatformName)_$(ConfigurationName)/lib&quot;"
577 GenerateDebugInformation="true"
578 SubSystem="1"
579 OptimizeReferences="2"
580 EnableCOMDATFolding="2"
581 TargetMachine="1"
583 <Tool
584 Name="VCALinkTool"
586 <Tool
587 Name="VCManifestTool"
589 <Tool
590 Name="VCXDCMakeTool"
592 <Tool
593 Name="VCBscMakeTool"
595 <Tool
596 Name="VCFxCopTool"
598 <Tool
599 Name="VCAppVerifierTool"
601 <Tool
602 Name="VCWebDeploymentTool"
604 <Tool
605 Name="VCPostBuildEventTool"
606 CommandLine="runburg.bat &quot;$(TargetPath)&quot; $(PlatformName)"
608 </Configuration>
609 <Configuration
610 Name="Release_eglib|x64"
611 OutputDirectory="$(PlatformName)_$(ConfigurationName)/bin"
612 IntermediateDirectory="$(PlatformName)_$(ConfigurationName)/obj/$(ProjectName)"
613 ConfigurationType="1"
614 CharacterSet="1"
616 <Tool
617 Name="VCPreBuildEventTool"
618 CommandLine="cd ..\mono\monoburg&#x0D;&#x0A;copy wparser.c parser.c&#x0D;&#x0A;"
620 <Tool
621 Name="VCCustomBuildTool"
623 <Tool
624 Name="VCXMLDataGeneratorTool"
626 <Tool
627 Name="VCWebServiceProxyGeneratorTool"
629 <Tool
630 Name="VCMIDLTool"
631 TargetEnvironment="3"
633 <Tool
634 Name="VCCLCompilerTool"
635 Optimization="1"
636 AdditionalIncludeDirectories="..\libgc\include;..\;..\mono\;..\mono\eglib\src;..\..\mono\eglib\src"
637 PreprocessorDefinitions="NDEBUG;__x86_64__;WIN64;_WIN64;WIN32;_WIN32;__WIN32__;_WINDOWS;WINDOWS;HOST_WIN32;TARGET_WIN32;_CRT_SECURE_NO_DEPRECATE;_CONSOLE"
638 RuntimeLibrary="2"
639 BufferSecurityCheck="true"
640 UsePrecompiledHeader="0"
641 WarningLevel="3"
642 Detect64BitPortabilityProblems="true"
643 DebugInformationFormat="3"
644 CompileAs="1"
646 <Tool
647 Name="VCManagedResourceCompilerTool"
649 <Tool
650 Name="VCResourceCompilerTool"
652 <Tool
653 Name="VCPreLinkEventTool"
655 <Tool
656 Name="VCLinkerTool"
657 LinkLibraryDependencies="false"
658 AdditionalDependencies="eglib.lib ws2_32.lib "
659 LinkIncremental="1"
660 AdditionalLibraryDirectories="&quot;$(PlatformName)_$(ConfigurationName)/lib&quot;"
661 GenerateDebugInformation="true"
662 SubSystem="1"
663 OptimizeReferences="2"
664 EnableCOMDATFolding="2"
665 TargetMachine="17"
667 <Tool
668 Name="VCALinkTool"
670 <Tool
671 Name="VCManifestTool"
673 <Tool
674 Name="VCXDCMakeTool"
676 <Tool
677 Name="VCBscMakeTool"
679 <Tool
680 Name="VCFxCopTool"
682 <Tool
683 Name="VCAppVerifierTool"
685 <Tool
686 Name="VCWebDeploymentTool"
688 <Tool
689 Name="VCPostBuildEventTool"
690 CommandLine="runburg.bat &quot;$(TargetPath)&quot; $(PlatformName)"
692 </Configuration>
693 </Configurations>
694 <References>
695 </References>
696 <Files>
697 <Filter
698 Name="Source Files"
699 Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
700 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
702 <File
703 RelativePath="..\mono\monoburg\monoburg.c"
705 </File>
706 <File
707 RelativePath="..\mono\monoburg\parser.c"
709 </File>
710 </Filter>
711 <Filter
712 Name="Header Files"
713 Filter="h;hpp;hxx;hm;inl;inc;xsd"
714 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
716 <File
717 RelativePath="..\mono\monoburg\monoburg.h"
719 </File>
720 </Filter>
721 </Files>
722 <Globals>
723 </Globals>
724 </VisualStudioProject>