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

1.17    ! misha       1: <?xml version="1.0" encoding="windows-1251"?>
        !             2: <VisualStudioProject
        !             3:        ProjectType="Visual C++"
        !             4:        Version="7.10"
        !             5:        Name="parser3"
        !             6:        SccProjectName="parser3"
        !             7:        SccAuxPath=""
        !             8:        SccLocalPath="."
        !             9:        SccProvider="MSSCCI:Jalindi Igloo">
        !            10:        <Platforms>
        !            11:                <Platform
        !            12:                        Name="Win32"/>
        !            13:        </Platforms>
        !            14:        <Configurations>
        !            15:                <Configuration
        !            16:                        Name="Release|Win32"
        !            17:                        OutputDirectory=".\Release"
        !            18:                        IntermediateDirectory=".\Release"
        !            19:                        ConfigurationType="1"
        !            20:                        UseOfMFC="0"
        !            21:                        ATLMinimizesCRunTimeLibraryUsage="FALSE">
        !            22:                        <Tool
        !            23:                                Name="VCCLCompilerTool"
        !            24:                                AdditionalOptions="/vmg"
        !            25:                                Optimization="2"
        !            26:                                GlobalOptimizations="TRUE"
        !            27:                                InlineFunctionExpansion="1"
        !            28:                                OptimizeForWindowsApplication="TRUE"
        !            29:                                AdditionalIncludeDirectories="..\..;..\..\types;..\..\include;..\..\classes;..\..\sql;..\..\lib\gc\include;..\..\lib\cord\include;..\..\..\..\win32\pcre;..\..\..\..\win32\gnome\libxml2-x.x.x\win32\release\include;..\..\..\..\win32\gnome\libxslt-x.x.x\win32\release\include"
        !            30:                                PreprocessorDefinitions="NDEBUG;_CONSOLE;WIN32"
        !            31:                                StringPooling="TRUE"
        !            32:                                RuntimeLibrary="2"
        !            33:                                EnableFunctionLevelLinking="TRUE"
        !            34:                                EnableEnhancedInstructionSet="2"
        !            35:                                RuntimeTypeInfo="TRUE"
        !            36:                                UsePrecompiledHeader="2"
        !            37:                                PrecompiledHeaderFile=".\Release/parser3.pch"
        !            38:                                AssemblerListingLocation=".\Release/"
        !            39:                                ObjectFile=".\Release/"
        !            40:                                ProgramDataBaseFileName=".\Release/"
        !            41:                                BrowseInformation="1"
        !            42:                                WarningLevel="4"
        !            43:                                SuppressStartupBanner="TRUE"
        !            44:                                DebugInformationFormat="3"
        !            45:                                CompileAs="2"/>
        !            46:                        <Tool
        !            47:                                Name="VCCustomBuildTool"/>
        !            48:                        <Tool
        !            49:                                Name="VCLinkerTool"
        !            50:                                AdditionalDependencies="odbc32.lib odbccp32.lib wsock32.lib"
        !            51:                                OutputFile=".\Release/parser3.exe"
        !            52:                                LinkIncremental="1"
        !            53:                                SuppressStartupBanner="TRUE"
        !            54:                                GenerateDebugInformation="TRUE"
        !            55:                                ProgramDatabaseFile=".\Release/parser3.pdb"
        !            56:                                GenerateMapFile="TRUE"
        !            57:                                MapLines="TRUE"
        !            58:                                SubSystem="1"
        !            59:                                OptimizeReferences="2"
        !            60:                                OptimizeForWindows98="1"
        !            61:                                TargetMachine="1"/>
        !            62:                        <Tool
        !            63:                                Name="VCMIDLTool"
        !            64:                                TypeLibraryName=".\Release/parser3.tlb"
        !            65:                                HeaderFileName=""/>
        !            66:                        <Tool
        !            67:                                Name="VCPostBuildEventTool"/>
        !            68:                        <Tool
        !            69:                                Name="VCPreBuildEventTool"/>
        !            70:                        <Tool
        !            71:                                Name="VCPreLinkEventTool"/>
        !            72:                        <Tool
        !            73:                                Name="VCResourceCompilerTool"
        !            74:                                PreprocessorDefinitions="NDEBUG"
        !            75:                                Culture="1049"/>
        !            76:                        <Tool
        !            77:                                Name="VCWebServiceProxyGeneratorTool"/>
        !            78:                        <Tool
        !            79:                                Name="VCXMLDataGeneratorTool"/>
        !            80:                        <Tool
        !            81:                                Name="VCWebDeploymentTool"/>
        !            82:                        <Tool
        !            83:                                Name="VCManagedWrapperGeneratorTool"/>
        !            84:                        <Tool
        !            85:                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
        !            86:                </Configuration>
        !            87:                <Configuration
        !            88:                        Name="Debug|Win32"
        !            89:                        OutputDirectory=".\Debug"
        !            90:                        IntermediateDirectory=".\Debug"
        !            91:                        ConfigurationType="1"
        !            92:                        UseOfMFC="0"
        !            93:                        ATLMinimizesCRunTimeLibraryUsage="FALSE">
        !            94:                        <Tool
        !            95:                                Name="VCCLCompilerTool"
        !            96:                                AdditionalOptions="/vmg"
        !            97:                                Optimization="0"
        !            98:                                AdditionalIncludeDirectories="..\..;..\..\types;..\..\include;..\..\classes;..\..\sql;..\..\lib\gc\include;..\..\lib\cord\include;..\..\..\..\win32\pcre;..\..\..\..\win32\gnome\libxml2-x.x.x\win32\debug\include;..\..\..\..\win32\gnome\libxslt-x.x.x\win32\debug\include"
        !            99:                                PreprocessorDefinitions="_DEBUG;_CONSOLE;WIN32"
        !           100:                                BasicRuntimeChecks="3"
        !           101:                                RuntimeLibrary="3"
        !           102:                                RuntimeTypeInfo="TRUE"
        !           103:                                UsePrecompiledHeader="2"
        !           104:                                PrecompiledHeaderFile=".\Debug/parser3.pch"
        !           105:                                AssemblerListingLocation=".\Debug/"
        !           106:                                ObjectFile=".\Debug/"
        !           107:                                ProgramDataBaseFileName=".\Debug/"
        !           108:                                BrowseInformation="1"
        !           109:                                WarningLevel="4"
        !           110:                                SuppressStartupBanner="TRUE"
        !           111:                                DebugInformationFormat="3"
        !           112:                                CompileAs="2"/>
        !           113:                        <Tool
        !           114:                                Name="VCCustomBuildTool"/>
        !           115:                        <Tool
        !           116:                                Name="VCLinkerTool"
        !           117:                                AdditionalDependencies="odbc32.lib odbccp32.lib wsock32.lib"
        !           118:                                OutputFile="Debug/parser3.exe "
        !           119:                                LinkIncremental="2"
        !           120:                                SuppressStartupBanner="TRUE"
        !           121:                                IgnoreDefaultLibraryNames="msvcrt"
        !           122:                                GenerateDebugInformation="TRUE"
        !           123:                                ProgramDatabaseFile=".\Debug/parser3.pdb"
        !           124:                                SubSystem="1"
        !           125:                                TargetMachine="1"/>
        !           126:                        <Tool
        !           127:                                Name="VCMIDLTool"
        !           128:                                TypeLibraryName=".\Debug/parser3.tlb"
        !           129:                                HeaderFileName=""/>
        !           130:                        <Tool
        !           131:                                Name="VCPostBuildEventTool"/>
        !           132:                        <Tool
        !           133:                                Name="VCPreBuildEventTool"/>
        !           134:                        <Tool
        !           135:                                Name="VCPreLinkEventTool"/>
        !           136:                        <Tool
        !           137:                                Name="VCResourceCompilerTool"
        !           138:                                PreprocessorDefinitions="_DEBUG"
        !           139:                                Culture="1049"/>
        !           140:                        <Tool
        !           141:                                Name="VCWebServiceProxyGeneratorTool"/>
        !           142:                        <Tool
        !           143:                                Name="VCXMLDataGeneratorTool"/>
        !           144:                        <Tool
        !           145:                                Name="VCWebDeploymentTool"/>
        !           146:                        <Tool
        !           147:                                Name="VCManagedWrapperGeneratorTool"/>
        !           148:                        <Tool
        !           149:                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
        !           150:                </Configuration>
        !           151:        </Configurations>
        !           152:        <References>
        !           153:        </References>
        !           154:        <Files>
        !           155:                <File
        !           156:                        RelativePath=".\getopt.c">
        !           157:                </File>
        !           158:                <File
        !           159:                        RelativePath=".\getopt.h">
        !           160:                </File>
        !           161:                <File
        !           162:                        RelativePath=".\pa_threads.C">
        !           163:                </File>
        !           164:                <File
        !           165:                        RelativePath=".\parser3.C">
        !           166:                </File>
        !           167:        </Files>
        !           168:        <Globals>
        !           169:        </Globals>
        !           170: </VisualStudioProject>

E-mail: