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

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"
                     25:                                Optimization="2"
                     26:                                InlineFunctionExpansion="1"
1.11      paf        27:                                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        28:                                PreprocessorDefinitions="NDEBUG;_LIB;WIN32"
                     29:                                StringPooling="TRUE"
                     30:                                RuntimeLibrary="2"
                     31:                                EnableFunctionLevelLinking="TRUE"
1.12      paf        32:                                UsePrecompiledHeader="2"
1.1       paf        33:                                PrecompiledHeaderFile=".\Release/main.pch"
                     34:                                AssemblerListingLocation=".\Release/"
                     35:                                ObjectFile=".\Release/"
                     36:                                ProgramDataBaseFileName=".\Release/"
1.6       paf        37:                                WarningLevel="4"
1.1       paf        38:                                SuppressStartupBanner="TRUE"
                     39:                                DebugInformationFormat="3"
                     40:                                CompileAs="2"/>
                     41:                        <Tool
                     42:                                Name="VCCustomBuildTool"/>
                     43:                        <Tool
                     44:                                Name="VCLibrarianTool"
                     45:                                OutputFile=".\Release\main.lib"
                     46:                                SuppressStartupBanner="TRUE"/>
                     47:                        <Tool
                     48:                                Name="VCMIDLTool"/>
                     49:                        <Tool
                     50:                                Name="VCPostBuildEventTool"/>
                     51:                        <Tool
                     52:                                Name="VCPreBuildEventTool"/>
                     53:                        <Tool
                     54:                                Name="VCPreLinkEventTool"/>
                     55:                        <Tool
                     56:                                Name="VCResourceCompilerTool"
                     57:                                PreprocessorDefinitions="NDEBUG"
                     58:                                Culture="1049"/>
                     59:                        <Tool
                     60:                                Name="VCWebServiceProxyGeneratorTool"/>
                     61:                        <Tool
                     62:                                Name="VCXMLDataGeneratorTool"/>
                     63:                        <Tool
                     64:                                Name="VCManagedWrapperGeneratorTool"/>
                     65:                        <Tool
                     66:                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
                     67:                </Configuration>
                     68:                <Configuration
1.9       paf        69:                        Name="Debug|Win32"
                     70:                        OutputDirectory=".\Debug"
                     71:                        IntermediateDirectory=".\Debug"
1.1       paf        72:                        ConfigurationType="4"
                     73:                        UseOfMFC="2"
                     74:                        ATLMinimizesCRunTimeLibraryUsage="FALSE">
                     75:                        <Tool
                     76:                                Name="VCCLCompilerTool"
                     77:                                Optimization="0"
1.11      paf        78:                                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        79:                                PreprocessorDefinitions="_DEBUG;_LIB;WIN32"
                     80:                                BasicRuntimeChecks="3"
                     81:                                RuntimeLibrary="3"
1.12      paf        82:                                UsePrecompiledHeader="2"
1.9       paf        83:                                PrecompiledHeaderFile=".\Debug/main.pch"
                     84:                                AssemblerListingLocation=".\Debug/"
                     85:                                ObjectFile=".\Debug/"
                     86:                                ProgramDataBaseFileName=".\Debug/"
1.1       paf        87:                                BrowseInformation="1"
1.9       paf        88:                                WarningLevel="4"
1.1       paf        89:                                SuppressStartupBanner="TRUE"
                     90:                                DebugInformationFormat="3"
                     91:                                CompileAs="2"/>
                     92:                        <Tool
                     93:                                Name="VCCustomBuildTool"/>
                     94:                        <Tool
                     95:                                Name="VCLibrarianTool"
1.9       paf        96:                                OutputFile=".\Debug\main.lib"
1.1       paf        97:                                SuppressStartupBanner="TRUE"/>
                     98:                        <Tool
                     99:                                Name="VCMIDLTool"/>
                    100:                        <Tool
                    101:                                Name="VCPostBuildEventTool"/>
                    102:                        <Tool
                    103:                                Name="VCPreBuildEventTool"/>
                    104:                        <Tool
                    105:                                Name="VCPreLinkEventTool"/>
                    106:                        <Tool
                    107:                                Name="VCResourceCompilerTool"
                    108:                                PreprocessorDefinitions="_DEBUG"
                    109:                                Culture="1049"/>
                    110:                        <Tool
                    111:                                Name="VCWebServiceProxyGeneratorTool"/>
                    112:                        <Tool
                    113:                                Name="VCXMLDataGeneratorTool"/>
                    114:                        <Tool
                    115:                                Name="VCManagedWrapperGeneratorTool"/>
                    116:                        <Tool
                    117:                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
                    118:                </Configuration>
                    119:        </Configurations>
                    120:        <References>
                    121:        </References>
                    122:        <Files>
                    123:                <Filter
                    124:                        Name="sql"
                    125:                        Filter="">
                    126:                        <File
                    127:                                RelativePath="..\sql\pa_sql_driver.h">
                    128:                        </File>
                    129:                </Filter>
                    130:                <File
1.10      paf       131:                        RelativePath=".\compile.C">
1.1       paf       132:                </File>
                    133:                <File
1.10      paf       134:                        RelativePath=".\compile.tab.C">
1.1       paf       135:                </File>
                    136:                <File
                    137:                        RelativePath="compile.y">
                    138:                        <FileConfiguration
                    139:                                Name="Release|Win32">
                    140:                                <Tool
                    141:                                        Name="VCCustomBuildTool"
                    142:                                        Description="Compiling grammar..."
                    143:                                        CommandLine="cd &quot;$(InputDir)&quot;
                    144: set BISON_SIMPLE=..\..\..\win32\tools\usr\share\bison.simple
                    145: ..\..\..\win32\tools\bison -v &quot;$(InputName)&quot;.y -o compile.tab.C
                    146: "
                    147:                                        Outputs="compile.tab.C"/>
                    148:                        </FileConfiguration>
                    149:                        <FileConfiguration
1.10      paf       150:                                Name="Debug|Win32">
1.1       paf       151:                                <Tool
                    152:                                        Name="VCCustomBuildTool"
                    153:                                        Description="Compiling grammar..."
                    154:                                        CommandLine="cd &quot;$(InputDir)&quot;
                    155: set BISON_SIMPLE=..\..\..\win32\tools\usr\share\bison.simple
                    156: ..\..\..\win32\tools\bison -v &quot;$(InputName)&quot;.y -o compile.tab.C
                    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.10      paf       237:                        RelativePath=".\pa_memory.C">
1.1       paf       238:                </File>
                    239:                <File
                    240:                        RelativePath="..\include\pa_memory.h">
                    241:                </File>
                    242:                <File
                    243:                        RelativePath="..\include\pa_opcode.h">
                    244:                </File>
                    245:                <File
                    246:                        RelativePath="..\include\pa_operation.h">
1.5       paf       247:                </File>
                    248:                <File
                    249:                        RelativePath=".\pa_os.C">
                    250:                </File>
                    251:                <File
                    252:                        RelativePath="..\include\pa_os.h">
                    253:                </File>
                    254:                <File
                    255:                        RelativePath=".\pa_pool.C">
                    256:                </File>
                    257:                <File
                    258:                        RelativePath="..\include\pa_pool.h">
1.1       paf       259:                </File>
                    260:                <File
1.10      paf       261:                        RelativePath=".\pa_request.C">
1.1       paf       262:                </File>
                    263:                <File
                    264:                        RelativePath="..\include\pa_request.h">
                    265:                </File>
                    266:                <File
                    267:                        RelativePath="..\include\pa_request_charsets.h">
                    268:                </File>
                    269:                <File
                    270:                        RelativePath="..\include\pa_request_info.h">
                    271:                </File>
                    272:                <File
                    273:                        RelativePath="..\include\pa_sapi.h">
                    274:                </File>
                    275:                <File
1.10      paf       276:                        RelativePath=".\pa_socks.C">
1.1       paf       277:                </File>
                    278:                <File
                    279:                        RelativePath="..\include\pa_socks.h">
                    280:                </File>
                    281:                <File
                    282:                        RelativePath="..\include\pa_sql_connection.h">
                    283:                </File>
                    284:                <File
1.10      paf       285:                        RelativePath=".\pa_sql_driver_manager.C">
1.1       paf       286:                </File>
                    287:                <File
                    288:                        RelativePath="..\include\pa_sql_driver_manager.h">
                    289:                </File>
                    290:                <File
                    291:                        RelativePath="..\include\pa_stack.h">
                    292:                </File>
                    293:                <File
1.10      paf       294:                        RelativePath=".\pa_string.C">
1.1       paf       295:                </File>
                    296:                <File
                    297:                        RelativePath="..\include\pa_string.h">
                    298:                </File>
                    299:                <File
1.13    ! paf       300:                        RelativePath=".\pa_stylesheet_connection.C">
        !           301:                </File>
        !           302:                <File
1.1       paf       303:                        RelativePath="..\include\pa_stylesheet_connection.h">
                    304:                </File>
                    305:                <File
1.10      paf       306:                        RelativePath=".\pa_stylesheet_manager.C">
1.1       paf       307:                </File>
                    308:                <File
                    309:                        RelativePath="..\include\pa_stylesheet_manager.h">
                    310:                </File>
                    311:                <File
1.10      paf       312:                        RelativePath=".\pa_table.C">
1.1       paf       313:                </File>
                    314:                <File
                    315:                        RelativePath="..\include\pa_table.h">
                    316:                </File>
                    317:                <File
                    318:                        RelativePath="..\include\pa_threads.h">
                    319:                </File>
                    320:                <File
                    321:                        RelativePath="..\include\pa_types.h">
                    322:                </File>
                    323:                <File
1.10      paf       324:                        RelativePath=".\pa_uue.C">
1.1       paf       325:                </File>
                    326:                <File
                    327:                        RelativePath="..\include\pa_uue.h">
                    328:                </File>
                    329:                <File
                    330:                        RelativePath="..\include\pa_version.h">
1.3       paf       331:                </File>
                    332:                <File
                    333:                        RelativePath=".\pa_xml_exception.C">
                    334:                </File>
                    335:                <File
                    336:                        RelativePath="..\include\pa_xml_exception.h">
1.1       paf       337:                </File>
                    338:                <File
1.7       paf       339:                        RelativePath=".\pa_xml_io.C">
                    340:                </File>
                    341:                <File
1.10      paf       342:                        RelativePath="..\include\pa_xml_io.h">
                    343:                </File>
                    344:                <File
                    345:                        RelativePath=".\untaint.C">
1.1       paf       346:                </File>
                    347:        </Files>
                    348:        <Globals>
                    349:        </Globals>
                    350: </VisualStudioProject>

E-mail: