mod-aspdotnet-svn Mailing List for mod_aspdotnet (Page 2)
Brought to you by:
wrowe
You can subscribe to this list here.
2006 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(3) |
Oct
(10) |
Nov
|
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2007 |
Jan
|
Feb
|
Mar
(10) |
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
(26) |
Sep
(2) |
Oct
|
Nov
|
Dec
|
2008 |
Jan
|
Feb
|
Mar
(5) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2009 |
Jan
|
Feb
|
Mar
|
Apr
(2) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: <wr...@us...> - 2007-08-15 06:26:30
|
Revision: 197 http://mod-aspdotnet.svn.sourceforge.net/mod-aspdotnet/?rev=197&view=rev Author: wrowe Date: 2007-08-14 23:26:28 -0700 (Tue, 14 Aug 2007) Log Message: ----------- Bump to build 2199 - 2200 will be the first VC8 release build ID. Modified Paths: -------------- mod_aspdotnet2/trunk/Apache.Web/Apache.Web.Version.h Modified: mod_aspdotnet2/trunk/Apache.Web/Apache.Web.Version.h =================================================================== --- mod_aspdotnet2/trunk/Apache.Web/Apache.Web.Version.h 2007-08-15 06:19:52 UTC (rev 196) +++ mod_aspdotnet2/trunk/Apache.Web/Apache.Web.Version.h 2007-08-15 06:26:28 UTC (rev 197) @@ -50,7 +50,7 @@ // This also ensures we use the most recent 'build' of the module for the given // Apache core version. // -#define APACHE_WEB_VER_BUILD 2007 +#define APACHE_WEB_VER_BUILD 2199 // Define APACHE_WEB_VER_RELEASE as 1 for a non-dev, release build, when rolling // the distribution .zip sources or binary release. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wr...@us...> - 2007-08-15 06:19:53
|
Revision: 196 http://mod-aspdotnet.svn.sourceforge.net/mod-aspdotnet/?rev=196&view=rev Author: wrowe Date: 2007-08-14 23:19:52 -0700 (Tue, 14 Aug 2007) Log Message: ----------- Copyright updates Modified Paths: -------------- mod_aspdotnet2/trunk/Apache.Web/Apache.Web.Version.h mod_aspdotnet2/trunk/Apache.Web/Apache.Web.rc mod_aspdotnet2/trunk/Apache.Web/http_header_arrays.h Modified: mod_aspdotnet2/trunk/Apache.Web/Apache.Web.Version.h =================================================================== --- mod_aspdotnet2/trunk/Apache.Web/Apache.Web.Version.h 2007-08-15 06:18:16 UTC (rev 195) +++ mod_aspdotnet2/trunk/Apache.Web/Apache.Web.Version.h 2007-08-15 06:19:52 UTC (rev 196) @@ -1,4 +1,4 @@ -/* Copyright 2002-2006 Covalent Technologies +/* Copyright 2007 Covalent Technologies * * Covalent Technologies licenses this file to You under the Apache * Software Foundation's Apache License, Version 2.0 (the "License"); Modified: mod_aspdotnet2/trunk/Apache.Web/Apache.Web.rc =================================================================== --- mod_aspdotnet2/trunk/Apache.Web/Apache.Web.rc 2007-08-15 06:18:16 UTC (rev 195) +++ mod_aspdotnet2/trunk/Apache.Web/Apache.Web.rc 2007-08-15 06:19:52 UTC (rev 196) @@ -26,7 +26,7 @@ VALUE "FileDescription", "Apache.Web connector to the mod_aspdotnet module for the Apache HTTP Web Server\0" VALUE "FileVersion", APACHE_WEB_VERSION "\0" VALUE "InternalName", "Apache.Web.dll\0" - VALUE "LegalCopyright", "Copyright \xA9 2002-2006 Covalent Technologies\0" + VALUE "LegalCopyright", "Copyright \xA9 2007 Covalent Technologies\0" VALUE "OriginalFilename", "Apache.Web.dll\0" VALUE "ProductName", "mod_aspdotnet/Apache.Web host module for Microsoft ASP.NET within the Apache HTTP Server\0" VALUE "ProductVersion", APACHE_WEB_VERSION "\0" Modified: mod_aspdotnet2/trunk/Apache.Web/http_header_arrays.h =================================================================== --- mod_aspdotnet2/trunk/Apache.Web/http_header_arrays.h 2007-08-15 06:18:16 UTC (rev 195) +++ mod_aspdotnet2/trunk/Apache.Web/http_header_arrays.h 2007-08-15 06:19:52 UTC (rev 196) @@ -1,4 +1,4 @@ -/* Copyright 2002-2006 Covalent Technologies +/* Copyright 2007 Covalent Technologies * * Covalent Technologies licenses this file to You under the Apache * Software Foundation's Apache License, Version 2.0 (the "License"); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wr...@us...> - 2007-08-15 06:18:17
|
Revision: 195 http://mod-aspdotnet.svn.sourceforge.net/mod-aspdotnet/?rev=195&view=rev Author: wrowe Date: 2007-08-14 23:18:16 -0700 (Tue, 14 Aug 2007) Log Message: ----------- Detach signing until after post-manifest embedding. Modified Paths: -------------- mod_aspdotnet2/trunk/Apache.Web/Apache.Web.vcproj mod_aspdotnet2/trunk/Apache.Web/AssemblyInfo.cpp Modified: mod_aspdotnet2/trunk/Apache.Web/Apache.Web.vcproj =================================================================== --- mod_aspdotnet2/trunk/Apache.Web/Apache.Web.vcproj 2007-08-15 06:16:05 UTC (rev 194) +++ mod_aspdotnet2/trunk/Apache.Web/Apache.Web.vcproj 2007-08-15 06:18:16 UTC (rev 195) @@ -101,8 +101,8 @@ /> <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" + Description="Signing .dll, Exporting .tlb and Installing debug components to the GAC" + CommandLine="sn -Ra "$(OutDir)\Apache.Web.dll" "$(ProjectDir)\Apache.Web.snk"
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 @@ -190,8 +190,8 @@ /> <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"" + Description="Signing .dll and Exporting .tlb" + CommandLine="sn -Ra "$(OutDir)\Apache.Web.dll" "$(ProjectDir)\Apache.Web.snk"
regasm /nologo /tlb:"$(IntDir)/Apache.Web.tlb" "$(OutDir)\Apache.Web.dll"
regasm /nologo /unregister "$(OutDir)\Apache.Web.dll"" /> </Configuration> <Configuration @@ -279,8 +279,8 @@ /> <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"" + Description="Signing .dll and Exporting .tlb" + CommandLine="sn -Ra "$(OutDir)\Apache.Web.dll" "$(ProjectDir)\Apache.Web.snk"
regasm /nologo /tlb:"$(IntDir)/Apache.Web.tlb" "$(OutDir)\Apache.Web.dll"
regasm /nologo /unregister "$(OutDir)\Apache.Web.dll"" /> </Configuration> <Configuration @@ -371,8 +371,8 @@ /> <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" + Description="Signing .dll, Exporting .tlb and Installing debug components to the GAC" + CommandLine="sn -Ra "$(OutDir)\Apache.Web.dll" "$(ProjectDir)\Apache.Web.snk"
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> @@ -384,50 +384,6 @@ Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm" > <File - RelativePath="Helpers\_gcA_gcA_gcString.cs" - > - <FileConfiguration - 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" - /> - </FileConfiguration> - <FileConfiguration - 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" - /> - </FileConfiguration> - <FileConfiguration - 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" - /> - </FileConfiguration> - <FileConfiguration - 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" - /> - </FileConfiguration> - </File> - <File RelativePath="AssemblyInfo.cpp" > </File> Modified: mod_aspdotnet2/trunk/Apache.Web/AssemblyInfo.cpp =================================================================== --- mod_aspdotnet2/trunk/Apache.Web/AssemblyInfo.cpp 2007-08-15 06:16:05 UTC (rev 194) +++ mod_aspdotnet2/trunk/Apache.Web/AssemblyInfo.cpp 2007-08-15 06:18:16 UTC (rev 195) @@ -1,4 +1,4 @@ -/* Copyright 2002-2006 Covalent Technologies +/* Copyright 2007 Covalent Technologies * * Covalent Technologies licenses this file to You under the Apache * Software Foundation's Apache License, Version 2.0 (the "License"); @@ -32,7 +32,7 @@ [assembly:AssemblyDescriptionAttribute("Apache Web Hosting Architecture for Microsoft ASP.NET")]; [assembly:AssemblyCompanyAttribute("Covalent Technologies")]; [assembly:AssemblyProductAttribute("mod_aspdotnet")]; -[assembly:AssemblyCopyrightAttribute("Copyright \xA9 2002-2006 Covalent Technologies")]; +[assembly:AssemblyCopyrightAttribute("Copyright \xA9 2007 Covalent Technologies")]; [assembly:AssemblyTrademarkAttribute("")]; [assembly:AssemblyCultureAttribute("")]; [assembly:AssemblyConfigurationAttribute("")]; @@ -72,7 +72,7 @@ // (*) Delay Signing is an advanced option - see the Microsoft .NET Framework // documentation for more information on this. // -[assembly:AssemblyDelaySignAttribute(false)]; +[assembly:AssemblyDelaySignAttribute(true)]; [assembly:AssemblyKeyFileAttribute("Apache.Web.snk")]; [assembly:AssemblyKeyNameAttribute("")]; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wr...@us...> - 2007-08-15 06:16:06
|
Revision: 194 http://mod-aspdotnet.svn.sourceforge.net/mod-aspdotnet/?rev=194&view=rev Author: wrowe Date: 2007-08-14 23:16:05 -0700 (Tue, 14 Aug 2007) Log Message: ----------- Reflect Studio 8.0 Modified Paths: -------------- mod_aspdotnet2/trunk/README.txt Modified: mod_aspdotnet2/trunk/README.txt =================================================================== --- mod_aspdotnet2/trunk/README.txt 2007-08-15 06:12:49 UTC (rev 193) +++ mod_aspdotnet2/trunk/README.txt 2007-08-15 06:16:05 UTC (rev 194) @@ -30,9 +30,10 @@ how to manually install either flavor, locally, without an .msi package. It is absolutely critical that this build occurs using the Visual Studio -.NET (al la 2002, or 7.0) version. Older VS 6.0 compilers won't support -the module, and newer VS compilers are not entirely compatible with the -original C++.NET syntax. +.NET 2005 (al la 8.0) version. Older VS 7.x and earlier compilers won't +support the C++ CLR syntax used for this module, and newer VS compilers +may again change the CLR C++ syntax to be entirely incompatible with the +sources. Note that the Apache.Web.dll is temporarily registered, it's type library (.tlb file) is extracted, and it is unregistered as a post-build step for This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wr...@us...> - 2007-08-15 06:12:50
|
Revision: 193 http://mod-aspdotnet.svn.sourceforge.net/mod-aspdotnet/?rev=193&view=rev Author: wrowe Date: 2007-08-14 23:12:49 -0700 (Tue, 14 Aug 2007) Log Message: ----------- Update copyright for VC8 sources Modified Paths: -------------- mod_aspdotnet2/trunk/mod/mod_aspdotnet.cpp mod_aspdotnet2/trunk/mod/mod_aspdotnet.rc Modified: mod_aspdotnet2/trunk/mod/mod_aspdotnet.cpp =================================================================== --- mod_aspdotnet2/trunk/mod/mod_aspdotnet.cpp 2007-08-15 06:11:54 UTC (rev 192) +++ mod_aspdotnet2/trunk/mod/mod_aspdotnet.cpp 2007-08-15 06:12:49 UTC (rev 193) @@ -1,4 +1,4 @@ -/* Copyright 2002-2006 Covalent Technologies +/* Copyright 2007 Covalent Technologies * * Covalent Technologies licenses this file to You under the Apache * Software Foundation's Apache License, Version 2.0 (the "License"); Modified: mod_aspdotnet2/trunk/mod/mod_aspdotnet.rc =================================================================== --- mod_aspdotnet2/trunk/mod/mod_aspdotnet.rc 2007-08-15 06:11:54 UTC (rev 192) +++ mod_aspdotnet2/trunk/mod/mod_aspdotnet.rc 2007-08-15 06:12:49 UTC (rev 193) @@ -26,7 +26,7 @@ VALUE "FileDescription", "aspdotnet_module connector module to Apache.Web for the Apache HTTP Web Server\0" VALUE "FileVersion", APACHE_WEB_VERSION "\0" VALUE "InternalName", "mod_aspdotnet.so\0" - VALUE "LegalCopyright", "Copyright \xA9 2002-2006 Covalent Technologies\0" + VALUE "LegalCopyright", "Copyright \xA9 2007 Covalent Technologies\0" VALUE "OriginalFilename", "mod_aspdotnet.so\0" VALUE "ProductName", "mod_aspdotnet/Apache.Web host module for Microsoft ASP.NET within the Apache HTTP Server\0" VALUE "ProductVersion", APACHE_WEB_VERSION "\0" This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wr...@us...> - 2007-08-15 06:11:57
|
Revision: 192 http://mod-aspdotnet.svn.sourceforge.net/mod-aspdotnet/?rev=192&view=rev Author: wrowe Date: 2007-08-14 23:11:54 -0700 (Tue, 14 Aug 2007) Log Message: ----------- Jaggy arrays work in VC8 Removed Paths: ------------- mod_aspdotnet2/trunk/Apache.Web/Helpers/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wr...@us...> - 2007-08-14 19:17:13
|
Revision: 191 http://mod-aspdotnet.svn.sourceforge.net/mod-aspdotnet/?rev=191&view=rev Author: wrowe Date: 2007-08-14 12:17:12 -0700 (Tue, 14 Aug 2007) Log Message: ----------- Bump to VC8 Modified Paths: -------------- mod_aspdotnet2/trunk/mod_aspdotnet.sln Modified: mod_aspdotnet2/trunk/mod_aspdotnet.sln =================================================================== --- mod_aspdotnet2/trunk/mod_aspdotnet.sln 2007-08-14 19:16:21 UTC (rev 190) +++ mod_aspdotnet2/trunk/mod_aspdotnet.sln 2007-08-14 19:17:12 UTC (rev 191) @@ -1,59 +1,48 @@ -Microsoft Visual Studio Solution File, Format Version 7.00 +Microsoft Visual Studio Solution File, Format Version 9.00 +# Visual Studio 2005 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "mod_aspdotnet", "mod\mod_aspdotnet.vcproj", "{B86D2326-9565-4494-B609-3E770ED14607}" + ProjectSection(ProjectDependencies) = postProject + {4B4F627E-C6DE-4614-9135-306D94F8755B} = {4B4F627E-C6DE-4614-9135-306D94F8755B} + EndProjectSection EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Apache.Web", "Apache.Web\Apache.Web.vcproj", "{4B4F627E-C6DE-4614-9135-306D94F8755B}" EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "resolve_apache", "msi_dll\resolve_apache.vcproj", "{5149E89D-79D2-4FE7-B088-4987CF385D46}" EndProject Global - GlobalSection(SolutionConfiguration) = preSolution - ConfigName.0 = Debug - ConfigName.1 = Debug 2.2 - ConfigName.2 = Release - ConfigName.3 = Release 2.2 + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug 2.2|Win32 = Debug 2.2|Win32 + Debug|Win32 = Debug|Win32 + Release 2.2|Win32 = Release 2.2|Win32 + Release|Win32 = Release|Win32 EndGlobalSection - GlobalSection(ProjectDependencies) = postSolution - {B86D2326-9565-4494-B609-3E770ED14607}.0 = {4B4F627E-C6DE-4614-9135-306D94F8755B} - {D68E7F9F-9DF7-4C42-A8C0-D4E6BB129488}.0 = {4B4F627E-C6DE-4614-9135-306D94F8755B} - {D68E7F9F-9DF7-4C42-A8C0-D4E6BB129488}.1 = {B86D2326-9565-4494-B609-3E770ED14607} - {D68E7F9F-9DF7-4C42-A8C0-D4E6BB129488}.2 = {5149E89D-79D2-4FE7-B088-4987CF385D46} + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {B86D2326-9565-4494-B609-3E770ED14607}.Debug 2.2|Win32.ActiveCfg = Debug 2.2|Win32 + {B86D2326-9565-4494-B609-3E770ED14607}.Debug 2.2|Win32.Build.0 = Debug 2.2|Win32 + {B86D2326-9565-4494-B609-3E770ED14607}.Debug|Win32.ActiveCfg = Debug|Win32 + {B86D2326-9565-4494-B609-3E770ED14607}.Debug|Win32.Build.0 = Debug|Win32 + {B86D2326-9565-4494-B609-3E770ED14607}.Release 2.2|Win32.ActiveCfg = Release 2.2|Win32 + {B86D2326-9565-4494-B609-3E770ED14607}.Release 2.2|Win32.Build.0 = Release 2.2|Win32 + {B86D2326-9565-4494-B609-3E770ED14607}.Release|Win32.ActiveCfg = Release|Win32 + {B86D2326-9565-4494-B609-3E770ED14607}.Release|Win32.Build.0 = Release|Win32 + {4B4F627E-C6DE-4614-9135-306D94F8755B}.Debug 2.2|Win32.ActiveCfg = Debug 2.2|Win32 + {4B4F627E-C6DE-4614-9135-306D94F8755B}.Debug 2.2|Win32.Build.0 = Debug 2.2|Win32 + {4B4F627E-C6DE-4614-9135-306D94F8755B}.Debug|Win32.ActiveCfg = Debug|Win32 + {4B4F627E-C6DE-4614-9135-306D94F8755B}.Debug|Win32.Build.0 = Debug|Win32 + {4B4F627E-C6DE-4614-9135-306D94F8755B}.Release 2.2|Win32.ActiveCfg = Release 2.2|Win32 + {4B4F627E-C6DE-4614-9135-306D94F8755B}.Release 2.2|Win32.Build.0 = Release 2.2|Win32 + {4B4F627E-C6DE-4614-9135-306D94F8755B}.Release|Win32.ActiveCfg = Release|Win32 + {4B4F627E-C6DE-4614-9135-306D94F8755B}.Release|Win32.Build.0 = Release|Win32 + {5149E89D-79D2-4FE7-B088-4987CF385D46}.Debug 2.2|Win32.ActiveCfg = Debug 2.2|Win32 + {5149E89D-79D2-4FE7-B088-4987CF385D46}.Debug 2.2|Win32.Build.0 = Debug 2.2|Win32 + {5149E89D-79D2-4FE7-B088-4987CF385D46}.Debug|Win32.ActiveCfg = Debug|Win32 + {5149E89D-79D2-4FE7-B088-4987CF385D46}.Debug|Win32.Build.0 = Debug|Win32 + {5149E89D-79D2-4FE7-B088-4987CF385D46}.Release 2.2|Win32.ActiveCfg = Release 2.2|Win32 + {5149E89D-79D2-4FE7-B088-4987CF385D46}.Release 2.2|Win32.Build.0 = Release 2.2|Win32 + {5149E89D-79D2-4FE7-B088-4987CF385D46}.Release|Win32.ActiveCfg = Release|Win32 + {5149E89D-79D2-4FE7-B088-4987CF385D46}.Release|Win32.Build.0 = Release|Win32 EndGlobalSection - GlobalSection(ProjectConfiguration) = postSolution - {B86D2326-9565-4494-B609-3E770ED14607}.Debug.ActiveCfg = Debug|Win32 - {B86D2326-9565-4494-B609-3E770ED14607}.Debug.Build.0 = Debug|Win32 - {B86D2326-9565-4494-B609-3E770ED14607}.Debug 2.2.ActiveCfg = Debug 2.2|Win32 - {B86D2326-9565-4494-B609-3E770ED14607}.Debug 2.2.Build.0 = Debug 2.2|Win32 - {B86D2326-9565-4494-B609-3E770ED14607}.Release.ActiveCfg = Release|Win32 - {B86D2326-9565-4494-B609-3E770ED14607}.Release.Build.0 = Release|Win32 - {B86D2326-9565-4494-B609-3E770ED14607}.Release 2.2.ActiveCfg = Release 2.2|Win32 - {B86D2326-9565-4494-B609-3E770ED14607}.Release 2.2.Build.0 = Release 2.2|Win32 - {4B4F627E-C6DE-4614-9135-306D94F8755B}.Debug.ActiveCfg = Debug|Win32 - {4B4F627E-C6DE-4614-9135-306D94F8755B}.Debug.Build.0 = Debug|Win32 - {4B4F627E-C6DE-4614-9135-306D94F8755B}.Debug 2.2.ActiveCfg = Debug 2.2|Win32 - {4B4F627E-C6DE-4614-9135-306D94F8755B}.Debug 2.2.Build.0 = Debug 2.2|Win32 - {4B4F627E-C6DE-4614-9135-306D94F8755B}.Release.ActiveCfg = Release|Win32 - {4B4F627E-C6DE-4614-9135-306D94F8755B}.Release.Build.0 = Release|Win32 - {4B4F627E-C6DE-4614-9135-306D94F8755B}.Release 2.2.ActiveCfg = Release 2.2|Win32 - {4B4F627E-C6DE-4614-9135-306D94F8755B}.Release 2.2.Build.0 = Release 2.2|Win32 - {D68E7F9F-9DF7-4C42-A8C0-D4E6BB129488}.Debug.ActiveCfg = Release - {D68E7F9F-9DF7-4C42-A8C0-D4E6BB129488}.Debug.Build.0 = Release - {D68E7F9F-9DF7-4C42-A8C0-D4E6BB129488}.Debug 2.2.ActiveCfg = Release - {D68E7F9F-9DF7-4C42-A8C0-D4E6BB129488}.Debug 2.2.Build.0 = Release - {D68E7F9F-9DF7-4C42-A8C0-D4E6BB129488}.Release.ActiveCfg = Release - {D68E7F9F-9DF7-4C42-A8C0-D4E6BB129488}.Release.Build.0 = Release - {D68E7F9F-9DF7-4C42-A8C0-D4E6BB129488}.Release 2.2.ActiveCfg = Release 2.2 - {D68E7F9F-9DF7-4C42-A8C0-D4E6BB129488}.Release 2.2.Build.0 = Release 2.2 - {5149E89D-79D2-4FE7-B088-4987CF385D46}.Debug.ActiveCfg = Debug|Win32 - {5149E89D-79D2-4FE7-B088-4987CF385D46}.Debug.Build.0 = Debug|Win32 - {5149E89D-79D2-4FE7-B088-4987CF385D46}.Debug 2.2.ActiveCfg = Debug 2.2|Win32 - {5149E89D-79D2-4FE7-B088-4987CF385D46}.Debug 2.2.Build.0 = Debug 2.2|Win32 - {5149E89D-79D2-4FE7-B088-4987CF385D46}.Release.ActiveCfg = Release|Win32 - {5149E89D-79D2-4FE7-B088-4987CF385D46}.Release.Build.0 = Release|Win32 - {5149E89D-79D2-4FE7-B088-4987CF385D46}.Release 2.2.ActiveCfg = Release 2.2|Win32 - {5149E89D-79D2-4FE7-B088-4987CF385D46}.Release 2.2.Build.0 = Release 2.2|Win32 + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE EndGlobalSection - GlobalSection(ExtensibilityGlobals) = postSolution - EndGlobalSection - GlobalSection(ExtensibilityAddIns) = postSolution - EndGlobalSection EndGlobal This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wr...@us...> - 2007-08-14 19:16:23
|
Revision: 190 http://mod-aspdotnet.svn.sourceforge.net/mod-aspdotnet/?rev=190&view=rev Author: wrowe Date: 2007-08-14 12:16:21 -0700 (Tue, 14 Aug 2007) Log Message: ----------- Use /clr, will need to modify everything for VC8 before this branch will compile once again Modified Paths: -------------- mod_aspdotnet2/trunk/Apache.Web/Apache.Web.vcproj Modified: mod_aspdotnet2/trunk/Apache.Web/Apache.Web.vcproj =================================================================== --- mod_aspdotnet2/trunk/Apache.Web/Apache.Web.vcproj 2007-08-14 19:08:31 UTC (rev 189) +++ mod_aspdotnet2/trunk/Apache.Web/Apache.Web.vcproj 2007-08-14 19:16:21 UTC (rev 190) @@ -4,6 +4,7 @@ Version="8.00" Name="Apache.Web" ProjectGUID="{4B4F627E-C6DE-4614-9135-306D94F8755B}" + RootNamespace="Apache.Web" Keyword="ManagedCProj" > <Platforms> @@ -21,7 +22,7 @@ ConfigurationType="2" InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops" CharacterSet="2" - ManagedExtensions="4" + ManagedExtensions="1" > <Tool Name="VCPreBuildEventTool" @@ -200,7 +201,7 @@ ConfigurationType="2" InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops" CharacterSet="2" - ManagedExtensions="4" + ManagedExtensions="1" > <Tool Name="VCPreBuildEventTool" @@ -289,7 +290,7 @@ ConfigurationType="2" InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops" CharacterSet="2" - ManagedExtensions="4" + ManagedExtensions="1" > <Tool Name="VCPreBuildEventTool" @@ -344,6 +345,7 @@ DelayLoadDLLs="libapr-1.dll;libaprutil-1.dll;libhttpd.dll" TypeLibraryFile="" GenerateDebugInformation="true" + AssemblyDebug="1" SupportUnloadOfDelayLoadedDLL="false" /> <Tool This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wr...@us...> - 2007-08-14 19:08:34
|
Revision: 189 http://mod-aspdotnet.svn.sourceforge.net/mod-aspdotnet/?rev=189&view=rev Author: wrowe Date: 2007-08-14 12:08:31 -0700 (Tue, 14 Aug 2007) Log Message: ----------- Bump to VC8 Modified Paths: -------------- mod_aspdotnet2/trunk/msi_dll/resolve_apache.vcproj Modified: mod_aspdotnet2/trunk/msi_dll/resolve_apache.vcproj =================================================================== --- mod_aspdotnet2/trunk/msi_dll/resolve_apache.vcproj 2007-08-14 17:34:01 UTC (rev 188) +++ mod_aspdotnet2/trunk/msi_dll/resolve_apache.vcproj 2007-08-14 19:08:31 UTC (rev 189) @@ -1,78 +1,138 @@ -<?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="resolve_apache" ProjectGUID="{5149E89D-79D2-4FE7-B088-4987CF385D46}" - SccProjectName="" - SccLocalPath=""> + > <Platforms> <Platform - Name="Win32"/> + Name="Win32" + /> </Platforms> + <ToolFiles> + </ToolFiles> <Configurations> <Configuration Name="Release|Win32" OutputDirectory="..\Release" IntermediateDirectory=".\Release" ConfigurationType="2" + InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops" UseOfMFC="0" - ATLMinimizesCRunTimeLibraryUsage="FALSE"> + ATLMinimizesCRunTimeLibraryUsage="false" + > <Tool + Name="VCPreBuildEventTool" + /> + <Tool + Name="VCCustomBuildTool" + /> + <Tool + Name="VCXMLDataGeneratorTool" + /> + <Tool + Name="VCWebServiceProxyGeneratorTool" + /> + <Tool + Name="VCMIDLTool" + PreprocessorDefinitions="NDEBUG" + MkTypLibCompatible="true" + SuppressStartupBanner="true" + TargetEnvironment="1" + TypeLibraryName="./resolve_apache.tlb" + /> + <Tool Name="VCCLCompilerTool" InlineFunctionExpansion="1" PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;BINARY=Apache.exe" - StringPooling="TRUE" + StringPooling="true" RuntimeLibrary="0" - EnableFunctionLevelLinking="TRUE" + EnableFunctionLevelLinking="true" PrecompiledHeaderFile="" AssemblerListingLocation="" ProgramDataBaseFileName=".\Release\resolve_apache_src" WarningLevel="3" - SuppressStartupBanner="TRUE"/> + SuppressStartupBanner="true" + /> <Tool - Name="VCCustomBuildTool"/> + Name="VCManagedResourceCompilerTool" + /> <Tool + Name="VCResourceCompilerTool" + PreprocessorDefinitions="NDEBUG" + Culture="1033" + /> + <Tool + Name="VCPreLinkEventTool" + /> + <Tool Name="VCLinkerTool" AdditionalDependencies="msi.lib wsock32.lib" OutputFile="$(OutDir)/$(ProjectName).dll" LinkIncremental="1" - SuppressStartupBanner="TRUE" - GenerateDebugInformation="TRUE" + SuppressStartupBanner="true" + GenerateDebugInformation="true" ProgramDatabaseFile="$(OutDir)/$(ProjectName).pdb" SubSystem="2" OptimizeReferences="2" - ImportLibrary="$(OutDir)/$(TargetName).lib"/> + ImportLibrary="$(OutDir)/$(TargetName).lib" + /> <Tool - Name="VCMIDLTool" - PreprocessorDefinitions="NDEBUG" - MkTypLibCompatible="TRUE" - SuppressStartupBanner="TRUE" - TargetEnvironment="1" - TypeLibraryName="./resolve_apache.tlb"/> + Name="VCALinkTool" + /> <Tool - Name="VCPostBuildEventTool"/> + Name="VCManifestTool" + /> <Tool - Name="VCPreBuildEventTool"/> + Name="VCXDCMakeTool" + /> <Tool - Name="VCPreLinkEventTool"/> + Name="VCBscMakeTool" + /> <Tool - Name="VCResourceCompilerTool" - PreprocessorDefinitions="NDEBUG" - Culture="1033"/> + Name="VCFxCopTool" + /> <Tool - Name="VCWebServiceProxyGeneratorTool"/> + Name="VCAppVerifierTool" + /> <Tool - Name="VCWebDeploymentTool"/> + Name="VCWebDeploymentTool" + /> + <Tool + Name="VCPostBuildEventTool" + /> </Configuration> <Configuration Name="Debug|Win32" OutputDirectory=".\Debug" IntermediateDirectory=".\Debug" ConfigurationType="2" + InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops" UseOfMFC="0" - ATLMinimizesCRunTimeLibraryUsage="FALSE"> + ATLMinimizesCRunTimeLibraryUsage="false" + > <Tool + Name="VCPreBuildEventTool" + /> + <Tool + Name="VCCustomBuildTool" + /> + <Tool + Name="VCXMLDataGeneratorTool" + /> + <Tool + Name="VCWebServiceProxyGeneratorTool" + /> + <Tool + Name="VCMIDLTool" + PreprocessorDefinitions="_DEBUG" + MkTypLibCompatible="true" + SuppressStartupBanner="true" + TargetEnvironment="1" + TypeLibraryName="./resolve_apache.tlb" + /> + <Tool Name="VCCLCompilerTool" Optimization="0" PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;BINARY=Apache.exe" @@ -81,104 +141,176 @@ AssemblerListingLocation="" ProgramDataBaseFileName=".\Debug\resolve_apache_src" WarningLevel="3" - SuppressStartupBanner="TRUE" - DebugInformationFormat="3"/> + SuppressStartupBanner="true" + DebugInformationFormat="3" + /> <Tool - Name="VCCustomBuildTool"/> + Name="VCManagedResourceCompilerTool" + /> <Tool + Name="VCResourceCompilerTool" + PreprocessorDefinitions="_DEBUG" + Culture="1033" + /> + <Tool + Name="VCPreLinkEventTool" + /> + <Tool Name="VCLinkerTool" AdditionalDependencies="msi.lib wsock32.lib" OutputFile="$(OutDir)/$(ProjectName).dll" LinkIncremental="2" - SuppressStartupBanner="TRUE" - GenerateDebugInformation="TRUE" + SuppressStartupBanner="true" + GenerateDebugInformation="true" ProgramDatabaseFile="$(OutDir)/$(ProjectName).pdb" SubSystem="2" - ImportLibrary="$(OutDir)/$(TargetName).lib"/> + ImportLibrary="$(OutDir)/$(TargetName).lib" + /> <Tool - Name="VCMIDLTool" - PreprocessorDefinitions="_DEBUG" - MkTypLibCompatible="TRUE" - SuppressStartupBanner="TRUE" - TargetEnvironment="1" - TypeLibraryName="./resolve_apache.tlb"/> + Name="VCALinkTool" + /> <Tool - Name="VCPostBuildEventTool"/> + Name="VCManifestTool" + /> <Tool - Name="VCPreBuildEventTool"/> + Name="VCXDCMakeTool" + /> <Tool - Name="VCPreLinkEventTool"/> + Name="VCBscMakeTool" + /> <Tool - Name="VCResourceCompilerTool" - PreprocessorDefinitions="_DEBUG" - Culture="1033"/> + 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" UseOfMFC="0" - ATLMinimizesCRunTimeLibraryUsage="FALSE"> + ATLMinimizesCRunTimeLibraryUsage="false" + > <Tool + Name="VCPreBuildEventTool" + /> + <Tool + Name="VCCustomBuildTool" + /> + <Tool + Name="VCXMLDataGeneratorTool" + /> + <Tool + Name="VCWebServiceProxyGeneratorTool" + /> + <Tool + Name="VCMIDLTool" + PreprocessorDefinitions="NDEBUG" + MkTypLibCompatible="true" + SuppressStartupBanner="true" + TargetEnvironment="1" + TypeLibraryName="./resolve_apache.tlb" + /> + <Tool Name="VCCLCompilerTool" InlineFunctionExpansion="1" PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;BINARY=httpd.exe" - StringPooling="TRUE" + StringPooling="true" RuntimeLibrary="0" - EnableFunctionLevelLinking="TRUE" + EnableFunctionLevelLinking="true" PrecompiledHeaderFile="" AssemblerListingLocation="" ProgramDataBaseFileName=".\Release22\resolve_apache_src" WarningLevel="3" - SuppressStartupBanner="TRUE"/> + SuppressStartupBanner="true" + /> <Tool - Name="VCCustomBuildTool"/> + Name="VCManagedResourceCompilerTool" + /> <Tool + Name="VCResourceCompilerTool" + PreprocessorDefinitions="NDEBUG" + Culture="1033" + /> + <Tool + Name="VCPreLinkEventTool" + /> + <Tool Name="VCLinkerTool" AdditionalDependencies="msi.lib wsock32.lib" OutputFile="$(OutDir)/$(ProjectName).dll" LinkIncremental="1" - SuppressStartupBanner="TRUE" - GenerateDebugInformation="TRUE" + SuppressStartupBanner="true" + GenerateDebugInformation="true" ProgramDatabaseFile="$(OutDir)/$(ProjectName).pdb" SubSystem="2" OptimizeReferences="2" - ImportLibrary="$(OutDir)/$(TargetName).lib"/> + ImportLibrary="$(OutDir)/$(TargetName).lib" + /> <Tool - Name="VCMIDLTool" - PreprocessorDefinitions="NDEBUG" - MkTypLibCompatible="TRUE" - SuppressStartupBanner="TRUE" - TargetEnvironment="1" - TypeLibraryName="./resolve_apache.tlb"/> + Name="VCALinkTool" + /> <Tool - Name="VCPostBuildEventTool"/> + Name="VCManifestTool" + /> <Tool - Name="VCPreBuildEventTool"/> + Name="VCXDCMakeTool" + /> <Tool - Name="VCPreLinkEventTool"/> + Name="VCBscMakeTool" + /> <Tool - Name="VCResourceCompilerTool" - PreprocessorDefinitions="NDEBUG" - Culture="1033"/> + 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" UseOfMFC="0" - ATLMinimizesCRunTimeLibraryUsage="FALSE"> + ATLMinimizesCRunTimeLibraryUsage="false" + > <Tool + Name="VCPreBuildEventTool" + /> + <Tool + Name="VCCustomBuildTool" + /> + <Tool + Name="VCXMLDataGeneratorTool" + /> + <Tool + Name="VCWebServiceProxyGeneratorTool" + /> + <Tool + Name="VCMIDLTool" + PreprocessorDefinitions="_DEBUG" + MkTypLibCompatible="true" + SuppressStartupBanner="true" + TargetEnvironment="1" + TypeLibraryName="./resolve_apache.tlb" + /> + <Tool Name="VCCLCompilerTool" Optimization="0" PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;BINARY=httpd.exe" @@ -187,46 +319,64 @@ AssemblerListingLocation="" ProgramDataBaseFileName=".\Debug22\resolve_apache_src" WarningLevel="3" - SuppressStartupBanner="TRUE" - DebugInformationFormat="3"/> + SuppressStartupBanner="true" + DebugInformationFormat="3" + /> <Tool - Name="VCCustomBuildTool"/> + Name="VCManagedResourceCompilerTool" + /> <Tool + Name="VCResourceCompilerTool" + PreprocessorDefinitions="_DEBUG" + Culture="1033" + /> + <Tool + Name="VCPreLinkEventTool" + /> + <Tool Name="VCLinkerTool" AdditionalDependencies="msi.lib wsock32.lib" LinkIncremental="2" - SuppressStartupBanner="TRUE" - GenerateDebugInformation="TRUE" - SubSystem="2"/> + SuppressStartupBanner="true" + GenerateDebugInformation="true" + SubSystem="2" + /> <Tool - Name="VCMIDLTool" - PreprocessorDefinitions="_DEBUG" - MkTypLibCompatible="TRUE" - SuppressStartupBanner="TRUE" - TargetEnvironment="1" - TypeLibraryName="./resolve_apache.tlb"/> + Name="VCALinkTool" + /> <Tool - Name="VCPostBuildEventTool"/> + Name="VCManifestTool" + /> <Tool - Name="VCPreBuildEventTool"/> + Name="VCXDCMakeTool" + /> <Tool - Name="VCPreLinkEventTool"/> + Name="VCBscMakeTool" + /> <Tool - Name="VCResourceCompilerTool" - PreprocessorDefinitions="_DEBUG" - Culture="1033"/> + Name="VCFxCopTool" + /> <Tool - Name="VCWebServiceProxyGeneratorTool"/> + Name="VCAppVerifierTool" + /> <Tool - Name="VCWebDeploymentTool"/> + Name="VCWebDeploymentTool" + /> + <Tool + Name="VCPostBuildEventTool" + /> </Configuration> </Configurations> + <References> + </References> <Files> <File - RelativePath=".\quicksearch.c"> + RelativePath=".\quicksearch.c" + > </File> <File - RelativePath=".\resolve_apache.c"> + RelativePath=".\resolve_apache.c" + > </File> </Files> <Globals> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
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. |
From: <wr...@us...> - 2007-04-05 04:27:41
|
Revision: 187 http://svn.sourceforge.net/mod-aspdotnet/?rev=187&view=rev Author: wrowe Date: 2007-04-04 21:27:39 -0700 (Wed, 04 Apr 2007) Log Message: ----------- Move README.html to docs/index.html Added Paths: ----------- mod_aspdotnet/trunk/docs/index.html Removed Paths: ------------- mod_aspdotnet/trunk/dist/ Copied: mod_aspdotnet/trunk/docs/index.html (from rev 176, mod_aspdotnet/trunk/dist/README.html) =================================================================== --- mod_aspdotnet/trunk/docs/index.html (rev 0) +++ mod_aspdotnet/trunk/docs/index.html 2007-04-05 04:27:39 UTC (rev 187) @@ -0,0 +1,35 @@ +<h2><a name="mirrors">Download from your + <a href="http://www.apache.org/dyn/closer.cgi/httpd/mod_aspdotnet/" + >nearest mirror site!</a></a></h2> + +<p>Do not download from www.apache.org. Please use a mirror site + to help us save apache.org bandwidth. + <a href="http://www.apache.org/dyn/closer.cgi/httpd/mod_aspdotnet/">Go + here to find your nearest mirror.</a></p> + +<h2><a name="READ">Read This First</a></h2> + +<p>mod_aspdotnet is a module from the +<a href="http://httpd.apache.org/cli/">cli subproject</a> for the Apache +HTTP Server 2.0.44 or later running on Windows NT Service Pack 6 or later +(including 2000, 2003, and XP) with the .NET Framework 1.1 (or 1.0). +It is not known to work on non-Windows platforms, with earlier versions +of Apache, or 2.0 and later versions of the .NET framework. Consult the +project's pages for more details.</p> + +<p>mod_aspdotnet is available as an .msi for you to get running out of +the box. Simply ensure you have installed Apache HTTP Server 2.0 first, +and the Microsoft .NET Framework, before you attempt to install it.</p> + +<p>The -src.zip files contain the sources of this module. It is not +trivial to build and run without a bit of understanding, it is much +easier for most users to simply install the .msi. Note that at present, +it can only be built under Microsoft Visual Studio .NET, and not the later +2003 or (preview) 2005 Studio products, due to major changes in the way +that C++.NET files are parsed. If you want to proceed to build your own, +please be our guest, you are well on your way to helping contribute to the +httpd-cli subproject!</p> + +<p>We have an <a href="http://httpd.apache.org/cli/introduction" +>introduction</a> to help you get started using this module.</p> + This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wr...@us...> - 2007-03-02 06:27:47
|
Revision: 186 http://svn.sourceforge.net/mod-aspdotnet/?rev=186&view=rev Author: wrowe Date: 2007-03-01 22:27:46 -0800 (Thu, 01 Mar 2007) Log Message: ----------- New directories for .NET 2 flavor tags and branches Added Paths: ----------- mod_aspdotnet2/branches/ mod_aspdotnet2/tags/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wr...@us...> - 2007-03-02 06:26:58
|
Revision: 185 http://svn.sourceforge.net/mod-aspdotnet/?rev=185&view=rev Author: wrowe Date: 2007-03-01 22:26:57 -0800 (Thu, 01 Mar 2007) Log Message: ----------- Branch for .NET 2.0 development Added Paths: ----------- mod_aspdotnet2/trunk/ Copied: mod_aspdotnet2/trunk (from rev 184, mod_aspdotnet/trunk) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wr...@us...> - 2007-03-02 06:26:26
|
Revision: 184 http://svn.sourceforge.net/mod-aspdotnet/?rev=184&view=rev Author: wrowe Date: 2007-03-01 22:26:24 -0800 (Thu, 01 Mar 2007) Log Message: ----------- Prepare for mod_aspdotnet2 based on .NET 2.0 Added Paths: ----------- mod_aspdotnet2/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wr...@us...> - 2007-03-02 06:22:28
|
Revision: 183 http://svn.sourceforge.net/mod-aspdotnet/?rev=183&view=rev Author: wrowe Date: 2007-03-01 22:22:27 -0800 (Thu, 01 Mar 2007) Log Message: ----------- Bump after tag Modified Paths: -------------- mod_aspdotnet/trunk/Apache.Web/Apache.Web.Version.h mod_aspdotnet/trunk/installer.ism Modified: mod_aspdotnet/trunk/Apache.Web/Apache.Web.Version.h =================================================================== --- mod_aspdotnet/trunk/Apache.Web/Apache.Web.Version.h 2007-03-02 06:21:06 UTC (rev 182) +++ mod_aspdotnet/trunk/Apache.Web/Apache.Web.Version.h 2007-03-02 06:22:27 UTC (rev 183) @@ -50,12 +50,12 @@ // This also ensures we use the most recent 'build' of the module for the given // Apache core version. // -#define APACHE_WEB_VER_BUILD 2006 +#define APACHE_WEB_VER_BUILD 2007 // Define APACHE_WEB_VER_RELEASE as 1 for a non-dev, release build, when rolling // the distribution .zip sources or binary release. // -#define APACHE_WEB_VER_RELEASE 1 +#define APACHE_WEB_VER_RELEASE 0 #define APACHE_WEB_VERSION_CSV \ APACHE_WEB_VER_MAJOR,\ Modified: mod_aspdotnet/trunk/installer.ism =================================================================== --- mod_aspdotnet/trunk/installer.ism 2007-03-02 06:21:06 UTC (rev 182) +++ mod_aspdotnet/trunk/installer.ism 2007-03-02 06:22:27 UTC (rev 183) @@ -1896,20 +1896,20 @@ <col key="yes" def="s72">ISProductConfiguration_</col> <col key="yes" def="s72">Property</col> <col def="L255">Value</col> - <row><td>mod_aspdotnet2.0</td><td>MSIPackageFileName</td><td>mod_aspdotnet-2.0.0.2006</td></row> + <row><td>mod_aspdotnet2.0</td><td>MSIPackageFileName</td><td>mod_aspdotnet-2.0.0.2007</td></row> <row><td>mod_aspdotnet2.0</td><td>PackageCode</td><td>{AFB3093A-B243-4865-9130-13A1C9DA6A6E}</td></row> <row><td>mod_aspdotnet2.0</td><td>PreProcessorDefines</td><td>APACHE_VERSION=2.0</td></row> <row><td>mod_aspdotnet2.0</td><td>ProductCode</td><td>{18C26F50-5E08-4274-BC7B-430AF1FDD147}</td></row> <row><td>mod_aspdotnet2.0</td><td>ProductName</td><td>mod_aspdotnet for Apache HTTP Server 2.0</td></row> - <row><td>mod_aspdotnet2.0</td><td>ProductVersion</td><td>2.0.0.2006</td></row> + <row><td>mod_aspdotnet2.0</td><td>ProductVersion</td><td>2.0.0.2007</td></row> <row><td>mod_aspdotnet2.0</td><td>Subject</td><td>##ID_STRING3##</td></row> <row><td>mod_aspdotnet2.0</td><td>UpgradeCode</td><td>{D7DEB71F-1CF3-4956-9AC9-2187FEE06F02}</td></row> - <row><td>mod_aspdotnet2.2</td><td>MSIPackageFileName</td><td>mod_aspdotnet-2.2.0.2006</td></row> + <row><td>mod_aspdotnet2.2</td><td>MSIPackageFileName</td><td>mod_aspdotnet-2.2.0.2007</td></row> <row><td>mod_aspdotnet2.2</td><td>PackageCode</td><td>{BAE8F78E-FE91-4E0A-9D9F-74AD2793777B}</td></row> <row><td>mod_aspdotnet2.2</td><td>PreProcessorDefines</td><td>APACHE_VERSION=2.2</td></row> <row><td>mod_aspdotnet2.2</td><td>ProductCode</td><td>{45261452-CE23-4440-BFBE-8085F2B9A183}</td></row> <row><td>mod_aspdotnet2.2</td><td>ProductName</td><td>mod_aspdotnet for Apache HTTP Server 2.2</td></row> - <row><td>mod_aspdotnet2.2</td><td>ProductVersion</td><td>2.2.0.2006</td></row> + <row><td>mod_aspdotnet2.2</td><td>ProductVersion</td><td>2.2.0.2007</td></row> <row><td>mod_aspdotnet2.2</td><td>SetupFileName</td><td/></row> <row><td>mod_aspdotnet2.2</td><td>Subject</td><td>##ID_STRING4##</td></row> <row><td>mod_aspdotnet2.2</td><td>UpgradeCode</td><td>{9E4E662E-946B-42E1-AFC0-74C648A1A11C}</td></row> @@ -3595,7 +3595,7 @@ <row><td>ProductID</td><td>none</td><td/></row> <row><td>ProductLanguage</td><td>1033</td><td/></row> <row><td>ProductName</td><td>mod_aspdotnet for Apache HTTP Server 2.0</td><td/></row> - <row><td>ProductVersion</td><td>2.0.0.2006</td><td/></row> + <row><td>ProductVersion</td><td>2.0.0.2007</td><td/></row> <row><td>ProgressType0</td><td>install</td><td/></row> <row><td>ProgressType1</td><td>Installing</td><td/></row> <row><td>ProgressType2</td><td>installed</td><td/></row> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wr...@us...> - 2007-03-02 06:21:08
|
Revision: 182 http://svn.sourceforge.net/mod-aspdotnet/?rev=182&view=rev Author: wrowe Date: 2007-03-01 22:21:06 -0800 (Thu, 01 Mar 2007) Log Message: ----------- Tagging build 2006 Added Paths: ----------- mod_aspdotnet/tags/2.x.0.2006/ Copied: mod_aspdotnet/tags/2.x.0.2006 (from rev 181, mod_aspdotnet/trunk) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wr...@us...> - 2007-03-02 06:20:29
|
Revision: 181 http://svn.sourceforge.net/mod-aspdotnet/?rev=181&view=rev Author: wrowe Date: 2007-03-01 22:20:26 -0800 (Thu, 01 Mar 2007) Log Message: ----------- Tagging build 2006 Modified Paths: -------------- mod_aspdotnet/trunk/Apache.Web/Apache.Web.Version.h mod_aspdotnet/trunk/installer.ism Modified: mod_aspdotnet/trunk/Apache.Web/Apache.Web.Version.h =================================================================== --- mod_aspdotnet/trunk/Apache.Web/Apache.Web.Version.h 2007-03-02 06:17:08 UTC (rev 180) +++ mod_aspdotnet/trunk/Apache.Web/Apache.Web.Version.h 2007-03-02 06:20:26 UTC (rev 181) @@ -50,7 +50,7 @@ // This also ensures we use the most recent 'build' of the module for the given // Apache core version. // -#define APACHE_WEB_VER_BUILD 2005 +#define APACHE_WEB_VER_BUILD 2006 // Define APACHE_WEB_VER_RELEASE as 1 for a non-dev, release build, when rolling // the distribution .zip sources or binary release. Modified: mod_aspdotnet/trunk/installer.ism =================================================================== --- mod_aspdotnet/trunk/installer.ism 2007-03-02 06:17:08 UTC (rev 180) +++ mod_aspdotnet/trunk/installer.ism 2007-03-02 06:20:26 UTC (rev 181) @@ -1896,20 +1896,20 @@ <col key="yes" def="s72">ISProductConfiguration_</col> <col key="yes" def="s72">Property</col> <col def="L255">Value</col> - <row><td>mod_aspdotnet2.0</td><td>MSIPackageFileName</td><td>mod_aspdotnet-2.0.0.2005</td></row> + <row><td>mod_aspdotnet2.0</td><td>MSIPackageFileName</td><td>mod_aspdotnet-2.0.0.2006</td></row> <row><td>mod_aspdotnet2.0</td><td>PackageCode</td><td>{AFB3093A-B243-4865-9130-13A1C9DA6A6E}</td></row> <row><td>mod_aspdotnet2.0</td><td>PreProcessorDefines</td><td>APACHE_VERSION=2.0</td></row> <row><td>mod_aspdotnet2.0</td><td>ProductCode</td><td>{18C26F50-5E08-4274-BC7B-430AF1FDD147}</td></row> <row><td>mod_aspdotnet2.0</td><td>ProductName</td><td>mod_aspdotnet for Apache HTTP Server 2.0</td></row> - <row><td>mod_aspdotnet2.0</td><td>ProductVersion</td><td>2.0.0.2005</td></row> + <row><td>mod_aspdotnet2.0</td><td>ProductVersion</td><td>2.0.0.2006</td></row> <row><td>mod_aspdotnet2.0</td><td>Subject</td><td>##ID_STRING3##</td></row> <row><td>mod_aspdotnet2.0</td><td>UpgradeCode</td><td>{D7DEB71F-1CF3-4956-9AC9-2187FEE06F02}</td></row> - <row><td>mod_aspdotnet2.2</td><td>MSIPackageFileName</td><td>mod_aspdotnet-2.2.0.2005</td></row> + <row><td>mod_aspdotnet2.2</td><td>MSIPackageFileName</td><td>mod_aspdotnet-2.2.0.2006</td></row> <row><td>mod_aspdotnet2.2</td><td>PackageCode</td><td>{BAE8F78E-FE91-4E0A-9D9F-74AD2793777B}</td></row> <row><td>mod_aspdotnet2.2</td><td>PreProcessorDefines</td><td>APACHE_VERSION=2.2</td></row> <row><td>mod_aspdotnet2.2</td><td>ProductCode</td><td>{45261452-CE23-4440-BFBE-8085F2B9A183}</td></row> <row><td>mod_aspdotnet2.2</td><td>ProductName</td><td>mod_aspdotnet for Apache HTTP Server 2.2</td></row> - <row><td>mod_aspdotnet2.2</td><td>ProductVersion</td><td>2.2.0.2005</td></row> + <row><td>mod_aspdotnet2.2</td><td>ProductVersion</td><td>2.2.0.2006</td></row> <row><td>mod_aspdotnet2.2</td><td>SetupFileName</td><td/></row> <row><td>mod_aspdotnet2.2</td><td>Subject</td><td>##ID_STRING4##</td></row> <row><td>mod_aspdotnet2.2</td><td>UpgradeCode</td><td>{9E4E662E-946B-42E1-AFC0-74C648A1A11C}</td></row> @@ -3595,7 +3595,7 @@ <row><td>ProductID</td><td>none</td><td/></row> <row><td>ProductLanguage</td><td>1033</td><td/></row> <row><td>ProductName</td><td>mod_aspdotnet for Apache HTTP Server 2.0</td><td/></row> - <row><td>ProductVersion</td><td>2.0.0.2005</td><td/></row> + <row><td>ProductVersion</td><td>2.0.0.2006</td><td/></row> <row><td>ProgressType0</td><td>install</td><td/></row> <row><td>ProgressType1</td><td>Installing</td><td/></row> <row><td>ProgressType2</td><td>installed</td><td/></row> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wr...@us...> - 2007-03-02 06:17:09
|
Revision: 180 http://svn.sourceforge.net/mod-aspdotnet/?rev=180&view=rev Author: wrowe Date: 2007-03-01 22:17:08 -0800 (Thu, 01 Mar 2007) Log Message: ----------- Prepare to release build 2005 Modified Paths: -------------- mod_aspdotnet/trunk/Apache.Web/Apache.Web.Version.h Modified: mod_aspdotnet/trunk/Apache.Web/Apache.Web.Version.h =================================================================== --- mod_aspdotnet/trunk/Apache.Web/Apache.Web.Version.h 2007-03-02 06:14:38 UTC (rev 179) +++ mod_aspdotnet/trunk/Apache.Web/Apache.Web.Version.h 2007-03-02 06:17:08 UTC (rev 180) @@ -55,7 +55,7 @@ // Define APACHE_WEB_VER_RELEASE as 1 for a non-dev, release build, when rolling // the distribution .zip sources or binary release. // -#define APACHE_WEB_VER_RELEASE 0 +#define APACHE_WEB_VER_RELEASE 1 #define APACHE_WEB_VERSION_CSV \ APACHE_WEB_VER_MAJOR,\ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wr...@us...> - 2007-03-02 06:14:41
|
Revision: 179 http://svn.sourceforge.net/mod-aspdotnet/?rev=179&view=rev Author: wrowe Date: 2007-03-01 22:14:38 -0800 (Thu, 01 Mar 2007) Log Message: ----------- Change installer to this project and sponsorship by Covalent, gone are ASF references. Modified Paths: -------------- mod_aspdotnet/trunk/installer.ism Modified: mod_aspdotnet/trunk/installer.ism =================================================================== --- mod_aspdotnet/trunk/installer.ism 2007-03-02 06:09:29 UTC (rev 178) +++ mod_aspdotnet/trunk/installer.ism 2007-03-02 06:14:38 UTC (rev 179) @@ -250,7 +250,7 @@ <col key="yes" def="s72">Name</col> <col def="V0">Data</col> <col def="S255">ISBuildSourcePath</col> - <row><td>NewBinary1</td><td/><td><ISProjectFolder>\resource\ApacheBanner.jpeg</td></row> + <row><td>NewBinary1</td><td/><td><ISProjectFolder>\resource\mod_aspdotnetBanner.jpeg</td></row> <row><td>NewBinary10</td><td/><td><ISProductFolder>\Redist\Language Independent\OS Independent\CompleteSetupIco.ibd</td></row> <row><td>NewBinary11</td><td/><td><ReleaseBinaryFolder>\resolve_apache.dll</td></row> <row><td>NewBinary12</td><td/><td><ISProductFolder>\Redist\Language Independent\OS Independent\DestIcon.ibd</td></row> @@ -263,7 +263,7 @@ <row><td>NewBinary2</td><td/><td><ISProductFolder>\Redist\Language Independent\OS Independent\New.ibd</td></row> <row><td>NewBinary3</td><td/><td><ISProductFolder>\Redist\Language Independent\OS Independent\Up.ibd</td></row> <row><td>NewBinary4</td><td/><td><ISProductFolder>\Redist\Language Independent\OS Independent\WarningIcon.ibd</td></row> - <row><td>NewBinary5</td><td/><td><ISProjectFolder>\resource\ApachePanel.jpeg</td></row> + <row><td>NewBinary5</td><td/><td><ISProjectFolder>\resource\mod_aspdotnetPanel.jpeg</td></row> <row><td>NewBinary6</td><td/><td><ISProductFolder>\Redist\Language Independent\OS Independent\CustomSetupIco.ibd</td></row> <row><td>NewBinary7</td><td/><td><ISProductFolder>\Redist\Language Independent\OS Independent\ReinstIco.ibd</td></row> <row><td>NewBinary8</td><td/><td><ISProductFolder>\Redist\Language Independent\OS Independent\RemoveIco.ibd</td></row> @@ -336,7 +336,7 @@ <col def="S0">ISDotNetInstallerArgsUninstall</col> <col def="S0">ISDotNetInstallerArgsRollback</col> <row><td>Apache.Web</td><td>{0C479A89-29CD-4979-B4EF-5899EE72DD5A}</td><td>GlobalAssemblyCache</td><td>8</td><td/><td>Apache.Web.dll</td><td>41</td><td/><td/><td/><td/><td/><td/><td/></row> - <row><td>manual_mod</td><td>{F9BFC5A4-B70E-4F98-9FA5-A496C125590F}</td><td>MOD</td><td>8</td><td/><td>mod_aspdotnet.html.en</td><td>1</td><td/><td/><td/><td>/LogFile=</td><td>/LogFile=</td><td>/LogFile=</td><td>/LogFile=</td></row> + <row><td>manual_mod</td><td>{F9BFC5A4-B70E-4F98-9FA5-A496C125590F}</td><td>MOD</td><td>8</td><td/><td>mod_aspdotnet.html</td><td>1</td><td/><td/><td/><td>/LogFile=</td><td>/LogFile=</td><td>/LogFile=</td><td>/LogFile=</td></row> <row><td>mod_aspdotnet.so</td><td>{BA7DB173-11D7-4873-8F28-8A4FA6B86E33}</td><td>APACHE_MODULES</td><td>8</td><td/><td>mod_aspdotnet.so</td><td>1</td><td/><td/><td/><td/><td/><td/><td/></row> </table> @@ -991,7 +991,7 @@ <col def="S255">ISComments</col> <row><td>ISInitAllUsers</td><td>307</td><td>ALLUSERS</td><td>2</td><td>Initializes ALLUSERS property</td></row> <row><td>ResolveApacheInstances</td><td>257</td><td>NewBinary11</td><td>_ResolveApacheInstances@4</td><td>Initialize the INSTALLDIR combo to valid Apache paths</td></row> - <row><td>SetARPReadme</td><td>51</td><td>ARPREADME</td><td>http://httpd.apache.org/mod_aspdotnet/introduction.html</td><td/></row> + <row><td>SetARPReadme</td><td>51</td><td>ARPREADME</td><td>http://sourceforge.net/projects/mod-aspdotnet</td><td/></row> <row><td>SetAllUsersProfileNT</td><td>51</td><td>ALLUSERSPROFILE</td><td>[%SystemRoot]\Profiles\All Users</td><td/></row> <row><td>SetApachePath</td><td>35</td><td>INSTALLDIR</td><td>[_BrowseProperty]</td><td/></row> <row><td>VerifyApachePath</td><td>1</td><td>NewBinary11</td><td>_VerifyApachePath@4</td><td>Test that INSTALLDIR is a valid Apache path</td></row> @@ -1367,7 +1367,7 @@ <col def="S72">ISComponentSubFolder_</col> <row><td>Apache.Web.Helpers.netmodu</td><td>Apache.Web</td><td>APACHE~1.NET|Apache.Web.Helpers.netmodule</td><td>0</td><td/><td/><td/><td>1</td><td><ReleaseBinaryFolder>\Apache.Web.Helpers.netmodule</td><td>1</td><td/></row> <row><td>Apache.Web.dll</td><td>Apache.Web</td><td>APACHE~1.DLL|Apache.Web.dll</td><td>0</td><td/><td/><td>512</td><td>1</td><td><ReleaseBinaryFolder>\Apache.Web.dll</td><td>1</td><td/></row> - <row><td>mod_aspdotnet.html.en</td><td>manual_mod</td><td>MOD_AS~1.EN|mod_aspdotnet.html.en</td><td>0</td><td/><td/><td/><td>1</td><td><ISProjectFolder>\docs\mod_aspdotnet.html.en</td><td>1</td><td/></row> + <row><td>mod_aspdotnet.html</td><td>manual_mod</td><td>MOD_AS~1.HTM|mod_aspdotnet.html</td><td>0</td><td/><td/><td/><td>1</td><td><ISProjectFolder>\docs\mod_aspdotnet.html</td><td>1</td><td/></row> <row><td>mod_aspdotnet.so</td><td>mod_aspdotnet.so</td><td>MOD_AS~1.SO|mod_aspdotnet.so</td><td>0</td><td/><td/><td>0</td><td>1</td><td><ReleaseBinaryFolder>\mod_aspdotnet.so</td><td>1</td><td/></row> </table> @@ -1618,7 +1618,7 @@ <col def="S0">IncludeFiles</col> <col def="S0">ExcludeFiles</col> <col def="I4">ISAttributes</col> - <row><td>manual_mod</td><td><ISProjectFolder>\docs</td><td>4</td><td/><td>mod_aspdotnet.html.en</td><td>0</td></row> + <row><td>manual_mod</td><td><ISProjectFolder>\docs</td><td>4</td><td/><td>mod_aspdotnet.html</td><td>0</td></row> </table> <table name="ISFeatureDIMReferences"> @@ -1902,7 +1902,7 @@ <row><td>mod_aspdotnet2.0</td><td>ProductCode</td><td>{18C26F50-5E08-4274-BC7B-430AF1FDD147}</td></row> <row><td>mod_aspdotnet2.0</td><td>ProductName</td><td>mod_aspdotnet for Apache HTTP Server 2.0</td></row> <row><td>mod_aspdotnet2.0</td><td>ProductVersion</td><td>2.0.0.2005</td></row> - <row><td>mod_aspdotnet2.0</td><td>Subject</td><td>##ID_STRING5##</td></row> + <row><td>mod_aspdotnet2.0</td><td>Subject</td><td>##ID_STRING3##</td></row> <row><td>mod_aspdotnet2.0</td><td>UpgradeCode</td><td>{D7DEB71F-1CF3-4956-9AC9-2187FEE06F02}</td></row> <row><td>mod_aspdotnet2.2</td><td>MSIPackageFileName</td><td>mod_aspdotnet-2.2.0.2005</td></row> <row><td>mod_aspdotnet2.2</td><td>PackageCode</td><td>{BAE8F78E-FE91-4E0A-9D9F-74AD2793777B}</td></row> @@ -2160,17 +2160,17 @@ <col def="I2">Encoded</col> <col def="S0">Comment</col> <col def="I4">TimeStamp</col> - <row><td>COMPANY_NAME</td><td>1033</td><td>Covalent Technologies</td><td>0</td><td/><td>865777940</td></row> - <row><td>COMPANY_URI</td><td>1033</td><td>http://httpd.apache.org/</td><td>0</td><td/><td>605450580</td></row> + <row><td>COMPANY_NAME</td><td>1033</td><td>Sponsored by Covalent Technologies</td><td>0</td><td/><td>865777940</td></row> + <row><td>COMPANY_URI</td><td>1033</td><td>http://www.covalent.net/solutions/other/index.html</td><td>0</td><td/><td>605450580</td></row> <row><td>DN_AlwaysInstall</td><td>1033</td><td>Always Install</td><td>0</td><td/><td>-1021924763</td></row> <row><td>FEATURE_DESC</td><td>1033</td><td>Microsoft ASP.NET support module for Apache HTTP Server</td><td>0</td><td/><td>739664554</td></row> <row><td>FEATURE_NAME</td><td>1033</td><td>mod_aspdotnet module for Apache HTTP Server</td><td>0</td><td/><td>605430132</td></row> <row><td>IDPROP_ARPCOMMENTS</td><td>1033</td><td>Your Comments</td><td>0</td><td/><td>-1021924763</td></row> <row><td>IDPROP_ARPCONTACT</td><td>1033</td><td>Peer to peer mailing list</td><td>0</td><td/><td>865790260</td></row> - <row><td>IDPROP_ARPHELPLINK</td><td>1033</td><td>http://httpd.apache.org/lists.html#http-users</td><td>0</td><td/><td>865784116</td></row> - <row><td>IDPROP_ARPHELPTELEPHONE</td><td>1033</td><td>1-555-555-4505</td><td>0</td><td/><td>-1021924763</td></row> - <row><td>IDPROP_ARPURLINFOABOUT</td><td>1033</td><td>http://httpd.apache.org/</td><td>0</td><td/><td>865782421</td></row> - <row><td>IDPROP_ARPURLUPDATEINFO</td><td>1033</td><td>http://httpd.apache.org/mod_aspdotnet/</td><td>0</td><td/><td>865747284</td></row> + <row><td>IDPROP_ARPHELPLINK</td><td>1033</td><td>http://sourceforge.net/projects/mod-aspdotnet</td><td>0</td><td/><td>865784116</td></row> + <row><td>IDPROP_ARPHELPTELEPHONE</td><td>1033</td><td/><td>0</td><td/><td>-1021924763</td></row> + <row><td>IDPROP_ARPURLINFOABOUT</td><td>1033</td><td>http://sourceforge.net/projects/mod-aspdotnet</td><td>0</td><td/><td>865782421</td></row> + <row><td>IDPROP_ARPURLUPDATEINFO</td><td>1033</td><td>http://sourceforge.net/projects/mod-aspdotnet</td><td>0</td><td/><td>865747284</td></row> <row><td>IDPROP_EXPRESS_LAUNCH_CONDITION_COLOR</td><td>1033</td><td>The color settings of your system are not adequate for running [ProductName].</td><td>0</td><td/><td>-1021924763</td></row> <row><td>IDPROP_EXPRESS_LAUNCH_CONDITION_OS</td><td>1033</td><td>The operating system is not adequate for running [ProductName].</td><td>0</td><td/><td>-1021924763</td></row> <row><td>IDPROP_EXPRESS_LAUNCH_CONDITION_PROCESSOR</td><td>1033</td><td>The processor is not adequate for running [ProductName].</td><td>0</td><td/><td>-1021924763</td></row> @@ -3065,8 +3065,7 @@ <row><td>ID_STRING2</td><td>1033</td><td>The install path must be an installed Apache HTTP Server path. [1] was not a valid path to Apache.</td><td>0</td><td/><td>1687578668</td></row> <row><td>ID_STRING3</td><td>1033</td><td>mod_aspdotnet for Apache 2.0</td><td>0</td><td/><td>865761524</td></row> <row><td>ID_STRING4</td><td>1033</td><td>mod_aspdotnet for Apache 2.2</td><td>0</td><td/><td>865736980</td></row> - <row><td>ID_STRING5</td><td>1033</td><td>mod_aspdotnet for Apache 2.0</td><td>0</td><td/><td>865745172</td></row> - <row><td>ID_STRING6</td><td>1033</td><td>http://httpd.apache.org/mod_aspdotnet/introduction.html</td><td>0</td><td/><td>865757492</td></row> + <row><td>ID_STRING6</td><td>1033</td><td>http://sourceforge.net/projects/mod-aspdotnet</td><td>0</td><td/><td>865757492</td></row> <row><td>NEW_STRING1</td><td>1033</td><td>[ProductName] Installer Information</td><td>0</td><td/><td>1687606380</td></row> <row><td>NEW_STRING6</td><td>1033</td><td>[INSTALLDIR] is not a valid path to an installed instance of Apache.</td><td>0</td><td/><td>1687569580</td></row> <row><td>NEW_STRING9</td><td>1033</td><td>&Retry</td><td>0</td><td/><td>1687571628</td></row> @@ -3165,7 +3164,6 @@ <col def="V0">Data</col> <col def="S255">ISBuildSourcePath</col> <col def="I2">ISIconIndex</col> - <row><td>ARPPRODUCTICON.exe</td><td/><td><ISProjectFolder>\resource\apache.ico</td><td>0</td></row> <row><td>CheckforUpdates.exe</td><td/><td><ISProductFolder>\redist\Language Independent\OS Independent\UpdateService.ico</td><td>0</td></row> </table> @@ -3536,7 +3534,6 @@ <col def="S255">ISComments</col> <row><td>ARPCONTACT</td><td>##IDPROP_ARPCONTACT##</td><td/></row> <row><td>ARPHELPLINK</td><td>##IDPROP_ARPHELPLINK##</td><td/></row> - <row><td>ARPPRODUCTICON</td><td>ARPPRODUCTICON.exe</td><td/></row> <row><td>ARPREADME</td><td>##ID_STRING6##</td><td/></row> <row><td>ARPURLINFOABOUT</td><td>##IDPROP_ARPURLINFOABOUT##</td><td/></row> <row><td>ARPURLUPDATEINFO</td><td>##IDPROP_ARPURLUPDATEINFO##</td><td/></row> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wr...@us...> - 2007-03-02 06:09:35
|
Revision: 178 http://svn.sourceforge.net/mod-aspdotnet/?rev=178&view=rev Author: wrowe Date: 2007-03-01 22:09:29 -0800 (Thu, 01 Mar 2007) Log Message: ----------- Clarify some legacy notes Modified Paths: -------------- mod_aspdotnet/trunk/README.txt Modified: mod_aspdotnet/trunk/README.txt =================================================================== --- mod_aspdotnet/trunk/README.txt 2007-03-02 06:08:45 UTC (rev 177) +++ mod_aspdotnet/trunk/README.txt 2007-03-02 06:09:29 UTC (rev 178) @@ -2,7 +2,7 @@ ----------------------------------- mod_aspdotnet.so and Apache.Web.dll require Windows 2000 or later, they -are not compatible with Windows 98 or Windows ME. +are not maintained to be compatible with Windows 98, ME or NT 4. Build Notes @@ -132,8 +132,8 @@ Consider registering aspnet_isapi.dll keys in the registry. This could occur as part of the installer or module startup. The installer would be a much more efficient method. (This is no longer needed with .NET 1.1 as -it more thoroughly registers itself even in the absense of IIS on the target -machine.) +it more thoroughly registers itself on install, even in the absense of IIS +on the target machine.) Note that the .msi package searches for apache/bin/apache.exe up to 3 levels deep from the local hard drives, in sequence. It aught to test further, as This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wr...@us...> - 2007-03-02 06:08:46
|
Revision: 177 http://svn.sourceforge.net/mod-aspdotnet/?rev=177&view=rev Author: wrowe Date: 2007-03-01 22:08:45 -0800 (Thu, 01 Mar 2007) Log Message: ----------- Warning; I have next-to-zero artistic talent. First reason for someone to voulenteer to help at mod-aspdotnet; to improve this lousy graphic. Added Paths: ----------- mod_aspdotnet/trunk/resource/mod_aspdotnetBanner.jpeg mod_aspdotnet/trunk/resource/mod_aspdotnetPanel.jpeg Added: mod_aspdotnet/trunk/resource/mod_aspdotnetBanner.jpeg =================================================================== (Binary files differ) Property changes on: mod_aspdotnet/trunk/resource/mod_aspdotnetBanner.jpeg ___________________________________________________________________ Name: svn:mime-type + image/jpeg Added: mod_aspdotnet/trunk/resource/mod_aspdotnetPanel.jpeg =================================================================== (Binary files differ) Property changes on: mod_aspdotnet/trunk/resource/mod_aspdotnetPanel.jpeg ___________________________________________________________________ Name: svn:mime-type + image/jpeg This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wr...@us...> - 2006-10-16 18:48:19
|
Revision: 176 http://svn.sourceforge.net/mod-aspdotnet/?rev=176&view=rev Author: wrowe Date: 2006-10-16 11:48:05 -0700 (Mon, 16 Oct 2006) Log Message: ----------- This is no longer an ASF project, these images cannot remain. Removed Paths: ------------- mod_aspdotnet/trunk/resource/ApacheBanner.jpeg mod_aspdotnet/trunk/resource/ApachePanel.jpeg mod_aspdotnet/trunk/resource/apache.ico Deleted: mod_aspdotnet/trunk/resource/ApacheBanner.jpeg =================================================================== (Binary files differ) Deleted: mod_aspdotnet/trunk/resource/ApachePanel.jpeg =================================================================== (Binary files differ) Deleted: mod_aspdotnet/trunk/resource/apache.ico =================================================================== (Binary files differ) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wr...@us...> - 2006-10-16 18:29:34
|
Revision: 175 http://svn.sourceforge.net/mod-aspdotnet/?rev=175&view=rev Author: wrowe Date: 2006-10-16 11:28:59 -0700 (Mon, 16 Oct 2006) Log Message: ----------- Nothing better than adding the typos before you cut-n-paste it everywhere. Modified Paths: -------------- mod_aspdotnet/trunk/Apache.Web/Apache.Web.Version.h mod_aspdotnet/trunk/Apache.Web/Apache.Web.h mod_aspdotnet/trunk/Apache.Web/AssemblyInfo.cpp mod_aspdotnet/trunk/Apache.Web/Helpers/_gcA_gcA_gcString.cs mod_aspdotnet/trunk/Apache.Web/Host.h mod_aspdotnet/trunk/Apache.Web/HostFactory.h mod_aspdotnet/trunk/Apache.Web/WorkerRequest.cpp mod_aspdotnet/trunk/Apache.Web/WorkerRequest.h mod_aspdotnet/trunk/Apache.Web/http_header_arrays.h mod_aspdotnet/trunk/mod/mod_aspdotnet.cpp mod_aspdotnet/trunk/msi_dll/quicksearch.c mod_aspdotnet/trunk/msi_dll/quicksearch.h mod_aspdotnet/trunk/msi_dll/resolve_apache.c Modified: mod_aspdotnet/trunk/Apache.Web/Apache.Web.Version.h =================================================================== --- mod_aspdotnet/trunk/Apache.Web/Apache.Web.Version.h 2006-10-12 18:56:29 UTC (rev 174) +++ mod_aspdotnet/trunk/Apache.Web/Apache.Web.Version.h 2006-10-16 18:28:59 UTC (rev 175) @@ -1,6 +1,6 @@ -/* Copyright 2002-2006 Covalent Techologies +/* Copyright 2002-2006 Covalent Technologies * - * Covalent Techologies licenses this file to You under the Apache + * Covalent Technologies licenses this file to You under the Apache * Software Foundation's Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at Modified: mod_aspdotnet/trunk/Apache.Web/Apache.Web.h =================================================================== --- mod_aspdotnet/trunk/Apache.Web/Apache.Web.h 2006-10-12 18:56:29 UTC (rev 174) +++ mod_aspdotnet/trunk/Apache.Web/Apache.Web.h 2006-10-16 18:28:59 UTC (rev 175) @@ -1,6 +1,6 @@ -/* Copyright 2002-2006 Covalent Techologies +/* Copyright 2002-2006 Covalent Technologies * - * Covalent Techologies licenses this file to You under the Apache + * Covalent Technologies licenses this file to You under the Apache * Software Foundation's Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at @@ -90,4 +90,4 @@ // End of Apache::Web Namespace declarations -#endif // APACHE_WEB_H \ No newline at end of file +#endif // APACHE_WEB_H Modified: mod_aspdotnet/trunk/Apache.Web/AssemblyInfo.cpp =================================================================== --- mod_aspdotnet/trunk/Apache.Web/AssemblyInfo.cpp 2006-10-12 18:56:29 UTC (rev 174) +++ mod_aspdotnet/trunk/Apache.Web/AssemblyInfo.cpp 2006-10-16 18:28:59 UTC (rev 175) @@ -1,6 +1,6 @@ -/* Copyright 2002-2006 Covalent Techologies +/* Copyright 2002-2006 Covalent Technologies * - * Covalent Techologies licenses this file to You under the Apache + * Covalent Technologies licenses this file to You under the Apache * Software Foundation's Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at Modified: mod_aspdotnet/trunk/Apache.Web/Helpers/_gcA_gcA_gcString.cs =================================================================== --- mod_aspdotnet/trunk/Apache.Web/Helpers/_gcA_gcA_gcString.cs 2006-10-12 18:56:29 UTC (rev 174) +++ mod_aspdotnet/trunk/Apache.Web/Helpers/_gcA_gcA_gcString.cs 2006-10-16 18:28:59 UTC (rev 175) @@ -1,6 +1,6 @@ -/* Copyright 2002-2006 Covalent Techologies +/* Copyright 2002-2006 Covalent Technologies * - * Covalent Techologies licenses this file to You under the Apache + * Covalent Technologies licenses this file to You under the Apache * Software Foundation's Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at Modified: mod_aspdotnet/trunk/Apache.Web/Host.h =================================================================== --- mod_aspdotnet/trunk/Apache.Web/Host.h 2006-10-12 18:56:29 UTC (rev 174) +++ mod_aspdotnet/trunk/Apache.Web/Host.h 2006-10-16 18:28:59 UTC (rev 175) @@ -1,6 +1,6 @@ -/* Copyright 2002-2006 Covalent Techologies +/* Copyright 2002-2006 Covalent Technologies * - * Covalent Techologies licenses this file to You under the Apache + * Covalent Technologies licenses this file to You under the Apache * Software Foundation's Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at Modified: mod_aspdotnet/trunk/Apache.Web/HostFactory.h =================================================================== --- mod_aspdotnet/trunk/Apache.Web/HostFactory.h 2006-10-12 18:56:29 UTC (rev 174) +++ mod_aspdotnet/trunk/Apache.Web/HostFactory.h 2006-10-16 18:28:59 UTC (rev 175) @@ -1,6 +1,6 @@ -/* Copyright 2002-2006 Covalent Techologies +/* Copyright 2002-2006 Covalent Technologies * - * Covalent Techologies licenses this file to You under the Apache + * Covalent Technologies licenses this file to You under the Apache * Software Foundation's Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at Modified: mod_aspdotnet/trunk/Apache.Web/WorkerRequest.cpp =================================================================== --- mod_aspdotnet/trunk/Apache.Web/WorkerRequest.cpp 2006-10-12 18:56:29 UTC (rev 174) +++ mod_aspdotnet/trunk/Apache.Web/WorkerRequest.cpp 2006-10-16 18:28:59 UTC (rev 175) @@ -1,6 +1,6 @@ -/* Copyright 2002-2006 Covalent Techologies +/* Copyright 2002-2006 Covalent Technologies * - * Covalent Techologies licenses this file to You under the Apache + * Covalent Technologies licenses this file to You under the Apache * Software Foundation's Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at Modified: mod_aspdotnet/trunk/Apache.Web/WorkerRequest.h =================================================================== --- mod_aspdotnet/trunk/Apache.Web/WorkerRequest.h 2006-10-12 18:56:29 UTC (rev 174) +++ mod_aspdotnet/trunk/Apache.Web/WorkerRequest.h 2006-10-16 18:28:59 UTC (rev 175) @@ -1,6 +1,6 @@ -/* Copyright 2002-2006 Covalent Techologies +/* Copyright 2002-2006 Covalent Technologies * - * Covalent Techologies licenses this file to You under the Apache + * Covalent Technologies licenses this file to You under the Apache * Software Foundation's Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at Modified: mod_aspdotnet/trunk/Apache.Web/http_header_arrays.h =================================================================== --- mod_aspdotnet/trunk/Apache.Web/http_header_arrays.h 2006-10-12 18:56:29 UTC (rev 174) +++ mod_aspdotnet/trunk/Apache.Web/http_header_arrays.h 2006-10-16 18:28:59 UTC (rev 175) @@ -1,6 +1,6 @@ -/* Copyright 2002-2006 Covalent Techologies +/* Copyright 2002-2006 Covalent Technologies * - * Covalent Techologies licenses this file to You under the Apache + * Covalent Technologies licenses this file to You under the Apache * Software Foundation's Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at Modified: mod_aspdotnet/trunk/mod/mod_aspdotnet.cpp =================================================================== --- mod_aspdotnet/trunk/mod/mod_aspdotnet.cpp 2006-10-12 18:56:29 UTC (rev 174) +++ mod_aspdotnet/trunk/mod/mod_aspdotnet.cpp 2006-10-16 18:28:59 UTC (rev 175) @@ -1,6 +1,6 @@ -/* Copyright 2002-2006 Covalent Techologies +/* Copyright 2002-2006 Covalent Technologies * - * Covalent Techologies licenses this file to You under the Apache + * Covalent Technologies licenses this file to You under the Apache * Software Foundation's Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at Modified: mod_aspdotnet/trunk/msi_dll/quicksearch.c =================================================================== --- mod_aspdotnet/trunk/msi_dll/quicksearch.c 2006-10-12 18:56:29 UTC (rev 174) +++ mod_aspdotnet/trunk/msi_dll/quicksearch.c 2006-10-16 18:28:59 UTC (rev 175) @@ -1,6 +1,6 @@ -/* Copyright 2002-2006 Covalent Techologies +/* Copyright 2002-2006 Covalent Technologies * - * Covalent Techologies licenses this file to You under the Apache + * Covalent Technologies licenses this file to You under the Apache * Software Foundation's Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at Modified: mod_aspdotnet/trunk/msi_dll/quicksearch.h =================================================================== --- mod_aspdotnet/trunk/msi_dll/quicksearch.h 2006-10-12 18:56:29 UTC (rev 174) +++ mod_aspdotnet/trunk/msi_dll/quicksearch.h 2006-10-16 18:28:59 UTC (rev 175) @@ -1,6 +1,6 @@ -/* Copyright 2002-2006 Covalent Techologies +/* Copyright 2002-2006 Covalent Technologies * - * Covalent Techologies licenses this file to You under the Apache + * Covalent Technologies licenses this file to You under the Apache * Software Foundation's Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at Modified: mod_aspdotnet/trunk/msi_dll/resolve_apache.c =================================================================== --- mod_aspdotnet/trunk/msi_dll/resolve_apache.c 2006-10-12 18:56:29 UTC (rev 174) +++ mod_aspdotnet/trunk/msi_dll/resolve_apache.c 2006-10-16 18:28:59 UTC (rev 175) @@ -1,6 +1,6 @@ -/* Copyright 2002-2006 Covalent Techologies +/* Copyright 2002-2006 Covalent Technologies * - * Covalent Techologies licenses this file to You under the Apache + * Covalent Technologies licenses this file to You under the Apache * Software Foundation's Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wr...@us...> - 2006-10-12 18:56:34
|
Revision: 174 http://svn.sourceforge.net/mod-aspdotnet/?rev=174&view=rev Author: wrowe Date: 2006-10-12 11:56:29 -0700 (Thu, 12 Oct 2006) Log Message: ----------- Tag Errors Modified Paths: -------------- mod_aspdotnet/trunk/docs/introduction.html Modified: mod_aspdotnet/trunk/docs/introduction.html =================================================================== --- mod_aspdotnet/trunk/docs/introduction.html 2006-10-12 18:53:34 UTC (rev 173) +++ mod_aspdotnet/trunk/docs/introduction.html 2006-10-12 18:56:29 UTC (rev 174) @@ -31,10 +31,10 @@ <p><b>Get Involved</b></p> <menu compact="compact"> <li><a href="http://sourceforge.net/mail/?group_id=175077l">Mailing Lists</a></li> - <li><a href="http://sourceforge.net/tracker/?group_id=175077&atid=871785">Bug Reports</a></li> + <li><a href="http://sourceforge.net/tracker/?group_id=175077&atid=871785">Bug Reports</a></li> <li><a href="/dev/">Developer Info</a></li> </menu> - + </td> <!-- RIGHT SIDE INFORMATION --> <td align="left" valign="top"> <table border="0" cellspacing="0" cellpadding="2" width="100%"> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wr...@us...> - 2006-10-12 18:53:38
|
Revision: 173 http://svn.sourceforge.net/mod-aspdotnet/?rev=173&view=rev Author: wrowe Date: 2006-10-12 11:53:34 -0700 (Thu, 12 Oct 2006) Log Message: ----------- Fix tag error Modified Paths: -------------- mod_aspdotnet/trunk/docs/mod_aspdotnet.html Modified: mod_aspdotnet/trunk/docs/mod_aspdotnet.html =================================================================== --- mod_aspdotnet/trunk/docs/mod_aspdotnet.html 2006-10-12 18:49:36 UTC (rev 172) +++ mod_aspdotnet/trunk/docs/mod_aspdotnet.html 2006-10-12 18:53:34 UTC (rev 173) @@ -6,6 +6,7 @@ <link href="http://httpd.apache.org/docs/2.0/style/css/manual.css" rel="stylesheet" media="all" type="text/css" title="Main stylesheet" /> <link href="http://httpd.apache.org/docs/2.0/style/css/manual-loose-100pc.css" rel="alternate stylesheet" media="all" type="text/css" title="No Sidebar - Default font size" /> <link href="http://httpd.apache.org/docs/2.0/style/css/manual-print.css" rel="stylesheet" media="print" type="text/css" /> +</head> <body> <div id="page-header"> <p class="apache">mod_aspdotnet module for Apache HTTP Server 2.x</p> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |