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

1.23      misha       1: <?xml version="1.0" encoding="windows-1251"?>
                      2: <VisualStudioProject
                      3:        ProjectType="Visual C++"
                      4:        Version="7.10"
                      5:        Name="types"
1.31      moko        6:        ProjectGUID="{09C0531B-9B8F-443A-A16B-BD9134712613}"
1.23      misha       7:        SccProjectName="types"
                      8:        SccAuxPath=""
                      9:        SccLocalPath="."
                     10:        SccProvider="MSSCCI:Jalindi Igloo"
                     11:        Keyword="MFCProj">
                     12:        <Platforms>
                     13:                <Platform
                     14:                        Name="Win32"/>
                     15:        </Platforms>
                     16:        <Configurations>
                     17:                <Configuration
                     18:                        Name="Release|Win32"
                     19:                        OutputDirectory=".\Release"
                     20:                        IntermediateDirectory=".\Release"
                     21:                        ConfigurationType="4"
                     22:                        UseOfMFC="0"
                     23:                        ATLMinimizesCRunTimeLibraryUsage="FALSE"
                     24:                        CharacterSet="2">
                     25:                        <Tool
                     26:                                Name="VCCLCompilerTool"
                     27:                                Optimization="2"
                     28:                                GlobalOptimizations="TRUE"
                     29:                                InlineFunctionExpansion="1"
                     30:                                OptimizeForWindowsApplication="TRUE"
1.35      moko       31:                                AdditionalIncludeDirectories="..\lib\gd;..\include;..\classes;..\sql;..\lib\memcached;..\..\..\win32\pcre;..\lib\sdbm\pa-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\libxml2;..\..\..\win32\gnome\libxml2-x.x.x\win32\release\include;..\..\..\win32\gnome\libxslt-x.x.x\win32\release\include"
1.23      misha      32:                                PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
                     33:                                StringPooling="TRUE"
1.37      moko       34:                                RuntimeLibrary="0"
1.23      misha      35:                                EnableFunctionLevelLinking="TRUE"
1.33      moko       36:                                RuntimeTypeInfo="TRUE"
1.23      misha      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"
1.35      moko       84:                                AdditionalIncludeDirectories="..\lib\gd;..\include;..\classes;..\sql;..\lib\memcached;..\..\..\win32\pcre;..\lib\sdbm\pa-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\libxml2;..\..\..\win32\gnome\libxml2-x.x.x\win32\debug\include;..\..\..\win32\gnome\libxslt-x.x.x\win32\debug\include"
1.23      misha      85:                                PreprocessorDefinitions="WIN32;_DEBUG;_LIB"
                     86:                                BasicRuntimeChecks="3"
1.37      moko       87:                                RuntimeLibrary="1"
1.36      moko       88:                                RuntimeTypeInfo="TRUE"
1.23      misha      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
1.38    ! moko      155:                        RelativePath=".\pa_varray.C">
        !           156:                </File>
        !           157:                <File
        !           158:                        RelativePath=".\pa_varray.h">
        !           159:                </File>
        !           160:                <File
1.23      misha     161:                        RelativePath=".\pa_vbool.h">
                    162:                </File>
                    163:                <File
1.34      moko      164:                        RelativePath=".\pa_vcaller_wrapper.h">
                    165:                </File>
                    166:                <File
1.23      misha     167:                        RelativePath=".\pa_vclass.C">
                    168:                </File>
                    169:                <File
                    170:                        RelativePath=".\pa_vclass.h">
                    171:                </File>
                    172:                <File
                    173:                        RelativePath=".\pa_vcode_frame.h">
                    174:                </File>
                    175:                <File
                    176:                        RelativePath=".\pa_vconsole.h">
                    177:                </File>
                    178:                <File
                    179:                        RelativePath=".\pa_vcookie.C">
                    180:                </File>
                    181:                <File
                    182:                        RelativePath=".\pa_vcookie.h">
                    183:                </File>
                    184:                <File
                    185:                        RelativePath=".\pa_vdate.h">
                    186:                </File>
                    187:                <File
                    188:                        RelativePath=".\pa_vdouble.h">
                    189:                </File>
                    190:                <File
                    191:                        RelativePath=".\pa_venv.C">
                    192:                </File>
                    193:                <File
1.32      moko      194:                        RelativePath=".\pa_vdate.C">
                    195:                </File>
                    196:                <File
1.23      misha     197:                        RelativePath=".\pa_venv.h">
                    198:                </File>
                    199:                <File
                    200:                        RelativePath=".\pa_vfile.C">
                    201:                </File>
                    202:                <File
                    203:                        RelativePath=".\pa_vfile.h">
                    204:                </File>
                    205:                <File
                    206:                        RelativePath=".\pa_vform.C">
                    207:                </File>
                    208:                <File
                    209:                        RelativePath=".\pa_vform.h">
                    210:                </File>
                    211:                <File
                    212:                        RelativePath=".\pa_vhash.C">
                    213:                </File>
                    214:                <File
                    215:                        RelativePath=".\pa_vhash.h">
                    216:                </File>
                    217:                <File
                    218:                        RelativePath=".\pa_vhashfile.C">
                    219:                </File>
                    220:                <File
                    221:                        RelativePath=".\pa_vhashfile.h">
                    222:                </File>
                    223:                <File
                    224:                        RelativePath=".\pa_vimage.C">
                    225:                </File>
                    226:                <File
                    227:                        RelativePath=".\pa_vimage.h">
                    228:                </File>
                    229:                <File
                    230:                        RelativePath=".\pa_vint.h">
                    231:                </File>
                    232:                <File
                    233:                        RelativePath=".\pa_vjunction.C">
                    234:                </File>
                    235:                <File
                    236:                        RelativePath=".\pa_vjunction.h">
                    237:                </File>
                    238:                <File
                    239:                        RelativePath=".\pa_vmail.C">
                    240:                </File>
                    241:                <File
                    242:                        RelativePath=".\pa_vmail.h">
                    243:                </File>
                    244:                <File
                    245:                        RelativePath=".\pa_vmath.C">
                    246:                </File>
                    247:                <File
                    248:                        RelativePath=".\pa_vmath.h">
                    249:                </File>
                    250:                <File
1.29      misha     251:                        RelativePath=".\pa_vmemcached.C">
                    252:                </File>
                    253:                <File
                    254:                        RelativePath=".\pa_vmemcached.h">
                    255:                </File>
                    256:                <File
1.23      misha     257:                        RelativePath=".\pa_vmemory.h">
                    258:                </File>
                    259:                <File
                    260:                        RelativePath=".\pa_vmethod_frame.C">
                    261:                </File>
                    262:                <File
                    263:                        RelativePath=".\pa_vmethod_frame.h">
                    264:                </File>
                    265:                <File
                    266:                        RelativePath=".\pa_vobject.C">
                    267:                </File>
                    268:                <File
                    269:                        RelativePath=".\pa_vobject.h">
                    270:                </File>
                    271:                <File
                    272:                        RelativePath=".\pa_vregex.C">
                    273:                </File>
                    274:                <File
                    275:                        RelativePath=".\pa_vregex.h">
                    276:                </File>
                    277:                <File
                    278:                        RelativePath=".\pa_vrequest.C">
                    279:                </File>
                    280:                <File
                    281:                        RelativePath=".\pa_vrequest.h">
                    282:                </File>
                    283:                <File
                    284:                        RelativePath=".\pa_vresponse.C">
                    285:                </File>
                    286:                <File
                    287:                        RelativePath=".\pa_vresponse.h">
                    288:                </File>
                    289:                <File
                    290:                        RelativePath=".\pa_vstateless_class.C">
                    291:                </File>
                    292:                <File
                    293:                        RelativePath=".\pa_vstateless_class.h">
                    294:                </File>
                    295:                <File
                    296:                        RelativePath=".\pa_vstateless_object.h">
                    297:                </File>
                    298:                <File
                    299:                        RelativePath=".\pa_vstatus.C">
                    300:                </File>
                    301:                <File
                    302:                        RelativePath=".\pa_vstatus.h">
                    303:                </File>
                    304:                <File
                    305:                        RelativePath=".\pa_vstring.C">
                    306:                </File>
                    307:                <File
                    308:                        RelativePath=".\pa_vstring.h">
                    309:                </File>
                    310:                <File
                    311:                        RelativePath=".\pa_vtable.C">
                    312:                </File>
                    313:                <File
                    314:                        RelativePath=".\pa_vtable.h">
                    315:                </File>
                    316:                <File
                    317:                        RelativePath=".\pa_vvoid.C">
                    318:                </File>
                    319:                <File
                    320:                        RelativePath=".\pa_vvoid.h">
                    321:                </File>
                    322:                <File
                    323:                        RelativePath=".\pa_vxdoc.C">
                    324:                </File>
                    325:                <File
                    326:                        RelativePath=".\pa_vxdoc.h">
                    327:                </File>
                    328:                <File
                    329:                        RelativePath=".\pa_vxnode.C">
                    330:                </File>
                    331:                <File
                    332:                        RelativePath=".\pa_vxnode.h">
                    333:                </File>
                    334:                <File
                    335:                        RelativePath=".\pa_wcontext.C">
                    336:                </File>
                    337:                <File
                    338:                        RelativePath=".\pa_wcontext.h">
                    339:                </File>
                    340:                <File
                    341:                        RelativePath=".\pa_wwrapper.h">
                    342:                </File>
                    343:        </Files>
                    344:        <Globals>
                    345:        </Globals>
                    346: </VisualStudioProject>

E-mail: