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

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

E-mail: