Annotation of parser3/src/lib/sdbm/sdbm.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="sdbm"
                      6:        ProjectGUID="{AE697E13-B86D-4408-B76D-EC54D2BEEFE0}"
                      7:        Keyword="Win32Proj">
                      8:        <Platforms>
                      9:                <Platform
                     10:                        Name="Win32"/>
                     11:        </Platforms>
                     12:        <Configurations>
                     13:                <Configuration
                     14:                        Name="Debug|Win32"
                     15:                        OutputDirectory="Debug"
                     16:                        IntermediateDirectory="Debug"
                     17:                        ConfigurationType="4"
                     18:                        CharacterSet="2">
                     19:                        <Tool
                     20:                                Name="VCCLCompilerTool"
                     21:                                Optimization="0"
                     22:                                AdditionalIncludeDirectories="apr-include,../../include,../gc/include"
                     23:                                PreprocessorDefinitions="WIN32;_DEBUG;_LIB"
                     24:                                MinimalRebuild="TRUE"
                     25:                                BasicRuntimeChecks="3"
                     26:                                RuntimeLibrary="3"
1.4     ! paf        27:                                UsePrecompiledHeader="2"
1.1       paf        28:                                WarningLevel="3"
                     29:                                DebugInformationFormat="3"
                     30:                                CompileAs="1"/>
                     31:                        <Tool
                     32:                                Name="VCCustomBuildTool"/>
                     33:                        <Tool
                     34:                                Name="VCLibrarianTool"
                     35:                                OutputFile="$(OutDir)/sdbm.lib"/>
                     36:                        <Tool
                     37:                                Name="VCMIDLTool"/>
                     38:                        <Tool
                     39:                                Name="VCPostBuildEventTool"/>
                     40:                        <Tool
                     41:                                Name="VCPreBuildEventTool"/>
                     42:                        <Tool
                     43:                                Name="VCPreLinkEventTool"/>
                     44:                        <Tool
                     45:                                Name="VCResourceCompilerTool"/>
                     46:                        <Tool
                     47:                                Name="VCWebServiceProxyGeneratorTool"/>
                     48:                        <Tool
                     49:                                Name="VCXMLDataGeneratorTool"/>
                     50:                        <Tool
                     51:                                Name="VCManagedWrapperGeneratorTool"/>
                     52:                        <Tool
                     53:                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
                     54:                </Configuration>
                     55:                <Configuration
                     56:                        Name="Release|Win32"
                     57:                        OutputDirectory="Release"
                     58:                        IntermediateDirectory="Release"
                     59:                        ConfigurationType="4"
                     60:                        CharacterSet="2">
                     61:                        <Tool
                     62:                                Name="VCCLCompilerTool"
                     63:                                AdditionalIncludeDirectories="apr-include,../../include,../gc/include"
                     64:                                PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
                     65:                                RuntimeLibrary="2"
1.4     ! paf        66:                                UsePrecompiledHeader="2"
1.1       paf        67:                                WarningLevel="3"
                     68:                                DebugInformationFormat="3"
                     69:                                CompileAs="1"/>
                     70:                        <Tool
                     71:                                Name="VCCustomBuildTool"/>
                     72:                        <Tool
                     73:                                Name="VCLibrarianTool"
                     74:                                OutputFile="$(OutDir)/sdbm.lib"/>
                     75:                        <Tool
                     76:                                Name="VCMIDLTool"/>
                     77:                        <Tool
                     78:                                Name="VCPostBuildEventTool"/>
                     79:                        <Tool
                     80:                                Name="VCPreBuildEventTool"/>
                     81:                        <Tool
                     82:                                Name="VCPreLinkEventTool"/>
                     83:                        <Tool
                     84:                                Name="VCResourceCompilerTool"/>
                     85:                        <Tool
                     86:                                Name="VCWebServiceProxyGeneratorTool"/>
                     87:                        <Tool
                     88:                                Name="VCXMLDataGeneratorTool"/>
                     89:                        <Tool
                     90:                                Name="VCManagedWrapperGeneratorTool"/>
                     91:                        <Tool
                     92:                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
                     93:                </Configuration>
                     94:        </Configurations>
                     95:        <References>
                     96:        </References>
                     97:        <Files>
                     98:                <Filter
                     99:                        Name="Source Files"
                    100:                        Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
                    101:                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
                    102:                        <File
                    103:                                RelativePath=".\sdbm.c">
                    104:                        </File>
                    105:                        <File
                    106:                                RelativePath=".\sdbm_hash.c">
                    107:                        </File>
                    108:                        <File
                    109:                                RelativePath=".\sdbm_lock.c">
                    110:                        </File>
                    111:                        <File
                    112:                                RelativePath=".\sdbm_pair.c">
                    113:                        </File>
                    114:                </Filter>
                    115:                <Filter
                    116:                        Name="Header Files"
                    117:                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
                    118:                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
                    119:                        <File
                    120:                                RelativePath=".\sdbm_pair.h">
                    121:                        </File>
                    122:                        <File
                    123:                                RelativePath=".\sdbm_private.h">
                    124:                        </File>
                    125:                        <File
                    126:                                RelativePath=".\sdbm_tune.h">
                    127:                        </File>
                    128:                </Filter>
                    129:                <Filter
                    130:                        Name="Fake Apache Header Files"
                    131:                        Filter="">
                    132:                        <File
                    133:                                RelativePath=".\apr-include\apr.h">
                    134:                        </File>
                    135:                        <File
                    136:                                RelativePath=".\apr-include\apr_errno.h">
                    137:                        </File>
                    138:                        <File
                    139:                                RelativePath=".\apr-include\apr_file_info.h">
                    140:                        </File>
                    141:                        <File
                    142:                                RelativePath=".\apr-include\apr_file_io.h">
                    143:                        </File>
                    144:                        <File
                    145:                                RelativePath=".\apr-include\apr_pools.h">
                    146:                        </File>
                    147:                        <File
                    148:                                RelativePath=".\apr-include\apr_sdbm.h">
                    149:                        </File>
                    150:                        <File
                    151:                                RelativePath=".\apr-include\apr_strings.h">
                    152:                        </File>
                    153:                        <File
                    154:                                RelativePath=".\apr-include\apu.h">
                    155:                        </File>
                    156:                </Filter>
                    157:                <Filter
                    158:                        Name="apr-impl"
                    159:                        Filter="">
                    160:                        <File
1.3       paf       161:                                RelativePath=".\apr_file_io.C">
1.1       paf       162:                                <FileConfiguration
                    163:                                        Name="Debug|Win32">
                    164:                                        <Tool
                    165:                                                Name="VCCLCompilerTool"
                    166:                                                CompileAs="2"/>
                    167:                                </FileConfiguration>
                    168:                                <FileConfiguration
                    169:                                        Name="Release|Win32">
                    170:                                        <Tool
                    171:                                                Name="VCCLCompilerTool"
                    172:                                                CompileAs="2"/>
                    173:                                </FileConfiguration>
                    174:                        </File>
                    175:                        <File
1.3       paf       176:                                RelativePath=".\apr_strings.C">
1.1       paf       177:                                <FileConfiguration
                    178:                                        Name="Debug|Win32">
                    179:                                        <Tool
                    180:                                                Name="VCCLCompilerTool"
                    181:                                                CompileAs="2"/>
                    182:                                </FileConfiguration>
                    183:                                <FileConfiguration
                    184:                                        Name="Release|Win32">
                    185:                                        <Tool
                    186:                                                Name="VCCLCompilerTool"
                    187:                                                CompileAs="2"/>
                    188:                                </FileConfiguration>
                    189:                        </File>
                    190:                </Filter>
                    191:        </Files>
                    192:        <Globals>
                    193:        </Globals>
                    194: </VisualStudioProject>

E-mail: