-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNotesApi.sln
More file actions
58 lines (58 loc) · 3.14 KB
/
NotesApi.sln
File metadata and controls
58 lines (58 loc) · 3.14 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
57
58
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.12.35527.113 d17.12
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NotesApi", "NotesApi\NotesApi.csproj", "{6F482163-3F51-487F-8F7D-37A1D4DAEA8B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NotesApi.Tests", "NotesApi.Tests\NotesApi.Tests.csproj", "{DE8E4E61-EB76-416B-8417-E8F2F6A0C0D3}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Terraform", "Terraform", "{C806B551-7EA0-4146-8708-B3605E20281C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Development", "Development", "{65D04B58-B77B-4F36-938F-8CADE6AF041D}"
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", "{94830052-1DF6-40B1-80DF-226E12211C95}"
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", "{FAFA07D4-223D-4459-A1BB-4CEA9C4D75F1}"
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
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
{65D04B58-B77B-4F36-938F-8CADE6AF041D} = {C806B551-7EA0-4146-8708-B3605E20281C}
{94830052-1DF6-40B1-80DF-226E12211C95} = {C806B551-7EA0-4146-8708-B3605E20281C}
{FAFA07D4-223D-4459-A1BB-4CEA9C4D75F1} = {C806B551-7EA0-4146-8708-B3605E20281C}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {74F5C3F1-056C-457D-9EEA-4DAF1A91596F}
EndGlobalSection
EndGlobal