|
|
1.1 paf 1: <?xml version="1.0" encoding="windows-1251"?>
2: <VisualStudioProject
3: ProjectType="Visual C++"
4: Version="7.10"
5: Name="main"
6: SccProjectName="main"
7: SccAuxPath=""
8: SccLocalPath=".."
9: SccProvider="MSSCCI:Jalindi Igloo"
10: Keyword="MFCProj">
11: <Platforms>
12: <Platform
13: Name="Win32"/>
14: </Platforms>
15: <Configurations>
16: <Configuration
17: Name="Release|Win32"
18: OutputDirectory=".\Release"
19: IntermediateDirectory=".\Release"
20: ConfigurationType="4"
21: UseOfMFC="0"
22: ATLMinimizesCRunTimeLibraryUsage="FALSE">
23: <Tool
24: Name="VCCLCompilerTool"
25: Optimization="2"
26: InlineFunctionExpansion="1"
1.11 ! paf 27: AdditionalIncludeDirectories="..\lib\ltdl;..\classes\gd;..\include;..\types;..\classes;..\lib\gc\include;..\lib\cord\include;..\lib\pcre;..\sql;..\..\..\win32\gnome\glib\include;..\..\..\win32\gnome\glib\include\glib;..\..\..\win32\gnome\gdome2-x.x.x\libgdome;..\..\..\win32\gnome\libxml2-x.x.x\win32\release\include;..\..\..\win32\gnome\libxslt-x.x.x\win32\release\include"
1.1 paf 28: PreprocessorDefinitions="NDEBUG;_LIB;WIN32"
29: StringPooling="TRUE"
30: RuntimeLibrary="2"
31: EnableFunctionLevelLinking="TRUE"
32: PrecompiledHeaderFile=".\Release/main.pch"
33: AssemblerListingLocation=".\Release/"
34: ObjectFile=".\Release/"
35: ProgramDataBaseFileName=".\Release/"
1.6 paf 36: WarningLevel="4"
1.1 paf 37: SuppressStartupBanner="TRUE"
38: DebugInformationFormat="3"
39: CompileAs="2"/>
40: <Tool
41: Name="VCCustomBuildTool"/>
42: <Tool
43: Name="VCLibrarianTool"
44: OutputFile=".\Release\main.lib"
45: SuppressStartupBanner="TRUE"/>
46: <Tool
47: Name="VCMIDLTool"/>
48: <Tool
49: Name="VCPostBuildEventTool"/>
50: <Tool
51: Name="VCPreBuildEventTool"/>
52: <Tool
53: Name="VCPreLinkEventTool"/>
54: <Tool
55: Name="VCResourceCompilerTool"
56: PreprocessorDefinitions="NDEBUG"
57: Culture="1049"/>
58: <Tool
59: Name="VCWebServiceProxyGeneratorTool"/>
60: <Tool
61: Name="VCXMLDataGeneratorTool"/>
62: <Tool
63: Name="VCManagedWrapperGeneratorTool"/>
64: <Tool
65: Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
66: </Configuration>
67: <Configuration
1.9 paf 68: Name="Debug|Win32"
69: OutputDirectory=".\Debug"
70: IntermediateDirectory=".\Debug"
1.1 paf 71: ConfigurationType="4"
72: UseOfMFC="2"
73: ATLMinimizesCRunTimeLibraryUsage="FALSE">
74: <Tool
75: Name="VCCLCompilerTool"
76: Optimization="0"
1.11 ! paf 77: AdditionalIncludeDirectories="..\lib\ltdl;..\classes\gd;..\include;..\types;..\classes;..\lib\gc\include;..\lib\cord\include;..\lib\pcre;..\sql;..\..\..\win32\gnome\glib\include;..\..\..\win32\gnome\glib\include\glib;..\..\..\win32\gnome\gdome2-x.x.x\libgdome;..\..\..\win32\gnome\libxml2-x.x.x\win32\debug\include;..\..\..\win32\gnome\libxslt-x.x.x\win32\debug\include"
1.1 paf 78: PreprocessorDefinitions="_DEBUG;_LIB;WIN32"
79: BasicRuntimeChecks="3"
80: RuntimeLibrary="3"
1.9 paf 81: PrecompiledHeaderFile=".\Debug/main.pch"
82: AssemblerListingLocation=".\Debug/"
83: ObjectFile=".\Debug/"
84: ProgramDataBaseFileName=".\Debug/"
1.1 paf 85: BrowseInformation="1"
1.9 paf 86: WarningLevel="4"
1.1 paf 87: SuppressStartupBanner="TRUE"
88: DebugInformationFormat="3"
89: CompileAs="2"/>
90: <Tool
91: Name="VCCustomBuildTool"/>
92: <Tool
93: Name="VCLibrarianTool"
1.9 paf 94: OutputFile=".\Debug\main.lib"
1.1 paf 95: SuppressStartupBanner="TRUE"/>
96: <Tool
97: Name="VCMIDLTool"/>
98: <Tool
99: Name="VCPostBuildEventTool"/>
100: <Tool
101: Name="VCPreBuildEventTool"/>
102: <Tool
103: Name="VCPreLinkEventTool"/>
104: <Tool
105: Name="VCResourceCompilerTool"
106: PreprocessorDefinitions="_DEBUG"
107: Culture="1049"/>
108: <Tool
109: Name="VCWebServiceProxyGeneratorTool"/>
110: <Tool
111: Name="VCXMLDataGeneratorTool"/>
112: <Tool
113: Name="VCManagedWrapperGeneratorTool"/>
114: <Tool
115: Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
116: </Configuration>
117: </Configurations>
118: <References>
119: </References>
120: <Files>
121: <Filter
122: Name="sql"
123: Filter="">
124: <File
125: RelativePath="..\sql\pa_sql_driver.h">
126: </File>
127: </Filter>
128: <File
1.10 paf 129: RelativePath=".\compile.C">
1.1 paf 130: </File>
131: <File
1.10 paf 132: RelativePath=".\compile.tab.C">
1.1 paf 133: </File>
134: <File
135: RelativePath="compile.y">
136: <FileConfiguration
137: Name="Release|Win32">
138: <Tool
139: Name="VCCustomBuildTool"
140: Description="Compiling grammar..."
141: CommandLine="cd "$(InputDir)"
142: set BISON_SIMPLE=..\..\..\win32\tools\usr\share\bison.simple
143: ..\..\..\win32\tools\bison -v "$(InputName)".y -o compile.tab.C
144: "
145: Outputs="compile.tab.C"/>
146: </FileConfiguration>
147: <FileConfiguration
1.10 paf 148: Name="Debug|Win32">
1.1 paf 149: <Tool
150: Name="VCCustomBuildTool"
151: Description="Compiling grammar..."
152: CommandLine="cd "$(InputDir)"
153: set BISON_SIMPLE=..\..\..\win32\tools\usr\share\bison.simple
154: ..\..\..\win32\tools\bison -v "$(InputName)".y -o compile.tab.C
155: "
156: Outputs="compile.tab.C"/>
157: </FileConfiguration>
158: </File>
159: <File
1.10 paf 160: RelativePath=".\compile_tools.C">
1.1 paf 161: </File>
162: <File
1.10 paf 163: RelativePath=".\compile_tools.h">
1.1 paf 164: </File>
165: <File
1.10 paf 166: RelativePath=".\execute.C">
1.1 paf 167: </File>
168: <File
169: RelativePath="..\include\pa_array.h">
170: </File>
171: <File
1.10 paf 172: RelativePath=".\pa_cache_managers.C">
1.1 paf 173: </File>
174: <File
175: RelativePath="..\include\pa_cache_managers.h">
176: </File>
177: <File
1.10 paf 178: RelativePath=".\pa_charset.C">
1.1 paf 179: </File>
180: <File
181: RelativePath="..\include\pa_charset.h">
182: </File>
183: <File
1.10 paf 184: RelativePath=".\pa_charsets.C">
1.1 paf 185: </File>
186: <File
187: RelativePath="..\include\pa_charsets.h">
188: </File>
189: <File
1.10 paf 190: RelativePath=".\pa_common.C">
1.1 paf 191: </File>
192: <File
193: RelativePath="..\include\pa_common.h">
194: </File>
195: <File
196: RelativePath="..\include\pa_config_fixed.h">
197: </File>
198: <File
199: RelativePath="..\include\pa_config_includes.h">
200: </File>
201: <File
1.10 paf 202: RelativePath=".\pa_dictionary.C">
1.1 paf 203: </File>
204: <File
205: RelativePath="..\include\pa_dictionary.h">
206: </File>
207: <File
1.10 paf 208: RelativePath=".\pa_dir.C">
1.1 paf 209: </File>
210: <File
211: RelativePath="..\include\pa_dir.h">
212: </File>
213: <File
1.10 paf 214: RelativePath=".\pa_exception.C">
1.1 paf 215: </File>
216: <File
217: RelativePath="..\include\pa_exception.h">
218: </File>
219: <File
1.10 paf 220: RelativePath=".\pa_exec.C">
1.1 paf 221: </File>
222: <File
223: RelativePath="..\include\pa_exec.h">
224: </File>
225: <File
1.10 paf 226: RelativePath=".\pa_globals.C">
1.1 paf 227: </File>
228: <File
229: RelativePath="..\include\pa_globals.h">
230: </File>
231: <File
232: RelativePath="..\include\pa_hash.h">
233: </File>
234: <File
1.10 paf 235: RelativePath=".\pa_memory.C">
1.1 paf 236: </File>
237: <File
238: RelativePath="..\include\pa_memory.h">
239: </File>
240: <File
241: RelativePath="..\include\pa_opcode.h">
242: </File>
243: <File
244: RelativePath="..\include\pa_operation.h">
1.5 paf 245: </File>
246: <File
247: RelativePath=".\pa_os.C">
248: </File>
249: <File
250: RelativePath="..\include\pa_os.h">
251: </File>
252: <File
253: RelativePath=".\pa_pool.C">
254: </File>
255: <File
256: RelativePath="..\include\pa_pool.h">
1.1 paf 257: </File>
258: <File
1.10 paf 259: RelativePath=".\pa_request.C">
1.1 paf 260: </File>
261: <File
262: RelativePath="..\include\pa_request.h">
263: </File>
264: <File
265: RelativePath="..\include\pa_request_charsets.h">
266: </File>
267: <File
268: RelativePath="..\include\pa_request_info.h">
269: </File>
270: <File
271: RelativePath="..\include\pa_sapi.h">
272: </File>
273: <File
1.10 paf 274: RelativePath=".\pa_socks.C">
1.1 paf 275: </File>
276: <File
277: RelativePath="..\include\pa_socks.h">
278: </File>
279: <File
280: RelativePath="..\include\pa_sql_connection.h">
281: </File>
282: <File
1.10 paf 283: RelativePath=".\pa_sql_driver_manager.C">
1.1 paf 284: </File>
285: <File
286: RelativePath="..\include\pa_sql_driver_manager.h">
287: </File>
288: <File
289: RelativePath="..\include\pa_stack.h">
290: </File>
291: <File
1.10 paf 292: RelativePath=".\pa_string.C">
1.1 paf 293: </File>
294: <File
295: RelativePath="..\include\pa_string.h">
296: </File>
297: <File
298: RelativePath="..\include\pa_stylesheet_connection.h">
299: </File>
300: <File
1.10 paf 301: RelativePath=".\pa_stylesheet_manager.C">
1.1 paf 302: </File>
303: <File
304: RelativePath="..\include\pa_stylesheet_manager.h">
305: </File>
306: <File
1.10 paf 307: RelativePath=".\pa_table.C">
1.1 paf 308: </File>
309: <File
310: RelativePath="..\include\pa_table.h">
311: </File>
312: <File
313: RelativePath="..\include\pa_threads.h">
314: </File>
315: <File
316: RelativePath="..\include\pa_types.h">
317: </File>
318: <File
1.10 paf 319: RelativePath=".\pa_uue.C">
1.1 paf 320: </File>
321: <File
322: RelativePath="..\include\pa_uue.h">
323: </File>
324: <File
325: RelativePath="..\include\pa_version.h">
1.3 paf 326: </File>
327: <File
328: RelativePath=".\pa_xml_exception.C">
329: </File>
330: <File
331: RelativePath="..\include\pa_xml_exception.h">
1.1 paf 332: </File>
333: <File
1.7 paf 334: RelativePath=".\pa_xml_io.C">
335: </File>
336: <File
1.10 paf 337: RelativePath="..\include\pa_xml_io.h">
338: </File>
339: <File
340: RelativePath=".\untaint.C">
1.1 paf 341: </File>
342: </Files>
343: <Globals>
344: </Globals>
345: </VisualStudioProject>