-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathhalcyon-api.sln
50 lines (50 loc) · 2.38 KB
/
halcyon-api.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31912.275
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{62A0DCB9-F97D-48C8-964B-792D12FF324E}"
ProjectSection(SolutionItems) = preProject
.csharpierrc.json = .csharpierrc.json
.dockerignore = .dockerignore
.gitattributes = .gitattributes
.gitignore = .gitignore
.config\dotnet-tools.json = .config\dotnet-tools.json
global.json = global.json
LICENSE = LICENSE
.github\workflows\main.yml = .github\workflows\main.yml
.github\workflows\preview.yml = .github\workflows\preview.yml
README.md = README.md
EndProjectSection
EndProject
Project("{E53339B2-1760-4266-BCC7-CA923CBCF16C}") = "docker-compose", "docker-compose.dcproj", "{CD9D3714-7963-4C74-A6D5-F9138E669A14}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{47EEADE3-0F83-405A-AE09-2FF893093507}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Halcyon.Api", "src\Halcyon.Api\Halcyon.Api.csproj", "{D0C9E6F3-BCC4-45FB-9138-CD38DC3C4B31}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{CD9D3714-7963-4C74-A6D5-F9138E669A14}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CD9D3714-7963-4C74-A6D5-F9138E669A14}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CD9D3714-7963-4C74-A6D5-F9138E669A14}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CD9D3714-7963-4C74-A6D5-F9138E669A14}.Release|Any CPU.Build.0 = Release|Any CPU
{D0C9E6F3-BCC4-45FB-9138-CD38DC3C4B31}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D0C9E6F3-BCC4-45FB-9138-CD38DC3C4B31}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D0C9E6F3-BCC4-45FB-9138-CD38DC3C4B31}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D0C9E6F3-BCC4-45FB-9138-CD38DC3C4B31}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{D0C9E6F3-BCC4-45FB-9138-CD38DC3C4B31} = {47EEADE3-0F83-405A-AE09-2FF893093507}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E5198F1F-1260-477B-AAC2-33A4082BC5C6}
EndGlobalSection
EndGlobal