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

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.11      paf        28:                                AdditionalIncludeDirectories="..\lib\ltdl;..\classes\gd;..\include;..\types;..\classes;..\lib\gc\include;..\lib\cord\include;..\lib\pcre;..\sql;..\..\..\win32\gnome\glib\include;..\..\..\win32\gnome\glib\include\glib;..\..\..\win32\gnome\gdome2-x.x.x\libgdome;..\..\..\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.11      paf        79:                                AdditionalIncludeDirectories="..\lib\ltdl;..\classes\gd;..\include;..\types;..\classes;..\lib\gc\include;..\lib\cord\include;..\lib\pcre;..\sql;..\..\..\win32\gnome\glib\include;..\..\..\win32\gnome\glib\include\glib;..\..\..\win32\gnome\gdome2-x.x.x\libgdome;..\..\..\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;
                    156: set BISON_SIMPLE=..\..\..\win32\tools\usr\share\bison.simple
                    157: ..\..\..\win32\tools\bison -v &quot;$(InputName)&quot;.y -o compile.tab.C
                    158: "
                    159:                                        Outputs="compile.tab.C"/>
                    160:                        </FileConfiguration>
                    161:                </File>
                    162:                <File
1.10      paf       163:                        RelativePath=".\compile_tools.C">
1.1       paf       164:                </File>
                    165:                <File
1.10      paf       166:                        RelativePath=".\compile_tools.h">
1.1       paf       167:                </File>
                    168:                <File
1.10      paf       169:                        RelativePath=".\execute.C">
1.1       paf       170:                </File>
                    171:                <File
                    172:                        RelativePath="..\include\pa_array.h">
                    173:                </File>
                    174:                <File
1.10      paf       175:                        RelativePath=".\pa_cache_managers.C">
1.1       paf       176:                </File>
                    177:                <File
                    178:                        RelativePath="..\include\pa_cache_managers.h">
                    179:                </File>
                    180:                <File
1.10      paf       181:                        RelativePath=".\pa_charset.C">
1.1       paf       182:                </File>
                    183:                <File
                    184:                        RelativePath="..\include\pa_charset.h">
                    185:                </File>
                    186:                <File
1.10      paf       187:                        RelativePath=".\pa_charsets.C">
1.1       paf       188:                </File>
                    189:                <File
                    190:                        RelativePath="..\include\pa_charsets.h">
                    191:                </File>
                    192:                <File
1.10      paf       193:                        RelativePath=".\pa_common.C">
1.1       paf       194:                </File>
                    195:                <File
                    196:                        RelativePath="..\include\pa_common.h">
                    197:                </File>
                    198:                <File
                    199:                        RelativePath="..\include\pa_config_fixed.h">
                    200:                </File>
                    201:                <File
                    202:                        RelativePath="..\include\pa_config_includes.h">
                    203:                </File>
                    204:                <File
1.10      paf       205:                        RelativePath=".\pa_dictionary.C">
1.1       paf       206:                </File>
                    207:                <File
                    208:                        RelativePath="..\include\pa_dictionary.h">
                    209:                </File>
                    210:                <File
1.10      paf       211:                        RelativePath=".\pa_dir.C">
1.1       paf       212:                </File>
                    213:                <File
                    214:                        RelativePath="..\include\pa_dir.h">
                    215:                </File>
                    216:                <File
1.10      paf       217:                        RelativePath=".\pa_exception.C">
1.1       paf       218:                </File>
                    219:                <File
                    220:                        RelativePath="..\include\pa_exception.h">
                    221:                </File>
                    222:                <File
1.10      paf       223:                        RelativePath=".\pa_exec.C">
1.1       paf       224:                </File>
                    225:                <File
                    226:                        RelativePath="..\include\pa_exec.h">
                    227:                </File>
                    228:                <File
1.10      paf       229:                        RelativePath=".\pa_globals.C">
1.1       paf       230:                </File>
                    231:                <File
                    232:                        RelativePath="..\include\pa_globals.h">
                    233:                </File>
                    234:                <File
                    235:                        RelativePath="..\include\pa_hash.h">
                    236:                </File>
                    237:                <File
1.16    ! paf       238:                        RelativePath=".\pa_http.C">
        !           239:                </File>
        !           240:                <File
        !           241:                        RelativePath="..\include\pa_http.h">
        !           242:                </File>
        !           243:                <File
1.10      paf       244:                        RelativePath=".\pa_memory.C">
1.1       paf       245:                </File>
                    246:                <File
                    247:                        RelativePath="..\include\pa_memory.h">
                    248:                </File>
                    249:                <File
                    250:                        RelativePath="..\include\pa_opcode.h">
                    251:                </File>
                    252:                <File
                    253:                        RelativePath="..\include\pa_operation.h">
1.5       paf       254:                </File>
                    255:                <File
                    256:                        RelativePath=".\pa_os.C">
                    257:                </File>
                    258:                <File
                    259:                        RelativePath="..\include\pa_os.h">
                    260:                </File>
                    261:                <File
                    262:                        RelativePath=".\pa_pool.C">
                    263:                </File>
                    264:                <File
                    265:                        RelativePath="..\include\pa_pool.h">
1.1       paf       266:                </File>
                    267:                <File
1.10      paf       268:                        RelativePath=".\pa_request.C">
1.1       paf       269:                </File>
                    270:                <File
                    271:                        RelativePath="..\include\pa_request.h">
                    272:                </File>
                    273:                <File
                    274:                        RelativePath="..\include\pa_request_charsets.h">
                    275:                </File>
                    276:                <File
                    277:                        RelativePath="..\include\pa_request_info.h">
                    278:                </File>
                    279:                <File
                    280:                        RelativePath="..\include\pa_sapi.h">
                    281:                </File>
                    282:                <File
1.10      paf       283:                        RelativePath=".\pa_socks.C">
1.1       paf       284:                </File>
                    285:                <File
                    286:                        RelativePath="..\include\pa_socks.h">
                    287:                </File>
                    288:                <File
                    289:                        RelativePath="..\include\pa_sql_connection.h">
                    290:                </File>
                    291:                <File
1.10      paf       292:                        RelativePath=".\pa_sql_driver_manager.C">
1.1       paf       293:                </File>
                    294:                <File
                    295:                        RelativePath="..\include\pa_sql_driver_manager.h">
                    296:                </File>
                    297:                <File
                    298:                        RelativePath="..\include\pa_stack.h">
                    299:                </File>
                    300:                <File
1.10      paf       301:                        RelativePath=".\pa_string.C">
1.1       paf       302:                </File>
                    303:                <File
                    304:                        RelativePath="..\include\pa_string.h">
                    305:                </File>
                    306:                <File
1.13      paf       307:                        RelativePath=".\pa_stylesheet_connection.C">
                    308:                </File>
                    309:                <File
1.1       paf       310:                        RelativePath="..\include\pa_stylesheet_connection.h">
                    311:                </File>
                    312:                <File
1.10      paf       313:                        RelativePath=".\pa_stylesheet_manager.C">
1.1       paf       314:                </File>
                    315:                <File
                    316:                        RelativePath="..\include\pa_stylesheet_manager.h">
                    317:                </File>
                    318:                <File
1.10      paf       319:                        RelativePath=".\pa_table.C">
1.1       paf       320:                </File>
                    321:                <File
                    322:                        RelativePath="..\include\pa_table.h">
                    323:                </File>
                    324:                <File
                    325:                        RelativePath="..\include\pa_threads.h">
                    326:                </File>
                    327:                <File
                    328:                        RelativePath="..\include\pa_types.h">
                    329:                </File>
                    330:                <File
1.10      paf       331:                        RelativePath=".\pa_uue.C">
1.1       paf       332:                </File>
                    333:                <File
                    334:                        RelativePath="..\include\pa_uue.h">
                    335:                </File>
                    336:                <File
                    337:                        RelativePath="..\include\pa_version.h">
1.3       paf       338:                </File>
                    339:                <File
                    340:                        RelativePath=".\pa_xml_exception.C">
                    341:                </File>
                    342:                <File
                    343:                        RelativePath="..\include\pa_xml_exception.h">
1.1       paf       344:                </File>
                    345:                <File
1.7       paf       346:                        RelativePath=".\pa_xml_io.C">
                    347:                </File>
                    348:                <File
1.10      paf       349:                        RelativePath="..\include\pa_xml_io.h">
                    350:                </File>
                    351:                <File
                    352:                        RelativePath=".\untaint.C">
1.1       paf       353:                </File>
                    354:        </Files>
                    355:        <Globals>
                    356:        </Globals>
                    357: </VisualStudioProject>

E-mail: