Annotation of parser3/src/lib/sdbm/sdbm.vcproj, revision 1.8

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

E-mail: