-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDonusWebAPI.sln
43 lines (43 loc) · 2.52 KB
/
DonusWebAPI.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.1.32421.90
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DonusWebAPI", "DonusWebAPI\DonusWebAPI.csproj", "{E46F7BED-5162-4DFE-85B0-5AD6ED8A17E9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Donus.Domain", "Donus.Domain\Donus.Domain.csproj", "{01E435DA-18FE-4ED4-8755-309D379C72C2}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Donus.Application", "Donus.Application\Donus.Application.csproj", "{4D72F370-4C5E-4EED-9AC8-8F79FBAFD58F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Donus.Infra", "Donus.Infra\Donus.Infra.csproj", "{4001418C-9726-4C47-9FB1-5C4B930CF088}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E46F7BED-5162-4DFE-85B0-5AD6ED8A17E9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E46F7BED-5162-4DFE-85B0-5AD6ED8A17E9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E46F7BED-5162-4DFE-85B0-5AD6ED8A17E9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E46F7BED-5162-4DFE-85B0-5AD6ED8A17E9}.Release|Any CPU.Build.0 = Release|Any CPU
{01E435DA-18FE-4ED4-8755-309D379C72C2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{01E435DA-18FE-4ED4-8755-309D379C72C2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{01E435DA-18FE-4ED4-8755-309D379C72C2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{01E435DA-18FE-4ED4-8755-309D379C72C2}.Release|Any CPU.Build.0 = Release|Any CPU
{4D72F370-4C5E-4EED-9AC8-8F79FBAFD58F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4D72F370-4C5E-4EED-9AC8-8F79FBAFD58F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4D72F370-4C5E-4EED-9AC8-8F79FBAFD58F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4D72F370-4C5E-4EED-9AC8-8F79FBAFD58F}.Release|Any CPU.Build.0 = Release|Any CPU
{4001418C-9726-4C47-9FB1-5C4B930CF088}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4001418C-9726-4C47-9FB1-5C4B930CF088}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4001418C-9726-4C47-9FB1-5C4B930CF088}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4001418C-9726-4C47-9FB1-5C4B930CF088}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2E916F25-4346-4409-AE7F-B3BA4ACC21A3}
EndGlobalSection
EndGlobal