-
Notifications
You must be signed in to change notification settings - Fork 0
/
TestRunService.sln
66 lines (66 loc) · 4.44 KB
/
TestRunService.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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29519.87
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SG.TestRunService", "SG.TestRunService\SG.TestRunService.csproj", "{16546238-B46A-4B38-8885-D0CBD71E37EA}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{4A6F788E-856D-4542-861F-8FD8424FEC00}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SG.TestRunClientLib", "SG.TestRunClientLib\SG.TestRunClientLib.csproj", "{72E0F7DC-A3E6-4525-8D94-268C99E102F6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SG.TestRunService.Common", "SG.TestRunService.Common\SG.TestRunService.Common.csproj", "{F0B65ECE-63CF-4BE8-A008-704631CFA5E8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SG.TestRunClient.TestConsole", "SG.TestRunClient.TestConsole\SG.TestRunClient.TestConsole.csproj", "{4E8FEAC2-FF65-4866-9060-B7E94DF9DE5C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SG.TestRunClientLib.NetFx", "SG.TestRunClientLib.NetFx\SG.TestRunClientLib.NetFx.csproj", "{D117292D-F2A3-4449-8315-61AB15C2B51D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SG.TestRunClient.TestConsole.NetFx", "SG.TestRunClient.TestConsole.NetFx\SG.TestRunClient.TestConsole.NetFx.csproj", "{D97B1830-3165-4252-99D4-D9F5032EDB8C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SG.TestRunService.IntegrationTests", "SG.TestRunService.IntegrationTests\SG.TestRunService.IntegrationTests.csproj", "{74F69B74-2ABE-4A86-B25B-ED393E8B7174}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{16546238-B46A-4B38-8885-D0CBD71E37EA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{16546238-B46A-4B38-8885-D0CBD71E37EA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{16546238-B46A-4B38-8885-D0CBD71E37EA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{16546238-B46A-4B38-8885-D0CBD71E37EA}.Release|Any CPU.Build.0 = Release|Any CPU
{72E0F7DC-A3E6-4525-8D94-268C99E102F6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{72E0F7DC-A3E6-4525-8D94-268C99E102F6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{72E0F7DC-A3E6-4525-8D94-268C99E102F6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{72E0F7DC-A3E6-4525-8D94-268C99E102F6}.Release|Any CPU.Build.0 = Release|Any CPU
{F0B65ECE-63CF-4BE8-A008-704631CFA5E8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F0B65ECE-63CF-4BE8-A008-704631CFA5E8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F0B65ECE-63CF-4BE8-A008-704631CFA5E8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F0B65ECE-63CF-4BE8-A008-704631CFA5E8}.Release|Any CPU.Build.0 = Release|Any CPU
{4E8FEAC2-FF65-4866-9060-B7E94DF9DE5C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4E8FEAC2-FF65-4866-9060-B7E94DF9DE5C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4E8FEAC2-FF65-4866-9060-B7E94DF9DE5C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4E8FEAC2-FF65-4866-9060-B7E94DF9DE5C}.Release|Any CPU.Build.0 = Release|Any CPU
{D117292D-F2A3-4449-8315-61AB15C2B51D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D117292D-F2A3-4449-8315-61AB15C2B51D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D117292D-F2A3-4449-8315-61AB15C2B51D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D117292D-F2A3-4449-8315-61AB15C2B51D}.Release|Any CPU.Build.0 = Release|Any CPU
{D97B1830-3165-4252-99D4-D9F5032EDB8C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D97B1830-3165-4252-99D4-D9F5032EDB8C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D97B1830-3165-4252-99D4-D9F5032EDB8C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D97B1830-3165-4252-99D4-D9F5032EDB8C}.Release|Any CPU.Build.0 = Release|Any CPU
{74F69B74-2ABE-4A86-B25B-ED393E8B7174}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{74F69B74-2ABE-4A86-B25B-ED393E8B7174}.Debug|Any CPU.Build.0 = Debug|Any CPU
{74F69B74-2ABE-4A86-B25B-ED393E8B7174}.Release|Any CPU.ActiveCfg = Release|Any CPU
{74F69B74-2ABE-4A86-B25B-ED393E8B7174}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F956636C-5330-42D0-B6A6-4AFFA753C4C3}
EndGlobalSection
EndGlobal