Annotation of parser3/src/main/main.vcproj, revision 1.19

1.1       paf         1: <?xml version="1.0" encoding="windows-1251"?>
                      2: <VisualStudioProject
                      3:        ProjectType="Visual C++"
1.19    ! paf         4:        Version="8.00"
1.1       paf         5:        Name="main"
1.19    ! paf         6:        ProjectGUID="{650C3584-6F31-4CDE-9A4E-42BAAD4EA88E}"
        !             7:        RootNamespace="main"
        !             8:        Keyword="MFCProj"
        !             9:        >
1.1       paf        10:        <Platforms>
                     11:                <Platform
1.19    ! paf        12:                        Name="Win32"
        !            13:                />
1.1       paf        14:        </Platforms>
1.19    ! paf        15:        <ToolFiles>
        !            16:        </ToolFiles>
1.1       paf        17:        <Configurations>
                     18:                <Configuration
                     19:                        Name="Release|Win32"
                     20:                        OutputDirectory=".\Release"
                     21:                        IntermediateDirectory=".\Release"
                     22:                        ConfigurationType="4"
1.19    ! paf        23:                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
1.1       paf        24:                        UseOfMFC="0"
1.19    ! paf        25:                        ATLMinimizesCRunTimeLibraryUsage="false"
        !            26:                        >
        !            27:                        <Tool
        !            28:                                Name="VCPreBuildEventTool"
        !            29:                        />
        !            30:                        <Tool
        !            31:                                Name="VCCustomBuildTool"
        !            32:                        />
        !            33:                        <Tool
        !            34:                                Name="VCXMLDataGeneratorTool"
        !            35:                        />
        !            36:                        <Tool
        !            37:                                Name="VCWebServiceProxyGeneratorTool"
        !            38:                        />
        !            39:                        <Tool
        !            40:                                Name="VCMIDLTool"
        !            41:                        />
1.1       paf        42:                        <Tool
                     43:                                Name="VCCLCompilerTool"
1.15      paf        44:                                Optimization="2"
1.1       paf        45:                                InlineFunctionExpansion="1"
1.17      paf        46:                                AdditionalIncludeDirectories="..\lib\ltdl;..\classes\gd;..\include;..\types;..\classes;..\lib\gc\include;..\lib\cord\include;..\lib\pcre;..\sql;..\..\..\win32\gnome\libxml2-x.x.x\win32\release\include;..\..\..\win32\gnome\libxslt-x.x.x\win32\release\include"
1.1       paf        47:                                PreprocessorDefinitions="NDEBUG;_LIB;WIN32"
1.19    ! paf        48:                                StringPooling="true"
1.1       paf        49:                                RuntimeLibrary="2"
1.19    ! paf        50:                                EnableFunctionLevelLinking="true"
        !            51:                                UsePrecompiledHeader="0"
1.1       paf        52:                                PrecompiledHeaderFile=".\Release/main.pch"
                     53:                                AssemblerListingLocation=".\Release/"
                     54:                                ObjectFile=".\Release/"
                     55:                                ProgramDataBaseFileName=".\Release/"
1.6       paf        56:                                WarningLevel="4"
1.19    ! paf        57:                                SuppressStartupBanner="true"
1.1       paf        58:                                DebugInformationFormat="3"
1.19    ! paf        59:                                CompileAs="2"
        !            60:                        />
        !            61:                        <Tool
        !            62:                                Name="VCManagedResourceCompilerTool"
        !            63:                        />
1.1       paf        64:                        <Tool
1.19    ! paf        65:                                Name="VCResourceCompilerTool"
        !            66:                                PreprocessorDefinitions="NDEBUG"
        !            67:                                Culture="1049"
        !            68:                        />
        !            69:                        <Tool
        !            70:                                Name="VCPreLinkEventTool"
        !            71:                        />
1.1       paf        72:                        <Tool
                     73:                                Name="VCLibrarianTool"
                     74:                                OutputFile=".\Release\main.lib"
1.19    ! paf        75:                                SuppressStartupBanner="true"
        !            76:                        />
1.1       paf        77:                        <Tool
1.19    ! paf        78:                                Name="VCALinkTool"
        !            79:                        />
1.1       paf        80:                        <Tool
1.19    ! paf        81:                                Name="VCXDCMakeTool"
        !            82:                        />
1.1       paf        83:                        <Tool
1.19    ! paf        84:                                Name="VCBscMakeTool"
        !            85:                        />
1.1       paf        86:                        <Tool
1.19    ! paf        87:                                Name="VCFxCopTool"
        !            88:                        />
1.1       paf        89:                        <Tool
1.19    ! paf        90:                                Name="VCPostBuildEventTool"
        !            91:                        />
1.1       paf        92:                </Configuration>
                     93:                <Configuration
1.9       paf        94:                        Name="Debug|Win32"
                     95:                        OutputDirectory=".\Debug"
                     96:                        IntermediateDirectory=".\Debug"
1.1       paf        97:                        ConfigurationType="4"
1.19    ! paf        98:                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
1.1       paf        99:                        UseOfMFC="2"
1.19    ! paf       100:                        ATLMinimizesCRunTimeLibraryUsage="false"
        !           101:                        >
        !           102:                        <Tool
        !           103:                                Name="VCPreBuildEventTool"
        !           104:                        />
        !           105:                        <Tool
        !           106:                                Name="VCCustomBuildTool"
        !           107:                        />
        !           108:                        <Tool
        !           109:                                Name="VCXMLDataGeneratorTool"
        !           110:                        />
        !           111:                        <Tool
        !           112:                                Name="VCWebServiceProxyGeneratorTool"
        !           113:                        />
        !           114:                        <Tool
        !           115:                                Name="VCMIDLTool"
        !           116:                        />
1.1       paf       117:                        <Tool
                    118:                                Name="VCCLCompilerTool"
                    119:                                Optimization="0"
1.17      paf       120:                                AdditionalIncludeDirectories="..\lib\ltdl;..\classes\gd;..\include;..\types;..\classes;..\lib\gc\include;..\lib\cord\include;..\lib\pcre;..\sql;..\..\..\win32\gnome\libxml2-x.x.x\win32\debug\include;..\..\..\win32\gnome\libxslt-x.x.x\win32\debug\include"
1.1       paf       121:                                PreprocessorDefinitions="_DEBUG;_LIB;WIN32"
                    122:                                BasicRuntimeChecks="3"
                    123:                                RuntimeLibrary="3"
1.19    ! paf       124:                                DisableLanguageExtensions="false"
        !           125:                                RuntimeTypeInfo="false"
        !           126:                                UsePrecompiledHeader="0"
1.9       paf       127:                                PrecompiledHeaderFile=".\Debug/main.pch"
                    128:                                AssemblerListingLocation=".\Debug/"
                    129:                                ObjectFile=".\Debug/"
                    130:                                ProgramDataBaseFileName=".\Debug/"
1.1       paf       131:                                BrowseInformation="1"
1.9       paf       132:                                WarningLevel="4"
1.19    ! paf       133:                                SuppressStartupBanner="true"
1.1       paf       134:                                DebugInformationFormat="3"
1.19    ! paf       135:                                CompileAs="2"
        !           136:                        />
        !           137:                        <Tool
        !           138:                                Name="VCManagedResourceCompilerTool"
        !           139:                        />
1.1       paf       140:                        <Tool
1.19    ! paf       141:                                Name="VCResourceCompilerTool"
        !           142:                                PreprocessorDefinitions="_DEBUG"
        !           143:                                Culture="1049"
        !           144:                        />
        !           145:                        <Tool
        !           146:                                Name="VCPreLinkEventTool"
        !           147:                        />
1.1       paf       148:                        <Tool
                    149:                                Name="VCLibrarianTool"
1.9       paf       150:                                OutputFile=".\Debug\main.lib"
1.19    ! paf       151:                                SuppressStartupBanner="true"
        !           152:                        />
1.1       paf       153:                        <Tool
1.19    ! paf       154:                                Name="VCALinkTool"
        !           155:                        />
1.1       paf       156:                        <Tool
1.19    ! paf       157:                                Name="VCXDCMakeTool"
        !           158:                        />
1.1       paf       159:                        <Tool
1.19    ! paf       160:                                Name="VCBscMakeTool"
        !           161:                        />
1.1       paf       162:                        <Tool
1.19    ! paf       163:                                Name="VCFxCopTool"
        !           164:                        />
1.1       paf       165:                        <Tool
1.19    ! paf       166:                                Name="VCPostBuildEventTool"
        !           167:                        />
1.1       paf       168:                </Configuration>
                    169:        </Configurations>
                    170:        <References>
                    171:        </References>
                    172:        <Files>
                    173:                <Filter
                    174:                        Name="sql"
1.19    ! paf       175:                        >
1.1       paf       176:                        <File
1.19    ! paf       177:                                RelativePath="..\sql\pa_sql_driver.h"
        !           178:                                >
1.1       paf       179:                        </File>
                    180:                </Filter>
                    181:                <File
1.19    ! paf       182:                        RelativePath=".\compile.C"
        !           183:                        >
1.1       paf       184:                </File>
                    185:                <File
1.19    ! paf       186:                        RelativePath=".\compile.tab.C"
        !           187:                        >
1.1       paf       188:                </File>
                    189:                <File
1.19    ! paf       190:                        RelativePath="compile.y"
        !           191:                        >
1.1       paf       192:                        <FileConfiguration
1.19    ! paf       193:                                Name="Release|Win32"
        !           194:                                >
1.1       paf       195:                                <Tool
                    196:                                        Name="VCCustomBuildTool"
                    197:                                        Description="Compiling grammar..."
1.19    ! paf       198:                                        CommandLine="cd &quot;$(InputDir)&quot;&#x0D;&#x0A;set BISON_SIMPLE=..\..\..\win32\tools\usr\share\bison.simple&#x0D;&#x0A;..\..\..\win32\tools\bison -v &quot;$(InputName)&quot;.y -o compile.tab.C&#x0D;&#x0A;"
        !           199:                                        Outputs="compile.tab.C"
        !           200:                                />
1.1       paf       201:                        </FileConfiguration>
                    202:                        <FileConfiguration
1.19    ! paf       203:                                Name="Debug|Win32"
        !           204:                                >
1.1       paf       205:                                <Tool
                    206:                                        Name="VCCustomBuildTool"
                    207:                                        Description="Compiling grammar..."
1.19    ! paf       208:                                        CommandLine="cd &quot;$(InputDir)&quot;&#x0D;&#x0A;echo TURNED OFF FOR A WHILE (use unix version) ..\..\..\win32\tools\bison -v &quot;$(InputName)&quot;.y -o compile.tab.C -S/../../../cygdrive/y/parser3project/win32/tools/yacc.c&#x0D;&#x0A;"
        !           209:                                        Outputs="compile.tab.C"
        !           210:                                />
1.1       paf       211:                        </FileConfiguration>
                    212:                </File>
                    213:                <File
1.19    ! paf       214:                        RelativePath=".\compile_tools.C"
        !           215:                        >
1.1       paf       216:                </File>
                    217:                <File
1.19    ! paf       218:                        RelativePath=".\compile_tools.h"
        !           219:                        >
1.1       paf       220:                </File>
                    221:                <File
1.19    ! paf       222:                        RelativePath=".\execute.C"
        !           223:                        >
1.1       paf       224:                </File>
                    225:                <File
1.19    ! paf       226:                        RelativePath="..\include\pa_array.h"
        !           227:                        >
1.1       paf       228:                </File>
                    229:                <File
1.19    ! paf       230:                        RelativePath=".\pa_cache_managers.C"
        !           231:                        >
1.1       paf       232:                </File>
                    233:                <File
1.19    ! paf       234:                        RelativePath="..\include\pa_cache_managers.h"
        !           235:                        >
1.1       paf       236:                </File>
                    237:                <File
1.19    ! paf       238:                        RelativePath=".\pa_charset.C"
        !           239:                        >
1.1       paf       240:                </File>
                    241:                <File
1.19    ! paf       242:                        RelativePath="..\include\pa_charset.h"
        !           243:                        >
1.1       paf       244:                </File>
                    245:                <File
1.19    ! paf       246:                        RelativePath=".\pa_charsets.C"
        !           247:                        >
1.1       paf       248:                </File>
                    249:                <File
1.19    ! paf       250:                        RelativePath="..\include\pa_charsets.h"
        !           251:                        >
1.1       paf       252:                </File>
                    253:                <File
1.19    ! paf       254:                        RelativePath=".\pa_common.C"
        !           255:                        >
1.1       paf       256:                </File>
                    257:                <File
1.19    ! paf       258:                        RelativePath="..\include\pa_common.h"
        !           259:                        >
1.1       paf       260:                </File>
                    261:                <File
1.19    ! paf       262:                        RelativePath="..\include\pa_config_fixed.h"
        !           263:                        >
1.1       paf       264:                </File>
                    265:                <File
1.19    ! paf       266:                        RelativePath="..\include\pa_config_includes.h"
        !           267:                        >
1.1       paf       268:                </File>
                    269:                <File
1.19    ! paf       270:                        RelativePath=".\pa_dictionary.C"
        !           271:                        >
1.1       paf       272:                </File>
                    273:                <File
1.19    ! paf       274:                        RelativePath="..\include\pa_dictionary.h"
        !           275:                        >
1.1       paf       276:                </File>
                    277:                <File
1.19    ! paf       278:                        RelativePath=".\pa_dir.C"
        !           279:                        >
1.1       paf       280:                </File>
                    281:                <File
1.19    ! paf       282:                        RelativePath="..\include\pa_dir.h"
        !           283:                        >
1.1       paf       284:                </File>
                    285:                <File
1.19    ! paf       286:                        RelativePath=".\pa_exception.C"
        !           287:                        >
1.1       paf       288:                </File>
                    289:                <File
1.19    ! paf       290:                        RelativePath="..\include\pa_exception.h"
        !           291:                        >
1.1       paf       292:                </File>
                    293:                <File
1.19    ! paf       294:                        RelativePath=".\pa_exec.C"
        !           295:                        >
1.1       paf       296:                </File>
                    297:                <File
1.19    ! paf       298:                        RelativePath="..\include\pa_exec.h"
        !           299:                        >
1.1       paf       300:                </File>
                    301:                <File
1.19    ! paf       302:                        RelativePath=".\pa_globals.C"
        !           303:                        >
1.1       paf       304:                </File>
                    305:                <File
1.19    ! paf       306:                        RelativePath="..\include\pa_globals.h"
        !           307:                        >
1.1       paf       308:                </File>
                    309:                <File
1.19    ! paf       310:                        RelativePath="..\include\pa_hash.h"
        !           311:                        >
1.1       paf       312:                </File>
                    313:                <File
1.19    ! paf       314:                        RelativePath=".\pa_http.C"
        !           315:                        >
1.16      paf       316:                </File>
                    317:                <File
1.19    ! paf       318:                        RelativePath="..\include\pa_http.h"
        !           319:                        >
1.16      paf       320:                </File>
                    321:                <File
1.19    ! paf       322:                        RelativePath=".\pa_memory.C"
        !           323:                        >
1.1       paf       324:                </File>
                    325:                <File
1.19    ! paf       326:                        RelativePath="..\include\pa_memory.h"
        !           327:                        >
1.1       paf       328:                </File>
                    329:                <File
1.19    ! paf       330:                        RelativePath="..\include\pa_opcode.h"
        !           331:                        >
1.1       paf       332:                </File>
                    333:                <File
1.19    ! paf       334:                        RelativePath="..\include\pa_operation.h"
        !           335:                        >
1.5       paf       336:                </File>
                    337:                <File
1.19    ! paf       338:                        RelativePath=".\pa_os.C"
        !           339:                        >
1.5       paf       340:                </File>
                    341:                <File
1.19    ! paf       342:                        RelativePath="..\include\pa_os.h"
        !           343:                        >
1.5       paf       344:                </File>
                    345:                <File
1.19    ! paf       346:                        RelativePath=".\pa_pool.C"
        !           347:                        >
1.5       paf       348:                </File>
                    349:                <File
1.19    ! paf       350:                        RelativePath="..\include\pa_pool.h"
        !           351:                        >
1.1       paf       352:                </File>
                    353:                <File
1.19    ! paf       354:                        RelativePath=".\pa_request.C"
        !           355:                        >
1.1       paf       356:                </File>
                    357:                <File
1.19    ! paf       358:                        RelativePath="..\include\pa_request.h"
        !           359:                        >
1.1       paf       360:                </File>
                    361:                <File
1.19    ! paf       362:                        RelativePath="..\include\pa_request_charsets.h"
        !           363:                        >
1.1       paf       364:                </File>
                    365:                <File
1.19    ! paf       366:                        RelativePath="..\include\pa_request_info.h"
        !           367:                        >
1.1       paf       368:                </File>
                    369:                <File
1.19    ! paf       370:                        RelativePath="..\include\pa_sapi.h"
        !           371:                        >
1.1       paf       372:                </File>
                    373:                <File
1.19    ! paf       374:                        RelativePath=".\pa_socks.C"
        !           375:                        >
1.1       paf       376:                </File>
                    377:                <File
1.19    ! paf       378:                        RelativePath="..\include\pa_socks.h"
        !           379:                        >
1.1       paf       380:                </File>
                    381:                <File
1.19    ! paf       382:                        RelativePath="..\include\pa_sql_connection.h"
        !           383:                        >
1.1       paf       384:                </File>
                    385:                <File
1.19    ! paf       386:                        RelativePath=".\pa_sql_driver_manager.C"
        !           387:                        >
1.1       paf       388:                </File>
                    389:                <File
1.19    ! paf       390:                        RelativePath="..\include\pa_sql_driver_manager.h"
        !           391:                        >
1.1       paf       392:                </File>
                    393:                <File
1.19    ! paf       394:                        RelativePath="..\include\pa_stack.h"
        !           395:                        >
1.1       paf       396:                </File>
                    397:                <File
1.19    ! paf       398:                        RelativePath=".\pa_string.C"
        !           399:                        >
1.1       paf       400:                </File>
                    401:                <File
1.19    ! paf       402:                        RelativePath="..\include\pa_string.h"
        !           403:                        >
1.1       paf       404:                </File>
                    405:                <File
1.19    ! paf       406:                        RelativePath=".\pa_stylesheet_connection.C"
        !           407:                        >
1.13      paf       408:                </File>
                    409:                <File
1.19    ! paf       410:                        RelativePath="..\include\pa_stylesheet_connection.h"
        !           411:                        >
1.1       paf       412:                </File>
                    413:                <File
1.19    ! paf       414:                        RelativePath=".\pa_stylesheet_manager.C"
        !           415:                        >
1.1       paf       416:                </File>
                    417:                <File
1.19    ! paf       418:                        RelativePath="..\include\pa_stylesheet_manager.h"
        !           419:                        >
1.1       paf       420:                </File>
                    421:                <File
1.19    ! paf       422:                        RelativePath=".\pa_table.C"
        !           423:                        >
1.1       paf       424:                </File>
                    425:                <File
1.19    ! paf       426:                        RelativePath="..\include\pa_table.h"
        !           427:                        >
1.1       paf       428:                </File>
                    429:                <File
1.19    ! paf       430:                        RelativePath="..\include\pa_threads.h"
        !           431:                        >
1.1       paf       432:                </File>
                    433:                <File
1.19    ! paf       434:                        RelativePath="..\include\pa_types.h"
        !           435:                        >
1.1       paf       436:                </File>
                    437:                <File
1.19    ! paf       438:                        RelativePath=".\pa_uue.C"
        !           439:                        >
1.1       paf       440:                </File>
                    441:                <File
1.19    ! paf       442:                        RelativePath="..\include\pa_uue.h"
        !           443:                        >
1.1       paf       444:                </File>
                    445:                <File
1.19    ! paf       446:                        RelativePath="..\include\pa_version.h"
        !           447:                        >
1.3       paf       448:                </File>
                    449:                <File
1.19    ! paf       450:                        RelativePath=".\pa_xml_exception.C"
        !           451:                        >
1.3       paf       452:                </File>
                    453:                <File
1.19    ! paf       454:                        RelativePath="..\include\pa_xml_exception.h"
        !           455:                        >
1.1       paf       456:                </File>
                    457:                <File
1.19    ! paf       458:                        RelativePath=".\pa_xml_io.C"
        !           459:                        >
1.7       paf       460:                </File>
                    461:                <File
1.19    ! paf       462:                        RelativePath="..\include\pa_xml_io.h"
        !           463:                        >
1.10      paf       464:                </File>
                    465:                <File
1.19    ! paf       466:                        RelativePath=".\untaint.C"
        !           467:                        >
1.1       paf       468:                </File>
                    469:        </Files>
                    470:        <Globals>
                    471:        </Globals>
                    472: </VisualStudioProject>

E-mail: