generated from LBHackney-IT/lbh-base-api
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathContactDetailsApi.sln
70 lines (70 loc) · 3.7 KB
/
ContactDetailsApi.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31112.23
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ContactDetailsApi", "ContactDetailsApi\ContactDetailsApi.csproj", "{6F482163-3F51-487F-8F7D-37A1D4DAEA8B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ContactDetailsApi.Tests", "ContactDetailsApi.Tests\ContactDetailsApi.Tests.csproj", "{DE8E4E61-EB76-416B-8417-E8F2F6A0C0D3}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Terraform", "Terraform", "{20433368-3BCA-4986-8E19-E98EEFE0B439}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "development", "development", "{8D8E7751-252E-4D37-AE8D-20DA2EFC9546}"
ProjectSection(SolutionItems) = preProject
terraform\development\dynamodb.tf = terraform\development\dynamodb.tf
terraform\development\main.tf = terraform\development\main.tf
terraform\development\variables.tf = terraform\development\variables.tf
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "staging", "staging", "{01FBC8E0-9AF8-4BF9-9BA6-18446AFB3DD3}"
ProjectSection(SolutionItems) = preProject
terraform\staging\dynamodb.tf = terraform\staging\dynamodb.tf
terraform\staging\main.tf = terraform\staging\main.tf
terraform\staging\variables.tf = terraform\staging\variables.tf
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "production", "production", "{4F1C4A5C-59AF-4DDE-AC02-A4B671F8C8EF}"
ProjectSection(SolutionItems) = preProject
terraform\production\dynamodb.tf = terraform\production\dynamodb.tf
terraform\production\main.tf = terraform\production\main.tf
terraform\production\variables.tf = terraform\production\variables.tf
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{BC3F8CBB-6A08-4CB8-A5AF-DC08AC16A0AC}"
ProjectSection(SolutionItems) = preProject
docker-compose.yml = docker-compose.yml
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "CircleCI", "CircleCI", "{B91E6399-9611-4F20-9A90-D8B7F6AD0AD5}"
ProjectSection(SolutionItems) = preProject
.circleci\config = .circleci\config
.circleci\config.yml = .circleci\config.yml
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6F482163-3F51-487F-8F7D-37A1D4DAEA8B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6F482163-3F51-487F-8F7D-37A1D4DAEA8B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6F482163-3F51-487F-8F7D-37A1D4DAEA8B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6F482163-3F51-487F-8F7D-37A1D4DAEA8B}.Release|Any CPU.Build.0 = Release|Any CPU
{DE8E4E61-EB76-416B-8417-E8F2F6A0C0D3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DE8E4E61-EB76-416B-8417-E8F2F6A0C0D3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DE8E4E61-EB76-416B-8417-E8F2F6A0C0D3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DE8E4E61-EB76-416B-8417-E8F2F6A0C0D3}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{8D8E7751-252E-4D37-AE8D-20DA2EFC9546} = {20433368-3BCA-4986-8E19-E98EEFE0B439}
{01FBC8E0-9AF8-4BF9-9BA6-18446AFB3DD3} = {20433368-3BCA-4986-8E19-E98EEFE0B439}
{4F1C4A5C-59AF-4DDE-AC02-A4B671F8C8EF} = {20433368-3BCA-4986-8E19-E98EEFE0B439}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {7695C85C-2C41-4EF3-9A7A-92AF54A85B54}
EndGlobalSection
EndGlobal