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

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

E-mail: