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

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

E-mail: