-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathApartmentManagementSystem.sln
43 lines (43 loc) · 2.75 KB
/
ApartmentManagementSystem.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 Version 17
VisualStudioVersion = 17.8.34408.163
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ApartmentManagementSystem.API", "ApartmentManagementSystem.API\ApartmentManagementSystem.API.csproj", "{47C6D04C-B38C-42F6-BEB3-0C9EA72BC592}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ApartmentManagementSystem.Core", "ApartmentManagementSystem.Core\ApartmentManagementSystem.Core.csproj", "{25E95701-82DA-4C68-84D8-3F106DB06B65}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ApartmentManagementSystem.Infrastructure", "ApartmentManagementSystem.Infrastructure\ApartmentManagementSystem.Infrastructure.csproj", "{6C709009-6B92-4774-9F78-319CAF42BA3D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ApartmentManagementSystem.Models", "ApartmentManagementSystem.Models\ApartmentManagementSystem.Models.csproj", "{8F845EE9-22D1-4AE4-BF97-A2CF99F3BB38}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{47C6D04C-B38C-42F6-BEB3-0C9EA72BC592}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{47C6D04C-B38C-42F6-BEB3-0C9EA72BC592}.Debug|Any CPU.Build.0 = Debug|Any CPU
{47C6D04C-B38C-42F6-BEB3-0C9EA72BC592}.Release|Any CPU.ActiveCfg = Release|Any CPU
{47C6D04C-B38C-42F6-BEB3-0C9EA72BC592}.Release|Any CPU.Build.0 = Release|Any CPU
{25E95701-82DA-4C68-84D8-3F106DB06B65}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{25E95701-82DA-4C68-84D8-3F106DB06B65}.Debug|Any CPU.Build.0 = Debug|Any CPU
{25E95701-82DA-4C68-84D8-3F106DB06B65}.Release|Any CPU.ActiveCfg = Release|Any CPU
{25E95701-82DA-4C68-84D8-3F106DB06B65}.Release|Any CPU.Build.0 = Release|Any CPU
{6C709009-6B92-4774-9F78-319CAF42BA3D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6C709009-6B92-4774-9F78-319CAF42BA3D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6C709009-6B92-4774-9F78-319CAF42BA3D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6C709009-6B92-4774-9F78-319CAF42BA3D}.Release|Any CPU.Build.0 = Release|Any CPU
{8F845EE9-22D1-4AE4-BF97-A2CF99F3BB38}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8F845EE9-22D1-4AE4-BF97-A2CF99F3BB38}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8F845EE9-22D1-4AE4-BF97-A2CF99F3BB38}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8F845EE9-22D1-4AE4-BF97-A2CF99F3BB38}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {FF9F97DD-2792-4D09-A027-398B6953F730}
EndGlobalSection
EndGlobal