Annotation of parser3/src/types/types.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="types"
        !             6:        SccProjectName="types"
        !             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:                        CharacterSet="2">
        !            24:                        <Tool
        !            25:                                Name="VCCLCompilerTool"
        !            26:                                Optimization="2"
        !            27:                                GlobalOptimizations="TRUE"
        !            28:                                InlineFunctionExpansion="1"
        !            29:                                OptimizeForWindowsApplication="TRUE"
        !            30:                                AdditionalIncludeDirectories="..\lib\gd;..\include;..\classes;..\sql;..\lib\gc\include;..\lib\cord\include;..\..\..\win32\pcre;..\lib\sdbm\apr-include;..\..\..\win32\psapi;..\..\..\win32\gnome\glib\include;..\..\..\win32\gnome\glib\include\glib;..\..\..\win32\gnome\gmime-x.x.x;..\..\..\win32\gnome\libxml2-x.x.x\win32\release\include;..\..\..\win32\gnome\libxslt-x.x.x\win32\release\include"
        !            31:                                PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
        !            32:                                StringPooling="TRUE"
        !            33:                                RuntimeLibrary="2"
        !            34:                                EnableFunctionLevelLinking="TRUE"
        !            35:                                EnableEnhancedInstructionSet="2"
        !            36:                                RuntimeTypeInfo="TRUE"
        !            37:                                UsePrecompiledHeader="2"
        !            38:                                PrecompiledHeaderFile=".\Release/types.pch"
        !            39:                                AssemblerListingLocation=".\Release/"
        !            40:                                ObjectFile=".\Release/"
        !            41:                                ProgramDataBaseFileName=".\Release/"
        !            42:                                WarningLevel="4"
        !            43:                                SuppressStartupBanner="TRUE"
        !            44:                                DebugInformationFormat="3"
        !            45:                                CompileAs="2"/>
        !            46:                        <Tool
        !            47:                                Name="VCCustomBuildTool"/>
        !            48:                        <Tool
        !            49:                                Name="VCLibrarianTool"
        !            50:                                OutputFile=".\Release\types.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:                        CharacterSet="2">
        !            81:                        <Tool
        !            82:                                Name="VCCLCompilerTool"
        !            83:                                Optimization="0"
        !            84:                                AdditionalIncludeDirectories="..\lib\gd;..\include;..\classes;..\sql;..\lib\gc\include;..\lib\cord\include;..\..\..\win32\pcre;..\lib\sdbm\apr-include;..\..\..\win32\psapi;..\..\..\win32\gnome\glib\include;..\..\..\win32\gnome\glib\include\glib;..\..\..\win32\gnome\gmime-x.x.x;..\..\..\win32\gnome\libxml2-x.x.x\win32\debug\include;..\..\..\win32\gnome\libxslt-x.x.x\win32\debug\include"
        !            85:                                PreprocessorDefinitions="WIN32;_DEBUG;_LIB"
        !            86:                                BasicRuntimeChecks="3"
        !            87:                                RuntimeLibrary="3"
        !            88:                                RuntimeTypeInfo="TRUE"
        !            89:                                UsePrecompiledHeader="2"
        !            90:                                PrecompiledHeaderFile=".\Debug/types.pch"
        !            91:                                AssemblerListingLocation=".\Debug/"
        !            92:                                ObjectFile=".\Debug/"
        !            93:                                ProgramDataBaseFileName=".\Debug/"
        !            94:                                WarningLevel="4"
        !            95:                                SuppressStartupBanner="TRUE"
        !            96:                                DebugInformationFormat="3"
        !            97:                                CompileAs="2"/>
        !            98:                        <Tool
        !            99:                                Name="VCCustomBuildTool"/>
        !           100:                        <Tool
        !           101:                                Name="VCLibrarianTool"
        !           102:                                OutputFile=".\Debug\types.lib"
        !           103:                                SuppressStartupBanner="TRUE"/>
        !           104:                        <Tool
        !           105:                                Name="VCMIDLTool"/>
        !           106:                        <Tool
        !           107:                                Name="VCPostBuildEventTool"/>
        !           108:                        <Tool
        !           109:                                Name="VCPreBuildEventTool"/>
        !           110:                        <Tool
        !           111:                                Name="VCPreLinkEventTool"/>
        !           112:                        <Tool
        !           113:                                Name="VCResourceCompilerTool"
        !           114:                                PreprocessorDefinitions="_DEBUG"
        !           115:                                Culture="1049"/>
        !           116:                        <Tool
        !           117:                                Name="VCWebServiceProxyGeneratorTool"/>
        !           118:                        <Tool
        !           119:                                Name="VCXMLDataGeneratorTool"/>
        !           120:                        <Tool
        !           121:                                Name="VCManagedWrapperGeneratorTool"/>
        !           122:                        <Tool
        !           123:                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
        !           124:                </Configuration>
        !           125:        </Configurations>
        !           126:        <References>
        !           127:        </References>
        !           128:        <Files>
        !           129:                <Filter
        !           130:                        Name="psapi"
        !           131:                        Filter="">
        !           132:                        <File
        !           133:                                RelativePath="..\..\..\win32\psapi\Psapi.h">
        !           134:                        </File>
        !           135:                        <File
        !           136:                                RelativePath="..\..\..\win32\psapi\Psapi.Lib">
        !           137:                        </File>
        !           138:                </Filter>
        !           139:                <File
        !           140:                        RelativePath=".\pa_junction.h">
        !           141:                </File>
        !           142:                <File
        !           143:                        RelativePath=".\pa_method.h">
        !           144:                </File>
        !           145:                <File
        !           146:                        RelativePath=".\pa_property.h">
        !           147:                </File>
        !           148:                <File
        !           149:                        RelativePath=".\pa_value.C">
        !           150:                </File>
        !           151:                <File
        !           152:                        RelativePath=".\pa_value.h">
        !           153:                </File>
        !           154:                <File
        !           155:                        RelativePath=".\pa_vbool.h">
        !           156:                </File>
        !           157:                <File
        !           158:                        RelativePath=".\pa_vclass.C">
        !           159:                </File>
        !           160:                <File
        !           161:                        RelativePath=".\pa_vclass.h">
        !           162:                </File>
        !           163:                <File
        !           164:                        RelativePath=".\pa_vcode_frame.h">
        !           165:                </File>
        !           166:                <File
        !           167:                        RelativePath=".\pa_vconsole.h">
        !           168:                </File>
        !           169:                <File
        !           170:                        RelativePath=".\pa_vcookie.C">
        !           171:                </File>
        !           172:                <File
        !           173:                        RelativePath=".\pa_vcookie.h">
        !           174:                </File>
        !           175:                <File
        !           176:                        RelativePath=".\pa_vdate.h">
        !           177:                </File>
        !           178:                <File
        !           179:                        RelativePath=".\pa_vdouble.h">
        !           180:                </File>
        !           181:                <File
        !           182:                        RelativePath=".\pa_venv.C">
        !           183:                </File>
        !           184:                <File
        !           185:                        RelativePath=".\pa_venv.h">
        !           186:                </File>
        !           187:                <File
        !           188:                        RelativePath=".\pa_vfile.C">
        !           189:                </File>
        !           190:                <File
        !           191:                        RelativePath=".\pa_vfile.h">
        !           192:                </File>
        !           193:                <File
        !           194:                        RelativePath=".\pa_vform.C">
        !           195:                </File>
        !           196:                <File
        !           197:                        RelativePath=".\pa_vform.h">
        !           198:                </File>
        !           199:                <File
        !           200:                        RelativePath=".\pa_vhash.C">
        !           201:                </File>
        !           202:                <File
        !           203:                        RelativePath=".\pa_vhash.h">
        !           204:                </File>
        !           205:                <File
        !           206:                        RelativePath=".\pa_vhashfile.C">
        !           207:                </File>
        !           208:                <File
        !           209:                        RelativePath=".\pa_vhashfile.h">
        !           210:                </File>
        !           211:                <File
        !           212:                        RelativePath=".\pa_vimage.C">
        !           213:                </File>
        !           214:                <File
        !           215:                        RelativePath=".\pa_vimage.h">
        !           216:                </File>
        !           217:                <File
        !           218:                        RelativePath=".\pa_vint.h">
        !           219:                </File>
        !           220:                <File
        !           221:                        RelativePath=".\pa_vjunction.C">
        !           222:                </File>
        !           223:                <File
        !           224:                        RelativePath=".\pa_vjunction.h">
        !           225:                </File>
        !           226:                <File
        !           227:                        RelativePath=".\pa_vmail.C">
        !           228:                </File>
        !           229:                <File
        !           230:                        RelativePath=".\pa_vmail.h">
        !           231:                </File>
        !           232:                <File
        !           233:                        RelativePath=".\pa_vmath.C">
        !           234:                </File>
        !           235:                <File
        !           236:                        RelativePath=".\pa_vmath.h">
        !           237:                </File>
        !           238:                <File
        !           239:                        RelativePath=".\pa_vmemory.h">
        !           240:                </File>
        !           241:                <File
        !           242:                        RelativePath=".\pa_vmethod_frame.C">
        !           243:                </File>
        !           244:                <File
        !           245:                        RelativePath=".\pa_vmethod_frame.h">
        !           246:                </File>
        !           247:                <File
        !           248:                        RelativePath=".\pa_vobject.C">
        !           249:                </File>
        !           250:                <File
        !           251:                        RelativePath=".\pa_vobject.h">
        !           252:                </File>
        !           253:                <File
        !           254:                        RelativePath=".\pa_vproperty.C">
        !           255:                </File>
        !           256:                <File
        !           257:                        RelativePath=".\pa_vproperty.h">
        !           258:                </File>
        !           259:                <File
        !           260:                        RelativePath=".\pa_vregex.C">
        !           261:                </File>
        !           262:                <File
        !           263:                        RelativePath=".\pa_vregex.h">
        !           264:                </File>
        !           265:                <File
        !           266:                        RelativePath=".\pa_vrequest.C">
        !           267:                </File>
        !           268:                <File
        !           269:                        RelativePath=".\pa_vrequest.h">
        !           270:                </File>
        !           271:                <File
        !           272:                        RelativePath=".\pa_vresponse.C">
        !           273:                </File>
        !           274:                <File
        !           275:                        RelativePath=".\pa_vresponse.h">
        !           276:                </File>
        !           277:                <File
        !           278:                        RelativePath=".\pa_vstateless_class.C">
        !           279:                </File>
        !           280:                <File
        !           281:                        RelativePath=".\pa_vstateless_class.h">
        !           282:                </File>
        !           283:                <File
        !           284:                        RelativePath=".\pa_vstateless_object.h">
        !           285:                </File>
        !           286:                <File
        !           287:                        RelativePath=".\pa_vstatus.C">
        !           288:                </File>
        !           289:                <File
        !           290:                        RelativePath=".\pa_vstatus.h">
        !           291:                </File>
        !           292:                <File
        !           293:                        RelativePath=".\pa_vstring.C">
        !           294:                </File>
        !           295:                <File
        !           296:                        RelativePath=".\pa_vstring.h">
        !           297:                </File>
        !           298:                <File
        !           299:                        RelativePath=".\pa_vtable.C">
        !           300:                </File>
        !           301:                <File
        !           302:                        RelativePath=".\pa_vtable.h">
        !           303:                </File>
        !           304:                <File
        !           305:                        RelativePath=".\pa_vvoid.C">
        !           306:                </File>
        !           307:                <File
        !           308:                        RelativePath=".\pa_vvoid.h">
        !           309:                </File>
        !           310:                <File
        !           311:                        RelativePath=".\pa_vxdoc.C">
        !           312:                </File>
        !           313:                <File
        !           314:                        RelativePath=".\pa_vxdoc.h">
        !           315:                </File>
        !           316:                <File
        !           317:                        RelativePath=".\pa_vxnode.C">
        !           318:                </File>
        !           319:                <File
        !           320:                        RelativePath=".\pa_vxnode.h">
        !           321:                </File>
        !           322:                <File
        !           323:                        RelativePath=".\pa_wcontext.C">
        !           324:                </File>
        !           325:                <File
        !           326:                        RelativePath=".\pa_wcontext.h">
        !           327:                </File>
        !           328:                <File
        !           329:                        RelativePath=".\pa_wwrapper.h">
        !           330:                </File>
        !           331:        </Files>
        !           332:        <Globals>
        !           333:        </Globals>
        !           334: </VisualStudioProject>

E-mail: