-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSCManagement.sln
37 lines (37 loc) · 2.1 KB
/
SCManagement.sln
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.3.32929.385
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SCManagement", "SCManagement\SCManagement.csproj", "{B9556425-2DB5-4793-818B-C9A2E3E37670}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SCManagement.Tests", "SCManagement.Tests\SCManagement.Tests.csproj", "{F27320AB-48DD-440C-BE38-A1FC81CBBB2B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SCManagement.AutomationTests", "SCManagement.AutomationTests\SCManagement.AutomationTests.csproj", "{76871E61-BD36-4FDD-B310-E853AABDF4B9}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B9556425-2DB5-4793-818B-C9A2E3E37670}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B9556425-2DB5-4793-818B-C9A2E3E37670}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B9556425-2DB5-4793-818B-C9A2E3E37670}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B9556425-2DB5-4793-818B-C9A2E3E37670}.Release|Any CPU.Build.0 = Release|Any CPU
{F27320AB-48DD-440C-BE38-A1FC81CBBB2B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F27320AB-48DD-440C-BE38-A1FC81CBBB2B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F27320AB-48DD-440C-BE38-A1FC81CBBB2B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F27320AB-48DD-440C-BE38-A1FC81CBBB2B}.Release|Any CPU.Build.0 = Release|Any CPU
{76871E61-BD36-4FDD-B310-E853AABDF4B9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{76871E61-BD36-4FDD-B310-E853AABDF4B9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{76871E61-BD36-4FDD-B310-E853AABDF4B9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{76871E61-BD36-4FDD-B310-E853AABDF4B9}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {58F08E43-73FF-4D8B-B249-2BE9D6410F3C}
EndGlobalSection
EndGlobal