Annotation of parser3/src/types/types.vcproj, revision 1.21

1.1       paf         1: <?xml version="1.0" encoding="windows-1251"?>
                      2: <VisualStudioProject
                      3:        ProjectType="Visual C++"
1.20      misha       4:        Version="7.10"
1.1       paf         5:        Name="types"
1.20      misha       6:        SccProjectName="types"
                      7:        SccAuxPath=""
                      8:        SccLocalPath="."
                      9:        SccProvider="MSSCCI:Jalindi Igloo"
                     10:        Keyword="MFCProj">
1.1       paf        11:        <Platforms>
                     12:                <Platform
1.20      misha      13:                        Name="Win32"/>
1.1       paf        14:        </Platforms>
                     15:        <Configurations>
                     16:                <Configuration
1.8       paf        17:                        Name="Release|Win32"
                     18:                        OutputDirectory=".\Release"
                     19:                        IntermediateDirectory=".\Release"
1.1       paf        20:                        ConfigurationType="4"
                     21:                        UseOfMFC="0"
1.20      misha      22:                        ATLMinimizesCRunTimeLibraryUsage="FALSE"
                     23:                        CharacterSet="2">
1.1       paf        24:                        <Tool
                     25:                                Name="VCCLCompilerTool"
1.14      paf        26:                                Optimization="2"
1.20      misha      27:                                GlobalOptimizations="TRUE"
1.1       paf        28:                                InlineFunctionExpansion="1"
1.21    ! misha      29:                                AdditionalIncludeDirectories="..\lib\gd;..\include;..\classes;..\sql;..\lib\gc\include;..\lib\cord\include;..\..\..\win32\pcre;..\lib\sdbm\apr-include;..\..\..\win32\psapi;..\..\..\win32\gnome\glib\include;..\..\..\win32\gnome\glib\include\glib;..\..\..\win32\gnome\gmime-x.x.x;..\..\..\win32\gnome\libxml2-x.x.x\win32\release\include;..\..\..\win32\gnome\libxslt-x.x.x\win32\release\include"
1.1       paf        30:                                PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
1.20      misha      31:                                StringPooling="TRUE"
1.1       paf        32:                                RuntimeLibrary="2"
1.20      misha      33:                                EnableFunctionLevelLinking="TRUE"
                     34:                                UsePrecompiledHeader="2"
1.8       paf        35:                                PrecompiledHeaderFile=".\Release/types.pch"
                     36:                                AssemblerListingLocation=".\Release/"
                     37:                                ObjectFile=".\Release/"
                     38:                                ProgramDataBaseFileName=".\Release/"
1.5       paf        39:                                WarningLevel="4"
1.20      misha      40:                                SuppressStartupBanner="TRUE"
1.1       paf        41:                                DebugInformationFormat="3"
1.20      misha      42:                                CompileAs="2"/>
                     43:                        <Tool
                     44:                                Name="VCCustomBuildTool"/>
1.18      paf        45:                        <Tool
1.20      misha      46:                                Name="VCLibrarianTool"
                     47:                                OutputFile=".\Release\types.lib"
                     48:                                SuppressStartupBanner="TRUE"/>
1.1       paf        49:                        <Tool
1.20      misha      50:                                Name="VCMIDLTool"/>
                     51:                        <Tool
                     52:                                Name="VCPostBuildEventTool"/>
1.18      paf        53:                        <Tool
1.20      misha      54:                                Name="VCPreBuildEventTool"/>
1.1       paf        55:                        <Tool
1.20      misha      56:                                Name="VCPreLinkEventTool"/>
1.1       paf        57:                        <Tool
1.20      misha      58:                                Name="VCResourceCompilerTool"
                     59:                                PreprocessorDefinitions="NDEBUG"
                     60:                                Culture="1049"/>
1.1       paf        61:                        <Tool
1.20      misha      62:                                Name="VCWebServiceProxyGeneratorTool"/>
1.1       paf        63:                        <Tool
1.20      misha      64:                                Name="VCXMLDataGeneratorTool"/>
1.1       paf        65:                        <Tool
1.20      misha      66:                                Name="VCManagedWrapperGeneratorTool"/>
1.1       paf        67:                        <Tool
1.20      misha      68:                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
1.1       paf        69:                </Configuration>
                     70:                <Configuration
                     71:                        Name="Debug|Win32"
                     72:                        OutputDirectory=".\Debug"
                     73:                        IntermediateDirectory=".\Debug"
                     74:                        ConfigurationType="4"
                     75:                        UseOfMFC="2"
1.20      misha      76:                        ATLMinimizesCRunTimeLibraryUsage="FALSE"
                     77:                        CharacterSet="2">
1.1       paf        78:                        <Tool
                     79:                                Name="VCCLCompilerTool"
                     80:                                Optimization="0"
1.21    ! misha      81:                                AdditionalIncludeDirectories="..\lib\gd;..\include;..\classes;..\sql;..\lib\gc\include;..\lib\cord\include;..\..\..\win32\pcre;..\lib\sdbm\apr-include;..\..\..\win32\psapi;..\..\..\win32\gnome\glib\include;..\..\..\win32\gnome\glib\include\glib;..\..\..\win32\gnome\gmime-x.x.x;..\..\..\win32\gnome\libxml2-x.x.x\win32\debug\include;..\..\..\win32\gnome\libxslt-x.x.x\win32\debug\include"
1.1       paf        82:                                PreprocessorDefinitions="WIN32;_DEBUG;_LIB"
                     83:                                BasicRuntimeChecks="3"
                     84:                                RuntimeLibrary="3"
1.20      misha      85:                                UsePrecompiledHeader="2"
1.1       paf        86:                                PrecompiledHeaderFile=".\Debug/types.pch"
                     87:                                AssemblerListingLocation=".\Debug/"
                     88:                                ObjectFile=".\Debug/"
                     89:                                ProgramDataBaseFileName=".\Debug/"
1.5       paf        90:                                WarningLevel="4"
1.20      misha      91:                                SuppressStartupBanner="TRUE"
1.1       paf        92:                                DebugInformationFormat="3"
1.20      misha      93:                                CompileAs="2"/>
                     94:                        <Tool
                     95:                                Name="VCCustomBuildTool"/>
1.18      paf        96:                        <Tool
1.20      misha      97:                                Name="VCLibrarianTool"
                     98:                                OutputFile=".\Debug\types.lib"
                     99:                                SuppressStartupBanner="TRUE"/>
1.1       paf       100:                        <Tool
1.20      misha     101:                                Name="VCMIDLTool"/>
                    102:                        <Tool
                    103:                                Name="VCPostBuildEventTool"/>
1.18      paf       104:                        <Tool
1.20      misha     105:                                Name="VCPreBuildEventTool"/>
1.1       paf       106:                        <Tool
1.20      misha     107:                                Name="VCPreLinkEventTool"/>
1.1       paf       108:                        <Tool
1.20      misha     109:                                Name="VCResourceCompilerTool"
                    110:                                PreprocessorDefinitions="_DEBUG"
                    111:                                Culture="1049"/>
1.1       paf       112:                        <Tool
1.20      misha     113:                                Name="VCWebServiceProxyGeneratorTool"/>
1.1       paf       114:                        <Tool
1.20      misha     115:                                Name="VCXMLDataGeneratorTool"/>
1.1       paf       116:                        <Tool
1.20      misha     117:                                Name="VCManagedWrapperGeneratorTool"/>
1.1       paf       118:                        <Tool
1.20      misha     119:                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
1.1       paf       120:                </Configuration>
                    121:        </Configurations>
                    122:        <References>
                    123:        </References>
                    124:        <Files>
                    125:                <Filter
                    126:                        Name="psapi"
1.20      misha     127:                        Filter="">
1.1       paf       128:                        <File
1.20      misha     129:                                RelativePath="..\..\..\win32\psapi\Psapi.h">
1.1       paf       130:                        </File>
                    131:                        <File
1.20      misha     132:                                RelativePath="..\..\..\win32\psapi\Psapi.Lib">
1.1       paf       133:                        </File>
                    134:                </Filter>
                    135:                <File
1.20      misha     136:                        RelativePath=".\pa_junction.h">
1.1       paf       137:                </File>
                    138:                <File
1.20      misha     139:                        RelativePath=".\pa_method.h">
1.1       paf       140:                </File>
                    141:                <File
1.20      misha     142:                        RelativePath=".\pa_property.h">
1.15      paf       143:                </File>
                    144:                <File
1.20      misha     145:                        RelativePath=".\pa_value.C">
1.1       paf       146:                </File>
                    147:                <File
1.20      misha     148:                        RelativePath=".\pa_value.h">
1.1       paf       149:                </File>
                    150:                <File
1.20      misha     151:                        RelativePath=".\pa_vbool.h">
1.9       paf       152:                </File>
                    153:                <File
1.20      misha     154:                        RelativePath=".\pa_vclass.C">
1.9       paf       155:                </File>
                    156:                <File
1.20      misha     157:                        RelativePath=".\pa_vclass.h">
1.9       paf       158:                </File>
                    159:                <File
1.20      misha     160:                        RelativePath=".\pa_vcode_frame.h">
1.1       paf       161:                </File>
                    162:                <File
1.20      misha     163:                        RelativePath=".\pa_vconsole.h">
1.4       paf       164:                </File>
                    165:                <File
1.20      misha     166:                        RelativePath=".\pa_vcookie.C">
1.1       paf       167:                </File>
                    168:                <File
1.20      misha     169:                        RelativePath=".\pa_vcookie.h">
1.1       paf       170:                </File>
                    171:                <File
1.20      misha     172:                        RelativePath=".\pa_vdate.h">
1.9       paf       173:                </File>
                    174:                <File
1.20      misha     175:                        RelativePath=".\pa_vdouble.h">
1.9       paf       176:                </File>
                    177:                <File
1.20      misha     178:                        RelativePath=".\pa_venv.C">
1.16      paf       179:                </File>
                    180:                <File
1.20      misha     181:                        RelativePath=".\pa_venv.h">
1.9       paf       182:                </File>
                    183:                <File
1.20      misha     184:                        RelativePath=".\pa_vfile.C">
1.9       paf       185:                </File>
                    186:                <File
1.20      misha     187:                        RelativePath=".\pa_vfile.h">
1.9       paf       188:                </File>
                    189:                <File
1.20      misha     190:                        RelativePath=".\pa_vform.C">
1.9       paf       191:                </File>
                    192:                <File
1.20      misha     193:                        RelativePath=".\pa_vform.h">
1.14      paf       194:                </File>
                    195:                <File
1.20      misha     196:                        RelativePath=".\pa_vhash.C">
1.9       paf       197:                </File>
                    198:                <File
1.20      misha     199:                        RelativePath=".\pa_vhash.h">
1.3       paf       200:                </File>
                    201:                <File
1.20      misha     202:                        RelativePath=".\pa_vhashfile.C">
1.1       paf       203:                </File>
                    204:                <File
1.20      misha     205:                        RelativePath=".\pa_vhashfile.h">
1.1       paf       206:                </File>
                    207:                <File
1.20      misha     208:                        RelativePath=".\pa_vimage.C">
1.9       paf       209:                </File>
                    210:                <File
1.20      misha     211:                        RelativePath=".\pa_vimage.h">
1.9       paf       212:                </File>
                    213:                <File
1.20      misha     214:                        RelativePath=".\pa_vint.h">
1.9       paf       215:                </File>
                    216:                <File
1.20      misha     217:                        RelativePath=".\pa_vjunction.C">
1.19      misha     218:                </File>
                    219:                <File
1.20      misha     220:                        RelativePath=".\pa_vjunction.h">
1.9       paf       221:                </File>
                    222:                <File
1.20      misha     223:                        RelativePath=".\pa_vmail.C">
1.9       paf       224:                </File>
                    225:                <File
1.20      misha     226:                        RelativePath=".\pa_vmail.h">
1.9       paf       227:                </File>
                    228:                <File
1.20      misha     229:                        RelativePath=".\pa_vmath.C">
1.9       paf       230:                </File>
                    231:                <File
1.20      misha     232:                        RelativePath=".\pa_vmath.h">
1.9       paf       233:                </File>
                    234:                <File
1.20      misha     235:                        RelativePath=".\pa_vmemory.h">
1.9       paf       236:                </File>
                    237:                <File
1.20      misha     238:                        RelativePath=".\pa_vmethod_frame.C">
1.9       paf       239:                </File>
                    240:                <File
1.20      misha     241:                        RelativePath=".\pa_vmethod_frame.h">
1.9       paf       242:                </File>
                    243:                <File
1.20      misha     244:                        RelativePath=".\pa_vobject.C">
1.9       paf       245:                </File>
                    246:                <File
1.20      misha     247:                        RelativePath=".\pa_vobject.h">
1.15      paf       248:                </File>
                    249:                <File
1.20      misha     250:                        RelativePath=".\pa_vproperty.C">
1.19      misha     251:                </File>
                    252:                <File
1.20      misha     253:                        RelativePath=".\pa_vproperty.h">
1.9       paf       254:                </File>
                    255:                <File
1.20      misha     256:                        RelativePath=".\pa_vrequest.C">
1.9       paf       257:                </File>
                    258:                <File
1.20      misha     259:                        RelativePath=".\pa_vrequest.h">
1.9       paf       260:                </File>
                    261:                <File
1.20      misha     262:                        RelativePath=".\pa_vresponse.C">
1.9       paf       263:                </File>
                    264:                <File
1.20      misha     265:                        RelativePath=".\pa_vresponse.h">
1.9       paf       266:                </File>
                    267:                <File
1.20      misha     268:                        RelativePath=".\pa_vstateless_class.C">
1.9       paf       269:                </File>
                    270:                <File
1.20      misha     271:                        RelativePath=".\pa_vstateless_class.h">
1.9       paf       272:                </File>
                    273:                <File
1.20      misha     274:                        RelativePath=".\pa_vstateless_object.h">
1.9       paf       275:                </File>
                    276:                <File
1.20      misha     277:                        RelativePath=".\pa_vstatus.C">
1.9       paf       278:                </File>
                    279:                <File
1.20      misha     280:                        RelativePath=".\pa_vstatus.h">
1.9       paf       281:                </File>
                    282:                <File
1.20      misha     283:                        RelativePath=".\pa_vstring.C">
1.9       paf       284:                </File>
                    285:                <File
1.20      misha     286:                        RelativePath=".\pa_vstring.h">
1.9       paf       287:                </File>
                    288:                <File
1.20      misha     289:                        RelativePath=".\pa_vtable.C">
1.9       paf       290:                </File>
                    291:                <File
1.20      misha     292:                        RelativePath=".\pa_vtable.h">
1.9       paf       293:                </File>
                    294:                <File
1.20      misha     295:                        RelativePath=".\pa_vvoid.C">
1.12      paf       296:                </File>
                    297:                <File
1.20      misha     298:                        RelativePath=".\pa_vvoid.h">
1.9       paf       299:                </File>
                    300:                <File
1.20      misha     301:                        RelativePath=".\pa_vxdoc.C">
1.9       paf       302:                </File>
                    303:                <File
1.20      misha     304:                        RelativePath=".\pa_vxdoc.h">
1.9       paf       305:                </File>
                    306:                <File
1.20      misha     307:                        RelativePath=".\pa_vxnode.C">
1.9       paf       308:                </File>
                    309:                <File
1.20      misha     310:                        RelativePath=".\pa_vxnode.h">
1.9       paf       311:                </File>
                    312:                <File
1.20      misha     313:                        RelativePath=".\pa_wcontext.C">
1.1       paf       314:                </File>
                    315:                <File
1.20      misha     316:                        RelativePath=".\pa_wcontext.h">
1.1       paf       317:                </File>
                    318:                <File
1.20      misha     319:                        RelativePath=".\pa_wwrapper.h">
1.1       paf       320:                </File>
                    321:        </Files>
                    322:        <Globals>
                    323:        </Globals>
                    324: </VisualStudioProject>

E-mail: