Annotation of parser3/src/targets/apache13/ApacheModuleParser3.vcproj, revision 1.7.20.1

1.1       paf         1: <?xml version="1.0" encoding="windows-1251"?>
                      2: <VisualStudioProject
                      3:        ProjectType="Visual C++"
1.7.20.1! paf         4:        Version="8.00"
1.1       paf         5:        Name="ApacheModuleParser3"
1.7.20.1! paf         6:        ProjectGUID="{61FD304C-2949-4400-845F-0B27CD088547}"
        !             7:        RootNamespace="ApacheModuleParser3"
        !             8:        >
1.1       paf         9:        <Platforms>
                     10:                <Platform
1.7.20.1! paf        11:                        Name="Win32"
        !            12:                />
1.1       paf        13:        </Platforms>
1.7.20.1! paf        14:        <ToolFiles>
        !            15:        </ToolFiles>
1.1       paf        16:        <Configurations>
                     17:                <Configuration
                     18:                        Name="Debug|Win32"
                     19:                        OutputDirectory=".\Debug"
                     20:                        IntermediateDirectory=".\Debug"
                     21:                        ConfigurationType="2"
1.7.20.1! paf        22:                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
1.1       paf        23:                        UseOfMFC="0"
1.7.20.1! paf        24:                        ATLMinimizesCRunTimeLibraryUsage="false"
        !            25:                        >
        !            26:                        <Tool
        !            27:                                Name="VCPreBuildEventTool"
        !            28:                        />
        !            29:                        <Tool
        !            30:                                Name="VCCustomBuildTool"
        !            31:                        />
        !            32:                        <Tool
        !            33:                                Name="VCXMLDataGeneratorTool"
        !            34:                        />
        !            35:                        <Tool
        !            36:                                Name="VCWebServiceProxyGeneratorTool"
        !            37:                        />
        !            38:                        <Tool
        !            39:                                Name="VCMIDLTool"
        !            40:                                PreprocessorDefinitions="_DEBUG"
        !            41:                                MkTypLibCompatible="true"
        !            42:                                SuppressStartupBanner="true"
        !            43:                                TargetEnvironment="1"
        !            44:                                TypeLibraryName=".\Debug/ApacheModuleParser3.tlb"
        !            45:                                HeaderFileName=""
        !            46:                        />
1.1       paf        47:                        <Tool
                     48:                                Name="VCCLCompilerTool"
                     49:                                Optimization="0"
1.3       paf        50:                                AdditionalIncludeDirectories="..\..\..\..\win32\apache13\src\include;..\..\..\..\win32\apache13\src\os\win32"
1.1       paf        51:                                PreprocessorDefinitions="_DEBUG;WIN32;_WINDOWS;SHARED_MODULE"
                     52:                                RuntimeLibrary="3"
1.7.20.1! paf        53:                                UsePrecompiledHeader="0"
1.1       paf        54:                                PrecompiledHeaderFile=".\Debug/ApacheModuleParser3.pch"
                     55:                                AssemblerListingLocation=".\Debug/"
                     56:                                ObjectFile=".\Debug/"
                     57:                                ProgramDataBaseFileName=".\Debug/"
                     58:                                BrowseInformation="1"
1.5       paf        59:                                WarningLevel="3"
1.7.20.1! paf        60:                                SuppressStartupBanner="true"
1.1       paf        61:                                DebugInformationFormat="3"
1.7.20.1! paf        62:                                CompileAs="1"
        !            63:                        />
        !            64:                        <Tool
        !            65:                                Name="VCManagedResourceCompilerTool"
        !            66:                        />
1.1       paf        67:                        <Tool
1.7.20.1! paf        68:                                Name="VCResourceCompilerTool"
        !            69:                                PreprocessorDefinitions="_DEBUG"
        !            70:                                Culture="2057"
        !            71:                        />
        !            72:                        <Tool
        !            73:                                Name="VCPreLinkEventTool"
        !            74:                                Description="Stopping apache..."
        !            75:                                CommandLine="net stop apache_debug&#x0D;&#x0A;dir&gt;nul&#x0D;&#x0A;"
        !            76:                        />
1.1       paf        77:                        <Tool
                     78:                                Name="VCLinkerTool"
1.7.20.1! paf        79:                                IgnoreImportLibrary="true"
1.1       paf        80:                                AdditionalDependencies="wsock32.lib"
                     81:                                OutputFile="Debug/ApacheModuleParser3Debug.dll"
1.7.20.1! paf        82:                                SuppressStartupBanner="true"
        !            83:                                GenerateDebugInformation="true"
1.1       paf        84:                                ProgramDatabaseFile=".\Debug/ApacheModuleParser3Debug.pdb"
                     85:                                SubSystem="2"
                     86:                                ImportLibrary=".\Debug/ApacheModuleParser3Debug.lib"
1.7.20.1! paf        87:                                TargetMachine="1"
        !            88:                        />
1.1       paf        89:                        <Tool
1.7.20.1! paf        90:                                Name="VCALinkTool"
        !            91:                        />
1.1       paf        92:                        <Tool
1.7.20.1! paf        93:                                Name="VCManifestTool"
        !            94:                        />
1.1       paf        95:                        <Tool
1.7.20.1! paf        96:                                Name="VCXDCMakeTool"
        !            97:                        />
1.1       paf        98:                        <Tool
1.7.20.1! paf        99:                                Name="VCBscMakeTool"
        !           100:                        />
1.1       paf       101:                        <Tool
1.7.20.1! paf       102:                                Name="VCFxCopTool"
        !           103:                        />
1.1       paf       104:                        <Tool
1.7.20.1! paf       105:                                Name="VCAppVerifierTool"
        !           106:                        />
1.1       paf       107:                        <Tool
1.7.20.1! paf       108:                                Name="VCWebDeploymentTool"
        !           109:                        />
1.1       paf       110:                        <Tool
1.7.20.1! paf       111:                                Name="VCPostBuildEventTool"
        !           112:                                Description="Starting apache..."
        !           113:                                CommandLine="net start apache_debug&#x0D;&#x0A;dir&gt;nul&#x0D;&#x0A;"
        !           114:                        />
1.1       paf       115:                </Configuration>
                    116:                <Configuration
                    117:                        Name="Release|Win32"
                    118:                        OutputDirectory=".\Release"
                    119:                        IntermediateDirectory=".\Release"
                    120:                        ConfigurationType="2"
1.7.20.1! paf       121:                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
1.1       paf       122:                        UseOfMFC="0"
1.7.20.1! paf       123:                        ATLMinimizesCRunTimeLibraryUsage="false"
        !           124:                        >
        !           125:                        <Tool
        !           126:                                Name="VCPreBuildEventTool"
        !           127:                        />
        !           128:                        <Tool
        !           129:                                Name="VCCustomBuildTool"
        !           130:                        />
        !           131:                        <Tool
        !           132:                                Name="VCXMLDataGeneratorTool"
        !           133:                        />
        !           134:                        <Tool
        !           135:                                Name="VCWebServiceProxyGeneratorTool"
        !           136:                        />
        !           137:                        <Tool
        !           138:                                Name="VCMIDLTool"
        !           139:                                PreprocessorDefinitions="NDEBUG"
        !           140:                                MkTypLibCompatible="true"
        !           141:                                SuppressStartupBanner="true"
        !           142:                                TargetEnvironment="1"
        !           143:                                TypeLibraryName=".\Release/ApacheModuleParser3.tlb"
        !           144:                                HeaderFileName=""
        !           145:                        />
1.1       paf       146:                        <Tool
                    147:                                Name="VCCLCompilerTool"
1.7.20.1! paf       148:                                Optimization="2"
1.1       paf       149:                                InlineFunctionExpansion="1"
1.3       paf       150:                                AdditionalIncludeDirectories="..\..\..\..\win32\apache13\src\include;..\..\..\..\win32\apache13\src\os\win32"
1.1       paf       151:                                PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;SHARED_MODULE"
1.7.20.1! paf       152:                                StringPooling="true"
1.1       paf       153:                                RuntimeLibrary="2"
1.7.20.1! paf       154:                                EnableFunctionLevelLinking="true"
        !           155:                                UsePrecompiledHeader="0"
1.1       paf       156:                                PrecompiledHeaderFile=".\Release/ApacheModuleParser3.pch"
                    157:                                AssemblerListingLocation=".\Release/"
                    158:                                ObjectFile=".\Release/"
                    159:                                ProgramDataBaseFileName=".\Release/"
1.5       paf       160:                                WarningLevel="3"
1.7.20.1! paf       161:                                SuppressStartupBanner="true"
1.1       paf       162:                                DebugInformationFormat="3"
1.7.20.1! paf       163:                                CompileAs="1"
        !           164:                        />
        !           165:                        <Tool
        !           166:                                Name="VCManagedResourceCompilerTool"
        !           167:                        />
1.1       paf       168:                        <Tool
1.7.20.1! paf       169:                                Name="VCResourceCompilerTool"
        !           170:                                PreprocessorDefinitions="NDEBUG"
        !           171:                                Culture="2057"
        !           172:                        />
        !           173:                        <Tool
        !           174:                                Name="VCPreLinkEventTool"
        !           175:                                Description="Stopping apache..."
        !           176:                                CommandLine="net stop apache_release&#x0D;&#x0A;dir&gt;nul&#x0D;&#x0A;"
        !           177:                        />
1.1       paf       178:                        <Tool
                    179:                                Name="VCLinkerTool"
1.7.20.1! paf       180:                                IgnoreImportLibrary="true"
1.1       paf       181:                                AdditionalDependencies="wsock32.lib"
                    182:                                OutputFile=".\Release/ApacheModuleParser3.dll"
                    183:                                LinkIncremental="1"
1.7.20.1! paf       184:                                SuppressStartupBanner="true"
1.1       paf       185:                                ProgramDatabaseFile=".\Release/ApacheModuleParser3.pdb"
                    186:                                SubSystem="2"
                    187:                                ImportLibrary=".\Release/ApacheModuleParser3.lib"
1.7.20.1! paf       188:                                TargetMachine="1"
        !           189:                        />
1.1       paf       190:                        <Tool
1.7.20.1! paf       191:                                Name="VCALinkTool"
        !           192:                        />
1.1       paf       193:                        <Tool
1.7.20.1! paf       194:                                Name="VCManifestTool"
        !           195:                        />
1.1       paf       196:                        <Tool
1.7.20.1! paf       197:                                Name="VCXDCMakeTool"
        !           198:                        />
1.1       paf       199:                        <Tool
1.7.20.1! paf       200:                                Name="VCBscMakeTool"
        !           201:                        />
1.1       paf       202:                        <Tool
1.7.20.1! paf       203:                                Name="VCFxCopTool"
        !           204:                        />
1.1       paf       205:                        <Tool
1.7.20.1! paf       206:                                Name="VCAppVerifierTool"
        !           207:                        />
1.1       paf       208:                        <Tool
1.7.20.1! paf       209:                                Name="VCWebDeploymentTool"
        !           210:                        />
1.1       paf       211:                        <Tool
1.7.20.1! paf       212:                                Name="VCPostBuildEventTool"
        !           213:                                Description="Starting apache..."
        !           214:                                CommandLine="net start apache_release&#x0D;&#x0A;dir&gt;nul&#x0D;&#x0A;"
        !           215:                        />
1.1       paf       216:                </Configuration>
                    217:        </Configurations>
                    218:        <References>
                    219:        </References>
                    220:        <Files>
                    221:                <File
1.7.20.1! paf       222:                        RelativePath="mod_parser3.c"
        !           223:                        >
1.1       paf       224:                        <FileConfiguration
1.7.20.1! paf       225:                                Name="Debug|Win32"
        !           226:                                >
1.1       paf       227:                                <Tool
                    228:                                        Name="VCCLCompilerTool"
                    229:                                        Optimization="0"
                    230:                                        AdditionalIncludeDirectories=""
                    231:                                        PreprocessorDefinitions="_DEBUG;WIN32;_WINDOWS;SHARED_MODULE;$(NoInherit)"
                    232:                                        BrowseInformation="1"
1.7.20.1! paf       233:                                        CompileAs="1"
        !           234:                                />
1.1       paf       235:                        </FileConfiguration>
                    236:                        <FileConfiguration
1.7.20.1! paf       237:                                Name="Release|Win32"
        !           238:                                >
1.1       paf       239:                                <Tool
                    240:                                        Name="VCCLCompilerTool"
1.7.20.1! paf       241:                                        Optimization="2"
1.1       paf       242:                                        AdditionalIncludeDirectories=""
                    243:                                        PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;SHARED_MODULE;$(NoInherit)"
1.7.20.1! paf       244:                                        CompileAs="1"
        !           245:                                />
1.1       paf       246:                        </FileConfiguration>
                    247:                </File>
                    248:                <File
1.7.20.1! paf       249:                        RelativePath="pa_httpd.h"
        !           250:                        >
1.1       paf       251:                </File>
                    252:        </Files>
                    253:        <Globals>
                    254:        </Globals>
                    255: </VisualStudioProject>

E-mail: