-
Notifications
You must be signed in to change notification settings - Fork 2
/
BloggingWebsite.sln
54 lines (54 loc) · 3.23 KB
/
BloggingWebsite.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.28803.156
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Web API", "Web API\Web API.csproj", "{BDC3505C-6DC3-4FB3-AD43-AE3E21572006}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DataAccess", "DataAccess\DataAccess.csproj", "{44B407D0-9C49-49BE-B79A-F47E75D06C7E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Applications", "Applications", "{1A02740E-92F5-45DA-9F77-E5BC4919237A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Application", "Application\Application.csproj", "{CA8B16B8-37B1-4A40-9D12-7F74098325C9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Domain", "Domain\Domain.csproj", "{BE96165F-8786-4041-90ED-42B81D65A5E7}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Implementation - EF", "Implementation\Implementation - EF.csproj", "{483CCD2C-6330-4325-B941-503AAA298A41}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{BDC3505C-6DC3-4FB3-AD43-AE3E21572006}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BDC3505C-6DC3-4FB3-AD43-AE3E21572006}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BDC3505C-6DC3-4FB3-AD43-AE3E21572006}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BDC3505C-6DC3-4FB3-AD43-AE3E21572006}.Release|Any CPU.Build.0 = Release|Any CPU
{44B407D0-9C49-49BE-B79A-F47E75D06C7E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{44B407D0-9C49-49BE-B79A-F47E75D06C7E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{44B407D0-9C49-49BE-B79A-F47E75D06C7E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{44B407D0-9C49-49BE-B79A-F47E75D06C7E}.Release|Any CPU.Build.0 = Release|Any CPU
{CA8B16B8-37B1-4A40-9D12-7F74098325C9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CA8B16B8-37B1-4A40-9D12-7F74098325C9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CA8B16B8-37B1-4A40-9D12-7F74098325C9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CA8B16B8-37B1-4A40-9D12-7F74098325C9}.Release|Any CPU.Build.0 = Release|Any CPU
{BE96165F-8786-4041-90ED-42B81D65A5E7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BE96165F-8786-4041-90ED-42B81D65A5E7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BE96165F-8786-4041-90ED-42B81D65A5E7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BE96165F-8786-4041-90ED-42B81D65A5E7}.Release|Any CPU.Build.0 = Release|Any CPU
{483CCD2C-6330-4325-B941-503AAA298A41}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{483CCD2C-6330-4325-B941-503AAA298A41}.Debug|Any CPU.Build.0 = Debug|Any CPU
{483CCD2C-6330-4325-B941-503AAA298A41}.Release|Any CPU.ActiveCfg = Release|Any CPU
{483CCD2C-6330-4325-B941-503AAA298A41}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{BDC3505C-6DC3-4FB3-AD43-AE3E21572006} = {1A02740E-92F5-45DA-9F77-E5BC4919237A}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4F2955DA-36D0-4C8A-863E-D890D8F5E993}
EndGlobalSection
EndGlobal