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

1.17      misha       1: <?xml version="1.0" encoding="windows-1251"?>
                      2: <VisualStudioProject
                      3:        ProjectType="Visual C++"
                      4:        Version="7.10"
                      5:        Name="parser3"
1.23    ! moko        6:        ProjectGUID="{33B3FF55-1BB6-4F22-A448-04065AC10AFB}"
1.17      misha       7:        SccProjectName="parser3"
                      8:        SccAuxPath=""
                      9:        SccLocalPath="."
                     10:        SccProvider="MSSCCI:Jalindi Igloo">
                     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="1"
                     21:                        UseOfMFC="0"
                     22:                        ATLMinimizesCRunTimeLibraryUsage="FALSE">
                     23:                        <Tool
                     24:                                Name="VCCLCompilerTool"
                     25:                                AdditionalOptions="/vmg"
                     26:                                Optimization="2"
                     27:                                GlobalOptimizations="TRUE"
                     28:                                InlineFunctionExpansion="1"
                     29:                                OptimizeForWindowsApplication="TRUE"
1.22      misha      30:                                AdditionalIncludeDirectories="..\..;..\..\types;..\..\include;..\..\classes;..\..\sql;..\..\lib\gc\include;..\..\lib\cord\include;..\..\..\..\win32\pcre;..\..\..\..\win32\gnome\libxml2-x.x.x\win32\release\include\libxml2;..\..\..\..\win32\gnome\libxml2-x.x.x\win32\release\include;..\..\..\..\win32\gnome\libxslt-x.x.x\win32\release\include"
1.17      misha      31:                                PreprocessorDefinitions="NDEBUG;_CONSOLE;WIN32"
                     32:                                StringPooling="TRUE"
                     33:                                RuntimeLibrary="2"
                     34:                                EnableFunctionLevelLinking="TRUE"
                     35:                                UsePrecompiledHeader="2"
                     36:                                PrecompiledHeaderFile=".\Release/parser3.pch"
                     37:                                AssemblerListingLocation=".\Release/"
                     38:                                ObjectFile=".\Release/"
                     39:                                ProgramDataBaseFileName=".\Release/"
                     40:                                BrowseInformation="1"
                     41:                                WarningLevel="4"
                     42:                                SuppressStartupBanner="TRUE"
                     43:                                DebugInformationFormat="3"
                     44:                                CompileAs="2"/>
                     45:                        <Tool
                     46:                                Name="VCCustomBuildTool"/>
                     47:                        <Tool
                     48:                                Name="VCLinkerTool"
                     49:                                AdditionalDependencies="odbc32.lib odbccp32.lib wsock32.lib"
                     50:                                OutputFile=".\Release/parser3.exe"
                     51:                                LinkIncremental="1"
                     52:                                SuppressStartupBanner="TRUE"
                     53:                                GenerateDebugInformation="TRUE"
                     54:                                ProgramDatabaseFile=".\Release/parser3.pdb"
                     55:                                GenerateMapFile="TRUE"
                     56:                                MapLines="TRUE"
                     57:                                SubSystem="1"
1.20      misha      58:                                StackReserveSize="2097152"
1.17      misha      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"
1.22      misha      98:                                AdditionalIncludeDirectories="..\..;..\..\types;..\..\include;..\..\classes;..\..\sql;..\..\lib\gc\include;..\..\lib\cord\include;..\..\..\..\win32\pcre;..\..\..\..\win32\gnome\libxml2-x.x.x\win32\debug\include\libxml2;..\..\..\..\win32\gnome\libxml2-x.x.x\win32\debug\include;..\..\..\..\win32\gnome\libxslt-x.x.x\win32\debug\include"
1.17      misha      99:                                PreprocessorDefinitions="_DEBUG;_CONSOLE;WIN32"
                    100:                                BasicRuntimeChecks="3"
                    101:                                RuntimeLibrary="3"
                    102:                                UsePrecompiledHeader="2"
                    103:                                PrecompiledHeaderFile=".\Debug/parser3.pch"
                    104:                                AssemblerListingLocation=".\Debug/"
                    105:                                ObjectFile=".\Debug/"
                    106:                                ProgramDataBaseFileName=".\Debug/"
                    107:                                BrowseInformation="1"
                    108:                                WarningLevel="4"
                    109:                                SuppressStartupBanner="TRUE"
                    110:                                DebugInformationFormat="3"
                    111:                                CompileAs="2"/>
                    112:                        <Tool
                    113:                                Name="VCCustomBuildTool"/>
                    114:                        <Tool
                    115:                                Name="VCLinkerTool"
                    116:                                AdditionalDependencies="odbc32.lib odbccp32.lib wsock32.lib"
                    117:                                OutputFile="Debug/parser3.exe "
                    118:                                LinkIncremental="2"
                    119:                                SuppressStartupBanner="TRUE"
                    120:                                IgnoreDefaultLibraryNames="msvcrt"
                    121:                                GenerateDebugInformation="TRUE"
                    122:                                ProgramDatabaseFile=".\Debug/parser3.pdb"
                    123:                                SubSystem="1"
                    124:                                TargetMachine="1"/>
                    125:                        <Tool
                    126:                                Name="VCMIDLTool"
                    127:                                TypeLibraryName=".\Debug/parser3.tlb"
                    128:                                HeaderFileName=""/>
                    129:                        <Tool
                    130:                                Name="VCPostBuildEventTool"/>
                    131:                        <Tool
                    132:                                Name="VCPreBuildEventTool"/>
                    133:                        <Tool
                    134:                                Name="VCPreLinkEventTool"/>
                    135:                        <Tool
                    136:                                Name="VCResourceCompilerTool"
                    137:                                PreprocessorDefinitions="_DEBUG"
                    138:                                Culture="1049"/>
                    139:                        <Tool
                    140:                                Name="VCWebServiceProxyGeneratorTool"/>
                    141:                        <Tool
                    142:                                Name="VCXMLDataGeneratorTool"/>
                    143:                        <Tool
                    144:                                Name="VCWebDeploymentTool"/>
                    145:                        <Tool
                    146:                                Name="VCManagedWrapperGeneratorTool"/>
                    147:                        <Tool
                    148:                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
                    149:                </Configuration>
                    150:        </Configurations>
                    151:        <References>
                    152:        </References>
                    153:        <Files>
                    154:                <File
                    155:                        RelativePath=".\pa_threads.C">
                    156:                </File>
                    157:                <File
                    158:                        RelativePath=".\parser3.C">
                    159:                </File>
                    160:        </Files>
                    161:        <Globals>
                    162:        </Globals>
                    163: </VisualStudioProject>

E-mail: