-
Notifications
You must be signed in to change notification settings - Fork 0
/
MvcProjectCamp.sln
43 lines (43 loc) · 2.52 KB
/
MvcProjectCamp.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.1340
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MvcProjectCamp", "MvcProjectCamp\MvcProjectCamp.csproj", "{3D640040-E5E7-434D-BD2D-7D90AED664C7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EntityLayer", "EntityLayer\EntityLayer.csproj", "{D7FDC3C6-FBD3-4469-9670-D71F19518483}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DataAccessLayer", "DataAccessLayer\DataAccessLayer.csproj", "{75E91DA6-FDC2-4F24-B1CE-5B7198C61617}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BusinessLayer", "BusinessLayer\BusinessLayer.csproj", "{C5E00673-8BE8-4B32-8486-B860359AAE50}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3D640040-E5E7-434D-BD2D-7D90AED664C7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3D640040-E5E7-434D-BD2D-7D90AED664C7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3D640040-E5E7-434D-BD2D-7D90AED664C7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3D640040-E5E7-434D-BD2D-7D90AED664C7}.Release|Any CPU.Build.0 = Release|Any CPU
{D7FDC3C6-FBD3-4469-9670-D71F19518483}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D7FDC3C6-FBD3-4469-9670-D71F19518483}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D7FDC3C6-FBD3-4469-9670-D71F19518483}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D7FDC3C6-FBD3-4469-9670-D71F19518483}.Release|Any CPU.Build.0 = Release|Any CPU
{75E91DA6-FDC2-4F24-B1CE-5B7198C61617}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{75E91DA6-FDC2-4F24-B1CE-5B7198C61617}.Debug|Any CPU.Build.0 = Debug|Any CPU
{75E91DA6-FDC2-4F24-B1CE-5B7198C61617}.Release|Any CPU.ActiveCfg = Release|Any CPU
{75E91DA6-FDC2-4F24-B1CE-5B7198C61617}.Release|Any CPU.Build.0 = Release|Any CPU
{C5E00673-8BE8-4B32-8486-B860359AAE50}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C5E00673-8BE8-4B32-8486-B860359AAE50}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C5E00673-8BE8-4B32-8486-B860359AAE50}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C5E00673-8BE8-4B32-8486-B860359AAE50}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {7876E0C8-AC3C-4E81-A0B7-CE88F407DF8E}
EndGlobalSection
EndGlobal