Annotation of parser3/src/main/main.vcproj, revision 1.18

1.1       paf         1: <?xml version="1.0" encoding="windows-1251"?>
                      2: <VisualStudioProject
                      3:        ProjectType="Visual C++"
                      4:        Version="7.10"
                      5:        Name="main"
                      6:        SccProjectName="main"
                      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:                        <Tool
                     24:                                Name="VCCLCompilerTool"
1.15      paf        25:                                Optimization="2"
                     26:                                GlobalOptimizations="TRUE"
1.1       paf        27:                                InlineFunctionExpansion="1"
1.17      paf        28:                                AdditionalIncludeDirectories="..\lib\ltdl;..\classes\gd;..\include;..\types;..\classes;..\lib\gc\include;..\lib\cord\include;..\lib\pcre;..\sql;..\..\..\win32\gnome\libxml2-x.x.x\win32\release\include;..\..\..\win32\gnome\libxslt-x.x.x\win32\release\include"
1.1       paf        29:                                PreprocessorDefinitions="NDEBUG;_LIB;WIN32"
                     30:                                StringPooling="TRUE"
                     31:                                RuntimeLibrary="2"
                     32:                                EnableFunctionLevelLinking="TRUE"
1.12      paf        33:                                UsePrecompiledHeader="2"
1.1       paf        34:                                PrecompiledHeaderFile=".\Release/main.pch"
                     35:                                AssemblerListingLocation=".\Release/"
                     36:                                ObjectFile=".\Release/"
                     37:                                ProgramDataBaseFileName=".\Release/"
1.6       paf        38:                                WarningLevel="4"
1.1       paf        39:                                SuppressStartupBanner="TRUE"
                     40:                                DebugInformationFormat="3"
                     41:                                CompileAs="2"/>
                     42:                        <Tool
                     43:                                Name="VCCustomBuildTool"/>
                     44:                        <Tool
                     45:                                Name="VCLibrarianTool"
                     46:                                OutputFile=".\Release\main.lib"
                     47:                                SuppressStartupBanner="TRUE"/>
                     48:                        <Tool
                     49:                                Name="VCMIDLTool"/>
                     50:                        <Tool
                     51:                                Name="VCPostBuildEventTool"/>
                     52:                        <Tool
                     53:                                Name="VCPreBuildEventTool"/>
                     54:                        <Tool
                     55:                                Name="VCPreLinkEventTool"/>
                     56:                        <Tool
                     57:                                Name="VCResourceCompilerTool"
                     58:                                PreprocessorDefinitions="NDEBUG"
                     59:                                Culture="1049"/>
                     60:                        <Tool
                     61:                                Name="VCWebServiceProxyGeneratorTool"/>
                     62:                        <Tool
                     63:                                Name="VCXMLDataGeneratorTool"/>
                     64:                        <Tool
                     65:                                Name="VCManagedWrapperGeneratorTool"/>
                     66:                        <Tool
                     67:                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
                     68:                </Configuration>
                     69:                <Configuration
1.9       paf        70:                        Name="Debug|Win32"
                     71:                        OutputDirectory=".\Debug"
                     72:                        IntermediateDirectory=".\Debug"
1.1       paf        73:                        ConfigurationType="4"
                     74:                        UseOfMFC="2"
                     75:                        ATLMinimizesCRunTimeLibraryUsage="FALSE">
                     76:                        <Tool
                     77:                                Name="VCCLCompilerTool"
                     78:                                Optimization="0"
1.17      paf        79:                                AdditionalIncludeDirectories="..\lib\ltdl;..\classes\gd;..\include;..\types;..\classes;..\lib\gc\include;..\lib\cord\include;..\lib\pcre;..\sql;..\..\..\win32\gnome\libxml2-x.x.x\win32\debug\include;..\..\..\win32\gnome\libxslt-x.x.x\win32\debug\include"
1.1       paf        80:                                PreprocessorDefinitions="_DEBUG;_LIB;WIN32"
                     81:                                BasicRuntimeChecks="3"
                     82:                                RuntimeLibrary="3"
1.12      paf        83:                                UsePrecompiledHeader="2"
1.9       paf        84:                                PrecompiledHeaderFile=".\Debug/main.pch"
                     85:                                AssemblerListingLocation=".\Debug/"
                     86:                                ObjectFile=".\Debug/"
                     87:                                ProgramDataBaseFileName=".\Debug/"
1.1       paf        88:                                BrowseInformation="1"
1.9       paf        89:                                WarningLevel="4"
1.1       paf        90:                                SuppressStartupBanner="TRUE"
                     91:                                DebugInformationFormat="3"
                     92:                                CompileAs="2"/>
                     93:                        <Tool
                     94:                                Name="VCCustomBuildTool"/>
                     95:                        <Tool
                     96:                                Name="VCLibrarianTool"
1.9       paf        97:                                OutputFile=".\Debug\main.lib"
1.1       paf        98:                                SuppressStartupBanner="TRUE"/>
                     99:                        <Tool
                    100:                                Name="VCMIDLTool"/>
                    101:                        <Tool
                    102:                                Name="VCPostBuildEventTool"/>
                    103:                        <Tool
                    104:                                Name="VCPreBuildEventTool"/>
                    105:                        <Tool
                    106:                                Name="VCPreLinkEventTool"/>
                    107:                        <Tool
                    108:                                Name="VCResourceCompilerTool"
                    109:                                PreprocessorDefinitions="_DEBUG"
                    110:                                Culture="1049"/>
                    111:                        <Tool
                    112:                                Name="VCWebServiceProxyGeneratorTool"/>
                    113:                        <Tool
                    114:                                Name="VCXMLDataGeneratorTool"/>
                    115:                        <Tool
                    116:                                Name="VCManagedWrapperGeneratorTool"/>
                    117:                        <Tool
                    118:                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
                    119:                </Configuration>
                    120:        </Configurations>
                    121:        <References>
                    122:        </References>
                    123:        <Files>
                    124:                <Filter
                    125:                        Name="sql"
                    126:                        Filter="">
                    127:                        <File
                    128:                                RelativePath="..\sql\pa_sql_driver.h">
                    129:                        </File>
                    130:                </Filter>
                    131:                <File
1.10      paf       132:                        RelativePath=".\compile.C">
1.1       paf       133:                </File>
                    134:                <File
1.10      paf       135:                        RelativePath=".\compile.tab.C">
1.1       paf       136:                </File>
                    137:                <File
                    138:                        RelativePath="compile.y">
                    139:                        <FileConfiguration
                    140:                                Name="Release|Win32">
                    141:                                <Tool
                    142:                                        Name="VCCustomBuildTool"
                    143:                                        Description="Compiling grammar..."
                    144:                                        CommandLine="cd &quot;$(InputDir)&quot;
                    145: set BISON_SIMPLE=..\..\..\win32\tools\usr\share\bison.simple
                    146: ..\..\..\win32\tools\bison -v &quot;$(InputName)&quot;.y -o compile.tab.C
                    147: "
                    148:                                        Outputs="compile.tab.C"/>
                    149:                        </FileConfiguration>
                    150:                        <FileConfiguration
1.10      paf       151:                                Name="Debug|Win32">
1.1       paf       152:                                <Tool
                    153:                                        Name="VCCustomBuildTool"
                    154:                                        Description="Compiling grammar..."
                    155:                                        CommandLine="cd &quot;$(InputDir)&quot;
1.18    ! paf       156: ..\..\..\win32\tools\bison -v &quot;$(InputName)&quot;.y -o compile.tab.C -S/../../../cygdrive/y/parser3project/win32/tools/yacc.c
1.1       paf       157: "
                    158:                                        Outputs="compile.tab.C"/>
                    159:                        </FileConfiguration>
                    160:                </File>
                    161:                <File
1.10      paf       162:                        RelativePath=".\compile_tools.C">
1.1       paf       163:                </File>
                    164:                <File
1.10      paf       165:                        RelativePath=".\compile_tools.h">
1.1       paf       166:                </File>
                    167:                <File
1.10      paf       168:                        RelativePath=".\execute.C">
1.1       paf       169:                </File>
                    170:                <File
                    171:                        RelativePath="..\include\pa_array.h">
                    172:                </File>
                    173:                <File
1.10      paf       174:                        RelativePath=".\pa_cache_managers.C">
1.1       paf       175:                </File>
                    176:                <File
                    177:                        RelativePath="..\include\pa_cache_managers.h">
                    178:                </File>
                    179:                <File
1.10      paf       180:                        RelativePath=".\pa_charset.C">
1.1       paf       181:                </File>
                    182:                <File
                    183:                        RelativePath="..\include\pa_charset.h">
                    184:                </File>
                    185:                <File
1.10      paf       186:                        RelativePath=".\pa_charsets.C">
1.1       paf       187:                </File>
                    188:                <File
                    189:                        RelativePath="..\include\pa_charsets.h">
                    190:                </File>
                    191:                <File
1.10      paf       192:                        RelativePath=".\pa_common.C">
1.1       paf       193:                </File>
                    194:                <File
                    195:                        RelativePath="..\include\pa_common.h">
                    196:                </File>
                    197:                <File
                    198:                        RelativePath="..\include\pa_config_fixed.h">
                    199:                </File>
                    200:                <File
                    201:                        RelativePath="..\include\pa_config_includes.h">
                    202:                </File>
                    203:                <File
1.10      paf       204:                        RelativePath=".\pa_dictionary.C">
1.1       paf       205:                </File>
                    206:                <File
                    207:                        RelativePath="..\include\pa_dictionary.h">
                    208:                </File>
                    209:                <File
1.10      paf       210:                        RelativePath=".\pa_dir.C">
1.1       paf       211:                </File>
                    212:                <File
                    213:                        RelativePath="..\include\pa_dir.h">
                    214:                </File>
                    215:                <File
1.10      paf       216:                        RelativePath=".\pa_exception.C">
1.1       paf       217:                </File>
                    218:                <File
                    219:                        RelativePath="..\include\pa_exception.h">
                    220:                </File>
                    221:                <File
1.10      paf       222:                        RelativePath=".\pa_exec.C">
1.1       paf       223:                </File>
                    224:                <File
                    225:                        RelativePath="..\include\pa_exec.h">
                    226:                </File>
                    227:                <File
1.10      paf       228:                        RelativePath=".\pa_globals.C">
1.1       paf       229:                </File>
                    230:                <File
                    231:                        RelativePath="..\include\pa_globals.h">
                    232:                </File>
                    233:                <File
                    234:                        RelativePath="..\include\pa_hash.h">
                    235:                </File>
                    236:                <File
1.16      paf       237:                        RelativePath=".\pa_http.C">
                    238:                </File>
                    239:                <File
                    240:                        RelativePath="..\include\pa_http.h">
                    241:                </File>
                    242:                <File
1.10      paf       243:                        RelativePath=".\pa_memory.C">
1.1       paf       244:                </File>
                    245:                <File
                    246:                        RelativePath="..\include\pa_memory.h">
                    247:                </File>
                    248:                <File
                    249:                        RelativePath="..\include\pa_opcode.h">
                    250:                </File>
                    251:                <File
                    252:                        RelativePath="..\include\pa_operation.h">
1.5       paf       253:                </File>
                    254:                <File
                    255:                        RelativePath=".\pa_os.C">
                    256:                </File>
                    257:                <File
                    258:                        RelativePath="..\include\pa_os.h">
                    259:                </File>
                    260:                <File
                    261:                        RelativePath=".\pa_pool.C">
                    262:                </File>
                    263:                <File
                    264:                        RelativePath="..\include\pa_pool.h">
1.1       paf       265:                </File>
                    266:                <File
1.10      paf       267:                        RelativePath=".\pa_request.C">
1.1       paf       268:                </File>
                    269:                <File
                    270:                        RelativePath="..\include\pa_request.h">
                    271:                </File>
                    272:                <File
                    273:                        RelativePath="..\include\pa_request_charsets.h">
                    274:                </File>
                    275:                <File
                    276:                        RelativePath="..\include\pa_request_info.h">
                    277:                </File>
                    278:                <File
                    279:                        RelativePath="..\include\pa_sapi.h">
                    280:                </File>
                    281:                <File
1.10      paf       282:                        RelativePath=".\pa_socks.C">
1.1       paf       283:                </File>
                    284:                <File
                    285:                        RelativePath="..\include\pa_socks.h">
                    286:                </File>
                    287:                <File
                    288:                        RelativePath="..\include\pa_sql_connection.h">
                    289:                </File>
                    290:                <File
1.10      paf       291:                        RelativePath=".\pa_sql_driver_manager.C">
1.1       paf       292:                </File>
                    293:                <File
                    294:                        RelativePath="..\include\pa_sql_driver_manager.h">
                    295:                </File>
                    296:                <File
                    297:                        RelativePath="..\include\pa_stack.h">
                    298:                </File>
                    299:                <File
1.10      paf       300:                        RelativePath=".\pa_string.C">
1.1       paf       301:                </File>
                    302:                <File
                    303:                        RelativePath="..\include\pa_string.h">
                    304:                </File>
                    305:                <File
1.13      paf       306:                        RelativePath=".\pa_stylesheet_connection.C">
                    307:                </File>
                    308:                <File
1.1       paf       309:                        RelativePath="..\include\pa_stylesheet_connection.h">
                    310:                </File>
                    311:                <File
1.10      paf       312:                        RelativePath=".\pa_stylesheet_manager.C">
1.1       paf       313:                </File>
                    314:                <File
                    315:                        RelativePath="..\include\pa_stylesheet_manager.h">
                    316:                </File>
                    317:                <File
1.10      paf       318:                        RelativePath=".\pa_table.C">
1.1       paf       319:                </File>
                    320:                <File
                    321:                        RelativePath="..\include\pa_table.h">
                    322:                </File>
                    323:                <File
                    324:                        RelativePath="..\include\pa_threads.h">
                    325:                </File>
                    326:                <File
                    327:                        RelativePath="..\include\pa_types.h">
                    328:                </File>
                    329:                <File
1.10      paf       330:                        RelativePath=".\pa_uue.C">
1.1       paf       331:                </File>
                    332:                <File
                    333:                        RelativePath="..\include\pa_uue.h">
                    334:                </File>
                    335:                <File
                    336:                        RelativePath="..\include\pa_version.h">
1.3       paf       337:                </File>
                    338:                <File
                    339:                        RelativePath=".\pa_xml_exception.C">
                    340:                </File>
                    341:                <File
                    342:                        RelativePath="..\include\pa_xml_exception.h">
1.1       paf       343:                </File>
                    344:                <File
1.7       paf       345:                        RelativePath=".\pa_xml_io.C">
                    346:                </File>
                    347:                <File
1.10      paf       348:                        RelativePath="..\include\pa_xml_io.h">
                    349:                </File>
                    350:                <File
                    351:                        RelativePath=".\untaint.C">
1.1       paf       352:                </File>
                    353:        </Files>
                    354:        <Globals>
                    355:        </Globals>
                    356: </VisualStudioProject>

E-mail: