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

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

E-mail: