-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTestCake.sln
89 lines (89 loc) · 5.74 KB
/
TestCake.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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{D187B3A8-78D1-485A-B122-A1205FC82E05}"
ProjectSection(SolutionItems) = preProject
build.cake = build.cake
build.ps1 = build.ps1
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Src", "Src", "{0DF58843-F069-436C-B74F-988B34BCD6F0}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{3F32F6D6-FADB-4B14-8989-1D0894D14FD3}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "AppServc", "AppServc", "{E4D6B3CB-623F-48B0-92CE-1A8A9B2FACE1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "App.Web.Host", "Src\AppSrvc\App.Web.Host\App.Web.Host.csproj", "{17FB27C4-FE5E-455C-8C0A-F9EF5FB939A3}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AppLogic", "Src\AppSrvc\AppLogic\AppLogic.csproj", "{8247D394-C2E9-4D7C-B69D-5B98CECD8BAA}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "AppSrvc2", "AppSrvc2", "{1732BEE5-2E35-4020-A00C-72FD17F1C9BE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AppLogic", "Src\AppServc2\AppLogic\AppLogic.csproj", "{1B415774-7B99-4ECF-B289-51CAB6AA3D4E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "App2.Web.Host", "Src\AppServc2\App2.Web.Host\App2.Web.Host.csproj", "{5C42E392-D27F-41A3-BB44-22E600E167F8}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Libs", "Libs", "{969C2099-E7F5-4C51-925E-88F9044DD7F9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "App.Model.Contracts", "Src\Libs\App.Model.Contracts\App.Model.Contracts.csproj", "{1A23CFA5-F657-4055-8E28-6E9149F4D52C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CalculatorTests", "Tests\AppSrvc\CalculatorTests\CalculatorTests.csproj", "{8475D001-CF42-43D3-95B3-80540BCDDE1A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SecondBateryTests", "Tests\AppServc2\SecondBateryTests\SecondBateryTests.csproj", "{9E58A2F4-AF03-4BCF-BB42-0D588990C69E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{17FB27C4-FE5E-455C-8C0A-F9EF5FB939A3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{17FB27C4-FE5E-455C-8C0A-F9EF5FB939A3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{17FB27C4-FE5E-455C-8C0A-F9EF5FB939A3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{17FB27C4-FE5E-455C-8C0A-F9EF5FB939A3}.Release|Any CPU.Build.0 = Release|Any CPU
{8247D394-C2E9-4D7C-B69D-5B98CECD8BAA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8247D394-C2E9-4D7C-B69D-5B98CECD8BAA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8247D394-C2E9-4D7C-B69D-5B98CECD8BAA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8247D394-C2E9-4D7C-B69D-5B98CECD8BAA}.Release|Any CPU.Build.0 = Release|Any CPU
{1B415774-7B99-4ECF-B289-51CAB6AA3D4E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1B415774-7B99-4ECF-B289-51CAB6AA3D4E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1B415774-7B99-4ECF-B289-51CAB6AA3D4E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1B415774-7B99-4ECF-B289-51CAB6AA3D4E}.Release|Any CPU.Build.0 = Release|Any CPU
{5C42E392-D27F-41A3-BB44-22E600E167F8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5C42E392-D27F-41A3-BB44-22E600E167F8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5C42E392-D27F-41A3-BB44-22E600E167F8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5C42E392-D27F-41A3-BB44-22E600E167F8}.Release|Any CPU.Build.0 = Release|Any CPU
{1A23CFA5-F657-4055-8E28-6E9149F4D52C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1A23CFA5-F657-4055-8E28-6E9149F4D52C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1A23CFA5-F657-4055-8E28-6E9149F4D52C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1A23CFA5-F657-4055-8E28-6E9149F4D52C}.Release|Any CPU.Build.0 = Release|Any CPU
{8475D001-CF42-43D3-95B3-80540BCDDE1A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8475D001-CF42-43D3-95B3-80540BCDDE1A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8475D001-CF42-43D3-95B3-80540BCDDE1A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8475D001-CF42-43D3-95B3-80540BCDDE1A}.Release|Any CPU.Build.0 = Release|Any CPU
{9E58A2F4-AF03-4BCF-BB42-0D588990C69E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9E58A2F4-AF03-4BCF-BB42-0D588990C69E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9E58A2F4-AF03-4BCF-BB42-0D588990C69E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9E58A2F4-AF03-4BCF-BB42-0D588990C69E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{E4D6B3CB-623F-48B0-92CE-1A8A9B2FACE1} = {0DF58843-F069-436C-B74F-988B34BCD6F0}
{17FB27C4-FE5E-455C-8C0A-F9EF5FB939A3} = {E4D6B3CB-623F-48B0-92CE-1A8A9B2FACE1}
{8247D394-C2E9-4D7C-B69D-5B98CECD8BAA} = {E4D6B3CB-623F-48B0-92CE-1A8A9B2FACE1}
{1732BEE5-2E35-4020-A00C-72FD17F1C9BE} = {0DF58843-F069-436C-B74F-988B34BCD6F0}
{1B415774-7B99-4ECF-B289-51CAB6AA3D4E} = {1732BEE5-2E35-4020-A00C-72FD17F1C9BE}
{5C42E392-D27F-41A3-BB44-22E600E167F8} = {1732BEE5-2E35-4020-A00C-72FD17F1C9BE}
{969C2099-E7F5-4C51-925E-88F9044DD7F9} = {0DF58843-F069-436C-B74F-988B34BCD6F0}
{1A23CFA5-F657-4055-8E28-6E9149F4D52C} = {969C2099-E7F5-4C51-925E-88F9044DD7F9}
{8475D001-CF42-43D3-95B3-80540BCDDE1A} = {3F32F6D6-FADB-4B14-8989-1D0894D14FD3}
{9E58A2F4-AF03-4BCF-BB42-0D588990C69E} = {3F32F6D6-FADB-4B14-8989-1D0894D14FD3}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {8DB3479C-9861-48BB-8538-B3C4475791F7}
EndGlobalSection
EndGlobal