-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmultitier_architecture.sln
55 lines (55 loc) · 3.38 KB
/
multitier_architecture.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.30907.101
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Entities", "Entities\Entities.csproj", "{C128F4B5-F4DC-49CD-9AEB-59B9B7BFC59E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DataAccess", "DataAccess\DataAccess.csproj", "{7FCB15B6-DA15-42A0-9E69-3BBA7B5D0D29}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Business", "Business\Business.csproj", "{0C6915C9-AEE3-4DC2-A3E5-3944F2A4AF76}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ConsoleUI", "ConsoleUI\ConsoleUI.csproj", "{F0CE5616-FACC-4DEF-B2D6-13AB0D453097}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Core", "Core\Core.csproj", "{EE5F1C69-081C-4EDF-B23A-597133368222}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WebAPI", "WebAPI\WebAPI.csproj", "{3C1FA3A9-AC88-4F84-9A44-287DA2F45BE8}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C128F4B5-F4DC-49CD-9AEB-59B9B7BFC59E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C128F4B5-F4DC-49CD-9AEB-59B9B7BFC59E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C128F4B5-F4DC-49CD-9AEB-59B9B7BFC59E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C128F4B5-F4DC-49CD-9AEB-59B9B7BFC59E}.Release|Any CPU.Build.0 = Release|Any CPU
{7FCB15B6-DA15-42A0-9E69-3BBA7B5D0D29}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7FCB15B6-DA15-42A0-9E69-3BBA7B5D0D29}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7FCB15B6-DA15-42A0-9E69-3BBA7B5D0D29}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7FCB15B6-DA15-42A0-9E69-3BBA7B5D0D29}.Release|Any CPU.Build.0 = Release|Any CPU
{0C6915C9-AEE3-4DC2-A3E5-3944F2A4AF76}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0C6915C9-AEE3-4DC2-A3E5-3944F2A4AF76}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0C6915C9-AEE3-4DC2-A3E5-3944F2A4AF76}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0C6915C9-AEE3-4DC2-A3E5-3944F2A4AF76}.Release|Any CPU.Build.0 = Release|Any CPU
{F0CE5616-FACC-4DEF-B2D6-13AB0D453097}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F0CE5616-FACC-4DEF-B2D6-13AB0D453097}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F0CE5616-FACC-4DEF-B2D6-13AB0D453097}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F0CE5616-FACC-4DEF-B2D6-13AB0D453097}.Release|Any CPU.Build.0 = Release|Any CPU
{EE5F1C69-081C-4EDF-B23A-597133368222}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EE5F1C69-081C-4EDF-B23A-597133368222}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EE5F1C69-081C-4EDF-B23A-597133368222}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EE5F1C69-081C-4EDF-B23A-597133368222}.Release|Any CPU.Build.0 = Release|Any CPU
{3C1FA3A9-AC88-4F84-9A44-287DA2F45BE8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3C1FA3A9-AC88-4F84-9A44-287DA2F45BE8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3C1FA3A9-AC88-4F84-9A44-287DA2F45BE8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3C1FA3A9-AC88-4F84-9A44-287DA2F45BE8}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {60BCA11E-D8B8-4F88-A2E9-7203A932C78F}
EndGlobalSection
EndGlobal