aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@users.noreply.github.com>2016-02-22 12:46:36 -0800
committerGravatar Jan Tattermusch <jtattermusch@users.noreply.github.com>2016-02-22 12:46:36 -0800
commit8f67b165f0a949219fafc48c533be3fbf53497b7 (patch)
tree1df9a2a2fafbd5ca2cb52c7ea5826e322f33013c
parent513a8a69df75d2ea116e3a109143cb487e756f9e (diff)
parent42371463de4001f62e41eadf35dd5d3b736735f1 (diff)
Merge pull request #1267 from jskeet/vs2015
Require VS2015 in the solution file
-rw-r--r--csharp/src/Google.Protobuf.sln6
1 files changed, 3 insertions, 3 deletions
diff --git a/csharp/src/Google.Protobuf.sln b/csharp/src/Google.Protobuf.sln
index 69ce9a47..72d87f76 100644
--- a/csharp/src/Google.Protobuf.sln
+++ b/csharp/src/Google.Protobuf.sln
@@ -1,7 +1,7 @@
Microsoft Visual Studio Solution File, Format Version 12.00
-# Visual Studio 2013
-VisualStudioVersion = 12.0.31101.0
-MinimumVisualStudioVersion = 10.0.40219.1
+# Visual Studio 2015
+VisualStudioVersion = 14.0.24720.0
+MinimumVisualStudioVersion = 14.0.24720.0
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Google.Protobuf", "Google.Protobuf\Google.Protobuf.csproj", "{6908BDCE-D925-43F3-94AC-A531E6DF2591}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Google.Protobuf.Test", "Google.Protobuf.Test\Google.Protobuf.Test.csproj", "{DD01ED24-3750-4567-9A23-1DB676A15610}"