Annotation of parser3/src/lib/pcre/pcre.vcproj, revision 1.2

1.1       paf         1: <?xml version="1.0" encoding="windows-1251"?>
                      2: <VisualStudioProject
                      3:        ProjectType="Visual C++"
                      4:        Version="7.10"
                      5:        Name="pcre"
                      6:        SccProjectName="pcre"
                      7:        SccAuxPath=""
                      8:        SccLocalPath="."
                      9:        SccProvider="MSSCCI:Jalindi Igloo"
                     10:        Keyword="MFCProj">
                     11:        <Platforms>
                     12:                <Platform
                     13:                        Name="Win32"/>
                     14:        </Platforms>
                     15:        <Configurations>
                     16:                <Configuration
                     17:                        Name="Release|Win32"
                     18:                        OutputDirectory=".\Release"
                     19:                        IntermediateDirectory=".\Release"
                     20:                        ConfigurationType="4"
                     21:                        UseOfMFC="0"
                     22:                        ATLMinimizesCRunTimeLibraryUsage="FALSE"
                     23:                        CharacterSet="2">
                     24:                        <Tool
                     25:                                Name="VCCLCompilerTool"
                     26:                                Optimization="2"
                     27:                                InlineFunctionExpansion="1"
                     28:                                PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
                     29:                                StringPooling="TRUE"
                     30:                                RuntimeLibrary="2"
                     31:                                EnableFunctionLevelLinking="TRUE"
1.2     ! paf        32:                                UsePrecompiledHeader="2"
1.1       paf        33:                                PrecompiledHeaderFile=".\Release/pcre.pch"
                     34:                                AssemblerListingLocation=".\Release/"
                     35:                                ObjectFile=".\Release/"
                     36:                                ProgramDataBaseFileName=".\Release/"
                     37:                                WarningLevel="3"
                     38:                                SuppressStartupBanner="TRUE"
                     39:                                DebugInformationFormat="3"/>
                     40:                        <Tool
                     41:                                Name="VCCustomBuildTool"/>
                     42:                        <Tool
                     43:                                Name="VCLibrarianTool"
                     44:                                OutputFile=".\Release\pcre.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="NDEBUG"
                     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"
                     77:                                Optimization="2"
                     78:                                InlineFunctionExpansion="1"
                     79:                                PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
                     80:                                StringPooling="TRUE"
                     81:                                RuntimeLibrary="2"
                     82:                                EnableFunctionLevelLinking="TRUE"
1.2     ! paf        83:                                UsePrecompiledHeader="2"
1.1       paf        84:                                PrecompiledHeaderFile=".\ProfileRelease/pcre.pch"
                     85:                                AssemblerListingLocation=".\ProfileRelease/"
                     86:                                ObjectFile=".\ProfileRelease/"
                     87:                                ProgramDataBaseFileName=".\ProfileRelease/"
                     88:                                WarningLevel="3"
                     89:                                SuppressStartupBanner="TRUE"
                     90:                                DebugInformationFormat="3"/>
                     91:                        <Tool
                     92:                                Name="VCCustomBuildTool"/>
                     93:                        <Tool
                     94:                                Name="VCLibrarianTool"
                     95:                                OutputFile=".\ProfileRelease\pcre.lib"
                     96:                                SuppressStartupBanner="TRUE"/>
                     97:                        <Tool
                     98:                                Name="VCMIDLTool"/>
                     99:                        <Tool
                    100:                                Name="VCPostBuildEventTool"/>
                    101:                        <Tool
                    102:                                Name="VCPreBuildEventTool"/>
                    103:                        <Tool
                    104:                                Name="VCPreLinkEventTool"/>
                    105:                        <Tool
                    106:                                Name="VCResourceCompilerTool"
                    107:                                PreprocessorDefinitions="NDEBUG"
                    108:                                Culture="1049"/>
                    109:                        <Tool
                    110:                                Name="VCWebServiceProxyGeneratorTool"/>
                    111:                        <Tool
                    112:                                Name="VCXMLDataGeneratorTool"/>
                    113:                        <Tool
                    114:                                Name="VCManagedWrapperGeneratorTool"/>
                    115:                        <Tool
                    116:                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
                    117:                </Configuration>
                    118:                <Configuration
                    119:                        Name="Debug|Win32"
                    120:                        OutputDirectory=".\Debug"
                    121:                        IntermediateDirectory=".\Debug"
                    122:                        ConfigurationType="4"
                    123:                        UseOfMFC="2"
                    124:                        ATLMinimizesCRunTimeLibraryUsage="FALSE"
                    125:                        CharacterSet="2">
                    126:                        <Tool
                    127:                                Name="VCCLCompilerTool"
                    128:                                Optimization="0"
                    129:                                PreprocessorDefinitions="WIN32;_DEBUG;_LIB"
                    130:                                BasicRuntimeChecks="3"
                    131:                                RuntimeLibrary="3"
1.2     ! paf       132:                                UsePrecompiledHeader="2"
1.1       paf       133:                                PrecompiledHeaderFile=".\Debug/pcre.pch"
                    134:                                AssemblerListingLocation=".\Debug/"
                    135:                                ObjectFile=".\Debug/"
                    136:                                ProgramDataBaseFileName=".\Debug/"
                    137:                                WarningLevel="3"
                    138:                                SuppressStartupBanner="TRUE"
                    139:                                DebugInformationFormat="3"/>
                    140:                        <Tool
                    141:                                Name="VCCustomBuildTool"/>
                    142:                        <Tool
                    143:                                Name="VCLibrarianTool"
                    144:                                OutputFile=".\Debug\pcre.lib"
                    145:                                SuppressStartupBanner="TRUE"/>
                    146:                        <Tool
                    147:                                Name="VCMIDLTool"/>
                    148:                        <Tool
                    149:                                Name="VCPostBuildEventTool"/>
                    150:                        <Tool
                    151:                                Name="VCPreBuildEventTool"/>
                    152:                        <Tool
                    153:                                Name="VCPreLinkEventTool"/>
                    154:                        <Tool
                    155:                                Name="VCResourceCompilerTool"
                    156:                                PreprocessorDefinitions="_DEBUG"
                    157:                                Culture="1049"/>
                    158:                        <Tool
                    159:                                Name="VCWebServiceProxyGeneratorTool"/>
                    160:                        <Tool
                    161:                                Name="VCXMLDataGeneratorTool"/>
                    162:                        <Tool
                    163:                                Name="VCManagedWrapperGeneratorTool"/>
                    164:                        <Tool
                    165:                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
                    166:                </Configuration>
                    167:                <Configuration
                    168:                        Name="Profile Debug|Win32"
                    169:                        OutputDirectory=".\ProfileDebug"
                    170:                        IntermediateDirectory=".\ProfileDebug"
                    171:                        ConfigurationType="4"
                    172:                        UseOfMFC="2"
                    173:                        ATLMinimizesCRunTimeLibraryUsage="FALSE"
                    174:                        CharacterSet="2">
                    175:                        <Tool
                    176:                                Name="VCCLCompilerTool"
                    177:                                Optimization="0"
                    178:                                PreprocessorDefinitions="WIN32;_DEBUG;_LIB"
                    179:                                BasicRuntimeChecks="3"
                    180:                                RuntimeLibrary="3"
1.2     ! paf       181:                                UsePrecompiledHeader="2"
1.1       paf       182:                                PrecompiledHeaderFile=".\ProfileDebug/pcre.pch"
                    183:                                AssemblerListingLocation=".\ProfileDebug/"
                    184:                                ObjectFile=".\ProfileDebug/"
                    185:                                ProgramDataBaseFileName=".\ProfileDebug/"
                    186:                                WarningLevel="3"
                    187:                                SuppressStartupBanner="TRUE"
                    188:                                DebugInformationFormat="3"/>
                    189:                        <Tool
                    190:                                Name="VCCustomBuildTool"/>
                    191:                        <Tool
                    192:                                Name="VCLibrarianTool"
                    193:                                OutputFile=".\ProfileDebug\pcre.lib"
                    194:                                SuppressStartupBanner="TRUE"/>
                    195:                        <Tool
                    196:                                Name="VCMIDLTool"/>
                    197:                        <Tool
                    198:                                Name="VCPostBuildEventTool"/>
                    199:                        <Tool
                    200:                                Name="VCPreBuildEventTool"/>
                    201:                        <Tool
                    202:                                Name="VCPreLinkEventTool"/>
                    203:                        <Tool
                    204:                                Name="VCResourceCompilerTool"
                    205:                                PreprocessorDefinitions="_DEBUG"
                    206:                                Culture="1049"/>
                    207:                        <Tool
                    208:                                Name="VCWebServiceProxyGeneratorTool"/>
                    209:                        <Tool
                    210:                                Name="VCXMLDataGeneratorTool"/>
                    211:                        <Tool
                    212:                                Name="VCManagedWrapperGeneratorTool"/>
                    213:                        <Tool
                    214:                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
                    215:                </Configuration>
                    216:        </Configurations>
                    217:        <References>
                    218:        </References>
                    219:        <Files>
                    220:                <Filter
                    221:                        Name="Source Files"
                    222:                        Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
                    223:                        <File
                    224:                                RelativePath="get.c">
                    225:                                <FileConfiguration
                    226:                                        Name="Release|Win32">
                    227:                                        <Tool
                    228:                                                Name="VCCLCompilerTool"
                    229:                                                Optimization="2"
                    230:                                                PreprocessorDefinitions=""/>
                    231:                                </FileConfiguration>
                    232:                                <FileConfiguration
                    233:                                        Name="Profile Release|Win32">
                    234:                                        <Tool
                    235:                                                Name="VCCLCompilerTool"
                    236:                                                Optimization="2"
                    237:                                                PreprocessorDefinitions=""/>
                    238:                                </FileConfiguration>
                    239:                                <FileConfiguration
                    240:                                        Name="Debug|Win32">
                    241:                                        <Tool
                    242:                                                Name="VCCLCompilerTool"
                    243:                                                Optimization="0"
                    244:                                                PreprocessorDefinitions=""
                    245:                                                BasicRuntimeChecks="3"/>
                    246:                                </FileConfiguration>
                    247:                                <FileConfiguration
                    248:                                        Name="Profile Debug|Win32">
                    249:                                        <Tool
                    250:                                                Name="VCCLCompilerTool"
                    251:                                                Optimization="0"
                    252:                                                PreprocessorDefinitions=""
                    253:                                                BasicRuntimeChecks="3"/>
                    254:                                </FileConfiguration>
                    255:                        </File>
                    256:                        <File
                    257:                                RelativePath="pcre.c">
                    258:                                <FileConfiguration
                    259:                                        Name="Release|Win32">
                    260:                                        <Tool
                    261:                                                Name="VCCLCompilerTool"
                    262:                                                Optimization="2"
                    263:                                                PreprocessorDefinitions=""/>
                    264:                                </FileConfiguration>
                    265:                                <FileConfiguration
                    266:                                        Name="Profile Release|Win32">
                    267:                                        <Tool
                    268:                                                Name="VCCLCompilerTool"
                    269:                                                Optimization="2"
                    270:                                                PreprocessorDefinitions=""/>
                    271:                                </FileConfiguration>
                    272:                                <FileConfiguration
                    273:                                        Name="Debug|Win32">
                    274:                                        <Tool
                    275:                                                Name="VCCLCompilerTool"
                    276:                                                Optimization="0"
                    277:                                                PreprocessorDefinitions=""
                    278:                                                BasicRuntimeChecks="3"/>
                    279:                                </FileConfiguration>
                    280:                                <FileConfiguration
                    281:                                        Name="Profile Debug|Win32">
                    282:                                        <Tool
                    283:                                                Name="VCCLCompilerTool"
                    284:                                                Optimization="0"
                    285:                                                PreprocessorDefinitions=""
                    286:                                                BasicRuntimeChecks="3"/>
                    287:                                </FileConfiguration>
                    288:                        </File>
                    289:                        <File
                    290:                                RelativePath="study.c">
                    291:                                <FileConfiguration
                    292:                                        Name="Release|Win32">
                    293:                                        <Tool
                    294:                                                Name="VCCLCompilerTool"
                    295:                                                Optimization="2"
                    296:                                                PreprocessorDefinitions=""/>
                    297:                                </FileConfiguration>
                    298:                                <FileConfiguration
                    299:                                        Name="Profile Release|Win32">
                    300:                                        <Tool
                    301:                                                Name="VCCLCompilerTool"
                    302:                                                Optimization="2"
                    303:                                                PreprocessorDefinitions=""/>
                    304:                                </FileConfiguration>
                    305:                                <FileConfiguration
                    306:                                        Name="Debug|Win32">
                    307:                                        <Tool
                    308:                                                Name="VCCLCompilerTool"
                    309:                                                Optimization="0"
                    310:                                                PreprocessorDefinitions=""
                    311:                                                BasicRuntimeChecks="3"/>
                    312:                                </FileConfiguration>
                    313:                                <FileConfiguration
                    314:                                        Name="Profile Debug|Win32">
                    315:                                        <Tool
                    316:                                                Name="VCCLCompilerTool"
                    317:                                                Optimization="0"
                    318:                                                PreprocessorDefinitions=""
                    319:                                                BasicRuntimeChecks="3"/>
                    320:                                </FileConfiguration>
                    321:                        </File>
                    322:                </Filter>
                    323:                <Filter
                    324:                        Name="Header Files"
                    325:                        Filter="h;hpp;hxx;hm;inl">
                    326:                        <File
                    327:                                RelativePath="internal.h">
                    328:                        </File>
                    329:                        <File
                    330:                                RelativePath="pcre.h">
                    331:                        </File>
                    332:                </Filter>
                    333:                <Filter
                    334:                        Name="Text files"
                    335:                        Filter="">
                    336:                        <File
                    337:                                RelativePath="pcre.3.txt">
                    338:                        </File>
                    339:                </Filter>
                    340:                <Filter
                    341:                        Name="Helper programs"
                    342:                        Filter="">
                    343:                        <File
                    344:                                RelativePath="dftables.c">
                    345:                                <FileConfiguration
                    346:                                        Name="Release|Win32">
                    347:                                        <Tool
                    348:                                                Name="VCCustomBuildTool"
                    349:                                                Description="Creating chartables.c..."
                    350:                                                CommandLine="&quot;$(OutDir)&quot;\pcre_dftables&gt;chartables.c
                    351: "
                    352:                                                Outputs="chartables.c"/>
                    353:                                </FileConfiguration>
                    354:                                <FileConfiguration
                    355:                                        Name="Debug|Win32">
                    356:                                        <Tool
                    357:                                                Name="VCCustomBuildTool"
                    358:                                                Description="Creating chartables.c..."
                    359:                                                CommandLine="&quot;$(OutDir)&quot;\pcre_dftables&gt;chartables.c
                    360: "
                    361:                                                Outputs="chartables.c"/>
                    362:                                </FileConfiguration>
                    363:                        </File>
                    364:                </Filter>
                    365:        </Files>
                    366:        <Globals>
                    367:        </Globals>
                    368: </VisualStudioProject>

E-mail: