Annotation of parser3/src/types/types.vcproj, revision 1.14

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

E-mail: