You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by dp...@apache.org on 2017/04/26 09:12:01 UTC

[17/50] [abbrv] logging-log4net git commit: Added sample extension that returns logger wrappers that are MarshalByRef

Added sample extension that returns logger wrappers that are MarshalByRef



Project: http://git-wip-us.apache.org/repos/asf/logging-log4net/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4net/commit/60d93a1f
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4net/tree/60d93a1f
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4net/diff/60d93a1f

Branch: refs/heads/origin/trunk
Commit: 60d93a1f35963abe2002c4b74fad0454c471fc51
Parents: 9930fff
Author: Nicko Cadell <ni...@apache.org>
Authored: Wed Feb 16 22:21:45 2005 +0000
Committer: Nicko Cadell <ni...@apache.org>
Committed: Wed Feb 16 22:21:45 2005 +0000

----------------------------------------------------------------------
 extensions/net/1.0/cs-extensions.sln | 11 +++++++++++
 1 file changed, 11 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/60d93a1f/extensions/net/1.0/cs-extensions.sln
----------------------------------------------------------------------
diff --git a/extensions/net/1.0/cs-extensions.sln b/extensions/net/1.0/cs-extensions.sln
index 971d175..c8ac3d9 100755
--- a/extensions/net/1.0/cs-extensions.sln
+++ b/extensions/net/1.0/cs-extensions.sln
@@ -3,7 +3,12 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "log4net.Ext.Trace", "log4ne
 EndProject
 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "log4net.Ext.EventID", "log4net.Ext.EventID\cs\src\log4net.Ext.EventID.csproj", "{CB985027-C009-4C0F-88C1-8CF11912EE4C}"
 EndProject
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "log4net.Ext.MarshalByRef", "log4net.Ext.MarshalByRef\cs\src\log4net.Ext.MarshalByRef.csproj", "{CB985027-C009-4C0F-88C1-8CF11912AE4C}"
+EndProject
 Global
+	GlobalSection(DPCodeReviewSolutionGUID) = preSolution
+		DPCodeReviewSolutionGUID = {00000000-0000-0000-0000-000000000000}
+	EndGlobalSection
 	GlobalSection(SolutionConfiguration) = preSolution
 		ConfigName.0 = Debug
 		ConfigName.1 = Release
@@ -24,6 +29,12 @@ Global
 		{CB985027-C009-4C0F-88C1-8CF11912EE4C}.Release.Build.0 = Release|.NET
 		{CB985027-C009-4C0F-88C1-8CF11912EE4C}.ReleaseStrong.ActiveCfg = ReleaseStrong|.NET
 		{CB985027-C009-4C0F-88C1-8CF11912EE4C}.ReleaseStrong.Build.0 = ReleaseStrong|.NET
+		{CB985027-C009-4C0F-88C1-8CF11912AE4C}.Debug.ActiveCfg = Debug|.NET
+		{CB985027-C009-4C0F-88C1-8CF11912AE4C}.Debug.Build.0 = Debug|.NET
+		{CB985027-C009-4C0F-88C1-8CF11912AE4C}.Release.ActiveCfg = Release|.NET
+		{CB985027-C009-4C0F-88C1-8CF11912AE4C}.Release.Build.0 = Release|.NET
+		{CB985027-C009-4C0F-88C1-8CF11912AE4C}.ReleaseStrong.ActiveCfg = Release|.NET
+		{CB985027-C009-4C0F-88C1-8CF11912AE4C}.ReleaseStrong.Build.0 = Release|.NET
 	EndGlobalSection
 	GlobalSection(ExtensibilityGlobals) = postSolution
 	EndGlobalSection