-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwebsite.core.sln
More file actions
43 lines (43 loc) · 2.52 KB
/
website.core.sln
File metadata and controls
43 lines (43 loc) · 2.52 KB
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
.
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29324.140
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "website.core", "website.core\website.core.csproj", "{B9A40B66-21C3-41BA-8449-66E2570BB71E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "website.data", "website.data\website.data.csproj", "{93B4580A-35F1-456E-92B9-FC99AC2B8199}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "website.dal", "website.dal\website.dal.csproj", "{A522C43D-08AC-4D6D-ADB6-121C925A8EF0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "website.services", "website.services\website.services.csproj", "{B66BC063-59A5-46E9-A38F-EFDC64255EF8}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B9A40B66-21C3-41BA-8449-66E2570BB71E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B9A40B66-21C3-41BA-8449-66E2570BB71E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B9A40B66-21C3-41BA-8449-66E2570BB71E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B9A40B66-21C3-41BA-8449-66E2570BB71E}.Release|Any CPU.Build.0 = Release|Any CPU
{93B4580A-35F1-456E-92B9-FC99AC2B8199}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{93B4580A-35F1-456E-92B9-FC99AC2B8199}.Debug|Any CPU.Build.0 = Debug|Any CPU
{93B4580A-35F1-456E-92B9-FC99AC2B8199}.Release|Any CPU.ActiveCfg = Release|Any CPU
{93B4580A-35F1-456E-92B9-FC99AC2B8199}.Release|Any CPU.Build.0 = Release|Any CPU
{A522C43D-08AC-4D6D-ADB6-121C925A8EF0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A522C43D-08AC-4D6D-ADB6-121C925A8EF0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A522C43D-08AC-4D6D-ADB6-121C925A8EF0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A522C43D-08AC-4D6D-ADB6-121C925A8EF0}.Release|Any CPU.Build.0 = Release|Any CPU
{B66BC063-59A5-46E9-A38F-EFDC64255EF8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B66BC063-59A5-46E9-A38F-EFDC64255EF8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B66BC063-59A5-46E9-A38F-EFDC64255EF8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B66BC063-59A5-46E9-A38F-EFDC64255EF8}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {3628CBDC-8B18-48B9-B64A-3AD4EADDB217}
EndGlobalSection
EndGlobal