Skip to content

Commit 8e92abb

Browse files
committed
Update TestCase.sln
1 parent ce45aa3 commit 8e92abb

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

TestCase.sln

+12-4
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11

22
Microsoft Visual Studio Solution File, Format Version 12.00
3-
# Visual Studio 14
4-
VisualStudioVersion = 14.0.25420.1
3+
# Visual Studio Version 16
4+
VisualStudioVersion = 16.0.31205.134
55
MinimumVisualStudioVersion = 10.0.40219.1
6-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestCase", "TestCase\TestCase.csproj", "{C19B14BE-FAA6-4563-B1D8-9F3F8C8F062E}"
6+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TestCase", "TestCase\TestCase.csproj", "{C19B14BE-FAA6-4563-B1D8-9F3F8C8F062E}"
77
ProjectSection(ProjectDependencies) = postProject
88
{8B62357A-ABBC-4DB0-8633-F1D6A6C1EA53} = {8B62357A-ABBC-4DB0-8633-F1D6A6C1EA53}
99
EndProjectSection
1010
EndProject
11-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ReoGrid", "ReoGrid\ReoGrid.csproj", "{8B62357A-ABBC-4DB0-8633-F1D6A6C1EA53}"
11+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ReoGrid", "ReoGrid\ReoGrid.csproj", "{8B62357A-ABBC-4DB0-8633-F1D6A6C1EA53}"
1212
EndProject
1313
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{D0F553D0-23DB-499A-89AF-6264A717D1BC}"
1414
ProjectSection(SolutionItems) = preProject
@@ -19,14 +19,22 @@ EndProject
1919
Global
2020
GlobalSection(SolutionConfigurationPlatforms) = preSolution
2121
Debug|Any CPU = Debug|Any CPU
22+
Release|Any CPU = Release|Any CPU
2223
EndGlobalSection
2324
GlobalSection(ProjectConfigurationPlatforms) = postSolution
2425
{C19B14BE-FAA6-4563-B1D8-9F3F8C8F062E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
2526
{C19B14BE-FAA6-4563-B1D8-9F3F8C8F062E}.Debug|Any CPU.Build.0 = Debug|Any CPU
27+
{C19B14BE-FAA6-4563-B1D8-9F3F8C8F062E}.Release|Any CPU.ActiveCfg = Release|Any CPU
28+
{C19B14BE-FAA6-4563-B1D8-9F3F8C8F062E}.Release|Any CPU.Build.0 = Release|Any CPU
2629
{8B62357A-ABBC-4DB0-8633-F1D6A6C1EA53}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
2730
{8B62357A-ABBC-4DB0-8633-F1D6A6C1EA53}.Debug|Any CPU.Build.0 = Debug|Any CPU
31+
{8B62357A-ABBC-4DB0-8633-F1D6A6C1EA53}.Release|Any CPU.ActiveCfg = Release|Any CPU
32+
{8B62357A-ABBC-4DB0-8633-F1D6A6C1EA53}.Release|Any CPU.Build.0 = Release|Any CPU
2833
EndGlobalSection
2934
GlobalSection(SolutionProperties) = preSolution
3035
HideSolutionNode = FALSE
3136
EndGlobalSection
37+
GlobalSection(ExtensibilityGlobals) = postSolution
38+
SolutionGuid = {5F9B904B-7079-4A67-8B26-E6BA6CC891EC}
39+
EndGlobalSection
3240
EndGlobal

0 commit comments

Comments
 (0)