-
Notifications
You must be signed in to change notification settings - Fork 0
/
RealEstateApplication.sln
49 lines (49 loc) · 2.98 KB
/
RealEstateApplication.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27004.2005
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RealEstateApplication", "RealEstateApplication\RealEstateApplication.csproj", "{1444A997-25D5-482E-92E1-77A828B79668}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MVC_DomainEntities", "MVC_DomainEntities\MVC_DomainEntities.csproj", "{F9F14355-05D0-43AC-8455-CCA771D85B82}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MVC_DAL", "MVC_DAL\MVC_DAL.csproj", "{1ECAE9AB-9578-4DE8-917C-39D43FB4D5B9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MVC_BLL", "MVC_BLL\MVC_BLL.csproj", "{BC1D5925-B5FA-46AA-820C-6D125275B27A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MVC_Common", "MVC_Common\MVC_Common.csproj", "{82F4088A-2F9C-405A-92C0-938DB24C74F8}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1444A997-25D5-482E-92E1-77A828B79668}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1444A997-25D5-482E-92E1-77A828B79668}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1444A997-25D5-482E-92E1-77A828B79668}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1444A997-25D5-482E-92E1-77A828B79668}.Release|Any CPU.Build.0 = Release|Any CPU
{F9F14355-05D0-43AC-8455-CCA771D85B82}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F9F14355-05D0-43AC-8455-CCA771D85B82}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F9F14355-05D0-43AC-8455-CCA771D85B82}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F9F14355-05D0-43AC-8455-CCA771D85B82}.Release|Any CPU.Build.0 = Release|Any CPU
{1ECAE9AB-9578-4DE8-917C-39D43FB4D5B9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1ECAE9AB-9578-4DE8-917C-39D43FB4D5B9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1ECAE9AB-9578-4DE8-917C-39D43FB4D5B9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1ECAE9AB-9578-4DE8-917C-39D43FB4D5B9}.Release|Any CPU.Build.0 = Release|Any CPU
{BC1D5925-B5FA-46AA-820C-6D125275B27A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BC1D5925-B5FA-46AA-820C-6D125275B27A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BC1D5925-B5FA-46AA-820C-6D125275B27A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BC1D5925-B5FA-46AA-820C-6D125275B27A}.Release|Any CPU.Build.0 = Release|Any CPU
{82F4088A-2F9C-405A-92C0-938DB24C74F8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{82F4088A-2F9C-405A-92C0-938DB24C74F8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{82F4088A-2F9C-405A-92C0-938DB24C74F8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{82F4088A-2F9C-405A-92C0-938DB24C74F8}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {0E0FFD99-6403-4B60-99E8-21FA307EA49F}
EndGlobalSection
EndGlobal