-
Notifications
You must be signed in to change notification settings - Fork 0
/
BaseArchitecture.sln
49 lines (49 loc) · 2.91 KB
/
BaseArchitecture.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.33516.290
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Core", "Core\Core.csproj", "{4F91784B-2BE5-44C2-9890-728E48AE73AD}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Entities", "Entites\Entities.csproj", "{06C0CA57-D98A-4CFC-A750-840B7ADC670F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Business", "Business\Business.csproj", "{6C93ED85-D1C4-4468-BF95-4FED12F935A4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DataAccess", "DataAccess\DataAccess.csproj", "{866B8237-2662-4007-8E45-64ECC0AE860F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WebAPI", "WebAPI\WebAPI.csproj", "{2075C4C3-AE89-4A6F-A986-8A43C4C57163}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4F91784B-2BE5-44C2-9890-728E48AE73AD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4F91784B-2BE5-44C2-9890-728E48AE73AD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4F91784B-2BE5-44C2-9890-728E48AE73AD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4F91784B-2BE5-44C2-9890-728E48AE73AD}.Release|Any CPU.Build.0 = Release|Any CPU
{06C0CA57-D98A-4CFC-A750-840B7ADC670F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{06C0CA57-D98A-4CFC-A750-840B7ADC670F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{06C0CA57-D98A-4CFC-A750-840B7ADC670F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{06C0CA57-D98A-4CFC-A750-840B7ADC670F}.Release|Any CPU.Build.0 = Release|Any CPU
{6C93ED85-D1C4-4468-BF95-4FED12F935A4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6C93ED85-D1C4-4468-BF95-4FED12F935A4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6C93ED85-D1C4-4468-BF95-4FED12F935A4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6C93ED85-D1C4-4468-BF95-4FED12F935A4}.Release|Any CPU.Build.0 = Release|Any CPU
{866B8237-2662-4007-8E45-64ECC0AE860F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{866B8237-2662-4007-8E45-64ECC0AE860F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{866B8237-2662-4007-8E45-64ECC0AE860F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{866B8237-2662-4007-8E45-64ECC0AE860F}.Release|Any CPU.Build.0 = Release|Any CPU
{2075C4C3-AE89-4A6F-A986-8A43C4C57163}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2075C4C3-AE89-4A6F-A986-8A43C4C57163}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2075C4C3-AE89-4A6F-A986-8A43C4C57163}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2075C4C3-AE89-4A6F-A986-8A43C4C57163}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {3F0BB326-A98B-49F8-8F0B-7B16AB779438}
EndGlobalSection
EndGlobal