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

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

E-mail: