Annotation of parser3/src/lib/gd/gd.vcproj, revision 1.4

1.1       paf         1: <?xml version="1.0" encoding="windows-1251"?>
                      2: <VisualStudioProject
                      3:        ProjectType="Visual C++"
                      4:        Version="7.10"
                      5:        Name="gd"
                      6:        ProjectGUID="{B95DF5BC-85D8-4B4C-AF72-113B99592D38}"
                      7:        SccProjectName="gd"
                      8:        SccAuxPath=""
                      9:        SccLocalPath="."
                     10:        SccProvider="MSSCCI:Jalindi Igloo"
                     11:        Keyword="MFCProj">
                     12:        <Platforms>
                     13:                <Platform
                     14:                        Name="Win32"/>
                     15:        </Platforms>
                     16:        <Configurations>
                     17:                <Configuration
                     18:                        Name="Release|Win32"
                     19:                        OutputDirectory=".\Release"
                     20:                        IntermediateDirectory=".\Release"
                     21:                        ConfigurationType="4"
                     22:                        UseOfMFC="0"
                     23:                        ATLMinimizesCRunTimeLibraryUsage="FALSE"
                     24:                        CharacterSet="2">
                     25:                        <Tool
                     26:                                Name="VCCLCompilerTool"
                     27:                                Optimization="2"
                     28:                                InlineFunctionExpansion="1"
1.3       paf        29:                                AdditionalIncludeDirectories="..\..\include;..\..\types;..\..\lib\gc\include;..\..\lib\cord\include;..\..\..\..\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\libxml;..\..\..\..\win32\gnome\libxslt-x.x.x\win32\release\include"
1.1       paf        30:                                PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
                     31:                                StringPooling="TRUE"
                     32:                                RuntimeLibrary="2"
                     33:                                EnableFunctionLevelLinking="TRUE"
                     34:                                PrecompiledHeaderFile=".\Release/gd.pch"
                     35:                                AssemblerListingLocation=".\Release/"
                     36:                                ObjectFile=".\Release/"
                     37:                                ProgramDataBaseFileName=".\Release/"
                     38:                                WarningLevel="3"
                     39:                                SuppressStartupBanner="TRUE"
                     40:                                DebugInformationFormat="3"
                     41:                                CompileAs="2"/>
                     42:                        <Tool
                     43:                                Name="VCCustomBuildTool"/>
                     44:                        <Tool
                     45:                                Name="VCLibrarianTool"
                     46:                                OutputFile=".\Release\gd.lib"
                     47:                                SuppressStartupBanner="TRUE"/>
                     48:                        <Tool
                     49:                                Name="VCMIDLTool"/>
                     50:                        <Tool
                     51:                                Name="VCPostBuildEventTool"/>
                     52:                        <Tool
                     53:                                Name="VCPreBuildEventTool"/>
                     54:                        <Tool
                     55:                                Name="VCPreLinkEventTool"/>
                     56:                        <Tool
                     57:                                Name="VCResourceCompilerTool"
                     58:                                PreprocessorDefinitions="NDEBUG"
                     59:                                Culture="1049"/>
                     60:                        <Tool
                     61:                                Name="VCWebServiceProxyGeneratorTool"/>
                     62:                        <Tool
                     63:                                Name="VCXMLDataGeneratorTool"/>
                     64:                        <Tool
                     65:                                Name="VCManagedWrapperGeneratorTool"/>
                     66:                        <Tool
                     67:                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
                     68:                </Configuration>
                     69:                <Configuration
1.3       paf        70:                        Name="Debug|Win32"
                     71:                        OutputDirectory=".\Debug"
                     72:                        IntermediateDirectory=".\Debug"
1.1       paf        73:                        ConfigurationType="4"
                     74:                        UseOfMFC="2"
                     75:                        ATLMinimizesCRunTimeLibraryUsage="FALSE"
                     76:                        CharacterSet="2">
                     77:                        <Tool
                     78:                                Name="VCCLCompilerTool"
                     79:                                Optimization="0"
1.3       paf        80:                                AdditionalIncludeDirectories="..\..\include;..\..\types;..\..\lib\gc\include;..\..\lib\cord\include;..\..\..\..\win32\gnome\glib\include;..\..\..\..\win32\gnome\glib\include\glib;..\..\..\..\win32\gnome\gdome2-x.x.x\libgdome;..\..\..\..\win32\gnome\libxml2-x.x.x\include;..\..\..\..\win32\gnome\libxslt-x.x.x"
1.1       paf        81:                                PreprocessorDefinitions="WIN32;_DEBUG;_LIB"
                     82:                                BasicRuntimeChecks="3"
                     83:                                RuntimeLibrary="3"
1.3       paf        84:                                PrecompiledHeaderFile=".\Debug/gd.pch"
                     85:                                AssemblerListingLocation=".\Debug/"
                     86:                                ObjectFile=".\Debug/"
                     87:                                ProgramDataBaseFileName=".\Debug/"
1.1       paf        88:                                WarningLevel="3"
                     89:                                SuppressStartupBanner="TRUE"
                     90:                                DebugInformationFormat="3"
                     91:                                CompileAs="2"/>
                     92:                        <Tool
                     93:                                Name="VCCustomBuildTool"/>
                     94:                        <Tool
                     95:                                Name="VCLibrarianTool"
1.3       paf        96:                                OutputFile=".\Debug\gd.lib"
1.1       paf        97:                                SuppressStartupBanner="TRUE"/>
                     98:                        <Tool
                     99:                                Name="VCMIDLTool"/>
                    100:                        <Tool
                    101:                                Name="VCPostBuildEventTool"/>
                    102:                        <Tool
                    103:                                Name="VCPreBuildEventTool"/>
                    104:                        <Tool
                    105:                                Name="VCPreLinkEventTool"/>
                    106:                        <Tool
                    107:                                Name="VCResourceCompilerTool"
                    108:                                PreprocessorDefinitions="_DEBUG"
                    109:                                Culture="1049"/>
                    110:                        <Tool
                    111:                                Name="VCWebServiceProxyGeneratorTool"/>
                    112:                        <Tool
                    113:                                Name="VCXMLDataGeneratorTool"/>
                    114:                        <Tool
                    115:                                Name="VCManagedWrapperGeneratorTool"/>
                    116:                        <Tool
                    117:                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
                    118:                </Configuration>
                    119:        </Configurations>
                    120:        <References>
                    121:        </References>
                    122:        <Files>
                    123:                <Filter
                    124:                        Name="Source Files"
                    125:                        Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
                    126:                        <File
1.4     ! paf       127:                                RelativePath=".\gif.C">
1.1       paf       128:                        </File>
                    129:                        <File
1.4     ! paf       130:                                RelativePath=".\gifio.C">
1.1       paf       131:                        </File>
                    132:                </Filter>
                    133:                <Filter
                    134:                        Name="Header Files"
                    135:                        Filter="h;hpp;hxx;hm;inl">
                    136:                        <File
                    137:                                RelativePath="gif.h">
                    138:                        </File>
                    139:                </Filter>
                    140:        </Files>
                    141:        <Globals>
                    142:        </Globals>
                    143: </VisualStudioProject>

E-mail: