2010-04-16 Sebastien Pouliot <sebastien@ximian.com>
[mono/afaerber.git] / msvc / test-invoke.vcproj
blob7dbef6f5d7183bdaf0ab04feb52ac56cd6d2ce32
1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioProject
3 ProjectType="Visual C++"
4 Version="9.00"
5 Name="test-invoke"
6 ProjectGUID="{C5639B3F-288A-4A4B-A4A5-C0D85834221D}"
7 RootNamespace="testinvoke"
8 Keyword="Win32Proj"
9 TargetFrameworkVersion="131072"
11 <Platforms>
12 <Platform
13 Name="Win32"
15 <Platform
16 Name="x64"
18 </Platforms>
19 <ToolFiles>
20 </ToolFiles>
21 <Configurations>
22 <Configuration
23 Name="Debug|Win32"
24 OutputDirectory="$(PlatformName)_$(ConfigurationName)/bin"
25 IntermediateDirectory="$(PlatformName)_$(ConfigurationName)/obj/$(ProjectName)"
26 ConfigurationType="1"
27 CharacterSet="1"
29 <Tool
30 Name="VCPreBuildEventTool"
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;..\..\VSDependancies\include\glib-2.0&quot;;&quot;..\..\VSDependancies\include\glib-2.0\glib&quot;;&quot;..\..\VSDependancies\lib\glib-2.0\include&quot;;..\..\VSDependancies\include;..\..\;C:\cygwin\opt\mono\include"
48 PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
49 MinimalRebuild="true"
50 BasicRuntimeChecks="3"
51 RuntimeLibrary="1"
52 BufferSecurityCheck="true"
53 UsePrecompiledHeader="0"
54 ObjectFile="$(IntDir)/invoke/"
55 ProgramDataBaseFileName="$(IntDir)/invoke/vc80.pdb"
56 XMLDocumentationFileName="$(IntDir)/invoke/"
57 WarningLevel="3"
58 Detect64BitPortabilityProblems="true"
59 DebugInformationFormat="3"
60 CompileAs="1"
62 <Tool
63 Name="VCManagedResourceCompilerTool"
65 <Tool
66 Name="VCResourceCompilerTool"
68 <Tool
69 Name="VCPreLinkEventTool"
71 <Tool
72 Name="VCLinkerTool"
73 LinkLibraryDependencies="false"
74 AdditionalDependencies="glib-2.0.lib gmodule-2.0.lib ws2_32.lib gthread-2.0.lib gobject-2.0.lib libmono.lib Psapi.lib"
75 LinkIncremental="1"
76 AdditionalLibraryDirectories="&quot;$(PlatformName)_$(ConfigurationName)/lib&quot;;&quot;$(MONO_DEPENDENCIES_PREFIX)\lib&quot;"
77 GenerateDebugInformation="true"
78 SubSystem="1"
79 RandomizedBaseAddress="1"
80 DataExecutionPrevention="0"
81 TargetMachine="1"
83 <Tool
84 Name="VCALinkTool"
86 <Tool
87 Name="VCManifestTool"
89 <Tool
90 Name="VCXDCMakeTool"
92 <Tool
93 Name="VCBscMakeTool"
95 <Tool
96 Name="VCFxCopTool"
98 <Tool
99 Name="VCAppVerifierTool"
101 <Tool
102 Name="VCPostBuildEventTool"
104 </Configuration>
105 <Configuration
106 Name="Release|Win32"
107 OutputDirectory="$(PlatformName)_$(ConfigurationName)/bin"
108 IntermediateDirectory="$(PlatformName)_$(ConfigurationName)/obj/$(ProjectName)"
109 ConfigurationType="1"
110 CharacterSet="1"
112 <Tool
113 Name="VCPreBuildEventTool"
115 <Tool
116 Name="VCCustomBuildTool"
118 <Tool
119 Name="VCXMLDataGeneratorTool"
121 <Tool
122 Name="VCWebServiceProxyGeneratorTool"
124 <Tool
125 Name="VCMIDLTool"
127 <Tool
128 Name="VCCLCompilerTool"
129 Optimization="1"
130 PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
131 RuntimeLibrary="2"
132 BufferSecurityCheck="true"
133 UsePrecompiledHeader="0"
134 WarningLevel="3"
135 Detect64BitPortabilityProblems="true"
136 DebugInformationFormat="3"
138 <Tool
139 Name="VCManagedResourceCompilerTool"
141 <Tool
142 Name="VCResourceCompilerTool"
144 <Tool
145 Name="VCPreLinkEventTool"
147 <Tool
148 Name="VCLinkerTool"
149 LinkLibraryDependencies="false"
150 LinkIncremental="1"
151 AdditionalLibraryDirectories="&quot;$(PlatformName)_$(ConfigurationName)/lib&quot;;&quot;$(MONO_DEPENDENCIES_PREFIX)\lib&quot;"
152 GenerateDebugInformation="true"
153 SubSystem="1"
154 OptimizeReferences="2"
155 EnableCOMDATFolding="2"
156 RandomizedBaseAddress="1"
157 DataExecutionPrevention="0"
158 TargetMachine="1"
160 <Tool
161 Name="VCALinkTool"
163 <Tool
164 Name="VCManifestTool"
166 <Tool
167 Name="VCXDCMakeTool"
169 <Tool
170 Name="VCBscMakeTool"
172 <Tool
173 Name="VCFxCopTool"
175 <Tool
176 Name="VCAppVerifierTool"
178 <Tool
179 Name="VCPostBuildEventTool"
181 </Configuration>
182 <Configuration
183 Name="Debug_eglib|Win32"
184 OutputDirectory="$(PlatformName)_$(ConfigurationName)/bin"
185 IntermediateDirectory="$(PlatformName)_$(ConfigurationName)/obj/$(ProjectName)"
186 ConfigurationType="1"
187 CharacterSet="1"
189 <Tool
190 Name="VCPreBuildEventTool"
192 <Tool
193 Name="VCCustomBuildTool"
195 <Tool
196 Name="VCXMLDataGeneratorTool"
198 <Tool
199 Name="VCWebServiceProxyGeneratorTool"
201 <Tool
202 Name="VCMIDLTool"
204 <Tool
205 Name="VCCLCompilerTool"
206 Optimization="0"
207 AdditionalIncludeDirectories="..\..\..\libgc\include;&quot;..\..\VSDependancies\include\glib-2.0&quot;;&quot;..\..\VSDependancies\include\glib-2.0\glib&quot;;&quot;..\..\VSDependancies\lib\glib-2.0\include&quot;;..\..\VSDependancies\include;..\..\;C:\cygwin\opt\mono\include"
208 PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
209 MinimalRebuild="true"
210 BasicRuntimeChecks="3"
211 RuntimeLibrary="1"
212 BufferSecurityCheck="true"
213 UsePrecompiledHeader="0"
214 ObjectFile="$(IntDir)/invoke/"
215 ProgramDataBaseFileName="$(IntDir)/invoke/vc80.pdb"
216 XMLDocumentationFileName="$(IntDir)/invoke/"
217 WarningLevel="3"
218 Detect64BitPortabilityProblems="true"
219 DebugInformationFormat="3"
220 CompileAs="1"
222 <Tool
223 Name="VCManagedResourceCompilerTool"
225 <Tool
226 Name="VCResourceCompilerTool"
228 <Tool
229 Name="VCPreLinkEventTool"
231 <Tool
232 Name="VCLinkerTool"
233 LinkLibraryDependencies="false"
234 AdditionalDependencies="glib-2.0.lib gmodule-2.0.lib ws2_32.lib gthread-2.0.lib gobject-2.0.lib libmono.lib Psapi.lib"
235 LinkIncremental="1"
236 AdditionalLibraryDirectories="&quot;$(PlatformName)_$(ConfigurationName)/lib&quot;"
237 GenerateDebugInformation="true"
238 SubSystem="1"
239 RandomizedBaseAddress="1"
240 DataExecutionPrevention="0"
241 TargetMachine="1"
243 <Tool
244 Name="VCALinkTool"
246 <Tool
247 Name="VCManifestTool"
249 <Tool
250 Name="VCXDCMakeTool"
252 <Tool
253 Name="VCBscMakeTool"
255 <Tool
256 Name="VCFxCopTool"
258 <Tool
259 Name="VCAppVerifierTool"
261 <Tool
262 Name="VCPostBuildEventTool"
264 </Configuration>
265 <Configuration
266 Name="Release_eglib|Win32"
267 OutputDirectory="$(PlatformName)_$(ConfigurationName)/bin"
268 IntermediateDirectory="$(PlatformName)_$(ConfigurationName)/obj/$(ProjectName)"
269 ConfigurationType="1"
270 CharacterSet="1"
272 <Tool
273 Name="VCPreBuildEventTool"
275 <Tool
276 Name="VCCustomBuildTool"
278 <Tool
279 Name="VCXMLDataGeneratorTool"
281 <Tool
282 Name="VCWebServiceProxyGeneratorTool"
284 <Tool
285 Name="VCMIDLTool"
287 <Tool
288 Name="VCCLCompilerTool"
289 Optimization="1"
290 PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
291 RuntimeLibrary="2"
292 BufferSecurityCheck="true"
293 UsePrecompiledHeader="0"
294 WarningLevel="3"
295 Detect64BitPortabilityProblems="true"
296 DebugInformationFormat="3"
298 <Tool
299 Name="VCManagedResourceCompilerTool"
301 <Tool
302 Name="VCResourceCompilerTool"
304 <Tool
305 Name="VCPreLinkEventTool"
307 <Tool
308 Name="VCLinkerTool"
309 LinkLibraryDependencies="false"
310 LinkIncremental="1"
311 AdditionalLibraryDirectories="&quot;$(PlatformName)_$(ConfigurationName)/lib&quot;"
312 GenerateDebugInformation="true"
313 SubSystem="1"
314 OptimizeReferences="2"
315 EnableCOMDATFolding="2"
316 RandomizedBaseAddress="1"
317 DataExecutionPrevention="0"
318 TargetMachine="1"
320 <Tool
321 Name="VCALinkTool"
323 <Tool
324 Name="VCManifestTool"
326 <Tool
327 Name="VCXDCMakeTool"
329 <Tool
330 Name="VCBscMakeTool"
332 <Tool
333 Name="VCFxCopTool"
335 <Tool
336 Name="VCAppVerifierTool"
338 <Tool
339 Name="VCPostBuildEventTool"
341 </Configuration>
342 <Configuration
343 Name="Debug|x64"
344 OutputDirectory="$(PlatformName)_$(ConfigurationName)/bin"
345 IntermediateDirectory="$(PlatformName)_$(ConfigurationName)/obj/$(ProjectName)"
346 ConfigurationType="1"
347 CharacterSet="1"
349 <Tool
350 Name="VCPreBuildEventTool"
352 <Tool
353 Name="VCCustomBuildTool"
355 <Tool
356 Name="VCXMLDataGeneratorTool"
358 <Tool
359 Name="VCWebServiceProxyGeneratorTool"
361 <Tool
362 Name="VCMIDLTool"
363 TargetEnvironment="3"
365 <Tool
366 Name="VCCLCompilerTool"
367 Optimization="0"
368 AdditionalIncludeDirectories="..\..\..\libgc\include;&quot;..\..\VSDependancies\include\glib-2.0&quot;;&quot;..\..\VSDependancies\include\glib-2.0\glib&quot;;&quot;..\..\VSDependancies\lib\glib-2.0\include&quot;;..\..\VSDependancies\include;..\..\;C:\cygwin\opt\mono\include"
369 PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
370 MinimalRebuild="true"
371 BasicRuntimeChecks="3"
372 RuntimeLibrary="1"
373 BufferSecurityCheck="true"
374 UsePrecompiledHeader="0"
375 ObjectFile="$(IntDir)/invoke/"
376 ProgramDataBaseFileName="$(IntDir)/invoke/vc80.pdb"
377 XMLDocumentationFileName="$(IntDir)/invoke/"
378 WarningLevel="3"
379 Detect64BitPortabilityProblems="true"
380 DebugInformationFormat="3"
381 CompileAs="1"
383 <Tool
384 Name="VCManagedResourceCompilerTool"
386 <Tool
387 Name="VCResourceCompilerTool"
389 <Tool
390 Name="VCPreLinkEventTool"
392 <Tool
393 Name="VCLinkerTool"
394 LinkLibraryDependencies="false"
395 AdditionalDependencies="glib-2.0.lib gmodule-2.0.lib ws2_32.lib gthread-2.0.lib gobject-2.0.lib libmono.lib Psapi.lib"
396 LinkIncremental="1"
397 AdditionalLibraryDirectories="&quot;$(PlatformName)_$(ConfigurationName)/lib&quot;;&quot;$(MONO_DEPENDENCIES_PREFIX)\lib&quot;"
398 GenerateDebugInformation="true"
399 SubSystem="1"
400 TargetMachine="17"
402 <Tool
403 Name="VCALinkTool"
405 <Tool
406 Name="VCManifestTool"
408 <Tool
409 Name="VCXDCMakeTool"
411 <Tool
412 Name="VCBscMakeTool"
414 <Tool
415 Name="VCFxCopTool"
417 <Tool
418 Name="VCAppVerifierTool"
420 <Tool
421 Name="VCWebDeploymentTool"
423 <Tool
424 Name="VCPostBuildEventTool"
426 </Configuration>
427 <Configuration
428 Name="Release|x64"
429 OutputDirectory="$(PlatformName)_$(ConfigurationName)/bin"
430 IntermediateDirectory="$(PlatformName)_$(ConfigurationName)/obj/$(ProjectName)"
431 ConfigurationType="1"
432 CharacterSet="1"
434 <Tool
435 Name="VCPreBuildEventTool"
437 <Tool
438 Name="VCCustomBuildTool"
440 <Tool
441 Name="VCXMLDataGeneratorTool"
443 <Tool
444 Name="VCWebServiceProxyGeneratorTool"
446 <Tool
447 Name="VCMIDLTool"
448 TargetEnvironment="3"
450 <Tool
451 Name="VCCLCompilerTool"
452 Optimization="1"
453 PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
454 RuntimeLibrary="2"
455 BufferSecurityCheck="true"
456 UsePrecompiledHeader="0"
457 WarningLevel="3"
458 Detect64BitPortabilityProblems="true"
459 DebugInformationFormat="3"
461 <Tool
462 Name="VCManagedResourceCompilerTool"
464 <Tool
465 Name="VCResourceCompilerTool"
467 <Tool
468 Name="VCPreLinkEventTool"
470 <Tool
471 Name="VCLinkerTool"
472 LinkLibraryDependencies="false"
473 LinkIncremental="1"
474 AdditionalLibraryDirectories="&quot;$(PlatformName)_$(ConfigurationName)/lib&quot;;&quot;$(MONO_DEPENDENCIES_PREFIX)\lib&quot;"
475 GenerateDebugInformation="true"
476 SubSystem="1"
477 OptimizeReferences="2"
478 EnableCOMDATFolding="2"
479 TargetMachine="17"
481 <Tool
482 Name="VCALinkTool"
484 <Tool
485 Name="VCManifestTool"
487 <Tool
488 Name="VCXDCMakeTool"
490 <Tool
491 Name="VCBscMakeTool"
493 <Tool
494 Name="VCFxCopTool"
496 <Tool
497 Name="VCAppVerifierTool"
499 <Tool
500 Name="VCWebDeploymentTool"
502 <Tool
503 Name="VCPostBuildEventTool"
505 </Configuration>
506 <Configuration
507 Name="Debug_eglib|x64"
508 OutputDirectory="$(PlatformName)_$(ConfigurationName)/bin"
509 IntermediateDirectory="$(PlatformName)_$(ConfigurationName)/obj/$(ProjectName)"
510 ConfigurationType="1"
511 CharacterSet="1"
513 <Tool
514 Name="VCPreBuildEventTool"
516 <Tool
517 Name="VCCustomBuildTool"
519 <Tool
520 Name="VCXMLDataGeneratorTool"
522 <Tool
523 Name="VCWebServiceProxyGeneratorTool"
525 <Tool
526 Name="VCMIDLTool"
527 TargetEnvironment="3"
529 <Tool
530 Name="VCCLCompilerTool"
531 Optimization="0"
532 AdditionalIncludeDirectories="..\..\..\libgc\include;&quot;..\..\VSDependancies\include\glib-2.0&quot;;&quot;..\..\VSDependancies\include\glib-2.0\glib&quot;;&quot;..\..\VSDependancies\lib\glib-2.0\include&quot;;..\..\VSDependancies\include;..\..\;C:\cygwin\opt\mono\include"
533 PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
534 MinimalRebuild="true"
535 BasicRuntimeChecks="3"
536 RuntimeLibrary="1"
537 BufferSecurityCheck="true"
538 UsePrecompiledHeader="0"
539 ObjectFile="$(IntDir)/invoke/"
540 ProgramDataBaseFileName="$(IntDir)/invoke/vc80.pdb"
541 XMLDocumentationFileName="$(IntDir)/invoke/"
542 WarningLevel="3"
543 Detect64BitPortabilityProblems="true"
544 DebugInformationFormat="3"
545 CompileAs="1"
547 <Tool
548 Name="VCManagedResourceCompilerTool"
550 <Tool
551 Name="VCResourceCompilerTool"
553 <Tool
554 Name="VCPreLinkEventTool"
556 <Tool
557 Name="VCLinkerTool"
558 LinkLibraryDependencies="false"
559 AdditionalDependencies="glib-2.0.lib gmodule-2.0.lib ws2_32.lib gthread-2.0.lib gobject-2.0.lib libmono.lib Psapi.lib"
560 LinkIncremental="1"
561 AdditionalLibraryDirectories="&quot;$(PlatformName)_$(ConfigurationName)/lib&quot;"
562 GenerateDebugInformation="true"
563 SubSystem="1"
564 TargetMachine="17"
566 <Tool
567 Name="VCALinkTool"
569 <Tool
570 Name="VCManifestTool"
572 <Tool
573 Name="VCXDCMakeTool"
575 <Tool
576 Name="VCBscMakeTool"
578 <Tool
579 Name="VCFxCopTool"
581 <Tool
582 Name="VCAppVerifierTool"
584 <Tool
585 Name="VCWebDeploymentTool"
587 <Tool
588 Name="VCPostBuildEventTool"
590 </Configuration>
591 <Configuration
592 Name="Release_eglib|x64"
593 OutputDirectory="$(PlatformName)_$(ConfigurationName)/bin"
594 IntermediateDirectory="$(PlatformName)_$(ConfigurationName)/obj/$(ProjectName)"
595 ConfigurationType="1"
596 CharacterSet="1"
598 <Tool
599 Name="VCPreBuildEventTool"
601 <Tool
602 Name="VCCustomBuildTool"
604 <Tool
605 Name="VCXMLDataGeneratorTool"
607 <Tool
608 Name="VCWebServiceProxyGeneratorTool"
610 <Tool
611 Name="VCMIDLTool"
612 TargetEnvironment="3"
614 <Tool
615 Name="VCCLCompilerTool"
616 Optimization="1"
617 PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
618 RuntimeLibrary="2"
619 BufferSecurityCheck="true"
620 UsePrecompiledHeader="0"
621 WarningLevel="3"
622 Detect64BitPortabilityProblems="true"
623 DebugInformationFormat="3"
625 <Tool
626 Name="VCManagedResourceCompilerTool"
628 <Tool
629 Name="VCResourceCompilerTool"
631 <Tool
632 Name="VCPreLinkEventTool"
634 <Tool
635 Name="VCLinkerTool"
636 LinkLibraryDependencies="false"
637 LinkIncremental="1"
638 AdditionalLibraryDirectories="&quot;$(PlatformName)_$(ConfigurationName)/lib&quot;"
639 GenerateDebugInformation="true"
640 SubSystem="1"
641 OptimizeReferences="2"
642 EnableCOMDATFolding="2"
643 TargetMachine="17"
645 <Tool
646 Name="VCALinkTool"
648 <Tool
649 Name="VCManifestTool"
651 <Tool
652 Name="VCXDCMakeTool"
654 <Tool
655 Name="VCBscMakeTool"
657 <Tool
658 Name="VCFxCopTool"
660 <Tool
661 Name="VCAppVerifierTool"
663 <Tool
664 Name="VCWebDeploymentTool"
666 <Tool
667 Name="VCPostBuildEventTool"
669 </Configuration>
670 </Configurations>
671 <References>
672 </References>
673 <Files>
674 <File
675 RelativePath="..\samples\embed\test-invoke.c"
677 </File>
678 </Files>
679 <Globals>
680 </Globals>
681 </VisualStudioProject>