-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAbreuSolutions.WebApi.sln
55 lines (55 loc) · 3.08 KB
/
AbreuSolutions.WebApi.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30002.166
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Docs", "Docs", "{11FA7E0A-C17E-4ABD-AC92-E666D8C4F76C}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Source", "Source", "{79EDE741-1146-4C1F-BE28-82F2709E9C59}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Core", "Core", "{D0F0FC8A-3AE2-4676-BA02-6762B286D890}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "WebApi", "WebApi", "{5C13E465-DE64-4510-B539-170F893038FB}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Domain", "Domain\Domain.csproj", "{5885FCE0-9158-4AF7-9A57-C83FBECA539A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Application", "Application\Application.csproj", "{8BC3FB7C-65EB-46CB-972F-1C158B9EFE1F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WebApi", "WebApi\WebApi.csproj", "{5EA7FAC5-BE6D-459D-9C5A-39B67BCFD0C0}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5885FCE0-9158-4AF7-9A57-C83FBECA539A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5885FCE0-9158-4AF7-9A57-C83FBECA539A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5885FCE0-9158-4AF7-9A57-C83FBECA539A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5885FCE0-9158-4AF7-9A57-C83FBECA539A}.Release|Any CPU.Build.0 = Release|Any CPU
{8BC3FB7C-65EB-46CB-972F-1C158B9EFE1F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8BC3FB7C-65EB-46CB-972F-1C158B9EFE1F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8BC3FB7C-65EB-46CB-972F-1C158B9EFE1F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8BC3FB7C-65EB-46CB-972F-1C158B9EFE1F}.Release|Any CPU.Build.0 = Release|Any CPU
{5EA7FAC5-BE6D-459D-9C5A-39B67BCFD0C0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5EA7FAC5-BE6D-459D-9C5A-39B67BCFD0C0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5EA7FAC5-BE6D-459D-9C5A-39B67BCFD0C0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5EA7FAC5-BE6D-459D-9C5A-39B67BCFD0C0}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{D0F0FC8A-3AE2-4676-BA02-6762B286D890} = {79EDE741-1146-4C1F-BE28-82F2709E9C59}
{5C13E465-DE64-4510-B539-170F893038FB} = {79EDE741-1146-4C1F-BE28-82F2709E9C59}
{5885FCE0-9158-4AF7-9A57-C83FBECA539A} = {D0F0FC8A-3AE2-4676-BA02-6762B286D890}
{8BC3FB7C-65EB-46CB-972F-1C158B9EFE1F} = {D0F0FC8A-3AE2-4676-BA02-6762B286D890}
{5EA7FAC5-BE6D-459D-9C5A-39B67BCFD0C0} = {5C13E465-DE64-4510-B539-170F893038FB}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {65584FD6-4295-480B-B02D-ADAC34713D84}
EndGlobalSection
EndGlobal