-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathTenantManagementSystem.sln
43 lines (43 loc) · 2.55 KB
/
TenantManagementSystem.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 16
VisualStudioVersion = 16.0.28721.148
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EA.TMS.Common", "EA.TMS.Common\EA.TMS.Common.csproj", "{7D06ABAB-508D-4E94-AD1D-C7F1601BD4C8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EA.TMS.DataAccess", "EA.TMS.DataAccess\EA.TMS.DataAccess.csproj", "{7BB622CA-BC6E-47D0-8F25-45C7ACD49092}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EA.TMS.Business", "EA.TMS.Business\EA.TMS.Business.csproj", "{40338A2A-AB95-4117-A50F-49DD853C55F2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EA.TMS.ServiceApp", "EA.TMS.ServiceApp\EA.TMS.ServiceApp.csproj", "{430FD0DC-CE26-4D86-BD0D-25DFA5A13E76}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7D06ABAB-508D-4E94-AD1D-C7F1601BD4C8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7D06ABAB-508D-4E94-AD1D-C7F1601BD4C8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7D06ABAB-508D-4E94-AD1D-C7F1601BD4C8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7D06ABAB-508D-4E94-AD1D-C7F1601BD4C8}.Release|Any CPU.Build.0 = Release|Any CPU
{7BB622CA-BC6E-47D0-8F25-45C7ACD49092}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7BB622CA-BC6E-47D0-8F25-45C7ACD49092}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7BB622CA-BC6E-47D0-8F25-45C7ACD49092}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7BB622CA-BC6E-47D0-8F25-45C7ACD49092}.Release|Any CPU.Build.0 = Release|Any CPU
{40338A2A-AB95-4117-A50F-49DD853C55F2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{40338A2A-AB95-4117-A50F-49DD853C55F2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{40338A2A-AB95-4117-A50F-49DD853C55F2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{40338A2A-AB95-4117-A50F-49DD853C55F2}.Release|Any CPU.Build.0 = Release|Any CPU
{430FD0DC-CE26-4D86-BD0D-25DFA5A13E76}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{430FD0DC-CE26-4D86-BD0D-25DFA5A13E76}.Debug|Any CPU.Build.0 = Debug|Any CPU
{430FD0DC-CE26-4D86-BD0D-25DFA5A13E76}.Release|Any CPU.ActiveCfg = Release|Any CPU
{430FD0DC-CE26-4D86-BD0D-25DFA5A13E76}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E89E90D7-366C-47E9-82B7-40D98615425C}
EndGlobalSection
EndGlobal