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