Annotation of parser3/src/targets/apache13core/ApacheModuleParser3Core.vcproj, revision 1.9

1.1       paf         1: <?xml version="1.0" encoding="windows-1251"?>
                      2: <VisualStudioProject
                      3:        ProjectType="Visual C++"
                      4:        Version="7.10"
                      5:        Name="ApacheModuleParser3Core"
                      6:        SccProjectName="ApacheModuleParser3Core"
                      7:        SccAuxPath=""
                      8:        SccLocalPath="..\.."
                      9:        SccProvider="MSSCCI:Jalindi Igloo">
                     10:        <Platforms>
                     11:                <Platform
                     12:                        Name="Win32"/>
                     13:        </Platforms>
                     14:        <Configurations>
                     15:                <Configuration
1.7       paf        16:                        Name="Release|Win32"
                     17:                        OutputDirectory=".\Release"
                     18:                        IntermediateDirectory=".\Release"
1.1       paf        19:                        ConfigurationType="4"
                     20:                        UseOfMFC="0"
                     21:                        ATLMinimizesCRunTimeLibraryUsage="FALSE"
                     22:                        CharacterSet="2">
                     23:                        <Tool
                     24:                                Name="VCCLCompilerTool"
1.9     ! paf        25:                                optimization="2" GlobalOptimizations="TRUE"                             
1.7       paf        26:                                InlineFunctionExpansion="1"
1.8       paf        27:                                AdditionalIncludeDirectories="..\apache13;..\..\types;..\..\include;..\..\classes;..\..\sql;..\..\lib\gc\include;..\..\lib\cord\include;..\..\lib\pcre;..\..\lib\md5;..\..\..\..\win32\gnome\glib\include;..\..\..\..\win32\gnome\glib\include\glib;..\..\..\..\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.7       paf        28:                                PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
                     29:                                StringPooling="TRUE"
                     30:                                RuntimeLibrary="2"
                     31:                                EnableFunctionLevelLinking="TRUE"
1.1       paf        32:                                UsePrecompiledHeader="2"
1.7       paf        33:                                PrecompiledHeaderFile=".\Release/ApacheModuleParser3Core.pch"
                     34:                                AssemblerListingLocation=".\Release/"
                     35:                                ObjectFile=".\Release/"
                     36:                                ProgramDataBaseFileName=".\Release/"
1.4       paf        37:                                WarningLevel="4"
1.1       paf        38:                                SuppressStartupBanner="TRUE"
                     39:                                CompileAs="2"/>
                     40:                        <Tool
                     41:                                Name="VCCustomBuildTool"/>
                     42:                        <Tool
                     43:                                Name="VCLibrarianTool"
1.7       paf        44:                                OutputFile=".\Release\ApacheModuleParser3Core.lib"
1.1       paf        45:                                SuppressStartupBanner="TRUE"/>
                     46:                        <Tool
                     47:                                Name="VCMIDLTool"/>
                     48:                        <Tool
                     49:                                Name="VCPostBuildEventTool"/>
                     50:                        <Tool
                     51:                                Name="VCPreBuildEventTool"/>
                     52:                        <Tool
                     53:                                Name="VCPreLinkEventTool"/>
                     54:                        <Tool
                     55:                                Name="VCResourceCompilerTool"
1.7       paf        56:                                PreprocessorDefinitions="NDEBUG"
1.1       paf        57:                                Culture="1049"/>
                     58:                        <Tool
                     59:                                Name="VCWebServiceProxyGeneratorTool"/>
                     60:                        <Tool
                     61:                                Name="VCXMLDataGeneratorTool"/>
                     62:                        <Tool
                     63:                                Name="VCManagedWrapperGeneratorTool"/>
                     64:                        <Tool
                     65:                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
                     66:                </Configuration>
                     67:                <Configuration
1.7       paf        68:                        Name="Debug|Win32"
                     69:                        OutputDirectory=".\Debug"
                     70:                        IntermediateDirectory=".\Debug"
1.1       paf        71:                        ConfigurationType="4"
                     72:                        UseOfMFC="0"
                     73:                        ATLMinimizesCRunTimeLibraryUsage="FALSE"
                     74:                        CharacterSet="2">
                     75:                        <Tool
                     76:                                Name="VCCLCompilerTool"
1.7       paf        77:                                Optimization="0"
1.8       paf        78:                                AdditionalIncludeDirectories="..\apache13;..\..\types;..\..\include;..\..\classes;..\..\sql;..\..\lib\gc\include;..\..\lib\cord\include;..\..\lib\pcre;..\..\lib\md5;..\..\..\..\win32\gnome\glib\include;..\..\..\..\win32\gnome\glib\include\glib;..\..\..\..\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.7       paf        79:                                PreprocessorDefinitions="WIN32;_DEBUG;_LIB"
                     80:                                BasicRuntimeChecks="3"
                     81:                                RuntimeLibrary="3"
1.1       paf        82:                                UsePrecompiledHeader="2"
1.7       paf        83:                                PrecompiledHeaderFile=".\Debug/ApacheModuleParser3Core.pch"
                     84:                                AssemblerListingLocation=".\Debug/"
                     85:                                ObjectFile=".\Debug/"
                     86:                                ProgramDataBaseFileName=".\Debug/"
1.4       paf        87:                                WarningLevel="4"
1.1       paf        88:                                SuppressStartupBanner="TRUE"
1.7       paf        89:                                DebugInformationFormat="4"
1.1       paf        90:                                CompileAs="2"/>
                     91:                        <Tool
                     92:                                Name="VCCustomBuildTool"/>
                     93:                        <Tool
                     94:                                Name="VCLibrarianTool"
1.7       paf        95:                                OutputFile=".\Debug\ApacheModuleParser3Core.lib"
1.1       paf        96:                                SuppressStartupBanner="TRUE"/>
                     97:                        <Tool
                     98:                                Name="VCMIDLTool"/>
                     99:                        <Tool
                    100:                                Name="VCPostBuildEventTool"/>
                    101:                        <Tool
                    102:                                Name="VCPreBuildEventTool"/>
                    103:                        <Tool
                    104:                                Name="VCPreLinkEventTool"/>
                    105:                        <Tool
                    106:                                Name="VCResourceCompilerTool"
1.7       paf       107:                                PreprocessorDefinitions="_DEBUG"
1.1       paf       108:                                Culture="1049"/>
                    109:                        <Tool
                    110:                                Name="VCWebServiceProxyGeneratorTool"/>
                    111:                        <Tool
                    112:                                Name="VCXMLDataGeneratorTool"/>
                    113:                        <Tool
                    114:                                Name="VCManagedWrapperGeneratorTool"/>
                    115:                        <Tool
                    116:                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
                    117:                </Configuration>
                    118:        </Configurations>
                    119:        <References>
                    120:        </References>
                    121:        <Files>
                    122:                <File
1.5       paf       123:                        RelativePath=".\mod_parser3_core.C">
1.1       paf       124:                </File>
                    125:                <File
                    126:                        RelativePath="pa_threads.C">
                    127:                        <FileConfiguration
                    128:                                Name="Debug|Win32">
                    129:                                <Tool
                    130:                                        Name="VCCLCompilerTool"
                    131:                                        Optimization="0"
                    132:                                        AdditionalIncludeDirectories=""
                    133:                                        PreprocessorDefinitions=""
                    134:                                        BasicRuntimeChecks="3"
                    135:                                        CompileAs="2"/>
                    136:                        </FileConfiguration>
                    137:                        <FileConfiguration
                    138:                                Name="Release|Win32">
                    139:                                <Tool
                    140:                                        Name="VCCLCompilerTool"
1.9     ! paf       141:                                        optimization="2" GlobalOptimizations="TRUE"                             
1.1       paf       142:                                        AdditionalIncludeDirectories=""
                    143:                                        PreprocessorDefinitions=""
                    144:                                        CompileAs="2"/>
                    145:                        </FileConfiguration>
                    146:                </File>
                    147:        </Files>
                    148:        <Globals>
                    149:        </Globals>
                    150: </VisualStudioProject>

E-mail: