-
Notifications
You must be signed in to change notification settings - Fork 0
/
LeaveRequest.Api.sln
48 lines (48 loc) · 2.85 KB
/
LeaveRequest.Api.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
44
45
46
47
48
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30611.23
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LeaveRequest.Api", "LeaveRequest.Api\LeaveRequest.Api.csproj", "{4CAAD726-F679-450F-8004-3262CE0CCF00}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LeaveRequest.Application", "LeaveRequest.Application\LeaveRequest.Application.csproj", "{EDB14EB4-F3BD-49D4-8CEB-84FD94E664AC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LeaveRequest.Domain", "LeaveRequest.Domain\LeaveRequest.Domain.csproj", "{5B29A4D8-ECC2-42F5-B360-594F7E9E2821}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LeaveRequest.Infrastructure", "LeaveRequest.Infrastructure\LeaveRequest.Infrastructure.csproj", "{D3AD08EC-8748-4EEA-81DB-C78DFB9A7119}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{678BD205-5650-4A8A-8E15-981366404089}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4CAAD726-F679-450F-8004-3262CE0CCF00}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4CAAD726-F679-450F-8004-3262CE0CCF00}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4CAAD726-F679-450F-8004-3262CE0CCF00}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4CAAD726-F679-450F-8004-3262CE0CCF00}.Release|Any CPU.Build.0 = Release|Any CPU
{EDB14EB4-F3BD-49D4-8CEB-84FD94E664AC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EDB14EB4-F3BD-49D4-8CEB-84FD94E664AC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EDB14EB4-F3BD-49D4-8CEB-84FD94E664AC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EDB14EB4-F3BD-49D4-8CEB-84FD94E664AC}.Release|Any CPU.Build.0 = Release|Any CPU
{5B29A4D8-ECC2-42F5-B360-594F7E9E2821}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5B29A4D8-ECC2-42F5-B360-594F7E9E2821}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5B29A4D8-ECC2-42F5-B360-594F7E9E2821}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5B29A4D8-ECC2-42F5-B360-594F7E9E2821}.Release|Any CPU.Build.0 = Release|Any CPU
{D3AD08EC-8748-4EEA-81DB-C78DFB9A7119}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D3AD08EC-8748-4EEA-81DB-C78DFB9A7119}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D3AD08EC-8748-4EEA-81DB-C78DFB9A7119}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D3AD08EC-8748-4EEA-81DB-C78DFB9A7119}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {FFAE60FC-8096-44DA-88F3-0CF39D868B3C}
EndGlobalSection
EndGlobal