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

E-mail: