/tags/rel-1.3.35/Examples/csharp/variables/example-vc.vcproj
Unknown | 157 lines | 157 code | 0 blank | 0 comment | 0 complexity | d69adc927bd601776d013d20963fafff MD5 | raw file
Possible License(s): LGPL-2.1, Cube, GPL-3.0, 0BSD, GPL-2.0
1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3 ProjectType="Visual C++"
4 Version="7.10"
5 Name="example-vc"
6 ProjectGUID="{C2302635-D489-4678-96B4-70F5309DCBE6}"
7 Keyword="Win32Proj">
8 <Platforms>
9 <Platform
10 Name="Win32"/>
11 </Platforms>
12 <Configurations>
13 <Configuration
14 Name="Debug|Win32"
15 OutputDirectory="Debug"
16 IntermediateDirectory="Debug"
17 ConfigurationType="2"
18 CharacterSet="2">
19 <Tool
20 Name="VCCLCompilerTool"
21 Optimization="0"
22 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;EXAMPLEVC_EXPORTS"
23 MinimalRebuild="TRUE"
24 BasicRuntimeChecks="3"
25 RuntimeLibrary="1"
26 UsePrecompiledHeader="0"
27 WarningLevel="3"
28 Detect64BitPortabilityProblems="TRUE"
29 DebugInformationFormat="4"/>
30 <Tool
31 Name="VCCustomBuildTool"/>
32 <Tool
33 Name="VCLinkerTool"
34 OutputFile="example.dll"
35 LinkIncremental="2"
36 GenerateDebugInformation="TRUE"
37 ProgramDatabaseFile="$(OutDir)/example-vc.pdb"
38 SubSystem="2"
39 ImportLibrary="$(OutDir)/example-vc.lib"
40 TargetMachine="1"/>
41 <Tool
42 Name="VCMIDLTool"/>
43 <Tool
44 Name="VCPostBuildEventTool"/>
45 <Tool
46 Name="VCPreBuildEventTool"/>
47 <Tool
48 Name="VCPreLinkEventTool"/>
49 <Tool
50 Name="VCResourceCompilerTool"/>
51 <Tool
52 Name="VCWebServiceProxyGeneratorTool"/>
53 <Tool
54 Name="VCXMLDataGeneratorTool"/>
55 <Tool
56 Name="VCWebDeploymentTool"/>
57 <Tool
58 Name="VCManagedWrapperGeneratorTool"/>
59 <Tool
60 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
61 </Configuration>
62 <Configuration
63 Name="Release|Win32"
64 OutputDirectory="Release"
65 IntermediateDirectory="Release"
66 ConfigurationType="2"
67 CharacterSet="2">
68 <Tool
69 Name="VCCLCompilerTool"
70 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;EXAMPLEVC_EXPORTS"
71 RuntimeLibrary="0"
72 UsePrecompiledHeader="0"
73 WarningLevel="3"
74 Detect64BitPortabilityProblems="TRUE"
75 DebugInformationFormat="3"/>
76 <Tool
77 Name="VCCustomBuildTool"/>
78 <Tool
79 Name="VCLinkerTool"
80 OutputFile="example.dll"
81 LinkIncremental="1"
82 GenerateDebugInformation="TRUE"
83 SubSystem="2"
84 OptimizeReferences="2"
85 EnableCOMDATFolding="2"
86 ImportLibrary="$(OutDir)/example-vc.lib"
87 TargetMachine="1"/>
88 <Tool
89 Name="VCMIDLTool"/>
90 <Tool
91 Name="VCPostBuildEventTool"/>
92 <Tool
93 Name="VCPreBuildEventTool"/>
94 <Tool
95 Name="VCPreLinkEventTool"/>
96 <Tool
97 Name="VCResourceCompilerTool"/>
98 <Tool
99 Name="VCWebServiceProxyGeneratorTool"/>
100 <Tool
101 Name="VCXMLDataGeneratorTool"/>
102 <Tool
103 Name="VCWebDeploymentTool"/>
104 <Tool
105 Name="VCManagedWrapperGeneratorTool"/>
106 <Tool
107 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
108 </Configuration>
109 </Configurations>
110 <References>
111 </References>
112 <Files>
113 <Filter
114 Name="Source Files"
115 Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
116 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
117 <File
118 RelativePath=".\example.c">
119 </File>
120 <File
121 RelativePath=".\example_wrap.c">
122 </File>
123 </Filter>
124 <Filter
125 Name="Header Files"
126 Filter="h;hpp;hxx;hm;inl;inc;xsd"
127 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
128 </Filter>
129 <File
130 RelativePath=".\example.i">
131 <FileConfiguration
132 Name="Debug|Win32">
133 <Tool
134 Name="VCCustomBuildTool"
135 CommandLine="echo Invoking SWIG...
136echo on
137..\..\..\swig.exe -csharp "$(InputPath)"
138@echo off
139"
140 Outputs="$(InputName)_wrap.c"/>
141 </FileConfiguration>
142 <FileConfiguration
143 Name="Release|Win32">
144 <Tool
145 Name="VCCustomBuildTool"
146 CommandLine="echo Invoking SWIG...
147echo on
148..\..\..\swig.exe -csharp "$(InputPath)"
149@echo off
150"
151 Outputs="$(InputName)_wrap.c"/>
152 </FileConfiguration>
153 </File>
154 </Files>
155 <Globals>
156 </Globals>
157</VisualStudioProject>