-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathWhiteLagoon.sln
43 lines (43 loc) · 2.61 KB
/
WhiteLagoon.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.10.35027.167
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WhiteLagoon.Web", "WhiteLagoon.Web\WhiteLagoon.Web.csproj", "{45D5E3E8-D304-41EC-8426-430D7E6BCA4A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WhiteLagoon.Domain", "WhiteLagoon.Domain\WhiteLagoon.Domain.csproj", "{5F62946A-D7D9-42F2-BED4-3E2E8B012B8F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WhiteLagoon.Application", "WhiteLagoon.Application\WhiteLagoon.Application.csproj", "{40552976-5564-4D90-92E9-1A1970F27896}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WhiteLagoon.Infrastructure", "WhiteLagoon.Infrastructure\WhiteLagoon.Infrastructure.csproj", "{2CDE0C1B-764E-4795-B196-5B55ED119DC8}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{45D5E3E8-D304-41EC-8426-430D7E6BCA4A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{45D5E3E8-D304-41EC-8426-430D7E6BCA4A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{45D5E3E8-D304-41EC-8426-430D7E6BCA4A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{45D5E3E8-D304-41EC-8426-430D7E6BCA4A}.Release|Any CPU.Build.0 = Release|Any CPU
{5F62946A-D7D9-42F2-BED4-3E2E8B012B8F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5F62946A-D7D9-42F2-BED4-3E2E8B012B8F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5F62946A-D7D9-42F2-BED4-3E2E8B012B8F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5F62946A-D7D9-42F2-BED4-3E2E8B012B8F}.Release|Any CPU.Build.0 = Release|Any CPU
{40552976-5564-4D90-92E9-1A1970F27896}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{40552976-5564-4D90-92E9-1A1970F27896}.Debug|Any CPU.Build.0 = Debug|Any CPU
{40552976-5564-4D90-92E9-1A1970F27896}.Release|Any CPU.ActiveCfg = Release|Any CPU
{40552976-5564-4D90-92E9-1A1970F27896}.Release|Any CPU.Build.0 = Release|Any CPU
{2CDE0C1B-764E-4795-B196-5B55ED119DC8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2CDE0C1B-764E-4795-B196-5B55ED119DC8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2CDE0C1B-764E-4795-B196-5B55ED119DC8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2CDE0C1B-764E-4795-B196-5B55ED119DC8}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D7D35F48-DC54-4CFF-9808-E5129B6E3D0C}
EndGlobalSection
EndGlobal