-
Notifications
You must be signed in to change notification settings - Fork 3
/
Elfo.Wardein.sln
43 lines (43 loc) · 2.56 KB
/
Elfo.Wardein.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 15
VisualStudioVersion = 15.0.27703.2026
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Elfo.Wardein.Services", "Elfo.Wardein.Services\Elfo.Wardein.Services.csproj", "{0D1C46CE-0291-4D7F-BAAA-582F210A7278}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Elfo.Wardein.Core", "Elfo.Wardein.Core\Elfo.Wardein.Core.csproj", "{EB0438FD-BA9B-428E-88C7-430A0FB3AA53}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Elfo.Wardein", "Elfo.Wardein\Elfo.Wardein.csproj", "{7EED5720-57EC-49E7-B831-C3E5538E7B3E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Elfo.Wardein.APIs", "Elfo.Wardein.APIs\Elfo.Wardein.APIs.csproj", "{56FD636F-0F4E-4644-8713-6AA1FDFF713B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0D1C46CE-0291-4D7F-BAAA-582F210A7278}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0D1C46CE-0291-4D7F-BAAA-582F210A7278}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0D1C46CE-0291-4D7F-BAAA-582F210A7278}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0D1C46CE-0291-4D7F-BAAA-582F210A7278}.Release|Any CPU.Build.0 = Release|Any CPU
{EB0438FD-BA9B-428E-88C7-430A0FB3AA53}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EB0438FD-BA9B-428E-88C7-430A0FB3AA53}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EB0438FD-BA9B-428E-88C7-430A0FB3AA53}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EB0438FD-BA9B-428E-88C7-430A0FB3AA53}.Release|Any CPU.Build.0 = Release|Any CPU
{7EED5720-57EC-49E7-B831-C3E5538E7B3E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7EED5720-57EC-49E7-B831-C3E5538E7B3E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7EED5720-57EC-49E7-B831-C3E5538E7B3E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7EED5720-57EC-49E7-B831-C3E5538E7B3E}.Release|Any CPU.Build.0 = Release|Any CPU
{56FD636F-0F4E-4644-8713-6AA1FDFF713B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{56FD636F-0F4E-4644-8713-6AA1FDFF713B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{56FD636F-0F4E-4644-8713-6AA1FDFF713B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{56FD636F-0F4E-4644-8713-6AA1FDFF713B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {7CDC5A73-E37E-49C0-9E3F-38765F7BB69E}
EndGlobalSection
EndGlobal