1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3	ProjectType="Visual C++"
4	Version="9.00"
5	Name="genccode"
6	ProjectGUID="{FDD3C4F2-9805-44EB-9A77-BC1C1C95B547}"
7	TargetFrameworkVersion="131072"
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="Release|Win32"
22			OutputDirectory=".\x86\Release"
23			IntermediateDirectory=".\x86\Release"
24			ConfigurationType="1"
25			InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
26			UseOfMFC="0"
27			ATLMinimizesCRunTimeLibraryUsage="false"
28			CharacterSet="2"
29			>
30			<Tool
31				Name="VCPreBuildEventTool"
32			/>
33			<Tool
34				Name="VCCustomBuildTool"
35				CommandLine="copy &quot;$(TargetPath)&quot; ..\..\..\bin&#x0D;&#x0A;"
36				Outputs="..\..\..\bin\$(TargetFileName)"
37			/>
38			<Tool
39				Name="VCXMLDataGeneratorTool"
40			/>
41			<Tool
42				Name="VCWebServiceProxyGeneratorTool"
43			/>
44			<Tool
45				Name="VCMIDLTool"
46				TypeLibraryName=".\x86\Release/genccode.tlb"
47			/>
48			<Tool
49				Name="VCCLCompilerTool"
50				AdditionalIncludeDirectories="..\..\common;..\toolutil"
51				PreprocessorDefinitions="WIN32;NDEBUG;_CRT_SECURE_NO_DEPRECATE"
52				StringPooling="true"
53				RuntimeLibrary="2"
54				EnableFunctionLevelLinking="true"
55				TreatWChar_tAsBuiltInType="true"
56				PrecompiledHeaderFile=".\x86\Release/genccode.pch"
57				AssemblerListingLocation=".\x86\Release/"
58				ObjectFile=".\x86\Release/"
59				ProgramDataBaseFileName=".\x86\Release/"
60				WarningLevel="3"
61				SuppressStartupBanner="true"
62				CompileAs="0"
63			/>
64			<Tool
65				Name="VCManagedResourceCompilerTool"
66			/>
67			<Tool
68				Name="VCResourceCompilerTool"
69				PreprocessorDefinitions="NDEBUG"
70				Culture="1033"
71			/>
72			<Tool
73				Name="VCPreLinkEventTool"
74			/>
75			<Tool
76				Name="VCLinkerTool"
77				OutputFile=".\x86\Release/genccode.exe"
78				LinkIncremental="1"
79				SuppressStartupBanner="true"
80				ProgramDatabaseFile=".\x86\Release/genccode.pdb"
81				SubSystem="1"
82				RandomizedBaseAddress="1"
83				DataExecutionPrevention="0"
84			/>
85			<Tool
86				Name="VCALinkTool"
87			/>
88			<Tool
89				Name="VCManifestTool"
90			/>
91			<Tool
92				Name="VCXDCMakeTool"
93			/>
94			<Tool
95				Name="VCBscMakeTool"
96			/>
97			<Tool
98				Name="VCFxCopTool"
99			/>
100			<Tool
101				Name="VCAppVerifierTool"
102			/>
103			<Tool
104				Name="VCPostBuildEventTool"
105			/>
106		</Configuration>
107		<Configuration
108			Name="Debug|Win32"
109			OutputDirectory=".\x86\Debug"
110			IntermediateDirectory=".\x86\Debug"
111			ConfigurationType="1"
112			InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
113			UseOfMFC="0"
114			ATLMinimizesCRunTimeLibraryUsage="false"
115			CharacterSet="2"
116			>
117			<Tool
118				Name="VCPreBuildEventTool"
119			/>
120			<Tool
121				Name="VCCustomBuildTool"
122				CommandLine="copy &quot;$(TargetPath)&quot; ..\..\..\bin&#x0D;&#x0A;"
123				Outputs="..\..\..\bin\$(TargetFileName)"
124			/>
125			<Tool
126				Name="VCXMLDataGeneratorTool"
127			/>
128			<Tool
129				Name="VCWebServiceProxyGeneratorTool"
130			/>
131			<Tool
132				Name="VCMIDLTool"
133				TypeLibraryName=".\x86\Debug/genccode.tlb"
134			/>
135			<Tool
136				Name="VCCLCompilerTool"
137				Optimization="0"
138				AdditionalIncludeDirectories="..\..\common;..\toolutil"
139				PreprocessorDefinitions="WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE"
140				BasicRuntimeChecks="3"
141				RuntimeLibrary="3"
142				BufferSecurityCheck="true"
143				TreatWChar_tAsBuiltInType="true"
144				PrecompiledHeaderFile=".\x86\Debug/genccode.pch"
145				AssemblerListingLocation=".\x86\Debug/"
146				ObjectFile=".\x86\Debug/"
147				ProgramDataBaseFileName=".\x86\Debug/"
148				BrowseInformation="1"
149				WarningLevel="3"
150				SuppressStartupBanner="true"
151				DebugInformationFormat="4"
152				CompileAs="0"
153			/>
154			<Tool
155				Name="VCManagedResourceCompilerTool"
156			/>
157			<Tool
158				Name="VCResourceCompilerTool"
159				PreprocessorDefinitions="_DEBUG"
160				Culture="1033"
161			/>
162			<Tool
163				Name="VCPreLinkEventTool"
164			/>
165			<Tool
166				Name="VCLinkerTool"
167				OutputFile=".\x86\Debug/genccode.exe"
168				LinkIncremental="2"
169				SuppressStartupBanner="true"
170				GenerateDebugInformation="true"
171				ProgramDatabaseFile=".\x86\Debug/genccode.pdb"
172				SubSystem="1"
173				RandomizedBaseAddress="1"
174				DataExecutionPrevention="0"
175			/>
176			<Tool
177				Name="VCALinkTool"
178			/>
179			<Tool
180				Name="VCManifestTool"
181				UseFAT32Workaround="true"
182			/>
183			<Tool
184				Name="VCXDCMakeTool"
185			/>
186			<Tool
187				Name="VCBscMakeTool"
188			/>
189			<Tool
190				Name="VCFxCopTool"
191			/>
192			<Tool
193				Name="VCAppVerifierTool"
194			/>
195			<Tool
196				Name="VCPostBuildEventTool"
197			/>
198		</Configuration>
199		<Configuration
200			Name="Release|x64"
201			OutputDirectory=".\x64\Release"
202			IntermediateDirectory=".\x64\Release"
203			ConfigurationType="1"
204			InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
205			UseOfMFC="0"
206			ATLMinimizesCRunTimeLibraryUsage="false"
207			CharacterSet="2"
208			>
209			<Tool
210				Name="VCPreBuildEventTool"
211			/>
212			<Tool
213				Name="VCCustomBuildTool"
214				CommandLine="copy &quot;$(TargetPath)&quot; ..\..\..\bin64&#x0D;&#x0A;"
215				Outputs="..\..\..\bin64\$(TargetFileName)"
216			/>
217			<Tool
218				Name="VCXMLDataGeneratorTool"
219			/>
220			<Tool
221				Name="VCWebServiceProxyGeneratorTool"
222			/>
223			<Tool
224				Name="VCMIDLTool"
225				TargetEnvironment="3"
226				TypeLibraryName=".\x64\Release/genccode.tlb"
227			/>
228			<Tool
229				Name="VCCLCompilerTool"
230				AdditionalIncludeDirectories="..\..\common;..\toolutil"
231				PreprocessorDefinitions="WIN64;WIN32;NDEBUG;_CRT_SECURE_NO_DEPRECATE"
232				StringPooling="true"
233				RuntimeLibrary="2"
234				EnableFunctionLevelLinking="true"
235				TreatWChar_tAsBuiltInType="true"
236				PrecompiledHeaderFile=".\x64\Release/genccode.pch"
237				AssemblerListingLocation=".\x64\Release/"
238				ObjectFile=".\x64\Release/"
239				ProgramDataBaseFileName=".\x64\Release/"
240				WarningLevel="3"
241				SuppressStartupBanner="true"
242				CompileAs="0"
243			/>
244			<Tool
245				Name="VCManagedResourceCompilerTool"
246			/>
247			<Tool
248				Name="VCResourceCompilerTool"
249				PreprocessorDefinitions="NDEBUG"
250				Culture="1033"
251			/>
252			<Tool
253				Name="VCPreLinkEventTool"
254			/>
255			<Tool
256				Name="VCLinkerTool"
257				OutputFile=".\x64\Release/genccode.exe"
258				LinkIncremental="1"
259				SuppressStartupBanner="true"
260				ProgramDatabaseFile=".\x64\Release/genccode.pdb"
261				SubSystem="1"
262				TargetMachine="17"
263			/>
264			<Tool
265				Name="VCALinkTool"
266			/>
267			<Tool
268				Name="VCManifestTool"
269			/>
270			<Tool
271				Name="VCXDCMakeTool"
272			/>
273			<Tool
274				Name="VCBscMakeTool"
275			/>
276			<Tool
277				Name="VCFxCopTool"
278			/>
279			<Tool
280				Name="VCAppVerifierTool"
281			/>
282			<Tool
283				Name="VCWebDeploymentTool"
284			/>
285			<Tool
286				Name="VCPostBuildEventTool"
287			/>
288		</Configuration>
289		<Configuration
290			Name="Debug|x64"
291			OutputDirectory=".\x64\Debug"
292			IntermediateDirectory=".\x64\Debug"
293			ConfigurationType="1"
294			InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
295			UseOfMFC="0"
296			ATLMinimizesCRunTimeLibraryUsage="false"
297			CharacterSet="2"
298			>
299			<Tool
300				Name="VCPreBuildEventTool"
301			/>
302			<Tool
303				Name="VCCustomBuildTool"
304				CommandLine="copy &quot;$(TargetPath)&quot; ..\..\..\bin64&#x0D;&#x0A;"
305				Outputs="..\..\..\bin64\$(TargetFileName)"
306			/>
307			<Tool
308				Name="VCXMLDataGeneratorTool"
309			/>
310			<Tool
311				Name="VCWebServiceProxyGeneratorTool"
312			/>
313			<Tool
314				Name="VCMIDLTool"
315				TargetEnvironment="3"
316				TypeLibraryName=".\x64\Debug/genccode.tlb"
317			/>
318			<Tool
319				Name="VCCLCompilerTool"
320				Optimization="0"
321				AdditionalIncludeDirectories="..\..\common;..\toolutil"
322				PreprocessorDefinitions="WIN64;WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE"
323				BasicRuntimeChecks="3"
324				RuntimeLibrary="3"
325				BufferSecurityCheck="true"
326				TreatWChar_tAsBuiltInType="true"
327				PrecompiledHeaderFile=".\x64\Debug/genccode.pch"
328				AssemblerListingLocation=".\x64\Debug/"
329				ObjectFile=".\x64\Debug/"
330				ProgramDataBaseFileName=".\x64\Debug/"
331				BrowseInformation="1"
332				WarningLevel="3"
333				SuppressStartupBanner="true"
334				DebugInformationFormat="3"
335				CompileAs="0"
336			/>
337			<Tool
338				Name="VCManagedResourceCompilerTool"
339			/>
340			<Tool
341				Name="VCResourceCompilerTool"
342				PreprocessorDefinitions="_DEBUG"
343				Culture="1033"
344			/>
345			<Tool
346				Name="VCPreLinkEventTool"
347			/>
348			<Tool
349				Name="VCLinkerTool"
350				OutputFile=".\x64\Debug/genccode.exe"
351				LinkIncremental="2"
352				SuppressStartupBanner="true"
353				GenerateDebugInformation="true"
354				ProgramDatabaseFile=".\x64\Debug/genccode.pdb"
355				SubSystem="1"
356				TargetMachine="17"
357			/>
358			<Tool
359				Name="VCALinkTool"
360			/>
361			<Tool
362				Name="VCManifestTool"
363				UseFAT32Workaround="true"
364			/>
365			<Tool
366				Name="VCXDCMakeTool"
367			/>
368			<Tool
369				Name="VCBscMakeTool"
370			/>
371			<Tool
372				Name="VCFxCopTool"
373			/>
374			<Tool
375				Name="VCAppVerifierTool"
376			/>
377			<Tool
378				Name="VCWebDeploymentTool"
379			/>
380			<Tool
381				Name="VCPostBuildEventTool"
382			/>
383		</Configuration>
384	</Configurations>
385	<References>
386	</References>
387	<Files>
388		<Filter
389			Name="Source Files"
390			Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
391			>
392			<File
393				RelativePath=".\genccode.c"
394				>
395			</File>
396		</Filter>
397		<Filter
398			Name="Header Files"
399			Filter="h;hpp;hxx;hm;inl"
400			>
401		</Filter>
402		<Filter
403			Name="Resource Files"
404			Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
405			>
406		</Filter>
407	</Files>
408	<Globals>
409	</Globals>
410</VisualStudioProject>
411