-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathHRManagementSystem.sln
More file actions
55 lines (55 loc) · 3.68 KB
/
HRManagementSystem.sln
File metadata and controls
55 lines (55 loc) · 3.68 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.10.35027.167
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HRManagementSystem.Common", "HRManagementSystem.Common\HRManagementSystem.Common.csproj", "{9281F4AF-C9C5-4C01-8BC7-D4B2D155880E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HRManagementSystem.Entity", "HRManagementSystem.Entity\HRManagementSystem.Entity.csproj", "{8A4905C3-2736-422E-A00B-061A96CC749A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HRManagementSystem.UI", "HRManagementSystem.UI\HRManagementSystem.UI.csproj", "{FFE50869-0278-43B0-845F-DA749BECF8A7}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HRManagementSystem.DataAccess", "HRManagementSystem.DataAccess\HRManagementSystem.DataAccess.csproj", "{0CBC602D-C366-40AE-900B-B1D829CC5774}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HRManagementSystem.Business", "HRManagementSystem.Business\HRManagementSystem.Business.csproj", "{D6F71DDA-B237-4C8F-B39B-1E39EFE4496D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HRManagementSystem.Dtos", "HRManagementSystem.Dtos\HRManagementSystem.Dtos.csproj", "{32D4C4FA-8C4E-445C-8190-C9A6B08BD2B8}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9281F4AF-C9C5-4C01-8BC7-D4B2D155880E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9281F4AF-C9C5-4C01-8BC7-D4B2D155880E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9281F4AF-C9C5-4C01-8BC7-D4B2D155880E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9281F4AF-C9C5-4C01-8BC7-D4B2D155880E}.Release|Any CPU.Build.0 = Release|Any CPU
{8A4905C3-2736-422E-A00B-061A96CC749A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8A4905C3-2736-422E-A00B-061A96CC749A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8A4905C3-2736-422E-A00B-061A96CC749A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8A4905C3-2736-422E-A00B-061A96CC749A}.Release|Any CPU.Build.0 = Release|Any CPU
{FFE50869-0278-43B0-845F-DA749BECF8A7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FFE50869-0278-43B0-845F-DA749BECF8A7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FFE50869-0278-43B0-845F-DA749BECF8A7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FFE50869-0278-43B0-845F-DA749BECF8A7}.Release|Any CPU.Build.0 = Release|Any CPU
{0CBC602D-C366-40AE-900B-B1D829CC5774}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0CBC602D-C366-40AE-900B-B1D829CC5774}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0CBC602D-C366-40AE-900B-B1D829CC5774}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0CBC602D-C366-40AE-900B-B1D829CC5774}.Release|Any CPU.Build.0 = Release|Any CPU
{D6F71DDA-B237-4C8F-B39B-1E39EFE4496D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D6F71DDA-B237-4C8F-B39B-1E39EFE4496D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D6F71DDA-B237-4C8F-B39B-1E39EFE4496D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D6F71DDA-B237-4C8F-B39B-1E39EFE4496D}.Release|Any CPU.Build.0 = Release|Any CPU
{32D4C4FA-8C4E-445C-8190-C9A6B08BD2B8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{32D4C4FA-8C4E-445C-8190-C9A6B08BD2B8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{32D4C4FA-8C4E-445C-8190-C9A6B08BD2B8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{32D4C4FA-8C4E-445C-8190-C9A6B08BD2B8}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B8E471BF-2274-4CEA-A7BD-83A98B80259F}
EndGlobalSection
EndGlobal