-
Notifications
You must be signed in to change notification settings - Fork 0
/
HarvestHub.sln
40 lines (40 loc) · 2.42 KB
/
HarvestHub.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.12.35521.163 d17.12
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BusinessLayer", "BusinessLayer\BusinessLayer.csproj", "{F7045D1B-1C79-486C-92B0-BA786904B515}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DataAccessLayer", "DataAccessLayer\DataAccessLayer.csproj", "{3DFF5513-703D-4EE5-A59A-9EF13F8B4DE0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EntityLayer", "EntityLayer\EntityLayer.csproj", "{7CC03EEA-9E6C-4A97-8487-50E0A1A5EE3B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PresentationLayer", "PresentationLayer\PresentationLayer.csproj", "{89241915-35AD-4EBA-BE46-2344A6DC1C1E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F7045D1B-1C79-486C-92B0-BA786904B515}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F7045D1B-1C79-486C-92B0-BA786904B515}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F7045D1B-1C79-486C-92B0-BA786904B515}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F7045D1B-1C79-486C-92B0-BA786904B515}.Release|Any CPU.Build.0 = Release|Any CPU
{3DFF5513-703D-4EE5-A59A-9EF13F8B4DE0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3DFF5513-703D-4EE5-A59A-9EF13F8B4DE0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3DFF5513-703D-4EE5-A59A-9EF13F8B4DE0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3DFF5513-703D-4EE5-A59A-9EF13F8B4DE0}.Release|Any CPU.Build.0 = Release|Any CPU
{7CC03EEA-9E6C-4A97-8487-50E0A1A5EE3B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7CC03EEA-9E6C-4A97-8487-50E0A1A5EE3B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7CC03EEA-9E6C-4A97-8487-50E0A1A5EE3B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7CC03EEA-9E6C-4A97-8487-50E0A1A5EE3B}.Release|Any CPU.Build.0 = Release|Any CPU
{89241915-35AD-4EBA-BE46-2344A6DC1C1E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{89241915-35AD-4EBA-BE46-2344A6DC1C1E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{89241915-35AD-4EBA-BE46-2344A6DC1C1E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{89241915-35AD-4EBA-BE46-2344A6DC1C1E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal