Skip to content

Commit bd26924

Browse files
committed
Updated .sln file.
1 parent c7ab423 commit bd26924

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,3 +212,4 @@ $RECYCLE.BIN/
212212
*.msi
213213
*.msm
214214
*.msp
215+
*.bak

ElcRestSoeWrapper.sln

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

22
Microsoft Visual Studio Solution File, Format Version 12.00
33
# Visual Studio 2013
4+
VisualStudioVersion = 12.0.30723.0
5+
MinimumVisualStudioVersion = 10.0.40219.1
46
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ElcRestSoeWrapper", "ElcRestSoeWrapper\ElcRestSoeWrapper.csproj", "{5642A9F8-AECF-40E3-93BB-7F69AB9BE7A5}"
57
EndProject
68
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ElcContracts", "Data Contracts\ElcContracts\ElcContracts.csproj", "{518E9E65-16AD-4E53-8F36-C83BADE44830}"
@@ -17,9 +19,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
1719
EndProjectSection
1820
EndProject
1921
Global
20-
GlobalSection(TestCaseManagementSettings) = postSolution
21-
CategoryFile = ElcRestSoeWrapper.vsmdi
22-
EndGlobalSection
2322
GlobalSection(SolutionConfigurationPlatforms) = preSolution
2423
Debug|Any CPU = Debug|Any CPU
2524
Release|Any CPU = Release|Any CPU
@@ -45,4 +44,7 @@ Global
4544
GlobalSection(SolutionProperties) = preSolution
4645
HideSolutionNode = FALSE
4746
EndGlobalSection
47+
GlobalSection(TestCaseManagementSettings) = postSolution
48+
CategoryFile = ElcRestSoeWrapper.vsmdi
49+
EndGlobalSection
4850
EndGlobal

0 commit comments

Comments
 (0)