SF.net SVN: mod-aspdotnet: [188] mod_aspdotnet2/trunk
Brought to you by:
wrowe
|
From: <wr...@us...> - 2007-08-14 17:34:06
|
Revision: 188
http://mod-aspdotnet.svn.sourceforge.net/mod-aspdotnet/?rev=188&view=rev
Author: wrowe
Date: 2007-08-14 10:34:01 -0700 (Tue, 14 Aug 2007)
Log Message:
-----------
Update from VC7 to VC8 studio
Modified Paths:
--------------
mod_aspdotnet2/trunk/Apache.Web/Apache.Web.vcproj
mod_aspdotnet2/trunk/mod/mod_aspdotnet.vcproj
Modified: mod_aspdotnet2/trunk/Apache.Web/Apache.Web.vcproj
===================================================================
--- mod_aspdotnet2/trunk/Apache.Web/Apache.Web.vcproj 2007-04-05 04:27:39 UTC (rev 187)
+++ mod_aspdotnet2/trunk/Apache.Web/Apache.Web.vcproj 2007-08-14 17:34:01 UTC (rev 188)
@@ -1,314 +1,480 @@
-<?xml version="1.0" encoding = "Windows-1252"?>
+<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="7.00"
+ Version="8.00"
Name="Apache.Web"
ProjectGUID="{4B4F627E-C6DE-4614-9135-306D94F8755B}"
- Keyword="ManagedCProj">
+ Keyword="ManagedCProj"
+ >
<Platforms>
<Platform
- Name="Win32"/>
+ Name="Win32"
+ />
</Platforms>
+ <ToolFiles>
+ </ToolFiles>
<Configurations>
<Configuration
Name="Debug|Win32"
OutputDirectory="..\Debug"
IntermediateDirectory="..\Debug"
ConfigurationType="2"
+ InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
CharacterSet="2"
- ManagedExtensions="TRUE">
+ ManagedExtensions="4"
+ >
<Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories=""$(APACHE_PATH)\include""
AdditionalUsingDirectories="$(OutDir)"
PreprocessorDefinitions="WIN32;_DEBUG"
- MinimalRebuild="FALSE"
- ExceptionHandling="FALSE"
- RuntimeLibrary="1"
+ MinimalRebuild="false"
+ ExceptionHandling="0"
+ RuntimeLibrary="3"
UsePrecompiledHeader="0"
ProgramDataBaseFileName="$(IntDir)/$(ProjectName)_src.pdb"
WarningLevel="4"
- DebugInformationFormat="3"/>
+ DebugInformationFormat="3"
+ />
<Tool
- Name="VCCustomBuildTool"/>
+ Name="VCManagedResourceCompilerTool"
+ />
<Tool
+ Name="VCResourceCompilerTool"
+ AdditionalIncludeDirectories=""$(APACHE_PATH)\include""
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
Name="VCLinkerTool"
- RegisterOutput="FALSE"
+ RegisterOutput="false"
AdditionalDependencies="libapr.lib libaprutil.lib libhttpd.lib"
OutputFile="$(OutDir)/$(ProjectName).dll"
LinkIncremental="1"
- SuppressStartupBanner="TRUE"
+ SuppressStartupBanner="true"
AdditionalLibraryDirectories=""$(APACHE_PATH)\lib""
IgnoreDefaultLibraryNames=""
AddModuleNamesToAssembly=""
DelayLoadDLLs="libapr.dll;libaprutil.dll;libhttpd.dll"
TypeLibraryFile=""
- GenerateDebugInformation="TRUE"
- SupportUnloadOfDelayLoadedDLL="FALSE"/>
+ GenerateDebugInformation="true"
+ SupportUnloadOfDelayLoadedDLL="false"
+ />
<Tool
- Name="VCMIDLTool"/>
+ Name="VCALinkTool"
+ />
<Tool
- Name="VCPostBuildEventTool"
- Description="Exporting .tlb and Installing debug components to the GAC"
- CommandLine="regasm /nologo /tlb:"$(IntDir)/Apache.Web.tlb" "$(OutDir)\Apache.Web.dll" && gacutil /ir "$(OutDir)\Apache.Web.dll" FILEPATH "$(OutDir)\Apache.Web.dll" Apache.Web"/>
+ Name="VCManifestTool"
+ />
<Tool
- Name="VCPreBuildEventTool"/>
+ Name="VCXDCMakeTool"
+ />
<Tool
- Name="VCPreLinkEventTool"/>
+ Name="VCBscMakeTool"
+ />
<Tool
- Name="VCResourceCompilerTool"
- AdditionalIncludeDirectories=""$(APACHE_PATH)\include""/>
+ Name="VCFxCopTool"
+ />
<Tool
- Name="VCWebServiceProxyGeneratorTool"/>
+ Name="VCAppVerifierTool"
+ />
<Tool
- Name="VCWebDeploymentTool"/>
+ Name="VCWebDeploymentTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ Description="Exporting .tlb and Installing debug components to the GAC"
+ CommandLine="regasm /nologo /tlb:"$(IntDir)/Apache.Web.tlb" "$(OutDir)\Apache.Web.dll" && gacutil /ir "$(OutDir)\Apache.Web.dll" FILEPATH "$(OutDir)\Apache.Web.dll" Apache.Web"
+ />
</Configuration>
<Configuration
Name="Release|Win32"
OutputDirectory="..\Release"
IntermediateDirectory="..\Release"
ConfigurationType="2"
+ InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
CharacterSet="2"
- ManagedExtensions="TRUE"
- WholeProgramOptimization="FALSE">
+ ManagedExtensions="1"
+ >
<Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
Name="VCCLCompilerTool"
InlineFunctionExpansion="1"
AdditionalIncludeDirectories=""$(APACHE_PATH)\include""
AdditionalUsingDirectories="$(OutDir)"
PreprocessorDefinitions="WIN32;NDEBUG"
- ExceptionHandling="FALSE"
- RuntimeLibrary="0"
- BufferSecurityCheck="TRUE"
+ ExceptionHandling="0"
+ RuntimeLibrary="2"
+ BufferSecurityCheck="true"
UsePrecompiledHeader="0"
ProgramDataBaseFileName="$(IntDir)/$(ProjectName)_src.pdb"
WarningLevel="4"
- DebugInformationFormat="3"/>
+ DebugInformationFormat="3"
+ />
<Tool
- Name="VCCustomBuildTool"/>
+ Name="VCManagedResourceCompilerTool"
+ />
<Tool
+ Name="VCResourceCompilerTool"
+ AdditionalIncludeDirectories=""$(APACHE_PATH)\include""
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
Name="VCLinkerTool"
AdditionalDependencies="libapr.lib libaprutil.lib libhttpd.lib"
OutputFile="$(OutDir)/$(ProjectName).dll"
LinkIncremental="1"
- SuppressStartupBanner="TRUE"
+ SuppressStartupBanner="true"
AdditionalLibraryDirectories=""$(APACHE_PATH)\lib""
IgnoreDefaultLibraryNames=""
AddModuleNamesToAssembly=""
DelayLoadDLLs="libapr.dll;libaprutil.dll;libhttpd.dll"
- GenerateDebugInformation="TRUE"
- GenerateMapFile="FALSE"
- OptimizeReferences="2"/>
+ GenerateDebugInformation="true"
+ GenerateMapFile="false"
+ OptimizeReferences="2"
+ />
<Tool
- Name="VCMIDLTool"/>
+ Name="VCALinkTool"
+ />
<Tool
- Name="VCPostBuildEventTool"
- Description="Exporting .tlb"
- CommandLine="regasm /nologo /tlb:"$(IntDir)/Apache.Web.tlb" "$(OutDir)\Apache.Web.dll" && regasm /nologo /unregister "$(OutDir)\Apache.Web.dll""/>
+ Name="VCManifestTool"
+ />
<Tool
- Name="VCPreBuildEventTool"/>
+ Name="VCXDCMakeTool"
+ />
<Tool
- Name="VCPreLinkEventTool"/>
+ Name="VCBscMakeTool"
+ />
<Tool
- Name="VCResourceCompilerTool"
- AdditionalIncludeDirectories=""$(APACHE_PATH)\include""/>
+ Name="VCFxCopTool"
+ />
<Tool
- Name="VCWebServiceProxyGeneratorTool"/>
+ Name="VCAppVerifierTool"
+ />
<Tool
- Name="VCWebDeploymentTool"/>
+ Name="VCWebDeploymentTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ Description="Exporting .tlb"
+ CommandLine="regasm /nologo /tlb:"$(IntDir)/Apache.Web.tlb" "$(OutDir)\Apache.Web.dll" && regasm /nologo /unregister "$(OutDir)\Apache.Web.dll""
+ />
</Configuration>
<Configuration
Name="Release 2.2|Win32"
OutputDirectory="..\Release22"
IntermediateDirectory="..\Release22"
ConfigurationType="2"
+ InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
CharacterSet="2"
- ManagedExtensions="TRUE"
- WholeProgramOptimization="FALSE">
+ ManagedExtensions="4"
+ >
<Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
Name="VCCLCompilerTool"
InlineFunctionExpansion="1"
AdditionalIncludeDirectories=""$(APACHE22_PATH)\include""
AdditionalUsingDirectories="$(OutDir)"
PreprocessorDefinitions="WIN32;NDEBUG"
- ExceptionHandling="FALSE"
- RuntimeLibrary="0"
- BufferSecurityCheck="TRUE"
+ ExceptionHandling="0"
+ RuntimeLibrary="2"
+ BufferSecurityCheck="true"
UsePrecompiledHeader="0"
ProgramDataBaseFileName="$(IntDir)/$(ProjectName)_src.pdb"
WarningLevel="4"
- DebugInformationFormat="3"/>
+ DebugInformationFormat="3"
+ />
<Tool
- Name="VCCustomBuildTool"/>
+ Name="VCManagedResourceCompilerTool"
+ />
<Tool
+ Name="VCResourceCompilerTool"
+ AdditionalIncludeDirectories=""$(APACHE22_PATH)\include""
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
Name="VCLinkerTool"
AdditionalDependencies="libapr-1.lib libaprutil-1.lib libhttpd.lib"
OutputFile="$(OutDir)/$(ProjectName).dll"
LinkIncremental="1"
- SuppressStartupBanner="TRUE"
+ SuppressStartupBanner="true"
AdditionalLibraryDirectories=""$(APACHE22_PATH)\lib""
IgnoreDefaultLibraryNames=""
AddModuleNamesToAssembly=""
DelayLoadDLLs="libapr-1.dll;libaprutil-1.dll;libhttpd.dll"
- GenerateDebugInformation="TRUE"
- GenerateMapFile="FALSE"
- OptimizeReferences="2"/>
+ GenerateDebugInformation="true"
+ GenerateMapFile="false"
+ OptimizeReferences="2"
+ />
<Tool
- Name="VCMIDLTool"/>
+ Name="VCALinkTool"
+ />
<Tool
- Name="VCPostBuildEventTool"
- Description="Exporting .tlb"
- CommandLine="regasm /nologo /tlb:"$(IntDir)/Apache.Web.tlb" "$(OutDir)\Apache.Web.dll" && regasm /nologo /unregister "$(OutDir)\Apache.Web.dll""/>
+ Name="VCManifestTool"
+ />
<Tool
- Name="VCPreBuildEventTool"/>
+ Name="VCXDCMakeTool"
+ />
<Tool
- Name="VCPreLinkEventTool"/>
+ Name="VCBscMakeTool"
+ />
<Tool
- Name="VCResourceCompilerTool"
- AdditionalIncludeDirectories=""$(APACHE22_PATH)\include""/>
+ Name="VCFxCopTool"
+ />
<Tool
- Name="VCWebServiceProxyGeneratorTool"/>
+ Name="VCAppVerifierTool"
+ />
<Tool
- Name="VCWebDeploymentTool"/>
+ Name="VCWebDeploymentTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ Description="Exporting .tlb"
+ CommandLine="regasm /nologo /tlb:"$(IntDir)/Apache.Web.tlb" "$(OutDir)\Apache.Web.dll" && regasm /nologo /unregister "$(OutDir)\Apache.Web.dll""
+ />
</Configuration>
<Configuration
Name="Debug 2.2|Win32"
OutputDirectory="..\Debug22"
IntermediateDirectory="..\Debug22"
ConfigurationType="2"
+ InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
CharacterSet="2"
- ManagedExtensions="TRUE">
+ ManagedExtensions="4"
+ >
<Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories=""$(APACHE22_PATH)\include""
AdditionalUsingDirectories="$(OutDir)"
PreprocessorDefinitions="WIN32;_DEBUG"
- MinimalRebuild="FALSE"
- ExceptionHandling="FALSE"
- RuntimeLibrary="1"
+ MinimalRebuild="false"
+ ExceptionHandling="0"
+ RuntimeLibrary="3"
UsePrecompiledHeader="0"
ProgramDataBaseFileName="$(IntDir)/$(ProjectName)_src.pdb"
BrowseInformation="1"
WarningLevel="4"
- DebugInformationFormat="3"/>
+ DebugInformationFormat="3"
+ />
<Tool
- Name="VCCustomBuildTool"/>
+ Name="VCManagedResourceCompilerTool"
+ />
<Tool
+ Name="VCResourceCompilerTool"
+ AdditionalIncludeDirectories=""$(APACHE22_PATH)\include""
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
Name="VCLinkerTool"
- RegisterOutput="FALSE"
+ RegisterOutput="false"
AdditionalDependencies="libapr-1.lib libaprutil-1.lib libhttpd.lib"
OutputFile="$(OutDir)/$(ProjectName).dll"
LinkIncremental="1"
- SuppressStartupBanner="TRUE"
+ SuppressStartupBanner="true"
AdditionalLibraryDirectories=""$(APACHE22_PATH)\lib""
IgnoreDefaultLibraryNames=""
AddModuleNamesToAssembly=""
DelayLoadDLLs="libapr-1.dll;libaprutil-1.dll;libhttpd.dll"
TypeLibraryFile=""
- GenerateDebugInformation="TRUE"
- SupportUnloadOfDelayLoadedDLL="FALSE"/>
+ GenerateDebugInformation="true"
+ SupportUnloadOfDelayLoadedDLL="false"
+ />
<Tool
- Name="VCMIDLTool"/>
+ Name="VCALinkTool"
+ />
<Tool
- Name="VCPostBuildEventTool"
- Description="Exporting .tlb and Installing debug components to the GAC"
- CommandLine="regasm /nologo /tlb:"$(IntDir)/Apache.Web.tlb" "$(OutDir)\Apache.Web.dll" && gacutil /ir "$(OutDir)\Apache.Web.dll" FILEPATH "$(OutDir)\Apache.Web.dll" Apache.Web"/>
+ Name="VCManifestTool"
+ />
<Tool
- Name="VCPreBuildEventTool"/>
+ Name="VCXDCMakeTool"
+ />
<Tool
- Name="VCPreLinkEventTool"/>
+ Name="VCBscMakeTool"
+ />
<Tool
- Name="VCResourceCompilerTool"
- AdditionalIncludeDirectories=""$(APACHE22_PATH)\include""/>
+ Name="VCFxCopTool"
+ />
<Tool
- Name="VCWebServiceProxyGeneratorTool"/>
+ Name="VCAppVerifierTool"
+ />
<Tool
- Name="VCWebDeploymentTool"/>
+ Name="VCWebDeploymentTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ Description="Exporting .tlb and Installing debug components to the GAC"
+ CommandLine="regasm /nologo /tlb:"$(IntDir)/Apache.Web.tlb" "$(OutDir)\Apache.Web.dll" && gacutil /ir "$(OutDir)\Apache.Web.dll" FILEPATH "$(OutDir)\Apache.Web.dll" Apache.Web"
+ />
</Configuration>
</Configurations>
+ <References>
+ </References>
<Files>
<Filter
Name="Source Files"
- Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm">
+ Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm"
+ >
<File
- RelativePath="AssemblyInfo.cpp">
- </File>
- <File
- RelativePath="WorkerRequest.cpp">
- </File>
- <File
- RelativePath="Helpers\_gcA_gcA_gcString.cs">
+ RelativePath="Helpers\_gcA_gcA_gcString.cs"
+ >
<FileConfiguration
- Name="Debug|Win32">
+ Name="Debug|Win32"
+ >
<Tool
Name="VCCustomBuildTool"
Description="Compiling Apache.Web.Helpers"
- CommandLine="csc.exe /nologo /w:4 /debug+ /debug:full /o- /incr- /t:module /out:"$(OutDir)\Apache.Web.Helpers.netmodule" $(InputPath)
-"
- Outputs="$(OutDir)/Apache.Web.Helpers.netmodule"/>
+ CommandLine="csc.exe /nologo /w:4 /debug+ /debug:full /o- /incr- /t:module /out:"$(OutDir)\Apache.Web.Helpers.netmodule" $(InputPath)
"
+ Outputs="$(OutDir)/Apache.Web.Helpers.netmodule"
+ />
</FileConfiguration>
<FileConfiguration
- Name="Release|Win32">
+ Name="Release|Win32"
+ >
<Tool
Name="VCCustomBuildTool"
Description="Compiling Apache.Web.Helpers"
- CommandLine="csc.exe /nologo /w:4 /debug- /o+ /t:module /out:"$(OutDir)\Apache.Web.Helpers.netmodule" $(InputPath)
-"
- Outputs="$(OutDir)/Apache.Web.Helpers.netmodule"/>
+ CommandLine="csc.exe /nologo /w:4 /debug- /o+ /t:module /out:"$(OutDir)\Apache.Web.Helpers.netmodule" $(InputPath)
"
+ Outputs="$(OutDir)/Apache.Web.Helpers.netmodule"
+ />
</FileConfiguration>
<FileConfiguration
- Name="Release 2.2|Win32">
+ Name="Release 2.2|Win32"
+ >
<Tool
Name="VCCustomBuildTool"
Description="Compiling Apache.Web.Helpers"
- CommandLine="csc.exe /nologo /w:4 /debug- /o+ /t:module /out:"$(OutDir)\Apache.Web.Helpers.netmodule" $(InputPath)
-"
- Outputs="$(OutDir)/Apache.Web.Helpers.netmodule"/>
+ CommandLine="csc.exe /nologo /w:4 /debug- /o+ /t:module /out:"$(OutDir)\Apache.Web.Helpers.netmodule" $(InputPath)
"
+ Outputs="$(OutDir)/Apache.Web.Helpers.netmodule"
+ />
</FileConfiguration>
<FileConfiguration
- Name="Debug 2.2|Win32">
+ Name="Debug 2.2|Win32"
+ >
<Tool
Name="VCCustomBuildTool"
Description="Compiling Apache.Web.Helpers"
- CommandLine="csc.exe /nologo /w:4 /debug+ /debug:full /o- /incr- /t:module /out:"$(OutDir)\Apache.Web.Helpers.netmodule" $(InputPath)
-"
- Outputs="$(OutDir)/Apache.Web.Helpers.netmodule"/>
+ CommandLine="csc.exe /nologo /w:4 /debug+ /debug:full /o- /incr- /t:module /out:"$(OutDir)\Apache.Web.Helpers.netmodule" $(InputPath)
"
+ Outputs="$(OutDir)/Apache.Web.Helpers.netmodule"
+ />
</FileConfiguration>
</File>
+ <File
+ RelativePath="AssemblyInfo.cpp"
+ >
+ </File>
+ <File
+ RelativePath="WorkerRequest.cpp"
+ >
+ </File>
</Filter>
<Filter
Name="Header Files"
- Filter="h;hpp;hxx;hm;inl;inc">
+ Filter="h;hpp;hxx;hm;inl;inc"
+ >
<File
- RelativePath="Apache.Web.Version.h">
+ RelativePath="Apache.Web.h"
+ >
</File>
<File
- RelativePath="Apache.Web.h">
+ RelativePath="Apache.Web.Version.h"
+ >
</File>
<File
- RelativePath="Host.h">
+ RelativePath="Host.h"
+ >
</File>
<File
- RelativePath="HostFactory.h">
+ RelativePath="HostFactory.h"
+ >
</File>
<File
- RelativePath="WorkerRequest.h">
+ RelativePath="http_header_arrays.h"
+ >
</File>
<File
- RelativePath="http_header_arrays.h">
+ RelativePath="WorkerRequest.h"
+ >
</File>
</Filter>
<Filter
Name="Resource Files"
- Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;r">
+ Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;r"
+ >
<File
- RelativePath="Apache.Web.rc">
+ RelativePath="Apache.Web.rc"
+ >
</File>
</Filter>
<File
- RelativePath="ReadMe.txt">
+ RelativePath="ReadMe.txt"
+ >
</File>
</Files>
<Globals>
Modified: mod_aspdotnet2/trunk/mod/mod_aspdotnet.vcproj
===================================================================
--- mod_aspdotnet2/trunk/mod/mod_aspdotnet.vcproj 2007-04-05 04:27:39 UTC (rev 187)
+++ mod_aspdotnet2/trunk/mod/mod_aspdotnet.vcproj 2007-08-14 17:34:01 UTC (rev 188)
@@ -1,263 +1,422 @@
-<?xml version="1.0" encoding = "Windows-1252"?>
+<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="7.00"
+ Version="8.00"
Name="mod_aspdotnet"
ProjectGUID="{B86D2326-9565-4494-B609-3E770ED14607}"
- Keyword="ManagedCProj">
+ Keyword="ManagedCProj"
+ >
<Platforms>
<Platform
- Name="Win32"/>
+ Name="Win32"
+ />
</Platforms>
+ <ToolFiles>
+ </ToolFiles>
<Configurations>
<Configuration
Name="Debug|Win32"
OutputDirectory="..\Debug"
IntermediateDirectory="..\Debug"
ConfigurationType="2"
+ InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
CharacterSet="2"
- ManagedExtensions="FALSE">
+ ManagedExtensions="0"
+ >
<Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories="..\Apache.Web;"$(APACHE_PATH)\include";$(IntDir)"
AdditionalUsingDirectories="$(IntDir)"
PreprocessorDefinitions="WIN32;_DEBUG"
- MinimalRebuild="FALSE"
- ExceptionHandling="TRUE"
+ MinimalRebuild="false"
+ ExceptionHandling="1"
RuntimeLibrary="1"
ProgramDataBaseFileName="$(IntDir)/$(ProjectName)_src.pdb"
BrowseInformation="1"
WarningLevel="4"
DebugInformationFormat="3"
- CompileAsManaged="0"/>
+ />
<Tool
- Name="VCCustomBuildTool"/>
+ Name="VCManagedResourceCompilerTool"
+ />
<Tool
+ Name="VCResourceCompilerTool"
+ AdditionalIncludeDirectories=""$(APACHE_PATH)\include""
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
Name="VCLinkerTool"
AdditionalDependencies="libapr.lib libaprutil.lib libhttpd.lib mscoree.lib"
OutputFile="$(OutDir)/$(ProjectName).so"
LinkIncremental="1"
- SuppressStartupBanner="TRUE"
+ SuppressStartupBanner="true"
AdditionalLibraryDirectories=""$(APACHE_PATH)\lib""
IgnoreDefaultLibraryNames=""
- GenerateDebugInformation="TRUE"/>
+ GenerateDebugInformation="true"
+ />
<Tool
- Name="VCMIDLTool"/>
+ Name="VCALinkTool"
+ />
<Tool
- Name="VCPostBuildEventTool"
- Description="Installing debug module to $(APACHE_PATH)\modules"
- CommandLine="copy /y "$(OutDir)\mod_aspdotnet.so" "$(APACHE_PATH)\modules" && copy /y "$(OutDir)\mod_aspdotnet.pdb" "$(APACHE_PATH)\modules""/>
+ Name="VCManifestTool"
+ />
<Tool
- Name="VCPreBuildEventTool"/>
+ Name="VCXDCMakeTool"
+ />
<Tool
- Name="VCPreLinkEventTool"/>
+ Name="VCBscMakeTool"
+ />
<Tool
- Name="VCResourceCompilerTool"
- AdditionalIncludeDirectories=""$(APACHE_PATH)\include""/>
+ Name="VCFxCopTool"
+ />
<Tool
- Name="VCWebServiceProxyGeneratorTool"/>
+ Name="VCAppVerifierTool"
+ />
<Tool
- Name="VCWebDeploymentTool"/>
+ Name="VCWebDeploymentTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ Description="Installing debug module to $(APACHE_PATH)\modules"
+ CommandLine="copy /y "$(OutDir)\mod_aspdotnet.so" "$(APACHE_PATH)\modules" && copy /y "$(OutDir)\mod_aspdotnet.pdb" "$(APACHE_PATH)\modules""
+ />
</Configuration>
<Configuration
Name="Release|Win32"
OutputDirectory="..\Release"
IntermediateDirectory="..\Release"
ConfigurationType="2"
+ InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
CharacterSet="2"
- ManagedExtensions="FALSE">
+ ManagedExtensions="0"
+ >
<Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
Name="VCCLCompilerTool"
Optimization="2"
InlineFunctionExpansion="1"
AdditionalIncludeDirectories="..\Apache.Web;"$(APACHE_PATH)\include";$(IntDir)"
AdditionalUsingDirectories="$(IntDir)"
PreprocessorDefinitions="WIN32;NDEBUG"
- MinimalRebuild="FALSE"
+ MinimalRebuild="false"
RuntimeLibrary="0"
ProgramDataBaseFileName="$(IntDir)/$(ProjectName)_src.pdb"
WarningLevel="4"
DebugInformationFormat="3"
- CompileAsManaged="0"/>
+ />
<Tool
- Name="VCCustomBuildTool"/>
+ Name="VCManagedResourceCompilerTool"
+ />
<Tool
+ Name="VCResourceCompilerTool"
+ AdditionalIncludeDirectories=""$(APACHE_PATH)\include""
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
Name="VCLinkerTool"
AdditionalDependencies="libapr.lib libaprutil.lib libhttpd.lib mscoree.lib"
OutputFile="$(OutDir)/mod_aspdotnet.so"
LinkIncremental="1"
- SuppressStartupBanner="TRUE"
+ SuppressStartupBanner="true"
AdditionalLibraryDirectories=""$(APACHE_PATH)\lib""
- IgnoreAllDefaultLibraries="FALSE"
+ IgnoreAllDefaultLibraries="false"
IgnoreDefaultLibraryNames=""
- GenerateDebugInformation="TRUE"
+ GenerateDebugInformation="true"
ProgramDatabaseFile="$(OutDir)/$(ProjectName).pdb"
- OptimizeReferences="2"/>
+ OptimizeReferences="2"
+ />
<Tool
- Name="VCMIDLTool"/>
+ Name="VCALinkTool"
+ />
<Tool
- Name="VCPostBuildEventTool"/>
+ Name="VCManifestTool"
+ />
<Tool
- Name="VCPreBuildEventTool"/>
+ Name="VCXDCMakeTool"
+ />
<Tool
- Name="VCPreLinkEventTool"/>
+ Name="VCBscMakeTool"
+ />
<Tool
- Name="VCResourceCompilerTool"
- AdditionalIncludeDirectories=""$(APACHE_PATH)\include""/>
+ Name="VCFxCopTool"
+ />
<Tool
- Name="VCWebServiceProxyGeneratorTool"/>
+ Name="VCAppVerifierTool"
+ />
<Tool
- Name="VCWebDeploymentTool"/>
+ Name="VCWebDeploymentTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
</Configuration>
<Configuration
Name="Release 2.2|Win32"
OutputDirectory="..\Release22"
IntermediateDirectory="..\Release22"
ConfigurationType="2"
+ InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
CharacterSet="2"
- ManagedExtensions="FALSE">
+ ManagedExtensions="0"
+ >
<Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
Name="VCCLCompilerTool"
Optimization="2"
InlineFunctionExpansion="1"
AdditionalIncludeDirectories="..\Apache.Web;"$(APACHE22_PATH)\include";$(IntDir)"
AdditionalUsingDirectories="$(IntDir)"
PreprocessorDefinitions="WIN32;NDEBUG"
- MinimalRebuild="FALSE"
+ MinimalRebuild="false"
RuntimeLibrary="0"
ProgramDataBaseFileName="$(IntDir)/$(ProjectName)_src.pdb"
WarningLevel="4"
DebugInformationFormat="3"
- CompileAsManaged="0"/>
+ />
<Tool
- Name="VCCustomBuildTool"/>
+ Name="VCManagedResourceCompilerTool"
+ />
<Tool
+ Name="VCResourceCompilerTool"
+ AdditionalIncludeDirectories=""$(APACHE22_PATH)\include""
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
Name="VCLinkerTool"
AdditionalDependencies="libapr-1.lib libaprutil-1.lib libhttpd.lib mscoree.lib"
OutputFile="$(OutDir)/mod_aspdotnet.so"
LinkIncremental="1"
- SuppressStartupBanner="TRUE"
+ SuppressStartupBanner="true"
AdditionalLibraryDirectories=""$(APACHE22_PATH)\lib""
- IgnoreAllDefaultLibraries="FALSE"
+ IgnoreAllDefaultLibraries="false"
IgnoreDefaultLibraryNames=""
- GenerateDebugInformation="TRUE"
+ GenerateDebugInformation="true"
ProgramDatabaseFile="$(OutDir)/$(ProjectName).pdb"
- OptimizeReferences="2"/>
+ OptimizeReferences="2"
+ />
<Tool
- Name="VCMIDLTool"/>
+ Name="VCALinkTool"
+ />
<Tool
- Name="VCPostBuildEventTool"/>
+ Name="VCManifestTool"
+ />
<Tool
- Name="VCPreBuildEventTool"/>
+ Name="VCXDCMakeTool"
+ />
<Tool
- Name="VCPreLinkEventTool"/>
+ Name="VCBscMakeTool"
+ />
<Tool
- Name="VCResourceCompilerTool"
- AdditionalIncludeDirectories=""$(APACHE22_PATH)\include""/>
+ Name="VCFxCopTool"
+ />
<Tool
- Name="VCWebServiceProxyGeneratorTool"/>
+ Name="VCAppVerifierTool"
+ />
<Tool
- Name="VCWebDeploymentTool"/>
+ Name="VCWebDeploymentTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
</Configuration>
<Configuration
Name="Debug 2.2|Win32"
OutputDirectory="..\Debug22"
IntermediateDirectory="..\Debug22"
ConfigurationType="2"
+ InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
CharacterSet="2"
- ManagedExtensions="FALSE">
+ ManagedExtensions="0"
+ >
<Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories="..\Apache.Web;"$(APACHE22_PATH)\include";$(IntDir)"
AdditionalUsingDirectories="$(IntDir)"
PreprocessorDefinitions="WIN32;_DEBUG"
- MinimalRebuild="FALSE"
- ExceptionHandling="TRUE"
+ MinimalRebuild="false"
+ ExceptionHandling="1"
RuntimeLibrary="1"
ProgramDataBaseFileName="$(IntDir)/$(ProjectName)_src.pdb"
BrowseInformation="1"
WarningLevel="4"
DebugInformationFormat="3"
- CompileAsManaged="0"/>
+ />
<Tool
- Name="VCCustomBuildTool"/>
+ Name="VCManagedResourceCompilerTool"
+ />
<Tool
+ Name="VCResourceCompilerTool"
+ AdditionalIncludeDirectories=""$(APACHE22_PATH)\include""
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
Name="VCLinkerTool"
AdditionalDependencies="libapr-1.lib libaprutil-1.lib libhttpd.lib mscoree.lib"
OutputFile="$(OutDir)/$(ProjectName).so"
LinkIncremental="1"
- SuppressStartupBanner="TRUE"
+ SuppressStartupBanner="true"
AdditionalLibraryDirectories=""$(APACHE22_PATH)\lib""
IgnoreDefaultLibraryNames=""
- GenerateDebugInformation="TRUE"/>
+ GenerateDebugInformation="true"
+ />
<Tool
- Name="VCMIDLTool"/>
+ Name="VCALinkTool"
+ />
<Tool
- Name="VCPostBuildEventTool"
- Description="Installing debug module to $(APACHE22_PATH)\modules"
- CommandLine="copy /y "$(OutDir)\mod_aspdotnet.so" "$(APACHE22_PATH)\modules" && copy /y "$(OutDir)\mod_aspdotnet.pdb" "$(APACHE22_PATH)\modules""/>
+ Name="VCManifestTool"
+ />
<Tool
- Name="VCPreBuildEventTool"/>
+ Name="VCXDCMakeTool"
+ />
<Tool
- Name="VCPreLinkEventTool"/>
+ Name="VCBscMakeTool"
+ />
<Tool
- Name="VCResourceCompilerTool"
- AdditionalIncludeDirectories=""$(APACHE22_PATH)\include""/>
+ Name="VCFxCopTool"
+ />
<Tool
- Name="VCWebServiceProxyGeneratorTool"/>
+ Name="VCAppVerifierTool"
+ />
<Tool
- Name="VCWebDeploymentTool"/>
+ Name="VCWebDeploymentTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ Description="Installing debug module to $(APACHE22_PATH)\modules"
+ CommandLine="copy /y "$(OutDir)\mod_aspdotnet.so" "$(APACHE22_PATH)\modules" && copy /y "$(OutDir)\mod_aspdotnet.pdb" "$(APACHE22_PATH)\modules""
+ />
</Configuration>
</Configurations>
+ <References>
+ </References>
<Files>
<Filter
Name="Source Files"
- Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm">
+ Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm"
+ >
<File
- RelativePath="mod_aspdotnet.cpp">
+ RelativePath="mod_aspdotnet.cpp"
+ >
<FileConfiguration
- Name="Debug|Win32">
+ Name="Debug|Win32"
+ >
<Tool
Name="VCCLCompilerTool"
UsePrecompiledHeader="1"
PrecompiledHeaderThrough="Mscoree.h"
PrecompiledHeaderFile="$(IntDir)/mod_aspdotnet.pch"
- CompileAsManaged="0"/>
+ CompileAsManaged="0"
+ />
</FileConfiguration>
<FileConfiguration
- Name="Release|Win32">
+ Name="Release|Win32"
+ >
<Tool
Name="VCCLCompilerTool"
- CompileAsManaged="0"/>
+ CompileAsManaged="0"
+ />
</FileConfiguration>
<FileConfiguration
- Name="Release 2.2|Win32">
+ Name="Release 2.2|Win32"
+ >
<Tool
Name="VCCLCompilerTool"
- CompileAsManaged="0"/>
+ CompileAsManaged="0"
+ />
</FileConfiguration>
<FileConfiguration
- Name="Debug 2.2|Win32">
+ Name="Debug 2.2|Win32"
+ >
<Tool
Name="VCCLCompilerTool"
UsePrecompiledHeader="1"
PrecompiledHeaderThrough="Mscoree.h"
PrecompiledHeaderFile="$(IntDir)/mod_aspdotnet.pch"
- CompileAsManaged="0"/>
+ CompileAsManaged="0"
+ />
</FileConfiguration>
</File>
</Filter>
<Filter
Name="Header Files"
- Filter="h;hpp;hxx;hm;inl;inc">
+ Filter="h;hpp;hxx;hm;inl;inc"
+ >
</Filter>
<Filter
Name="Resource Files"
- Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;r">
+ Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;r"
+ >
<File
- RelativePath="mod_aspdotnet.rc">
+ RelativePath="mod_aspdotnet.rc"
+ >
</File>
</Filter>
</Files>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|