• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<?xml version="1.0" encoding = "Windows-1252"?>
2<VisualStudioProject
3	ProjectType="Visual C++"
4	Version="7.00"
5	Name="Validator"
6	ProjectGUID="{E68AB694-4805-43EA-A96E-21B8FE285DE4}"
7	SccProjectName=""
8	SccLocalPath="">
9	<Platforms>
10		<Platform
11			Name="Win32"/>
12	</Platforms>
13	<Configurations>
14		<Configuration
15			Name="Release|Win32"
16			OutputDirectory=".\Release"
17			IntermediateDirectory=".\Release"
18			ConfigurationType="1"
19			UseOfMFC="0"
20			ATLMinimizesCRunTimeLibraryUsage="FALSE"
21			CharacterSet="2">
22			<Tool
23				Name="VCCLCompilerTool"
24				InlineFunctionExpansion="1"
25				PreprocessorDefinitions="WIN32,NDEBUG,_CONSOLE,_WINDOWS"
26				StringPooling="TRUE"
27				RuntimeLibrary="2"
28				EnableFunctionLevelLinking="TRUE"
29				UsePrecompiledHeader="3"
30				PrecompiledHeaderThrough="stdafx.h"
31				PrecompiledHeaderFile=".\Release/Validator.pch"
32				AssemblerListingLocation=".\Release/"
33				ObjectFile=".\Release/"
34				ProgramDataBaseFileName=".\Release/"
35				WarningLevel="3"
36				SuppressStartupBanner="TRUE">
37				<IntelOptions
38					Optimization="2"
39					InlineFuncExpansion="1"
40					OmitFramePtrs="1"
41					StringPooling="1"
42					RuntimeLibrary="2"
43					BufferSecurityCheck="1"
44					FunctionLevelLinking="1"
45					AllOptions="/c  /nologo /W3 /O2 /Ob1 /Oy /D &quot;WIN32&quot; /D &quot;NDEBUG&quot; /D &quot;_CONSOLE&quot; /D &quot;_WINDOWS&quot; /D &quot;_MBCS&quot; /GF /FD /EHsc /MD /GS /Gy /Yu&quot;stdafx.h&quot; /Fp&quot;.\Release/Validator.pch&quot; /Fo&quot;.\Release/&quot; /Fd&quot;.\Release/&quot; /Gd /TP"/>
46			</Tool>
47			<Tool
48				Name="VCCustomBuildTool"/>
49			<Tool
50				Name="VCLinkerTool"
51				AdditionalOptions="/MACHINE:I386"
52				AdditionalDependencies="odbc32.lib odbccp32.lib"
53				OutputFile=".\Release/Validator.exe"
54				LinkIncremental="1"
55				SuppressStartupBanner="TRUE"
56				ProgramDatabaseFile=".\Release/Validator.pdb"
57				SubSystem="1">
58				<IntelOptions
59					AllOptions="/NOLOGO /OUT:&quot;.\Release/Validator.exe&quot; /INCREMENTAL:NO odbc32.lib odbccp32.lib /PDB:&quot;.\Release/Validator.pdb&quot; /SUBSYSTEM:CONSOLE /TLBID:1 /MACHINE:I386 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib"/>
60			</Tool>
61			<Tool
62				Name="VCMIDLTool"
63				TypeLibraryName=".\Release/Validator.tlb"/>
64			<Tool
65				Name="VCPostBuildEventTool"/>
66			<Tool
67				Name="VCPreBuildEventTool"/>
68			<Tool
69				Name="VCPreLinkEventTool"/>
70			<Tool
71				Name="VCResourceCompilerTool"
72				PreprocessorDefinitions="NDEBUG"
73				Culture="1033"/>
74			<Tool
75				Name="VCWebServiceProxyGeneratorTool"/>
76			<Tool
77				Name="VCWebDeploymentTool"/>
78			<IntelOptions
79				CompilerName="1"/>
80		</Configuration>
81		<Configuration
82			Name="Debug|Win32"
83			OutputDirectory=".\Debug"
84			IntermediateDirectory=".\Debug"
85			ConfigurationType="1"
86			UseOfMFC="0"
87			ATLMinimizesCRunTimeLibraryUsage="FALSE"
88			CharacterSet="2">
89			<Tool
90				Name="VCCLCompilerTool"
91				Optimization="0"
92				AdditionalIncludeDirectories="..\src"
93				PreprocessorDefinitions="WIN32,_DEBUG,_CONSOLE,_WINDOWS"
94				BasicRuntimeChecks="3"
95				RuntimeLibrary="3"
96				PrecompiledHeaderFile=".\Debug/Validator.pch"
97				AssemblerListingLocation=".\Debug/"
98				ObjectFile=".\Debug/"
99				ProgramDataBaseFileName=".\Debug/"
100				WarningLevel="3"
101				SuppressStartupBanner="TRUE"
102				DebugInformationFormat="4"
103				CompileAs="0">
104				<IntelOptions
105					Optimization="0"
106					MinimalRebuild="1"
107					BasicRuntimeChecks="3"
108					RuntimeLibrary="3"
109					AllOptions="/c  /I &quot;..\src&quot; /ZI /nologo /W3 /Od /D &quot;WIN32&quot; /D &quot;_DEBUG&quot; /D &quot;_CONSOLE&quot; /D &quot;_WINDOWS&quot; /D &quot;_MBCS&quot; /Gm /EHsc /RTC1 /MDd /Fp&quot;.\Debug/Validator.pch&quot; /Fo&quot;.\Debug/&quot; /Fd&quot;.\Debug/&quot; /Gd"/>
110			</Tool>
111			<Tool
112				Name="VCCustomBuildTool"/>
113			<Tool
114				Name="VCLinkerTool"
115				AdditionalOptions="/MACHINE:I386"
116				AdditionalDependencies="xmlrpc.lib WS2_32.lib odbc32.lib odbccp32.lib"
117				OutputFile=".\Debug/Validator.exe"
118				LinkIncremental="2"
119				SuppressStartupBanner="TRUE"
120				AdditionalLibraryDirectories="..\debug"
121				GenerateDebugInformation="TRUE"
122				ProgramDatabaseFile=".\Debug/Validator.pdb"
123				SubSystem="1">
124				<IntelOptions
125					AllOptions="/NOLOGO /OUT:&quot;.\Debug/Validator.exe&quot; /INCREMENTAL /LIBPATH:&quot;..\debug&quot; xmlrpc.lib WS2_32.lib odbc32.lib odbccp32.lib /DEBUG /PDB:&quot;.\Debug/Validator.pdb&quot; /SUBSYSTEM:CONSOLE /TLBID:1 /MACHINE:I386 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib"/>
126			</Tool>
127			<Tool
128				Name="VCMIDLTool"
129				TypeLibraryName=".\Debug/Validator.tlb"/>
130			<Tool
131				Name="VCPostBuildEventTool"/>
132			<Tool
133				Name="VCPreBuildEventTool"/>
134			<Tool
135				Name="VCPreLinkEventTool"/>
136			<Tool
137				Name="VCResourceCompilerTool"
138				PreprocessorDefinitions="_DEBUG"
139				Culture="1033"/>
140			<Tool
141				Name="VCWebServiceProxyGeneratorTool"/>
142			<Tool
143				Name="VCWebDeploymentTool"/>
144			<IntelOptions
145				CompilerName="1"/>
146		</Configuration>
147	</Configurations>
148	<Files>
149		<Filter
150			Name="Source Files"
151			Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
152			<File
153				RelativePath=".\Validator.cpp"/>
154		</Filter>
155	</Files>
156	<Globals/>
157</VisualStudioProject>
158