-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathEtos.sln
57 lines (57 loc) · 3.52 KB
/
Etos.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
52
53
54
55
56
57
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.9.34607.119
MinimumVisualStudioVersion = 10.0.40219.1
Project("{54A90642-561A-4BB1-A94E-469ADEE60C69}") = "Etos.Presentation.Client", "Etos.Presentation.Client\Etos.Presentation.Client.esproj", "{20027C04-33E8-41F4-B81B-BC559643FE18}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Etos.Presentation.WebApi", "Etos.Presentation.WebApi\Etos.Presentation.WebApi.csproj", "{8894C7C5-415C-42E5-AC6D-0DFC00C1D485}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Etos.Domain", "Etos.Domain\Etos.Domain.csproj", "{7A20D652-A79D-412C-ADA4-A63FBE46AEB2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Etos.Application", "Etos.Application\Etos.Application.csproj", "{4BEDE350-0A08-4E2A-AECD-E29F99BCDA14}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Etos.Infrastructure", "Etos.Infrastructure\Etos.Infrastructure.csproj", "{6F1D1167-475D-4646-B07F-EBBDA30A854A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{9FEA116B-030F-43BA-A1F5-DA1193852AC2}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
Directory.build.props = Directory.build.props
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{20027C04-33E8-41F4-B81B-BC559643FE18}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{20027C04-33E8-41F4-B81B-BC559643FE18}.Debug|Any CPU.Build.0 = Debug|Any CPU
{20027C04-33E8-41F4-B81B-BC559643FE18}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{20027C04-33E8-41F4-B81B-BC559643FE18}.Release|Any CPU.ActiveCfg = Release|Any CPU
{20027C04-33E8-41F4-B81B-BC559643FE18}.Release|Any CPU.Build.0 = Release|Any CPU
{20027C04-33E8-41F4-B81B-BC559643FE18}.Release|Any CPU.Deploy.0 = Release|Any CPU
{8894C7C5-415C-42E5-AC6D-0DFC00C1D485}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8894C7C5-415C-42E5-AC6D-0DFC00C1D485}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8894C7C5-415C-42E5-AC6D-0DFC00C1D485}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8894C7C5-415C-42E5-AC6D-0DFC00C1D485}.Release|Any CPU.Build.0 = Release|Any CPU
{7A20D652-A79D-412C-ADA4-A63FBE46AEB2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7A20D652-A79D-412C-ADA4-A63FBE46AEB2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7A20D652-A79D-412C-ADA4-A63FBE46AEB2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7A20D652-A79D-412C-ADA4-A63FBE46AEB2}.Release|Any CPU.Build.0 = Release|Any CPU
{4BEDE350-0A08-4E2A-AECD-E29F99BCDA14}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4BEDE350-0A08-4E2A-AECD-E29F99BCDA14}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4BEDE350-0A08-4E2A-AECD-E29F99BCDA14}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4BEDE350-0A08-4E2A-AECD-E29F99BCDA14}.Release|Any CPU.Build.0 = Release|Any CPU
{6F1D1167-475D-4646-B07F-EBBDA30A854A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6F1D1167-475D-4646-B07F-EBBDA30A854A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6F1D1167-475D-4646-B07F-EBBDA30A854A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6F1D1167-475D-4646-B07F-EBBDA30A854A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {0CADD790-7A94-46BC-ABA7-573BD57E8C5A}
EndGlobalSection
EndGlobal