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 2018/09/25 21:06:30 UTC

[4/4] logging-log4net git commit: Add changes to the solution file that visual studio 15 write on safe

Add changes to the solution file that visual studio 15 write on safe

Relates to LOG4NET-487


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

Branch: refs/heads/feature/rfa-configurable-rolling-mutex
Commit: 0fcbb9cd2c065eb66bd4187f5053390aa6b3bb6a
Parents: 5241a9f
Author: Dominik Psenner <dp...@gmail.com>
Authored: Tue Sep 25 23:06:02 2018 +0200
Committer: Dominik Psenner <dp...@gmail.com>
Committed: Tue Sep 25 23:06:02 2018 +0200

----------------------------------------------------------------------
 src/log4net.sln | 6 ++++++
 1 file changed, 6 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/0fcbb9cd/src/log4net.sln
----------------------------------------------------------------------
diff --git a/src/log4net.sln b/src/log4net.sln
index 3d422e3..02b5a8a 100644
--- a/src/log4net.sln
+++ b/src/log4net.sln
@@ -20,6 +20,9 @@ Microsoft Visual Studio Solution File, Format Version 12.00
 # under the License.
 #
 #
+# Visual Studio 15
+VisualStudioVersion = 15.0.28010.2036
+MinimumVisualStudioVersion = 10.0.40219.1
 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "log4net", "log4net.csproj", "{181FE707-E161-4722-9F38-6AAAB6FAA106}"
 EndProject
 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "log4net.Tests", "..\tests\src\log4net.Tests.csproj", "{B0530F10-0238-49A9-93B0-8EF412E90BCF}"
@@ -42,4 +45,7 @@ Global
 	GlobalSection(SolutionProperties) = preSolution
 		HideSolutionNode = FALSE
 	EndGlobalSection
+	GlobalSection(ExtensibilityGlobals) = postSolution
+		SolutionGuid = {6B381AAA-A527-4238-B7CB-088932CBE872}
+	EndGlobalSection
 EndGlobal