-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathHouseRentingSystem.sln
More file actions
37 lines (37 loc) · 2.15 KB
/
Copy pathHouseRentingSystem.sln
File metadata and controls
37 lines (37 loc) · 2.15 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.8.34330.188
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HouseRentingSystem", "HouseRentingSystem\HouseRentingSystem.csproj", "{81F7A79C-643E-493B-B158-9714511B5908}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HouseRentingSystem.Core", "HouseRentingSystem.Core\HouseRentingSystem.Core.csproj", "{C36DC5A5-D933-4A45-B9EB-FDAB396140DA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HouseRentingSystem.Infrastructure", "HouseRentingSystem.Infrastructure\HouseRentingSystem.Infrastructure.csproj", "{7BB7FCE4-BA8B-4736-B2D4-299426D89C22}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{81F7A79C-643E-493B-B158-9714511B5908}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{81F7A79C-643E-493B-B158-9714511B5908}.Debug|Any CPU.Build.0 = Debug|Any CPU
{81F7A79C-643E-493B-B158-9714511B5908}.Release|Any CPU.ActiveCfg = Release|Any CPU
{81F7A79C-643E-493B-B158-9714511B5908}.Release|Any CPU.Build.0 = Release|Any CPU
{C36DC5A5-D933-4A45-B9EB-FDAB396140DA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C36DC5A5-D933-4A45-B9EB-FDAB396140DA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C36DC5A5-D933-4A45-B9EB-FDAB396140DA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C36DC5A5-D933-4A45-B9EB-FDAB396140DA}.Release|Any CPU.Build.0 = Release|Any CPU
{7BB7FCE4-BA8B-4736-B2D4-299426D89C22}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7BB7FCE4-BA8B-4736-B2D4-299426D89C22}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7BB7FCE4-BA8B-4736-B2D4-299426D89C22}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7BB7FCE4-BA8B-4736-B2D4-299426D89C22}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {58032FB8-AF18-44E6-9F8F-40F7E4F2D59F}
EndGlobalSection
EndGlobal