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

1.1       paf         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"
1.11    ! paf        25:                                optimization="2" GlobalOptimizations="TRUE"                             
1.1       paf        26:                                InlineFunctionExpansion="1"
1.9       paf        27:                                AdditionalIncludeDirectories="..\..;..\..\types;..\..\include;..\..\classes;..\..\sql;..\..\lib\gc\include;..\..\lib\cord\include;..\..\lib\pcre;..\..\..\..\win32\gnome\glib\include;..\..\..\..\win32\gnome\glib\include\glib;..\..\..\..\win32\gnome\gdome2-x.x.x\libgdome;..\..\..\..\win32\gnome\libxml2-x.x.x\win32\release\include;..\..\..\..\win32\gnome\libxslt-x.x.x\win32\release\include"
1.1       paf        28:                                PreprocessorDefinitions="NDEBUG;_CONSOLE;WIN32"
                     29:                                StringPooling="TRUE"
                     30:                                RuntimeLibrary="2"
                     31:                                EnableFunctionLevelLinking="TRUE"
1.10      paf        32:                                UsePrecompiledHeader="2"
1.1       paf        33:                                PrecompiledHeaderFile=".\Release/parser3.pch"
                     34:                                AssemblerListingLocation=".\Release/"
                     35:                                ObjectFile=".\Release/"
                     36:                                ProgramDataBaseFileName=".\Release/"
                     37:                                BrowseInformation="1"
1.5       paf        38:                                WarningLevel="4"
1.1       paf        39:                                SuppressStartupBanner="TRUE"
                     40:                                DebugInformationFormat="3"
                     41:                                CompileAs="2"/>
                     42:                        <Tool
                     43:                                Name="VCCustomBuildTool"/>
                     44:                        <Tool
                     45:                                Name="VCLinkerTool"
                     46:                                AdditionalDependencies="odbc32.lib odbccp32.lib wsock32.lib"
                     47:                                OutputFile=".\Release/parser3.exe"
                     48:                                LinkIncremental="1"
                     49:                                SuppressStartupBanner="TRUE"
                     50:                                GenerateDebugInformation="TRUE"
                     51:                                ProgramDatabaseFile=".\Release/parser3.pdb"
                     52:                                MapFileName=".\Release/parser3.map"
                     53:                                SubSystem="1"
                     54:                                TargetMachine="1"/>
                     55:                        <Tool
                     56:                                Name="VCMIDLTool"
                     57:                                TypeLibraryName=".\Release/parser3.tlb"
                     58:                                HeaderFileName=""/>
                     59:                        <Tool
                     60:                                Name="VCPostBuildEventTool"/>
                     61:                        <Tool
                     62:                                Name="VCPreBuildEventTool"/>
                     63:                        <Tool
                     64:                                Name="VCPreLinkEventTool"/>
                     65:                        <Tool
                     66:                                Name="VCResourceCompilerTool"
                     67:                                PreprocessorDefinitions="NDEBUG"
                     68:                                Culture="1049"/>
                     69:                        <Tool
                     70:                                Name="VCWebServiceProxyGeneratorTool"/>
                     71:                        <Tool
                     72:                                Name="VCXMLDataGeneratorTool"/>
                     73:                        <Tool
                     74:                                Name="VCWebDeploymentTool"/>
                     75:                        <Tool
                     76:                                Name="VCManagedWrapperGeneratorTool"/>
                     77:                        <Tool
                     78:                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
                     79:                </Configuration>
                     80:                <Configuration
                     81:                        Name="Debug|Win32"
                     82:                        OutputDirectory=".\Debug"
                     83:                        IntermediateDirectory=".\Debug"
                     84:                        ConfigurationType="1"
                     85:                        UseOfMFC="0"
                     86:                        ATLMinimizesCRunTimeLibraryUsage="FALSE">
                     87:                        <Tool
                     88:                                Name="VCCLCompilerTool"
                     89:                                AdditionalOptions="/vmg"
                     90:                                Optimization="0"
1.9       paf        91:                                AdditionalIncludeDirectories="..\..;..\..\types;..\..\include;..\..\classes;..\..\sql;..\..\lib\gc\include;..\..\lib\cord\include;..\..\lib\pcre;..\..\..\..\win32\gnome\glib\include;..\..\..\..\win32\gnome\glib\include\glib;..\..\..\..\win32\gnome\gdome2-x.x.x\libgdome;..\..\..\..\win32\gnome\libxml2-x.x.x\win32\debug\include;..\..\..\..\win32\gnome\libxslt-x.x.x\win32\debug\include"
1.1       paf        92:                                PreprocessorDefinitions="_DEBUG;_CONSOLE;WIN32"
                     93:                                BasicRuntimeChecks="3"
                     94:                                RuntimeLibrary="3"
1.10      paf        95:                                UsePrecompiledHeader="2"
1.1       paf        96:                                PrecompiledHeaderFile=".\Debug/parser3.pch"
                     97:                                AssemblerListingLocation=".\Debug/"
                     98:                                ObjectFile=".\Debug/"
                     99:                                ProgramDataBaseFileName=".\Debug/"
                    100:                                BrowseInformation="1"
1.5       paf       101:                                WarningLevel="4"
1.1       paf       102:                                SuppressStartupBanner="TRUE"
                    103:                                DebugInformationFormat="3"
                    104:                                CompileAs="2"/>
                    105:                        <Tool
                    106:                                Name="VCCustomBuildTool"/>
                    107:                        <Tool
                    108:                                Name="VCLinkerTool"
                    109:                                AdditionalDependencies="odbc32.lib odbccp32.lib wsock32.lib"
                    110:                                OutputFile="Debug/parser3.exe "
1.2       paf       111:                                LinkIncremental="2"
1.1       paf       112:                                SuppressStartupBanner="TRUE"
                    113:                                IgnoreDefaultLibraryNames="msvcrt"
                    114:                                GenerateDebugInformation="TRUE"
                    115:                                ProgramDatabaseFile=".\Debug/parser3.pdb"
                    116:                                SubSystem="1"
                    117:                                TargetMachine="1"/>
                    118:                        <Tool
                    119:                                Name="VCMIDLTool"
                    120:                                TypeLibraryName=".\Debug/parser3.tlb"
                    121:                                HeaderFileName=""/>
                    122:                        <Tool
                    123:                                Name="VCPostBuildEventTool"/>
                    124:                        <Tool
                    125:                                Name="VCPreBuildEventTool"/>
                    126:                        <Tool
                    127:                                Name="VCPreLinkEventTool"/>
                    128:                        <Tool
                    129:                                Name="VCResourceCompilerTool"
                    130:                                PreprocessorDefinitions="_DEBUG"
                    131:                                Culture="1049"/>
                    132:                        <Tool
                    133:                                Name="VCWebServiceProxyGeneratorTool"/>
                    134:                        <Tool
                    135:                                Name="VCXMLDataGeneratorTool"/>
                    136:                        <Tool
                    137:                                Name="VCWebDeploymentTool"/>
                    138:                        <Tool
                    139:                                Name="VCManagedWrapperGeneratorTool"/>
                    140:                        <Tool
                    141:                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
                    142:                </Configuration>
                    143:        </Configurations>
                    144:        <References>
                    145:        </References>
                    146:        <Files>
                    147:                <File
1.8       paf       148:                        RelativePath=".\getopt.c">
1.1       paf       149:                </File>
                    150:                <File
1.8       paf       151:                        RelativePath=".\getopt.h">
1.1       paf       152:                </File>
                    153:                <File
1.8       paf       154:                        RelativePath=".\pa_threads.C">
1.1       paf       155:                </File>
                    156:                <File
1.8       paf       157:                        RelativePath=".\parser3.C">
1.1       paf       158:                </File>
                    159:        </Files>
                    160:        <Globals>
                    161:        </Globals>
                    162: </VisualStudioProject>

E-mail: