Skip to content

Commit ac910fd

Browse files
committed
Merge pull request #418 from sharwell/vs2013
Open the solution in Visual Studio 2013 by default
2 parents c028774 + a03acf2 commit ac910fd

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

src/openstack.net.sln

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11

22
Microsoft Visual Studio Solution File, Format Version 12.00
3-
# Visual Studio 2012
3+
# Visual Studio 2013
4+
VisualStudioVersion = 12.0.30723.0
5+
MinimumVisualStudioVersion = 10.0.40219.1
46
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "corelib.v4.0", "corelib\corelib.v4.0.csproj", "{7DBA11EB-DBA7-4D3A-8D42-B5312E74B9C0}"
57
EndProject
68
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "integration", "testing\integration\integration.csproj", "{C1D0D0D8-9EF2-4557-B85F-34FDB0F466C4}"
@@ -93,9 +95,6 @@ EndProject
9395
Project("{7CF6DF6D-3B04-46F8-A40B-537D21BCA0B4}") = "Documentation.1.0.0", "Documentation.History\1.0.0\Documentation.1.0.0.shfbproj", "{03B2E018-1C97-4EA5-ABE4-B77DE03998BE}"
9496
EndProject
9597
Global
96-
GlobalSection(TestCaseManagementSettings) = postSolution
97-
CategoryFile = openstack.net.vsmdi
98-
EndGlobalSection
9998
GlobalSection(SolutionConfigurationPlatforms) = preSolution
10099
Debug|Mixed Platforms = Debug|Mixed Platforms
101100
Release|Mixed Platforms = Release|Mixed Platforms
@@ -235,4 +234,7 @@ Global
235234
{1A9A19DB-3244-4A7B-A346-AD3E6C06B49B} = {98480338-49A3-410D-8A11-E7956AEF9ACA}
236235
{03B2E018-1C97-4EA5-ABE4-B77DE03998BE} = {98480338-49A3-410D-8A11-E7956AEF9ACA}
237236
EndGlobalSection
237+
GlobalSection(TestCaseManagementSettings) = postSolution
238+
CategoryFile = openstack.net.vsmdi
239+
EndGlobalSection
238240
EndGlobal

0 commit comments

Comments
 (0)