Annotation of parser3/src/targets/cgi/parser3.vcproj, revision 1.14

1.1       paf         1: <?xml version="1.0" encoding="windows-1251"?>
                      2: <VisualStudioProject
                      3:        ProjectType="Visual C++"
1.14    ! paf         4:        Version="8.00"
1.1       paf         5:        Name="parser3"
1.14    ! paf         6:        ProjectGUID="{33B3FF55-1BB6-4F22-A448-04065AC10AFB}"
        !             7:        RootNamespace="parser3"
        !             8:        >
1.1       paf         9:        <Platforms>
                     10:                <Platform
1.14    ! paf        11:                        Name="Win32"
        !            12:                />
1.1       paf        13:        </Platforms>
1.14    ! paf        14:        <ToolFiles>
        !            15:        </ToolFiles>
1.1       paf        16:        <Configurations>
                     17:                <Configuration
                     18:                        Name="Release|Win32"
                     19:                        OutputDirectory=".\Release"
                     20:                        IntermediateDirectory=".\Release"
                     21:                        ConfigurationType="1"
1.14    ! paf        22:                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
1.1       paf        23:                        UseOfMFC="0"
1.14    ! paf        24:                        ATLMinimizesCRunTimeLibraryUsage="false"
        !            25:                        >
        !            26:                        <Tool
        !            27:                                Name="VCPreBuildEventTool"
        !            28:                        />
        !            29:                        <Tool
        !            30:                                Name="VCCustomBuildTool"
        !            31:                        />
        !            32:                        <Tool
        !            33:                                Name="VCXMLDataGeneratorTool"
        !            34:                        />
        !            35:                        <Tool
        !            36:                                Name="VCWebServiceProxyGeneratorTool"
        !            37:                        />
        !            38:                        <Tool
        !            39:                                Name="VCMIDLTool"
        !            40:                                TypeLibraryName=".\Release/parser3.tlb"
        !            41:                                HeaderFileName=""
        !            42:                        />
1.1       paf        43:                        <Tool
                     44:                                Name="VCCLCompilerTool"
                     45:                                AdditionalOptions="/vmg"
1.12      paf        46:                                Optimization="2"
1.1       paf        47:                                InlineFunctionExpansion="1"
1.13      paf        48:                                AdditionalIncludeDirectories="..\..;..\..\types;..\..\include;..\..\classes;..\..\sql;..\..\lib\gc\include;..\..\lib\cord\include;..\..\lib\pcre;..\..\..\..\win32\gnome\libxml2-x.x.x\win32\release\include;..\..\..\..\win32\gnome\libxslt-x.x.x\win32\release\include"
1.1       paf        49:                                PreprocessorDefinitions="NDEBUG;_CONSOLE;WIN32"
1.14    ! paf        50:                                StringPooling="true"
1.1       paf        51:                                RuntimeLibrary="2"
1.14    ! paf        52:                                EnableFunctionLevelLinking="true"
        !            53:                                UsePrecompiledHeader="0"
1.1       paf        54:                                PrecompiledHeaderFile=".\Release/parser3.pch"
                     55:                                AssemblerListingLocation=".\Release/"
                     56:                                ObjectFile=".\Release/"
                     57:                                ProgramDataBaseFileName=".\Release/"
                     58:                                BrowseInformation="1"
1.5       paf        59:                                WarningLevel="4"
1.14    ! paf        60:                                SuppressStartupBanner="true"
1.1       paf        61:                                DebugInformationFormat="3"
1.14    ! paf        62:                                CompileAs="2"
        !            63:                        />
1.1       paf        64:                        <Tool
1.14    ! paf        65:                                Name="VCManagedResourceCompilerTool"
        !            66:                        />
        !            67:                        <Tool
        !            68:                                Name="VCResourceCompilerTool"
        !            69:                                PreprocessorDefinitions="NDEBUG"
        !            70:                                Culture="1049"
        !            71:                        />
        !            72:                        <Tool
        !            73:                                Name="VCPreLinkEventTool"
        !            74:                        />
1.1       paf        75:                        <Tool
                     76:                                Name="VCLinkerTool"
                     77:                                AdditionalDependencies="odbc32.lib odbccp32.lib wsock32.lib"
                     78:                                OutputFile=".\Release/parser3.exe"
                     79:                                LinkIncremental="1"
1.14    ! paf        80:                                SuppressStartupBanner="true"
        !            81:                                GenerateDebugInformation="true"
1.1       paf        82:                                ProgramDatabaseFile=".\Release/parser3.pdb"
1.14    ! paf        83:                                GenerateMapFile="true"
1.1       paf        84:                                SubSystem="1"
1.14    ! paf        85:                                TargetMachine="1"
        !            86:                        />
1.1       paf        87:                        <Tool
1.14    ! paf        88:                                Name="VCALinkTool"
        !            89:                        />
1.1       paf        90:                        <Tool
1.14    ! paf        91:                                Name="VCManifestTool"
        !            92:                        />
1.1       paf        93:                        <Tool
1.14    ! paf        94:                                Name="VCXDCMakeTool"
        !            95:                        />
1.1       paf        96:                        <Tool
1.14    ! paf        97:                                Name="VCBscMakeTool"
        !            98:                        />
1.1       paf        99:                        <Tool
1.14    ! paf       100:                                Name="VCFxCopTool"
        !           101:                        />
1.1       paf       102:                        <Tool
1.14    ! paf       103:                                Name="VCAppVerifierTool"
        !           104:                        />
1.1       paf       105:                        <Tool
1.14    ! paf       106:                                Name="VCWebDeploymentTool"
        !           107:                        />
1.1       paf       108:                        <Tool
1.14    ! paf       109:                                Name="VCPostBuildEventTool"
        !           110:                        />
1.1       paf       111:                </Configuration>
                    112:                <Configuration
                    113:                        Name="Debug|Win32"
                    114:                        OutputDirectory=".\Debug"
                    115:                        IntermediateDirectory=".\Debug"
                    116:                        ConfigurationType="1"
1.14    ! paf       117:                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
1.1       paf       118:                        UseOfMFC="0"
1.14    ! paf       119:                        ATLMinimizesCRunTimeLibraryUsage="false"
        !           120:                        >
        !           121:                        <Tool
        !           122:                                Name="VCPreBuildEventTool"
        !           123:                        />
        !           124:                        <Tool
        !           125:                                Name="VCCustomBuildTool"
        !           126:                        />
        !           127:                        <Tool
        !           128:                                Name="VCXMLDataGeneratorTool"
        !           129:                        />
        !           130:                        <Tool
        !           131:                                Name="VCWebServiceProxyGeneratorTool"
        !           132:                        />
        !           133:                        <Tool
        !           134:                                Name="VCMIDLTool"
        !           135:                                TypeLibraryName=".\Debug/parser3.tlb"
        !           136:                                HeaderFileName=""
        !           137:                        />
1.1       paf       138:                        <Tool
                    139:                                Name="VCCLCompilerTool"
                    140:                                AdditionalOptions="/vmg"
                    141:                                Optimization="0"
1.13      paf       142:                                AdditionalIncludeDirectories="..\..;..\..\types;..\..\include;..\..\classes;..\..\sql;..\..\lib\gc\include;..\..\lib\cord\include;..\..\lib\pcre;..\..\..\..\win32\gnome\libxml2-x.x.x\win32\debug\include;..\..\..\..\win32\gnome\libxslt-x.x.x\win32\debug\include"
1.1       paf       143:                                PreprocessorDefinitions="_DEBUG;_CONSOLE;WIN32"
                    144:                                BasicRuntimeChecks="3"
                    145:                                RuntimeLibrary="3"
1.14    ! paf       146:                                UsePrecompiledHeader="0"
1.1       paf       147:                                PrecompiledHeaderFile=".\Debug/parser3.pch"
                    148:                                AssemblerListingLocation=".\Debug/"
                    149:                                ObjectFile=".\Debug/"
                    150:                                ProgramDataBaseFileName=".\Debug/"
                    151:                                BrowseInformation="1"
1.5       paf       152:                                WarningLevel="4"
1.14    ! paf       153:                                SuppressStartupBanner="true"
1.1       paf       154:                                DebugInformationFormat="3"
1.14    ! paf       155:                                CompileAs="2"
        !           156:                        />
1.1       paf       157:                        <Tool
1.14    ! paf       158:                                Name="VCManagedResourceCompilerTool"
        !           159:                        />
        !           160:                        <Tool
        !           161:                                Name="VCResourceCompilerTool"
        !           162:                                PreprocessorDefinitions="_DEBUG"
        !           163:                                Culture="1049"
        !           164:                        />
        !           165:                        <Tool
        !           166:                                Name="VCPreLinkEventTool"
        !           167:                        />
1.1       paf       168:                        <Tool
                    169:                                Name="VCLinkerTool"
                    170:                                AdditionalDependencies="odbc32.lib odbccp32.lib wsock32.lib"
                    171:                                OutputFile="Debug/parser3.exe "
1.2       paf       172:                                LinkIncremental="2"
1.14    ! paf       173:                                SuppressStartupBanner="true"
1.1       paf       174:                                IgnoreDefaultLibraryNames="msvcrt"
1.14    ! paf       175:                                GenerateDebugInformation="true"
1.1       paf       176:                                ProgramDatabaseFile=".\Debug/parser3.pdb"
                    177:                                SubSystem="1"
1.14    ! paf       178:                                TargetMachine="1"
        !           179:                        />
1.1       paf       180:                        <Tool
1.14    ! paf       181:                                Name="VCALinkTool"
        !           182:                        />
1.1       paf       183:                        <Tool
1.14    ! paf       184:                                Name="VCManifestTool"
        !           185:                        />
1.1       paf       186:                        <Tool
1.14    ! paf       187:                                Name="VCXDCMakeTool"
        !           188:                        />
1.1       paf       189:                        <Tool
1.14    ! paf       190:                                Name="VCBscMakeTool"
        !           191:                        />
1.1       paf       192:                        <Tool
1.14    ! paf       193:                                Name="VCFxCopTool"
        !           194:                        />
1.1       paf       195:                        <Tool
1.14    ! paf       196:                                Name="VCAppVerifierTool"
        !           197:                        />
1.1       paf       198:                        <Tool
1.14    ! paf       199:                                Name="VCWebDeploymentTool"
        !           200:                        />
1.1       paf       201:                        <Tool
1.14    ! paf       202:                                Name="VCPostBuildEventTool"
        !           203:                        />
1.1       paf       204:                </Configuration>
                    205:        </Configurations>
                    206:        <References>
                    207:        </References>
                    208:        <Files>
                    209:                <File
1.14    ! paf       210:                        RelativePath=".\getopt.c"
        !           211:                        >
1.1       paf       212:                </File>
                    213:                <File
1.14    ! paf       214:                        RelativePath=".\getopt.h"
        !           215:                        >
1.1       paf       216:                </File>
                    217:                <File
1.14    ! paf       218:                        RelativePath=".\pa_threads.C"
        !           219:                        >
1.1       paf       220:                </File>
                    221:                <File
1.14    ! paf       222:                        RelativePath=".\parser3.C"
        !           223:                        >
1.1       paf       224:                </File>
                    225:        </Files>
                    226:        <Globals>
                    227:        </Globals>
                    228: </VisualStudioProject>

E-mail: