-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMvcProjeKampi.sln
43 lines (43 loc) · 2.51 KB
/
MvcProjeKampi.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.33026.149
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MvcProjeKampi", "MvcProjeKampi\MvcProjeKampi.csproj", "{A11C5BE0-55F9-44B9-B034-BBF91912125D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EntityLayer", "EntityLayer\EntityLayer.csproj", "{F4EB1AE5-1306-4602-A1C2-89876483FF3E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DataAccessLayer", "DataAccessLayer\DataAccessLayer.csproj", "{CBDB954A-751E-464E-A84A-6C76EF4D7E1B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BusinessLayer", "BusinessLayer\BusinessLayer.csproj", "{2F069B5E-63C4-4AB2-B240-12B0E1D0CA80}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A11C5BE0-55F9-44B9-B034-BBF91912125D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A11C5BE0-55F9-44B9-B034-BBF91912125D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A11C5BE0-55F9-44B9-B034-BBF91912125D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A11C5BE0-55F9-44B9-B034-BBF91912125D}.Release|Any CPU.Build.0 = Release|Any CPU
{F4EB1AE5-1306-4602-A1C2-89876483FF3E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F4EB1AE5-1306-4602-A1C2-89876483FF3E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F4EB1AE5-1306-4602-A1C2-89876483FF3E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F4EB1AE5-1306-4602-A1C2-89876483FF3E}.Release|Any CPU.Build.0 = Release|Any CPU
{CBDB954A-751E-464E-A84A-6C76EF4D7E1B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CBDB954A-751E-464E-A84A-6C76EF4D7E1B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CBDB954A-751E-464E-A84A-6C76EF4D7E1B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CBDB954A-751E-464E-A84A-6C76EF4D7E1B}.Release|Any CPU.Build.0 = Release|Any CPU
{2F069B5E-63C4-4AB2-B240-12B0E1D0CA80}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2F069B5E-63C4-4AB2-B240-12B0E1D0CA80}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2F069B5E-63C4-4AB2-B240-12B0E1D0CA80}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2F069B5E-63C4-4AB2-B240-12B0E1D0CA80}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D4CDFAA1-9965-43FB-B673-FD4C0E8A2FA4}
EndGlobalSection
EndGlobal