-
Notifications
You must be signed in to change notification settings - Fork 0
/
Template.sln
51 lines (51 loc) · 2.98 KB
/
Template.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33110.190
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Template.API", "src\Template.API\Template.API.csproj", "{C3579B07-4F79-4D1D-9077-1102185470AA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Core", "src\Core\Core.csproj", "{93CBC514-BF7A-418F-8B34-DE70505C826C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DataAccess", "src\DataAccess\DataAccess.csproj", "{A335CC15-FD9F-46FE-89BF-43DB7858AC0F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Business", "src\Business\Business.csproj", "{623C6BC5-E0E4-484C-B757-FC70B348339F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{6968E0C7-5A1A-4C4E-9C54-6475C2BF0140}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C3579B07-4F79-4D1D-9077-1102185470AA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C3579B07-4F79-4D1D-9077-1102185470AA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C3579B07-4F79-4D1D-9077-1102185470AA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C3579B07-4F79-4D1D-9077-1102185470AA}.Release|Any CPU.Build.0 = Release|Any CPU
{93CBC514-BF7A-418F-8B34-DE70505C826C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{93CBC514-BF7A-418F-8B34-DE70505C826C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{93CBC514-BF7A-418F-8B34-DE70505C826C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{93CBC514-BF7A-418F-8B34-DE70505C826C}.Release|Any CPU.Build.0 = Release|Any CPU
{A335CC15-FD9F-46FE-89BF-43DB7858AC0F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A335CC15-FD9F-46FE-89BF-43DB7858AC0F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A335CC15-FD9F-46FE-89BF-43DB7858AC0F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A335CC15-FD9F-46FE-89BF-43DB7858AC0F}.Release|Any CPU.Build.0 = Release|Any CPU
{623C6BC5-E0E4-484C-B757-FC70B348339F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{623C6BC5-E0E4-484C-B757-FC70B348339F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{623C6BC5-E0E4-484C-B757-FC70B348339F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{623C6BC5-E0E4-484C-B757-FC70B348339F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{C3579B07-4F79-4D1D-9077-1102185470AA} = {6968E0C7-5A1A-4C4E-9C54-6475C2BF0140}
{93CBC514-BF7A-418F-8B34-DE70505C826C} = {6968E0C7-5A1A-4C4E-9C54-6475C2BF0140}
{A335CC15-FD9F-46FE-89BF-43DB7858AC0F} = {6968E0C7-5A1A-4C4E-9C54-6475C2BF0140}
{623C6BC5-E0E4-484C-B757-FC70B348339F} = {6968E0C7-5A1A-4C4E-9C54-6475C2BF0140}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {8A738D4A-99F2-4B35-BB62-983F11360C44}
EndGlobalSection
EndGlobal