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

E-mail: