-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathBtmsGateway.sln
More file actions
56 lines (56 loc) · 3.2 KB
/
BtmsGateway.sln
File metadata and controls
56 lines (56 loc) · 3.2 KB
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 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BtmsGateway", "BtmsGateway\BtmsGateway.csproj", "{7D935959-D3BE-4EDC-BAEC-541C72741633}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BtmsGateway.Test", "tests\BtmsGateway.Test\BtmsGateway.Test.csproj", "{5CB86A4A-162D-4A20-9403-5BB89D671BF6}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SolutionFiles", "SolutionFiles", "{0810645C-7F6F-4D1F-AC06-15A328B4AFCD}"
ProjectSection(SolutionItems) = preProject
.dockerignore = .dockerignore
.editorconfig = .editorconfig
.gitignore = .gitignore
Dockerfile = Dockerfile
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{9115ED15-935F-4842-8ACB-2B1007C7EB21}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BtmsGateway.IntegrationTests", "tests\BtmsGateway.IntegrationTests\BtmsGateway.IntegrationTests.csproj", "{20D3F23D-15EB-4CF4-847D-9DD84101A5AB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Testing", "tests\Testing\Testing.csproj", "{3C315124-28BE-4D59-9D0D-05177D8CA60B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7D935959-D3BE-4EDC-BAEC-541C72741633}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7D935959-D3BE-4EDC-BAEC-541C72741633}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7D935959-D3BE-4EDC-BAEC-541C72741633}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7D935959-D3BE-4EDC-BAEC-541C72741633}.Release|Any CPU.Build.0 = Release|Any CPU
{5CB86A4A-162D-4A20-9403-5BB89D671BF6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5CB86A4A-162D-4A20-9403-5BB89D671BF6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5CB86A4A-162D-4A20-9403-5BB89D671BF6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5CB86A4A-162D-4A20-9403-5BB89D671BF6}.Release|Any CPU.Build.0 = Release|Any CPU
{20D3F23D-15EB-4CF4-847D-9DD84101A5AB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{20D3F23D-15EB-4CF4-847D-9DD84101A5AB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{20D3F23D-15EB-4CF4-847D-9DD84101A5AB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{20D3F23D-15EB-4CF4-847D-9DD84101A5AB}.Release|Any CPU.Build.0 = Release|Any CPU
{3C315124-28BE-4D59-9D0D-05177D8CA60B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3C315124-28BE-4D59-9D0D-05177D8CA60B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3C315124-28BE-4D59-9D0D-05177D8CA60B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3C315124-28BE-4D59-9D0D-05177D8CA60B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{20D3F23D-15EB-4CF4-847D-9DD84101A5AB} = {9115ED15-935F-4842-8ACB-2B1007C7EB21}
{3C315124-28BE-4D59-9D0D-05177D8CA60B} = {9115ED15-935F-4842-8ACB-2B1007C7EB21}
{5CB86A4A-162D-4A20-9403-5BB89D671BF6} = {9115ED15-935F-4842-8ACB-2B1007C7EB21}
EndGlobalSection
EndGlobal