Skip to content

Commit 1e9afd5

Browse files
committed
Update solution files for VS2015.
1 parent 63cbe84 commit 1e9afd5

File tree

2 files changed

+16
-11
lines changed

2 files changed

+16
-11
lines changed

src/NHibernate.Everything.sln

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

2-
Microsoft Visual Studio Solution File, Format Version 11.00
3-
# Visual Studio 2010
2+
Microsoft Visual Studio Solution File, Format Version 12.00
3+
# Visual Studio 14
4+
VisualStudioVersion = 14.0.25123.0
5+
MinimumVisualStudioVersion = 10.0.40219.1
46
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Support", "Support", "{9BDB5C84-14EC-4384-B423-9E319675B3CA}"
57
ProjectSection(FolderStartupServices) = postProject
68
{B4F97281-0DBD-4835-9ED8-7DFB966E87FF} = {B4F97281-0DBD-4835-9ED8-7DFB966E87FF}
@@ -82,6 +84,7 @@ Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "NHibernate.Example.Web", "N
8284
Release.AspNetCompiler.FixedNames = "false"
8385
Release.AspNetCompiler.Debug = "False"
8486
VWDPort = "3041"
87+
SlnRelativePath = "NHibernate.Example.Web\"
8588
DefaultWebSiteLanguage = "Visual C#"
8689
EndProjectSection
8790
EndProject
@@ -168,17 +171,17 @@ Global
168171
HideSolutionNode = FALSE
169172
EndGlobalSection
170173
GlobalSection(NestedProjects) = preSolution
174+
{094F74CD-2DD7-496F-BC48-A6D357BF33FD} = {28EA2C84-8295-49ED-BC67-803B7778513E}
175+
{92509065-DAEA-4457-8300-C7B64CD0E9F4} = {28EA2C84-8295-49ED-BC67-803B7778513E}
171176
{4CE16C2F-EFF6-48A4-99BC-8984DCC143FA} = {9BDB5C84-14EC-4384-B423-9E319675B3CA}
172177
{1631B0BA-59AC-4F0D-B300-3F64CC7579C9} = {9BDB5C84-14EC-4384-B423-9E319675B3CA}
173178
{936E50BD-4027-4864-ADE9-423C3FBF7FFB} = {9BDB5C84-14EC-4384-B423-9E319675B3CA}
174-
{00C03FBC-6720-4917-A203-DEA12FF3C7BF} = {9BDB5C84-14EC-4384-B423-9E319675B3CA}
175-
{92509065-DAEA-4457-8300-C7B64CD0E9F4} = {28EA2C84-8295-49ED-BC67-803B7778513E}
176-
{094F74CD-2DD7-496F-BC48-A6D357BF33FD} = {28EA2C84-8295-49ED-BC67-803B7778513E}
177-
{446E148D-A9D5-4D7D-A706-BEDD45B2BC7D} = {92509065-DAEA-4457-8300-C7B64CD0E9F4}
178179
{5909BFE7-93CF-4E5F-BE22-6293368AF01D} = {094F74CD-2DD7-496F-BC48-A6D357BF33FD}
179180
{5C649B55-1B3F-4C38-9998-1B043E94A244} = {094F74CD-2DD7-496F-BC48-A6D357BF33FD}
180181
{7AEE5B37-C552-4E59-9B6F-88755BCB5070} = {094F74CD-2DD7-496F-BC48-A6D357BF33FD}
182+
{446E148D-A9D5-4D7D-A706-BEDD45B2BC7D} = {92509065-DAEA-4457-8300-C7B64CD0E9F4}
181183
{7C2EF610-BCA0-4D1F-898A-DE9908E4970C} = {094F74CD-2DD7-496F-BC48-A6D357BF33FD}
184+
{00C03FBC-6720-4917-A203-DEA12FF3C7BF} = {9BDB5C84-14EC-4384-B423-9E319675B3CA}
182185
EndGlobalSection
183186
GlobalSection(TextTemplating) = postSolution
184187
TextTemplating = 1

src/NHibernate.sln

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
Microsoft Visual Studio Solution File, Format Version 11.00
2-
# Visual Studio 2010
1+
Microsoft Visual Studio Solution File, Format Version 12.00
2+
# Visual Studio 14
3+
VisualStudioVersion = 14.0.25123.0
4+
MinimumVisualStudioVersion = 10.0.40219.1
35
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{593DCEA7-C933-46F3-939F-D8172399AB05}"
46
ProjectSection(SolutionItems) = preProject
57
..\default.build = ..\default.build
@@ -18,9 +20,6 @@ EndProject
1820
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "NHibernate.Test.VisualBasic", "NHibernate.Test.VisualBasic\NHibernate.Test.VisualBasic.vbproj", "{7C2EF610-BCA0-4D1F-898A-DE9908E4970C}"
1921
EndProject
2022
Global
21-
GlobalSection(TestCaseManagementSettings) = postSolution
22-
CategoryFile = NHibernate.vsmdi
23-
EndGlobalSection
2423
GlobalSection(SolutionConfigurationPlatforms) = preSolution
2524
Debug|Any CPU = Debug|Any CPU
2625
Release|Any CPU = Release|Any CPU
@@ -50,4 +49,7 @@ Global
5049
GlobalSection(SolutionProperties) = preSolution
5150
HideSolutionNode = FALSE
5251
EndGlobalSection
52+
GlobalSection(TestCaseManagementSettings) = postSolution
53+
CategoryFile = NHibernate.vsmdi
54+
EndGlobalSection
5355
EndGlobal

0 commit comments

Comments
 (0)