1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3	ProjectType="Visual C++"
4	Version="8.00"
5	Name="example"
6	ProjectGUID="{C2302635-D489-4678-96B4-70F5309DCBE6}"
7	Keyword="Win32Proj"
8	>
9	<Platforms>
10		<Platform
11			Name="Win32"
12		/>
13		<Platform
14			Name="x64"
15		/>
16	</Platforms>
17	<ToolFiles>
18	</ToolFiles>
19	<Configurations>
20		<Configuration
21			Name="Debug|Win32"
22			OutputDirectory="$(PlatformName)\$(ConfigurationName)"
23			IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
24			ConfigurationType="2"
25			InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
26			CharacterSet="2"
27			>
28			<Tool
29				Name="VCPreBuildEventTool"
30			/>
31			<Tool
32				Name="VCCustomBuildTool"
33			/>
34			<Tool
35				Name="VCXMLDataGeneratorTool"
36			/>
37			<Tool
38				Name="VCWebServiceProxyGeneratorTool"
39			/>
40			<Tool
41				Name="VCMIDLTool"
42			/>
43			<Tool
44				Name="VCCLCompilerTool"
45				Optimization="0"
46				PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;EXAMPLEVC_EXPORTS"
47				MinimalRebuild="true"
48				BasicRuntimeChecks="3"
49				RuntimeLibrary="1"
50				UsePrecompiledHeader="0"
51				WarningLevel="3"
52				Detect64BitPortabilityProblems="true"
53				DebugInformationFormat="4"
54			/>
55			<Tool
56				Name="VCManagedResourceCompilerTool"
57			/>
58			<Tool
59				Name="VCResourceCompilerTool"
60			/>
61			<Tool
62				Name="VCPreLinkEventTool"
63			/>
64			<Tool
65				Name="VCLinkerTool"
66				OutputFile="$(OutDir)\example.dll"
67				LinkIncremental="2"
68				GenerateDebugInformation="true"
69				ProgramDatabaseFile="$(OutDir)\example.pdb"
70				SubSystem="2"
71				ImportLibrary="$(OutDir)\example.lib"
72				TargetMachine="1"
73			/>
74			<Tool
75				Name="VCALinkTool"
76			/>
77			<Tool
78				Name="VCManifestTool"
79			/>
80			<Tool
81				Name="VCXDCMakeTool"
82			/>
83			<Tool
84				Name="VCBscMakeTool"
85			/>
86			<Tool
87				Name="VCFxCopTool"
88			/>
89			<Tool
90				Name="VCAppVerifierTool"
91			/>
92			<Tool
93				Name="VCWebDeploymentTool"
94			/>
95			<Tool
96				Name="VCPostBuildEventTool"
97				Description="Copy unmanaged dll to root directory..."
98				CommandLine="echo on&#x0D;&#x0A;copy &quot;$(OutDir)\example.dll&quot; &quot;$(SolutionDir)&quot;&#x0D;&#x0A;@echo off&#x0D;&#x0A;"
99			/>
100		</Configuration>
101		<Configuration
102			Name="Debug|x64"
103			OutputDirectory="$(PlatformName)\$(ConfigurationName)"
104			IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
105			ConfigurationType="2"
106			InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
107			CharacterSet="2"
108			>
109			<Tool
110				Name="VCPreBuildEventTool"
111			/>
112			<Tool
113				Name="VCCustomBuildTool"
114			/>
115			<Tool
116				Name="VCXMLDataGeneratorTool"
117			/>
118			<Tool
119				Name="VCWebServiceProxyGeneratorTool"
120			/>
121			<Tool
122				Name="VCMIDLTool"
123				TargetEnvironment="3"
124			/>
125			<Tool
126				Name="VCCLCompilerTool"
127				Optimization="0"
128				PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;EXAMPLEVC_EXPORTS"
129				MinimalRebuild="true"
130				BasicRuntimeChecks="3"
131				RuntimeLibrary="1"
132				UsePrecompiledHeader="0"
133				WarningLevel="3"
134				Detect64BitPortabilityProblems="true"
135				DebugInformationFormat="3"
136			/>
137			<Tool
138				Name="VCManagedResourceCompilerTool"
139			/>
140			<Tool
141				Name="VCResourceCompilerTool"
142			/>
143			<Tool
144				Name="VCPreLinkEventTool"
145			/>
146			<Tool
147				Name="VCLinkerTool"
148				OutputFile="$(OutDir)\example.dll"
149				LinkIncremental="2"
150				GenerateDebugInformation="true"
151				ProgramDatabaseFile="$(OutDir)\example.pdb"
152				SubSystem="2"
153				ImportLibrary="$(OutDir)\example.lib"
154				TargetMachine="17"
155			/>
156			<Tool
157				Name="VCALinkTool"
158			/>
159			<Tool
160				Name="VCManifestTool"
161			/>
162			<Tool
163				Name="VCXDCMakeTool"
164			/>
165			<Tool
166				Name="VCBscMakeTool"
167			/>
168			<Tool
169				Name="VCFxCopTool"
170			/>
171			<Tool
172				Name="VCAppVerifierTool"
173			/>
174			<Tool
175				Name="VCWebDeploymentTool"
176			/>
177			<Tool
178				Name="VCPostBuildEventTool"
179				Description="Copy unmanaged dll to root directory..."
180				CommandLine="echo on&#x0D;&#x0A;copy &quot;$(OutDir)\example.dll&quot; &quot;$(SolutionDir)&quot;&#x0D;&#x0A;@echo off&#x0D;&#x0A;"
181			/>
182		</Configuration>
183		<Configuration
184			Name="Release|Win32"
185			OutputDirectory="$(PlatformName)\$(ConfigurationName)"
186			IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
187			ConfigurationType="2"
188			InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
189			CharacterSet="2"
190			>
191			<Tool
192				Name="VCPreBuildEventTool"
193			/>
194			<Tool
195				Name="VCCustomBuildTool"
196			/>
197			<Tool
198				Name="VCXMLDataGeneratorTool"
199			/>
200			<Tool
201				Name="VCWebServiceProxyGeneratorTool"
202			/>
203			<Tool
204				Name="VCMIDLTool"
205			/>
206			<Tool
207				Name="VCCLCompilerTool"
208				PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;EXAMPLEVC_EXPORTS"
209				RuntimeLibrary="0"
210				UsePrecompiledHeader="0"
211				WarningLevel="3"
212				Detect64BitPortabilityProblems="true"
213				DebugInformationFormat="3"
214			/>
215			<Tool
216				Name="VCManagedResourceCompilerTool"
217			/>
218			<Tool
219				Name="VCResourceCompilerTool"
220			/>
221			<Tool
222				Name="VCPreLinkEventTool"
223			/>
224			<Tool
225				Name="VCLinkerTool"
226				OutputFile="$(OutDir)\example.dll"
227				LinkIncremental="1"
228				GenerateDebugInformation="true"
229				ProgramDatabaseFile="$(OutDir)\example.pdb"
230				SubSystem="2"
231				OptimizeReferences="2"
232				EnableCOMDATFolding="2"
233				ImportLibrary="$(OutDir)\example.lib"
234				TargetMachine="1"
235			/>
236			<Tool
237				Name="VCALinkTool"
238			/>
239			<Tool
240				Name="VCManifestTool"
241			/>
242			<Tool
243				Name="VCXDCMakeTool"
244			/>
245			<Tool
246				Name="VCBscMakeTool"
247			/>
248			<Tool
249				Name="VCFxCopTool"
250			/>
251			<Tool
252				Name="VCAppVerifierTool"
253			/>
254			<Tool
255				Name="VCWebDeploymentTool"
256			/>
257			<Tool
258				Name="VCPostBuildEventTool"
259				Description="Copy unmanaged dll to root directory..."
260				CommandLine="echo on&#x0D;&#x0A;copy &quot;$(OutDir)\example.dll&quot; &quot;$(SolutionDir)&quot;&#x0D;&#x0A;@echo off&#x0D;&#x0A;"
261			/>
262		</Configuration>
263		<Configuration
264			Name="Release|x64"
265			OutputDirectory="$(PlatformName)\$(ConfigurationName)"
266			IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
267			ConfigurationType="2"
268			InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
269			CharacterSet="2"
270			>
271			<Tool
272				Name="VCPreBuildEventTool"
273			/>
274			<Tool
275				Name="VCCustomBuildTool"
276			/>
277			<Tool
278				Name="VCXMLDataGeneratorTool"
279			/>
280			<Tool
281				Name="VCWebServiceProxyGeneratorTool"
282			/>
283			<Tool
284				Name="VCMIDLTool"
285				TargetEnvironment="3"
286			/>
287			<Tool
288				Name="VCCLCompilerTool"
289				PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;EXAMPLEVC_EXPORTS"
290				RuntimeLibrary="0"
291				UsePrecompiledHeader="0"
292				WarningLevel="3"
293				Detect64BitPortabilityProblems="true"
294				DebugInformationFormat="3"
295			/>
296			<Tool
297				Name="VCManagedResourceCompilerTool"
298			/>
299			<Tool
300				Name="VCResourceCompilerTool"
301			/>
302			<Tool
303				Name="VCPreLinkEventTool"
304			/>
305			<Tool
306				Name="VCLinkerTool"
307				OutputFile="$(OutDir)\example.dll"
308				LinkIncremental="1"
309				GenerateDebugInformation="true"
310				ProgramDatabaseFile="$(OutDir)\example.pdb"
311				SubSystem="2"
312				OptimizeReferences="2"
313				EnableCOMDATFolding="2"
314				ImportLibrary="$(OutDir)\example.lib"
315				TargetMachine="17"
316			/>
317			<Tool
318				Name="VCALinkTool"
319			/>
320			<Tool
321				Name="VCManifestTool"
322			/>
323			<Tool
324				Name="VCXDCMakeTool"
325			/>
326			<Tool
327				Name="VCBscMakeTool"
328			/>
329			<Tool
330				Name="VCFxCopTool"
331			/>
332			<Tool
333				Name="VCAppVerifierTool"
334			/>
335			<Tool
336				Name="VCWebDeploymentTool"
337			/>
338			<Tool
339				Name="VCPostBuildEventTool"
340				Description="Copy unmanaged dll to root directory..."
341				CommandLine="echo on&#x0D;&#x0A;copy &quot;$(OutDir)\example.dll&quot; &quot;$(SolutionDir)&quot;&#x0D;&#x0A;@echo off&#x0D;&#x0A;"
342			/>
343		</Configuration>
344	</Configurations>
345	<References>
346	</References>
347	<Files>
348		<Filter
349			Name="Source Files"
350			Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
351			UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
352			>
353			<File
354				RelativePath="example.c"
355				>
356			</File>
357			<File
358				RelativePath="example_wrap.c"
359				>
360			</File>
361		</Filter>
362		<Filter
363			Name="Header Files"
364			Filter="h;hpp;hxx;hm;inl;inc;xsd"
365			UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
366			>
367		</Filter>
368		<File
369			RelativePath=".\example.i"
370			>
371			<FileConfiguration
372				Name="Debug|Win32"
373				>
374				<Tool
375					Name="VCCustomBuildTool"
376					CommandLine="echo Invoking SWIG...&#x0D;&#x0A;echo on&#x0D;&#x0A;..\..\..\swig.exe -csharp &quot;$(InputPath)&quot;&#x0D;&#x0A;@echo off&#x0D;&#x0A;"
377					Outputs="$(InputName)_wrap.c"
378				/>
379			</FileConfiguration>
380			<FileConfiguration
381				Name="Debug|x64"
382				>
383				<Tool
384					Name="VCCustomBuildTool"
385					CommandLine="echo Invoking SWIG...&#x0D;&#x0A;echo on&#x0D;&#x0A;..\..\..\swig.exe -csharp &quot;$(InputPath)&quot;&#x0D;&#x0A;@echo off&#x0D;&#x0A;"
386					Outputs="$(InputName)_wrap.c"
387				/>
388			</FileConfiguration>
389			<FileConfiguration
390				Name="Release|Win32"
391				>
392				<Tool
393					Name="VCCustomBuildTool"
394					CommandLine="echo Invoking SWIG...&#x0D;&#x0A;echo on&#x0D;&#x0A;..\..\..\swig.exe -csharp &quot;$(InputPath)&quot;&#x0D;&#x0A;@echo off&#x0D;&#x0A;"
395					Outputs="$(InputName)_wrap.c"
396				/>
397			</FileConfiguration>
398			<FileConfiguration
399				Name="Release|x64"
400				>
401				<Tool
402					Name="VCCustomBuildTool"
403					CommandLine="echo Invoking SWIG...&#x0D;&#x0A;echo on&#x0D;&#x0A;..\..\..\swig.exe -csharp &quot;$(InputPath)&quot;&#x0D;&#x0A;@echo off&#x0D;&#x0A;"
404					Outputs="$(InputName)_wrap.c"
405				/>
406			</FileConfiguration>
407		</File>
408	</Files>
409	<Globals>
410	</Globals>
411</VisualStudioProject>
412