-
Notifications
You must be signed in to change notification settings - Fork 497
Expand file tree
/
Copy pathInfrastructure.sln
More file actions
37 lines (37 loc) · 1.63 KB
/
Infrastructure.sln
File metadata and controls
37 lines (37 loc) · 1.63 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30711.63
MinimumVisualStudioVersion = 15.0.26124.0
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{85BC34C2-2C30-40EB-9AA2-2B42988B40C8}"
ProjectSection(SolutionItems) = preProject
cdk.json = cdk.json
README.md = README.md
bootstrap.ps1 = bootstrap.ps1
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{DFAD9A3B-0EB2-46E0-8BF6-85850DA60AA8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Infrastructure", "src\Infrastructure\Infrastructure.csproj", "{B9A511E5-C78B-4476-A50D-BEF6C3FE97DD}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B9A511E5-C78B-4476-A50D-BEF6C3FE97DD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B9A511E5-C78B-4476-A50D-BEF6C3FE97DD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B9A511E5-C78B-4476-A50D-BEF6C3FE97DD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B9A511E5-C78B-4476-A50D-BEF6C3FE97DD}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{B9A511E5-C78B-4476-A50D-BEF6C3FE97DD} = {DFAD9A3B-0EB2-46E0-8BF6-85850DA60AA8}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {EB7F9BE1-0375-4D29-A169-6C0354675255}
EndGlobalSection
EndGlobal