-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathEagle.sln
51 lines (51 loc) · 2.83 KB
/
Eagle.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 16
VisualStudioVersion = 16.0.31613.86
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Eagle.Application", "Eagle.Application\Eagle.Application.csproj", "{E1865E9F-2791-4BE5-BE85-4FCEFE4E7C55}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Eagle.Domain", "Eagle.Domain\Eagle.Domain.csproj", "{931279C6-A79C-414E-BAFF-63389E6753B8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Eagle.WebApi", "Eagle.WebApi\Eagle.WebApi.csproj", "{FA80D455-F034-4CE7-974B-B6D1EE70F5EF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Eagle.Test", "Eagle.Test\Eagle.Test.csproj", "{E0C03E96-F96E-4B98-9962-B17C2A31B9DC}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{1807C510-1B63-48F8-97EA-E2366A9C8274}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
docker-compose.yml = docker-compose.yml
Dockerfile = Dockerfile
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E1865E9F-2791-4BE5-BE85-4FCEFE4E7C55}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E1865E9F-2791-4BE5-BE85-4FCEFE4E7C55}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E1865E9F-2791-4BE5-BE85-4FCEFE4E7C55}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E1865E9F-2791-4BE5-BE85-4FCEFE4E7C55}.Release|Any CPU.Build.0 = Release|Any CPU
{931279C6-A79C-414E-BAFF-63389E6753B8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{931279C6-A79C-414E-BAFF-63389E6753B8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{931279C6-A79C-414E-BAFF-63389E6753B8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{931279C6-A79C-414E-BAFF-63389E6753B8}.Release|Any CPU.Build.0 = Release|Any CPU
{FA80D455-F034-4CE7-974B-B6D1EE70F5EF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FA80D455-F034-4CE7-974B-B6D1EE70F5EF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FA80D455-F034-4CE7-974B-B6D1EE70F5EF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FA80D455-F034-4CE7-974B-B6D1EE70F5EF}.Release|Any CPU.Build.0 = Release|Any CPU
{E0C03E96-F96E-4B98-9962-B17C2A31B9DC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E0C03E96-F96E-4B98-9962-B17C2A31B9DC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E0C03E96-F96E-4B98-9962-B17C2A31B9DC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E0C03E96-F96E-4B98-9962-B17C2A31B9DC}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {7314C23E-96CD-4B9A-BC06-6984CF11CEE2}
EndGlobalSection
EndGlobal