-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGatewayCore.sln
56 lines (56 loc) · 3.42 KB
/
GatewayCore.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29806.167
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Cloudtoid.GatewayCore", "src\Cloudtoid.GatewayCore\Cloudtoid.GatewayCore.csproj", "{97B33EC9-248D-4E3F-A2F9-219292C9859D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{B34B66C7-7A6A-4AAD-935C-7B44462FBF23}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Cloudtoid.GatewayCore.UnitTests", "tests\Cloudtoid.GatewayCore.UnitTests\Cloudtoid.GatewayCore.UnitTests.csproj", "{7F344450-BA16-4879-B5C5-A45FCAF6CC44}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Cloudtoid.GatewayCore.FunctionalTests", "tests\Cloudtoid.GatewayCore.FunctionalTests\Cloudtoid.GatewayCore.FunctionalTests.csproj", "{E437A712-9670-44F4-BA29-C26098FC05A5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Cloudtoid.GatewayCore.Server", "src\Cloudtoid.GatewayCore.Server\Cloudtoid.GatewayCore.Server.csproj", "{13A48A98-E113-4461-914B-6001AED60874}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{AF81E4D9-F59C-49ED-ACD9-0E85C8E81FEC}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Samples", "Samples", "{75738CE6-D7FB-4969-A964-440227925402}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{97B33EC9-248D-4E3F-A2F9-219292C9859D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{97B33EC9-248D-4E3F-A2F9-219292C9859D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{97B33EC9-248D-4E3F-A2F9-219292C9859D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{97B33EC9-248D-4E3F-A2F9-219292C9859D}.Release|Any CPU.Build.0 = Release|Any CPU
{7F344450-BA16-4879-B5C5-A45FCAF6CC44}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7F344450-BA16-4879-B5C5-A45FCAF6CC44}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7F344450-BA16-4879-B5C5-A45FCAF6CC44}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7F344450-BA16-4879-B5C5-A45FCAF6CC44}.Release|Any CPU.Build.0 = Release|Any CPU
{E437A712-9670-44F4-BA29-C26098FC05A5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E437A712-9670-44F4-BA29-C26098FC05A5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E437A712-9670-44F4-BA29-C26098FC05A5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E437A712-9670-44F4-BA29-C26098FC05A5}.Release|Any CPU.Build.0 = Release|Any CPU
{13A48A98-E113-4461-914B-6001AED60874}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{13A48A98-E113-4461-914B-6001AED60874}.Debug|Any CPU.Build.0 = Debug|Any CPU
{13A48A98-E113-4461-914B-6001AED60874}.Release|Any CPU.ActiveCfg = Release|Any CPU
{13A48A98-E113-4461-914B-6001AED60874}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{7F344450-BA16-4879-B5C5-A45FCAF6CC44} = {B34B66C7-7A6A-4AAD-935C-7B44462FBF23}
{E437A712-9670-44F4-BA29-C26098FC05A5} = {B34B66C7-7A6A-4AAD-935C-7B44462FBF23}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {0C13DFE5-70DB-4B4D-9144-0E5231A28B5F}
EndGlobalSection
EndGlobal