Annotation of parser3/src/lib/pcre/pcre_dftables.vcproj, revision 1.6

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="pcre_dftables"
1.6     ! misha       6:        SccProjectName="pcre_dftables"
        !             7:        SccAuxPath=""
        !             8:        SccLocalPath="."
        !             9:        SccProvider="MSSCCI:Jalindi Igloo">
1.1       paf        10:        <Platforms>
                     11:                <Platform
1.6     ! misha      12:                        Name="Win32"/>
1.1       paf        13:        </Platforms>
                     14:        <Configurations>
                     15:                <Configuration
                     16:                        Name="Debug|Win32"
                     17:                        OutputDirectory=".\Debug"
                     18:                        IntermediateDirectory=".\Debug"
                     19:                        ConfigurationType="1"
                     20:                        UseOfMFC="0"
1.6     ! misha      21:                        ATLMinimizesCRunTimeLibraryUsage="FALSE"
        !            22:                        CharacterSet="2">
1.1       paf        23:                        <Tool
                     24:                                Name="VCCLCompilerTool"
                     25:                                Optimization="0"
                     26:                                PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
                     27:                                BasicRuntimeChecks="3"
1.6     ! misha      28:                                RuntimeLibrary="5"
        !            29:                                UsePrecompiledHeader="2"
1.1       paf        30:                                PrecompiledHeaderFile=".\Debug/pcre_dftables.pch"
                     31:                                AssemblerListingLocation=".\Debug/"
                     32:                                ObjectFile=".\Debug/"
                     33:                                ProgramDataBaseFileName=".\Debug/"
1.2       paf        34:                                WarningLevel="4"
1.6     ! misha      35:                                SuppressStartupBanner="TRUE"
        !            36:                                DebugInformationFormat="3"/>
1.1       paf        37:                        <Tool
1.6     ! misha      38:                                Name="VCCustomBuildTool"/>
1.1       paf        39:                        <Tool
                     40:                                Name="VCLinkerTool"
                     41:                                OutputFile=".\Debug/pcre_dftables.exe"
                     42:                                LinkIncremental="1"
1.6     ! misha      43:                                SuppressStartupBanner="TRUE"
        !            44:                                GenerateDebugInformation="TRUE"
1.1       paf        45:                                ProgramDatabaseFile=".\Debug/pcre_dftables.pdb"
                     46:                                SubSystem="1"
1.6     ! misha      47:                                TargetMachine="1"/>
1.1       paf        48:                        <Tool
1.6     ! misha      49:                                Name="VCMIDLTool"
        !            50:                                TypeLibraryName=".\Debug/pcre_dftables.tlb"
        !            51:                                HeaderFileName=""/>
1.1       paf        52:                        <Tool
1.6     ! misha      53:                                Name="VCPostBuildEventTool"/>
1.1       paf        54:                        <Tool
1.6     ! misha      55:                                Name="VCPreBuildEventTool"/>
1.1       paf        56:                        <Tool
1.6     ! misha      57:                                Name="VCPreLinkEventTool"/>
1.1       paf        58:                        <Tool
1.6     ! misha      59:                                Name="VCResourceCompilerTool"
        !            60:                                PreprocessorDefinitions="_DEBUG"
        !            61:                                Culture="1049"/>
        !            62:                        <Tool
        !            63:                                Name="VCWebServiceProxyGeneratorTool"/>
1.1       paf        64:                        <Tool
1.6     ! misha      65:                                Name="VCXMLDataGeneratorTool"/>
1.1       paf        66:                        <Tool
1.6     ! misha      67:                                Name="VCWebDeploymentTool"/>
1.1       paf        68:                        <Tool
1.6     ! misha      69:                                Name="VCManagedWrapperGeneratorTool"/>
        !            70:                        <Tool
        !            71:                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
1.1       paf        72:                </Configuration>
                     73:                <Configuration
                     74:                        Name="Release|Win32"
                     75:                        OutputDirectory=".\Release"
                     76:                        IntermediateDirectory=".\Release"
                     77:                        ConfigurationType="1"
                     78:                        UseOfMFC="0"
1.6     ! misha      79:                        ATLMinimizesCRunTimeLibraryUsage="FALSE"
        !            80:                        CharacterSet="2">
1.1       paf        81:                        <Tool
                     82:                                Name="VCCLCompilerTool"
1.6     ! misha      83:                                optimization="2" GlobalOptimizations="TRUE"                             
1.1       paf        84:                                InlineFunctionExpansion="1"
                     85:                                PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
1.6     ! misha      86:                                StringPooling="TRUE"
        !            87:                                RuntimeLibrary="4"
        !            88:                                EnableFunctionLevelLinking="TRUE"
        !            89:                                UsePrecompiledHeader="2"
1.1       paf        90:                                PrecompiledHeaderFile=".\Release/pcre_dftables.pch"
                     91:                                AssemblerListingLocation=".\Release/"
                     92:                                ObjectFile=".\Release/"
                     93:                                ProgramDataBaseFileName=".\Release/"
1.2       paf        94:                                WarningLevel="4"
1.6     ! misha      95:                                SuppressStartupBanner="TRUE"
        !            96:                                DebugInformationFormat="3"/>
1.1       paf        97:                        <Tool
1.6     ! misha      98:                                Name="VCCustomBuildTool"/>
1.1       paf        99:                        <Tool
                    100:                                Name="VCLinkerTool"
                    101:                                OutputFile=".\Release/pcre_dftables.exe"
                    102:                                LinkIncremental="1"
1.6     ! misha     103:                                SuppressStartupBanner="TRUE"
1.1       paf       104:                                ProgramDatabaseFile=".\Release/pcre_dftables.pdb"
                    105:                                SubSystem="1"
1.6     ! misha     106:                                TargetMachine="1"/>
        !           107:                        <Tool
        !           108:                                Name="VCMIDLTool"
        !           109:                                TypeLibraryName=".\Release/pcre_dftables.tlb"
        !           110:                                HeaderFileName=""/>
1.1       paf       111:                        <Tool
1.6     ! misha     112:                                Name="VCPostBuildEventTool"/>
1.1       paf       113:                        <Tool
1.6     ! misha     114:                                Name="VCPreBuildEventTool"/>
1.1       paf       115:                        <Tool
1.6     ! misha     116:                                Name="VCPreLinkEventTool"/>
1.1       paf       117:                        <Tool
1.6     ! misha     118:                                Name="VCResourceCompilerTool"
        !           119:                                PreprocessorDefinitions="NDEBUG"
        !           120:                                Culture="1049"/>
1.1       paf       121:                        <Tool
1.6     ! misha     122:                                Name="VCWebServiceProxyGeneratorTool"/>
1.1       paf       123:                        <Tool
1.6     ! misha     124:                                Name="VCXMLDataGeneratorTool"/>
1.1       paf       125:                        <Tool
1.6     ! misha     126:                                Name="VCWebDeploymentTool"/>
1.1       paf       127:                        <Tool
1.6     ! misha     128:                                Name="VCManagedWrapperGeneratorTool"/>
        !           129:                        <Tool
        !           130:                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
1.1       paf       131:                </Configuration>
                    132:        </Configurations>
                    133:        <References>
                    134:        </References>
                    135:        <Files>
                    136:                <Filter
                    137:                        Name="Source Files"
1.6     ! misha     138:                        Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
1.1       paf       139:                        <File
1.6     ! misha     140:                                RelativePath="dftables.c">
1.1       paf       141:                                <FileConfiguration
1.6     ! misha     142:                                        Name="Debug|Win32">
1.1       paf       143:                                        <Tool
                    144:                                                Name="VCCLCompilerTool"
                    145:                                                Optimization="0"
                    146:                                                PreprocessorDefinitions=""
1.6     ! misha     147:                                                BasicRuntimeChecks="3"/>
1.1       paf       148:                                </FileConfiguration>
                    149:                                <FileConfiguration
1.6     ! misha     150:                                        Name="Release|Win32">
1.1       paf       151:                                        <Tool
                    152:                                                Name="VCCLCompilerTool"
1.6     ! misha     153:                                                optimization="2" GlobalOptimizations="TRUE"                             
        !           154:                                                PreprocessorDefinitions=""/>
1.1       paf       155:                                </FileConfiguration>
                    156:                        </File>
                    157:                </Filter>
                    158:                <Filter
                    159:                        Name="Header Files"
1.6     ! misha     160:                        Filter="h;hpp;hxx;hm;inl">
1.1       paf       161:                        <File
1.6     ! misha     162:                                RelativePath="internal.h">
1.1       paf       163:                        </File>
                    164:                        <File
1.6     ! misha     165:                                RelativePath="pcre.h">
1.1       paf       166:                        </File>
                    167:                </Filter>
                    168:        </Files>
                    169:        <Globals>
                    170:        </Globals>
                    171: </VisualStudioProject>

E-mail: