-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathHumanResourceCRM.sln
43 lines (43 loc) · 2.66 KB
/
HumanResourceCRM.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.5.33627.172
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HumanResourceCRM.Domain", "HumanResourceCRM.Domain\HumanResourceCRM.Domain.csproj", "{FEDF3C5B-16E6-4042-B62B-712310015D6D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HumanResourceCRM.Application", "HumanResourceCRM.Application\HumanResourceCRM.Application.csproj", "{FDDC9B02-BA17-4545-99B4-6991B969BCE0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HumanResourceCRM.Infrastructure", "HumanResourceCRM.Infrastructure\HumanResourceCRM.Infrastructure.csproj", "{C5527F36-E5F6-47C5-9E91-8FD41EE2825D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HumanResourceCRM.UI", "HumanResourceCRM.UI\HumanResourceCRM.UI.csproj", "{7700D224-FD35-403C-8D1A-F6481447FA3C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{FEDF3C5B-16E6-4042-B62B-712310015D6D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FEDF3C5B-16E6-4042-B62B-712310015D6D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FEDF3C5B-16E6-4042-B62B-712310015D6D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FEDF3C5B-16E6-4042-B62B-712310015D6D}.Release|Any CPU.Build.0 = Release|Any CPU
{FDDC9B02-BA17-4545-99B4-6991B969BCE0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FDDC9B02-BA17-4545-99B4-6991B969BCE0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FDDC9B02-BA17-4545-99B4-6991B969BCE0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FDDC9B02-BA17-4545-99B4-6991B969BCE0}.Release|Any CPU.Build.0 = Release|Any CPU
{C5527F36-E5F6-47C5-9E91-8FD41EE2825D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C5527F36-E5F6-47C5-9E91-8FD41EE2825D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C5527F36-E5F6-47C5-9E91-8FD41EE2825D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C5527F36-E5F6-47C5-9E91-8FD41EE2825D}.Release|Any CPU.Build.0 = Release|Any CPU
{7700D224-FD35-403C-8D1A-F6481447FA3C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7700D224-FD35-403C-8D1A-F6481447FA3C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7700D224-FD35-403C-8D1A-F6481447FA3C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7700D224-FD35-403C-8D1A-F6481447FA3C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {DEFA4BC8-5FA5-4F87-8D0F-A3889B1C9789}
EndGlobalSection
EndGlobal