|
|
1.1 misha 1: <?xml version="1.0" encoding="windows-1251"?>
2: <VisualStudioProject
3: ProjectType="Visual C++"
4: Version="7.10"
5: Name="parser3sqlite"
1.2 misha 6: SccProjectName="parser3sqlite"
7: SccAuxPath=""
8: SccLocalPath=".."
9: SccProvider="MSSCCI:Jalindi Igloo">
1.1 misha 10: <Platforms>
11: <Platform
12: Name="Win32"/>
13: </Platforms>
14: <Configurations>
15: <Configuration
16: Name="Debug|Win32"
17: OutputDirectory=".\Debug"
18: IntermediateDirectory=".\Debug"
19: ConfigurationType="2"
20: UseOfMFC="0"
21: ATLMinimizesCRunTimeLibraryUsage="FALSE">
22: <Tool
23: Name="VCCLCompilerTool"
24: Optimization="0"
25: AdditionalIncludeDirectories="libltdl,..\..\win32\sql\sqlite\include,..\..\parser3\src\include,..\..\parser3\src\sql"
26: PreprocessorDefinitions="WIN32;_DEBUG"
27: BasicRuntimeChecks="3"
1.3 moko 28: RuntimeLibrary="1"
1.1 misha 29: UsePrecompiledHeader="2"
30: PrecompiledHeaderFile=".\Debug/parser3sqlite.pch"
31: AssemblerListingLocation=".\Debug/"
32: ObjectFile=".\Debug/"
33: ProgramDataBaseFileName=".\Debug/"
34: WarningLevel="3"
35: SuppressStartupBanner="TRUE"
36: DebugInformationFormat="3"
37: CompileAs="2"/>
38: <Tool
39: Name="VCCustomBuildTool"/>
40: <Tool
41: Name="VCLinkerTool"
42: IgnoreImportLibrary="TRUE"
43: OutputFile=".\Debug\parser3sqlite.dll"
44: LinkIncremental="1"
45: SuppressStartupBanner="TRUE"
46: ModuleDefinitionFile=".\parser3sqlite.def"
47: GenerateDebugInformation="TRUE"
48: ProgramDatabaseFile=".\Debug/parser3sqlite.pdb"
49: ImportLibrary=".\Debug/parser3sqlite.lib"
50: TargetMachine="1"/>
51: <Tool
52: Name="VCMIDLTool"
53: PreprocessorDefinitions="_DEBUG"
54: MkTypLibCompatible="TRUE"
55: SuppressStartupBanner="TRUE"
56: TargetEnvironment="1"
57: TypeLibraryName=".\Debug/parser3sqlite.tlb"
58: HeaderFileName=""/>
59: <Tool
60: Name="VCPostBuildEventTool"/>
61: <Tool
62: Name="VCPreBuildEventTool"/>
63: <Tool
64: Name="VCPreLinkEventTool"/>
65: <Tool
66: Name="VCResourceCompilerTool"
67: PreprocessorDefinitions="_DEBUG"
68: Culture="1049"/>
69: <Tool
70: Name="VCWebServiceProxyGeneratorTool"/>
71: <Tool
72: Name="VCXMLDataGeneratorTool"/>
73: <Tool
74: Name="VCWebDeploymentTool"/>
75: <Tool
76: Name="VCManagedWrapperGeneratorTool"/>
77: <Tool
78: Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
79: </Configuration>
80: <Configuration
81: Name="Release|Win32"
82: OutputDirectory=".\Release"
83: IntermediateDirectory=".\Release"
84: ConfigurationType="2"
85: UseOfMFC="0"
86: ATLMinimizesCRunTimeLibraryUsage="FALSE">
87: <Tool
88: Name="VCCLCompilerTool"
89: Optimization="2"
90: InlineFunctionExpansion="1"
91: AdditionalIncludeDirectories="libltdl,..\..\win32\sql\sqlite\include,..\..\parser3\src\include,..\..\parser3\src\sql"
92: PreprocessorDefinitions="WIN32"
93: StringPooling="TRUE"
1.3 moko 94: RuntimeLibrary="0"
1.1 misha 95: EnableFunctionLevelLinking="TRUE"
96: UsePrecompiledHeader="2"
97: PrecompiledHeaderFile=".\Release/parser3sqlite.pch"
98: AssemblerListingLocation=".\Release/"
99: ObjectFile=".\Release/"
100: ProgramDataBaseFileName=".\Release/"
101: WarningLevel="3"
102: SuppressStartupBanner="TRUE"
103: CompileAs="2"/>
104: <Tool
105: Name="VCCustomBuildTool"/>
106: <Tool
107: Name="VCLinkerTool"
108: IgnoreImportLibrary="TRUE"
109: OutputFile=".\Release/parser3sqlite.dll"
110: LinkIncremental="1"
111: SuppressStartupBanner="TRUE"
112: ModuleDefinitionFile=".\parser3sqlite.def"
113: ProgramDatabaseFile=".\Release/parser3sqlite.pdb"
114: ImportLibrary=".\Release/parser3sqlite.lib"
115: TargetMachine="1"/>
116: <Tool
117: Name="VCMIDLTool"
118: PreprocessorDefinitions="NDEBUG"
119: MkTypLibCompatible="TRUE"
120: SuppressStartupBanner="TRUE"
121: TargetEnvironment="1"
122: TypeLibraryName=".\Release/parser3sqlite.tlb"
123: HeaderFileName=""/>
124: <Tool
125: Name="VCPostBuildEventTool"/>
126: <Tool
127: Name="VCPreBuildEventTool"/>
128: <Tool
129: Name="VCPreLinkEventTool"/>
130: <Tool
131: Name="VCResourceCompilerTool"
132: PreprocessorDefinitions="NDEBUG"
133: Culture="1049"/>
134: <Tool
135: Name="VCWebServiceProxyGeneratorTool"/>
136: <Tool
137: Name="VCXMLDataGeneratorTool"/>
138: <Tool
139: Name="VCWebDeploymentTool"/>
140: <Tool
141: Name="VCManagedWrapperGeneratorTool"/>
142: <Tool
143: Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
144: </Configuration>
145: </Configurations>
146: <References>
147: </References>
148: <Files>
149: <Filter
150: Name="Source Files"
151: Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
152: <File
153: RelativePath="parser3sqlite.C">
154: <FileConfiguration
155: Name="Debug|Win32">
156: <Tool
157: Name="VCCLCompilerTool"
158: Optimization="0"
159: AdditionalIncludeDirectories=""
160: PreprocessorDefinitions="WIN32;_DEBUG;$(NoInherit)"
161: BasicRuntimeChecks="3"
162: CompileAs="2"/>
163: </FileConfiguration>
164: <FileConfiguration
165: Name="Release|Win32">
166: <Tool
167: Name="VCCLCompilerTool"
168: Optimization="2"
169: AdditionalIncludeDirectories=""
170: PreprocessorDefinitions="WIN32;$(NoInherit)"
171: CompileAs="2"/>
172: </FileConfiguration>
173: </File>
1.4 ! moko 174: <File
! 175: RelativePath="regexp.C">
! 176: <FileConfiguration
! 177: Name="Debug|Win32">
! 178: <Tool
! 179: Name="VCCLCompilerTool"
! 180: Optimization="0"
! 181: AdditionalIncludeDirectories=""
! 182: PreprocessorDefinitions="WIN32;_DEBUG;$(NoInherit)"
! 183: BasicRuntimeChecks="3"
! 184: CompileAs="2"/>
! 185: </FileConfiguration>
! 186: <FileConfiguration
! 187: Name="Release|Win32">
! 188: <Tool
! 189: Name="VCCLCompilerTool"
! 190: Optimization="2"
! 191: AdditionalIncludeDirectories=""
! 192: PreprocessorDefinitions="WIN32;$(NoInherit)"
! 193: CompileAs="2"/>
! 194: </FileConfiguration>
! 195: </File>
1.1 misha 196: </Filter>
197: <Filter
198: Name="Header Files"
199: Filter="h;hpp;hxx;hm;inl">
200: <File
201: RelativePath="config_fixed.h">
202: </File>
203: <File
204: RelativePath="config_includes.h">
205: </File>
206: <File
207: RelativePath="..\..\parser3\src\sql\pa_sql_driver.h">
208: </File>
209: <File
210: RelativePath=".\resource.h">
211: </File>
212: <File
213: RelativePath=".\sqlite3.h">
214: </File>
215: </Filter>
216: <File
217: RelativePath="parser3sqlite.def">
218: </File>
219: </Files>
220: <Globals>
221: </Globals>
222: </VisualStudioProject>