-
Notifications
You must be signed in to change notification settings - Fork 0
/
AcmeFlights.sln
51 lines (51 loc) · 2.8 KB
/
AcmeFlights.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "API", "API\API.csproj", "{291C24FE-C953-4DA4-8468-7A1860E85519}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution items", "Solution items", "{662AB40E-8897-4674-9173-1A7657FCE4F7}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
docker-compose.override.yml = docker-compose.override.yml
docker-compose.yml = docker-compose.yml
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Domain", "Domain\Domain.csproj", "{EEC37A2C-5D66-446B-9E72-B42E382DA83A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Infrastructure", "Infrastructure\Infrastructure.csproj", "{2634DB46-05FF-4976-98AF-AFB616E3FC72}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tests", "Tests\Tests.csproj", "{17D803DC-BAEA-4B00-B1D7-71C05173C79B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{291C24FE-C953-4DA4-8468-7A1860E85519}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{291C24FE-C953-4DA4-8468-7A1860E85519}.Debug|Any CPU.Build.0 = Debug|Any CPU
{291C24FE-C953-4DA4-8468-7A1860E85519}.Release|Any CPU.ActiveCfg = Release|Any CPU
{291C24FE-C953-4DA4-8468-7A1860E85519}.Release|Any CPU.Build.0 = Release|Any CPU
{EEC37A2C-5D66-446B-9E72-B42E382DA83A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EEC37A2C-5D66-446B-9E72-B42E382DA83A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EEC37A2C-5D66-446B-9E72-B42E382DA83A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EEC37A2C-5D66-446B-9E72-B42E382DA83A}.Release|Any CPU.Build.0 = Release|Any CPU
{2634DB46-05FF-4976-98AF-AFB616E3FC72}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2634DB46-05FF-4976-98AF-AFB616E3FC72}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2634DB46-05FF-4976-98AF-AFB616E3FC72}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2634DB46-05FF-4976-98AF-AFB616E3FC72}.Release|Any CPU.Build.0 = Release|Any CPU
{17D803DC-BAEA-4B00-B1D7-71C05173C79B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{17D803DC-BAEA-4B00-B1D7-71C05173C79B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{17D803DC-BAEA-4B00-B1D7-71C05173C79B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{17D803DC-BAEA-4B00-B1D7-71C05173C79B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {6A9A0F13-7684-4642-A7DB-10BC9288CA66}
EndGlobalSection
EndGlobal