Annotation of parser3/src/lib/memcached/memcached.vcproj, revision 1.2

1.1       misha       1: <?xml version="1.0" encoding="windows-1251"?>
                      2: <VisualStudioProject
                      3:        ProjectType="Visual C++"
                      4:        Version="7.10"
                      5:        Name="memcached"
                      6:        ProjectGUID="{71C9E3C6-47E8-4CB2-AF6F-784A49F5ABFD}"
                      7:        SccProjectName="memcached"
                      8:        SccAuxPath=""
                      9:        SccLocalPath="."
                     10:        SccProvider="MSSCCI:Jalindi Igloo">
                     11:        <Platforms>
                     12:                <Platform
                     13:                        Name="Win32"/>
                     14:        </Platforms>
                     15:        <Configurations>
                     16:                <Configuration
                     17:                        Name="Debug|Win32"
                     18:                        OutputDirectory=".\Debug"
                     19:                        IntermediateDirectory=".\Debug"
                     20:                        ConfigurationType="4"
                     21:                        UseOfMFC="0"
                     22:                        ATLMinimizesCRunTimeLibraryUsage="FALSE"
                     23:                        CharacterSet="2">
                     24:                        <Tool
                     25:                                Name="VCCLCompilerTool"
                     26:                                Optimization="0"
1.2     ! moko       27:                                AdditionalIncludeDirectories="..\ltdl;..\..\include;..\gc\include"
1.1       misha      28:                                PreprocessorDefinitions="WIN32;_DEBUG;_LIB"
                     29:                                BasicRuntimeChecks="3"
                     30:                                RuntimeLibrary="3"
                     31:                                UsePrecompiledHeader="2"
                     32:                                PrecompiledHeaderFile=".\Debug/memcached.pch"
                     33:                                AssemblerListingLocation=".\Debug/"
                     34:                                ObjectFile=".\Debug/"
                     35:                                ProgramDataBaseFileName=".\Debug/"
                     36:                                BrowseInformation="1"
                     37:                                WarningLevel="4"
                     38:                                SuppressStartupBanner="TRUE"
                     39:                                DebugInformationFormat="3"
                     40:                                CompileAs="2"/>
                     41:                        <Tool
                     42:                                Name="VCCustomBuildTool"/>
                     43:                        <Tool
                     44:                                Name="VCLibrarianTool"
                     45:                                OutputFile=".\Debug\memcached.lib"
                     46:                                SuppressStartupBanner="TRUE"/>
                     47:                        <Tool
                     48:                                Name="VCMIDLTool"/>
                     49:                        <Tool
                     50:                                Name="VCPostBuildEventTool"/>
                     51:                        <Tool
                     52:                                Name="VCPreBuildEventTool"/>
                     53:                        <Tool
                     54:                                Name="VCPreLinkEventTool"/>
                     55:                        <Tool
                     56:                                Name="VCResourceCompilerTool"
                     57:                                PreprocessorDefinitions="_DEBUG"
                     58:                                Culture="1049"/>
                     59:                        <Tool
                     60:                                Name="VCWebServiceProxyGeneratorTool"/>
                     61:                        <Tool
                     62:                                Name="VCXMLDataGeneratorTool"/>
                     63:                        <Tool
                     64:                                Name="VCManagedWrapperGeneratorTool"/>
                     65:                        <Tool
                     66:                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
                     67:                </Configuration>
                     68:                <Configuration
                     69:                        Name="Release|Win32"
                     70:                        OutputDirectory=".\Release"
                     71:                        IntermediateDirectory=".\Release"
                     72:                        ConfigurationType="4"
                     73:                        UseOfMFC="0"
                     74:                        ATLMinimizesCRunTimeLibraryUsage="FALSE"
                     75:                        CharacterSet="2">
                     76:                        <Tool
                     77:                                Name="VCCLCompilerTool"
                     78:                                Optimization="2"
                     79:                                GlobalOptimizations="TRUE"
                     80:                                InlineFunctionExpansion="1"
1.2     ! moko       81:                                AdditionalIncludeDirectories="..\ltdl;..\..\include;..\gc\include"
1.1       misha      82:                                PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
                     83:                                StringPooling="TRUE"
                     84:                                RuntimeLibrary="2"
                     85:                                EnableFunctionLevelLinking="TRUE"
                     86:                                UsePrecompiledHeader="2"
                     87:                                PrecompiledHeaderFile=".\Release/memcached.pch"
                     88:                                AssemblerListingLocation=".\Release/"
                     89:                                ObjectFile=".\Release/"
                     90:                                ProgramDataBaseFileName=".\Release/"
                     91:                                WarningLevel="4"
                     92:                                SuppressStartupBanner="TRUE"
                     93:                                CompileAs="2"/>
                     94:                        <Tool
                     95:                                Name="VCCustomBuildTool"/>
                     96:                        <Tool
                     97:                                Name="VCLibrarianTool"
                     98:                                OutputFile=".\Release\memcached.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="NDEBUG"
                    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:                <File
                    126:                        RelativePath="constants.h">
                    127:                </File>
                    128:                <File
                    129:                        RelativePath="pa_memcached.C">
                    130:                </File>
                    131:                <File
                    132:                        RelativePath="pa_memcached.h">
                    133:                </File>
                    134:                <File
                    135:                        RelativePath="types.h">
                    136:                </File>
                    137:        </Files>
                    138:        <Globals>
                    139:        </Globals>
                    140: </VisualStudioProject>

E-mail: