Annotation of parser3/src/lib/ltdl/ltdl.vcproj, revision 1.5

1.1       paf         1: <?xml version="1.0" encoding="windows-1251"?>
                      2: <VisualStudioProject
                      3:        ProjectType="Visual C++"
1.5     ! misha       4:        Version="7.10"
1.1       paf         5:        Name="ltdl"
1.5     ! misha       6:        SccProjectName="libltdl"
        !             7:        SccAuxPath=""
        !             8:        SccLocalPath="."
        !             9:        SccProvider="MSSCCI:Jalindi Igloo">
1.1       paf        10:        <Platforms>
                     11:                <Platform
1.5     ! misha      12:                        Name="Win32"/>
1.1       paf        13:        </Platforms>
                     14:        <Configurations>
                     15:                <Configuration
                     16:                        Name="Profile Release|Win32"
                     17:                        OutputDirectory=".\ProfileRelease"
                     18:                        IntermediateDirectory=".\ProfileRelease"
                     19:                        ConfigurationType="4"
                     20:                        UseOfMFC="0"
1.5     ! misha      21:                        ATLMinimizesCRunTimeLibraryUsage="FALSE">
1.1       paf        22:                        <Tool
                     23:                                Name="VCCLCompilerTool"
1.5     ! misha      24:                                optimization="2" GlobalOptimizations="TRUE"                             
1.1       paf        25:                                InlineFunctionExpansion="1"
                     26:                                PreprocessorDefinitions="NDEBUG;_WIN32"
1.5     ! misha      27:                                StringPooling="TRUE"
1.1       paf        28:                                RuntimeLibrary="2"
1.5     ! misha      29:                                EnableFunctionLevelLinking="TRUE"
        !            30:                                UsePrecompiledHeader="2"
1.1       paf        31:                                PrecompiledHeaderFile=".\ProfileRelease/libltdl.pch"
                     32:                                AssemblerListingLocation=".\ProfileRelease/"
                     33:                                ObjectFile=".\ProfileRelease/"
                     34:                                ProgramDataBaseFileName=".\ProfileRelease/"
1.2       paf        35:                                WarningLevel="0"
1.5     ! misha      36:                                SuppressStartupBanner="TRUE"/>
        !            37:                        <Tool
        !            38:                                Name="VCCustomBuildTool"/>
        !            39:                        <Tool
        !            40:                                Name="VCLibrarianTool"
        !            41:                                OutputFile=".\ProfileRelease\libltdl.lib"
        !            42:                                SuppressStartupBanner="TRUE"/>
1.4       paf        43:                        <Tool
1.5     ! misha      44:                                Name="VCMIDLTool"/>
1.4       paf        45:                        <Tool
1.5     ! misha      46:                                Name="VCPostBuildEventTool"/>
1.1       paf        47:                        <Tool
1.5     ! misha      48:                                Name="VCPreBuildEventTool"/>
1.1       paf        49:                        <Tool
1.5     ! misha      50:                                Name="VCPreLinkEventTool"/>
1.1       paf        51:                        <Tool
1.5     ! misha      52:                                Name="VCResourceCompilerTool"
        !            53:                                PreprocessorDefinitions="NDEBUG"
        !            54:                                Culture="1049"/>
1.1       paf        55:                        <Tool
1.5     ! misha      56:                                Name="VCWebServiceProxyGeneratorTool"/>
1.1       paf        57:                        <Tool
1.5     ! misha      58:                                Name="VCXMLDataGeneratorTool"/>
1.1       paf        59:                        <Tool
1.5     ! misha      60:                                Name="VCManagedWrapperGeneratorTool"/>
1.1       paf        61:                        <Tool
1.5     ! misha      62:                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
1.1       paf        63:                </Configuration>
                     64:                <Configuration
                     65:                        Name="Debug|Win32"
                     66:                        OutputDirectory=".\Debug"
                     67:                        IntermediateDirectory=".\Debug"
                     68:                        ConfigurationType="4"
                     69:                        UseOfMFC="0"
1.5     ! misha      70:                        ATLMinimizesCRunTimeLibraryUsage="FALSE">
1.1       paf        71:                        <Tool
                     72:                                Name="VCCLCompilerTool"
                     73:                                Optimization="0"
                     74:                                PreprocessorDefinitions="_DEBUG;_WIN32"
                     75:                                BasicRuntimeChecks="3"
                     76:                                RuntimeLibrary="3"
1.5     ! misha      77:                                UsePrecompiledHeader="2"
1.1       paf        78:                                PrecompiledHeaderFile=".\Debug/libltdl.pch"
                     79:                                AssemblerListingLocation=".\Debug/"
                     80:                                ObjectFile=".\Debug/"
                     81:                                ProgramDataBaseFileName=".\Debug/"
                     82:                                BrowseInformation="1"
1.2       paf        83:                                WarningLevel="0"
1.5     ! misha      84:                                SuppressStartupBanner="TRUE"
        !            85:                                DebugInformationFormat="3"/>
        !            86:                        <Tool
        !            87:                                Name="VCCustomBuildTool"/>
        !            88:                        <Tool
        !            89:                                Name="VCLibrarianTool"
        !            90:                                OutputFile=".\Debug\libltdl.lib"
        !            91:                                SuppressStartupBanner="TRUE"/>
1.4       paf        92:                        <Tool
1.5     ! misha      93:                                Name="VCMIDLTool"/>
1.4       paf        94:                        <Tool
1.5     ! misha      95:                                Name="VCPostBuildEventTool"/>
1.1       paf        96:                        <Tool
1.5     ! misha      97:                                Name="VCPreBuildEventTool"/>
1.1       paf        98:                        <Tool
1.5     ! misha      99:                                Name="VCPreLinkEventTool"/>
1.1       paf       100:                        <Tool
1.5     ! misha     101:                                Name="VCResourceCompilerTool"
        !           102:                                PreprocessorDefinitions="_DEBUG"
        !           103:                                Culture="1049"/>
1.1       paf       104:                        <Tool
1.5     ! misha     105:                                Name="VCWebServiceProxyGeneratorTool"/>
1.1       paf       106:                        <Tool
1.5     ! misha     107:                                Name="VCXMLDataGeneratorTool"/>
1.1       paf       108:                        <Tool
1.5     ! misha     109:                                Name="VCManagedWrapperGeneratorTool"/>
1.1       paf       110:                        <Tool
1.5     ! misha     111:                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
1.1       paf       112:                </Configuration>
                    113:                <Configuration
                    114:                        Name="Profile Debug|Win32"
                    115:                        OutputDirectory=".\ProfileDebug"
                    116:                        IntermediateDirectory=".\ProfileDebug"
                    117:                        ConfigurationType="4"
                    118:                        UseOfMFC="0"
1.5     ! misha     119:                        ATLMinimizesCRunTimeLibraryUsage="FALSE">
1.1       paf       120:                        <Tool
                    121:                                Name="VCCLCompilerTool"
                    122:                                Optimization="0"
                    123:                                PreprocessorDefinitions="_DEBUG;_WIN32"
                    124:                                BasicRuntimeChecks="3"
                    125:                                RuntimeLibrary="3"
1.5     ! misha     126:                                UsePrecompiledHeader="2"
1.1       paf       127:                                PrecompiledHeaderFile=".\ProfileDebug/libltdl.pch"
                    128:                                AssemblerListingLocation=".\ProfileDebug/"
                    129:                                ObjectFile=".\ProfileDebug/"
                    130:                                ProgramDataBaseFileName=".\ProfileDebug/"
                    131:                                BrowseInformation="1"
1.2       paf       132:                                WarningLevel="0"
1.5     ! misha     133:                                SuppressStartupBanner="TRUE"
        !           134:                                DebugInformationFormat="3"/>
        !           135:                        <Tool
        !           136:                                Name="VCCustomBuildTool"/>
        !           137:                        <Tool
        !           138:                                Name="VCLibrarianTool"
        !           139:                                OutputFile=".\ProfileDebug\libltdl.lib"
        !           140:                                SuppressStartupBanner="TRUE"/>
1.4       paf       141:                        <Tool
1.5     ! misha     142:                                Name="VCMIDLTool"/>
1.4       paf       143:                        <Tool
1.5     ! misha     144:                                Name="VCPostBuildEventTool"/>
1.1       paf       145:                        <Tool
1.5     ! misha     146:                                Name="VCPreBuildEventTool"/>
1.1       paf       147:                        <Tool
1.5     ! misha     148:                                Name="VCPreLinkEventTool"/>
1.1       paf       149:                        <Tool
1.5     ! misha     150:                                Name="VCResourceCompilerTool"
        !           151:                                PreprocessorDefinitions="_DEBUG"
        !           152:                                Culture="1049"/>
1.1       paf       153:                        <Tool
1.5     ! misha     154:                                Name="VCWebServiceProxyGeneratorTool"/>
1.1       paf       155:                        <Tool
1.5     ! misha     156:                                Name="VCXMLDataGeneratorTool"/>
1.1       paf       157:                        <Tool
1.5     ! misha     158:                                Name="VCManagedWrapperGeneratorTool"/>
1.1       paf       159:                        <Tool
1.5     ! misha     160:                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
1.1       paf       161:                </Configuration>
                    162:                <Configuration
                    163:                        Name="Release|Win32"
                    164:                        OutputDirectory=".\Release"
                    165:                        IntermediateDirectory=".\Release"
                    166:                        ConfigurationType="4"
                    167:                        UseOfMFC="0"
1.5     ! misha     168:                        ATLMinimizesCRunTimeLibraryUsage="FALSE">
1.1       paf       169:                        <Tool
                    170:                                Name="VCCLCompilerTool"
1.5     ! misha     171:                                optimization="2" GlobalOptimizations="TRUE"                             
1.1       paf       172:                                InlineFunctionExpansion="1"
                    173:                                PreprocessorDefinitions="NDEBUG;_WIN32"
1.5     ! misha     174:                                StringPooling="TRUE"
1.1       paf       175:                                RuntimeLibrary="2"
1.5     ! misha     176:                                EnableFunctionLevelLinking="TRUE"
        !           177:                                UsePrecompiledHeader="2"
1.1       paf       178:                                PrecompiledHeaderFile=".\Release/libltdl.pch"
                    179:                                AssemblerListingLocation=".\Release/"
                    180:                                ObjectFile=".\Release/"
                    181:                                ProgramDataBaseFileName=".\Release/"
1.2       paf       182:                                WarningLevel="0"
1.5     ! misha     183:                                SuppressStartupBanner="TRUE"/>
        !           184:                        <Tool
        !           185:                                Name="VCCustomBuildTool"/>
1.4       paf       186:                        <Tool
1.5     ! misha     187:                                Name="VCLibrarianTool"
        !           188:                                OutputFile=".\Release\libltdl.lib"
        !           189:                                SuppressStartupBanner="TRUE"/>
1.1       paf       190:                        <Tool
1.5     ! misha     191:                                Name="VCMIDLTool"/>
        !           192:                        <Tool
        !           193:                                Name="VCPostBuildEventTool"/>
1.4       paf       194:                        <Tool
1.5     ! misha     195:                                Name="VCPreBuildEventTool"/>
1.1       paf       196:                        <Tool
1.5     ! misha     197:                                Name="VCPreLinkEventTool"/>
1.1       paf       198:                        <Tool
1.5     ! misha     199:                                Name="VCResourceCompilerTool"
        !           200:                                PreprocessorDefinitions="NDEBUG"
        !           201:                                Culture="1049"/>
1.1       paf       202:                        <Tool
1.5     ! misha     203:                                Name="VCWebServiceProxyGeneratorTool"/>
1.1       paf       204:                        <Tool
1.5     ! misha     205:                                Name="VCXMLDataGeneratorTool"/>
1.1       paf       206:                        <Tool
1.5     ! misha     207:                                Name="VCManagedWrapperGeneratorTool"/>
1.1       paf       208:                        <Tool
1.5     ! misha     209:                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
1.1       paf       210:                </Configuration>
                    211:        </Configurations>
                    212:        <References>
                    213:        </References>
                    214:        <Files>
                    215:                <Filter
                    216:                        Name="Source Files"
1.5     ! misha     217:                        Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
1.1       paf       218:                        <File
1.5     ! misha     219:                                RelativePath="ltdl.c">
1.1       paf       220:                                <FileConfiguration
1.5     ! misha     221:                                        Name="Profile Release|Win32">
1.1       paf       222:                                        <Tool
                    223:                                                Name="VCCLCompilerTool"
1.5     ! misha     224:                                                optimization="2" GlobalOptimizations="TRUE"                             
        !           225:                                                PreprocessorDefinitions=""/>
1.1       paf       226:                                </FileConfiguration>
                    227:                                <FileConfiguration
1.5     ! misha     228:                                        Name="Debug|Win32">
1.1       paf       229:                                        <Tool
                    230:                                                Name="VCCLCompilerTool"
                    231:                                                Optimization="0"
                    232:                                                PreprocessorDefinitions=""
                    233:                                                BasicRuntimeChecks="3"
1.5     ! misha     234:                                                BrowseInformation="1"/>
1.1       paf       235:                                </FileConfiguration>
                    236:                                <FileConfiguration
1.5     ! misha     237:                                        Name="Profile Debug|Win32">
1.1       paf       238:                                        <Tool
                    239:                                                Name="VCCLCompilerTool"
                    240:                                                Optimization="0"
                    241:                                                PreprocessorDefinitions=""
                    242:                                                BasicRuntimeChecks="3"
1.5     ! misha     243:                                                BrowseInformation="1"/>
1.1       paf       244:                                </FileConfiguration>
                    245:                                <FileConfiguration
1.5     ! misha     246:                                        Name="Release|Win32">
1.1       paf       247:                                        <Tool
                    248:                                                Name="VCCLCompilerTool"
1.5     ! misha     249:                                                optimization="2" GlobalOptimizations="TRUE"                             
        !           250:                                                PreprocessorDefinitions=""/>
1.1       paf       251:                                </FileConfiguration>
                    252:                        </File>
                    253:                </Filter>
                    254:                <Filter
                    255:                        Name="Header Files"
1.5     ! misha     256:                        Filter="h;hpp;hxx;hm;inl">
1.1       paf       257:                        <File
1.5     ! misha     258:                                RelativePath="config.h">
1.1       paf       259:                        </File>
                    260:                        <File
1.5     ! misha     261:                                RelativePath="config_fixed.h">
1.1       paf       262:                        </File>
                    263:                        <File
1.5     ! misha     264:                                RelativePath="ltdl.h">
1.1       paf       265:                        </File>
                    266:                </Filter>
                    267:        </Files>
                    268:        <Globals>
                    269:        </Globals>
                    270: </VisualStudioProject>

E-mail: