|
|
1.1 paf 1: <?xml version="1.0" encoding="windows-1251"?>
2: <VisualStudioProject
3: ProjectType="Visual C++"
4: Version="7.10"
5: Name="classes"
6: SccProjectName="classes"
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: CharacterSet="2">
24: <Tool
25: Name="VCCLCompilerTool"
26: Optimization="2"
27: InlineFunctionExpansion="1"
1.9 paf 28: AdditionalIncludeDirectories="gd;..\include;..\types;..\lib\gc;..\lib\gd;..\lib\smtp;..\lib\gc\include;..\lib\cord\include;..\lib\pcre;..\lib\sdbm\apr-include;..\lib\md5;..\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 29: PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
30: StringPooling="TRUE"
31: RuntimeLibrary="2"
32: EnableFunctionLevelLinking="TRUE"
1.10 paf 33: UsePrecompiledHeader="2"
1.1 paf 34: PrecompiledHeaderFile=".\Release/classes.pch"
35: AssemblerListingLocation=".\Release/"
36: ObjectFile=".\Release/"
37: ProgramDataBaseFileName=".\Release/"
1.4 paf 38: WarningLevel="4"
1.1 paf 39: SuppressStartupBanner="TRUE"
40: DebugInformationFormat="3"
41: CompileAs="2"/>
42: <Tool
43: Name="VCCustomBuildTool"/>
44: <Tool
45: Name="VCLibrarianTool"
46: OutputFile=".\Release\classes.lib"
47: SuppressStartupBanner="TRUE"/>
48: <Tool
49: Name="VCMIDLTool"/>
50: <Tool
51: Name="VCPostBuildEventTool"/>
52: <Tool
53: Name="VCPreBuildEventTool"/>
54: <Tool
55: Name="VCPreLinkEventTool"/>
56: <Tool
57: Name="VCResourceCompilerTool"
58: PreprocessorDefinitions="NDEBUG"
59: Culture="1049"/>
60: <Tool
61: Name="VCWebServiceProxyGeneratorTool"/>
62: <Tool
63: Name="VCXMLDataGeneratorTool"/>
64: <Tool
65: Name="VCManagedWrapperGeneratorTool"/>
66: <Tool
67: Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
68: </Configuration>
69: <Configuration
70: Name="Debug|Win32"
71: OutputDirectory=".\Debug"
72: IntermediateDirectory=".\Debug"
73: ConfigurationType="4"
74: UseOfMFC="2"
75: ATLMinimizesCRunTimeLibraryUsage="FALSE"
76: CharacterSet="2">
77: <Tool
78: Name="VCCLCompilerTool"
79: Optimization="0"
1.9 paf 80: AdditionalIncludeDirectories="gd;..\include;..\types;..\lib\gc;..\lib\gd;..\lib\smtp;..\lib\gc\include;..\lib\cord\include;..\lib\pcre;..\lib\sdbm\apr-include;..\lib\md5;..\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 81: PreprocessorDefinitions="WIN32;_DEBUG;_LIB"
82: BasicRuntimeChecks="3"
83: RuntimeLibrary="3"
1.10 paf 84: UsePrecompiledHeader="2"
1.1 paf 85: PrecompiledHeaderFile=".\Debug/classes.pch"
86: AssemblerListingLocation=".\Debug/"
87: ObjectFile=".\Debug/"
88: ProgramDataBaseFileName=".\Debug/"
89: BrowseInformation="1"
1.4 paf 90: WarningLevel="4"
1.1 paf 91: SuppressStartupBanner="TRUE"
92: DebugInformationFormat="3"
93: CompileAs="2"/>
94: <Tool
95: Name="VCCustomBuildTool"/>
96: <Tool
97: Name="VCLibrarianTool"
98: OutputFile=".\Debug\classes.lib"
99: SuppressStartupBanner="TRUE"/>
100: <Tool
101: Name="VCMIDLTool"/>
102: <Tool
103: Name="VCPostBuildEventTool"/>
104: <Tool
105: Name="VCPreBuildEventTool"/>
106: <Tool
107: Name="VCPreLinkEventTool"/>
108: <Tool
109: Name="VCResourceCompilerTool"
110: PreprocessorDefinitions="_DEBUG"
111: Culture="1049"/>
112: <Tool
113: Name="VCWebServiceProxyGeneratorTool"/>
114: <Tool
115: Name="VCXMLDataGeneratorTool"/>
116: <Tool
117: Name="VCManagedWrapperGeneratorTool"/>
118: <Tool
119: Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
120: </Configuration>
121: </Configurations>
122: <References>
123: </References>
124: <Files>
125: <File
126: RelativePath="classes.awk">
127: <FileConfiguration
128: Name="Release|Win32">
129: <Tool
130: Name="VCCustomBuildTool"
131: Description="Scanning classes/, creating classes.inc..."
132: CommandLine="SET CLASSES_INC=..\classes\classes.inc
133: ECHO // do not edit. autogenerated by .dsp, see classes.awk settings > %CLASSES_INC%
1.3 paf 134: ..\..\..\win32\tools\ls | ..\..\..\win32\tools\gawk -f "$(InputPath)" >> %CLASSES_INC%
1.1 paf 135: "
136: Outputs="..\classes\classes.inc"/>
137: </FileConfiguration>
138: <FileConfiguration
139: Name="Debug|Win32">
140: <Tool
141: Name="VCCustomBuildTool"
142: Description="Scanning classes/, creating classes.inc..."
1.11 ! paf 143: CommandLine="ECHO // do not edit. autogenerated by .dsp, see classes.awk settings > classes.inc
! 144: ..\..\..\win32\tools\ls | ..\..\..\win32\tools\gawk -f "$(InputPath)" >> classes.inc
1.1 paf 145: "
1.11 ! paf 146: Outputs="classes.inc"/>
1.1 paf 147: </FileConfiguration>
148: </File>
149: <File
1.8 paf 150: RelativePath=".\classes.C">
151: </File>
152: <File
153: RelativePath=".\classes.h">
154: </File>
155: <File
156: RelativePath=".\classes.inc">
157: </File>
158: <File
159: RelativePath=".\date.C">
160: </File>
161: <File
162: RelativePath=".\double.C">
163: </File>
164: <File
165: RelativePath=".\file.C">
166: </File>
167: <File
168: RelativePath=".\form.C">
169: </File>
170: <File
171: RelativePath=".\hash.C">
1.3 paf 172: </File>
173: <File
174: RelativePath=".\hashfile.C">
1.1 paf 175: </File>
176: <File
1.8 paf 177: RelativePath=".\image.C">
178: </File>
179: <File
180: RelativePath=".\int.C">
181: </File>
182: <File
183: RelativePath=".\mail.C">
184: </File>
185: <File
186: RelativePath=".\math.C">
187: </File>
188: <File
189: RelativePath=".\memory.C">
190: </File>
191: <File
192: RelativePath=".\op.C">
193: </File>
194: <File
195: RelativePath=".\response.C">
196: </File>
197: <File
198: RelativePath=".\string.C">
199: </File>
200: <File
201: RelativePath=".\table.C">
202: </File>
203: <File
204: RelativePath=".\void.C">
205: </File>
206: <File
207: RelativePath=".\xdoc.C">
208: </File>
209: <File
210: RelativePath=".\xnode.C">
1.1 paf 211: </File>
212: <File
1.8 paf 213: RelativePath=".\xnode.h">
1.1 paf 214: </File>
215: </Files>
216: <Globals>
217: </Globals>
218: </VisualStudioProject>