-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTaskManagementSystem.sln
More file actions
46 lines (46 loc) · 3.12 KB
/
Copy pathTaskManagementSystem.sln
File metadata and controls
46 lines (46 loc) · 3.12 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TaskManagementSystem.API", "TaskManagementSystem.API\TaskManagementSystem.API.csproj", "{F071AB65-3440-4EA4-950D-AF9921E42B72}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TaskManagementSystem.Core", "TaskManagementSystem.Core\TaskManagementSystem.Core.csproj", "{33F9436D-7FF6-4AE5-BFF3-D74570957708}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TaskManagementSystem.Infrastructure", "TaskManagementSystem.Infrastructure\TaskManagementSystem.Infrastructure.csproj", "{79859289-75D0-48BC-AEF3-3B3A8538CE3D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TaskManagementSystem.Web", "TaskManagementSystem.Web\TaskManagementSystem.Web.csproj", "{65BC3EDB-B0D2-420C-89A5-28017A98B6AC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TaskManagementSystem.Tests", "TaskManagementSystem.Tests\TaskManagementSystem.Tests.csproj", "{6B7A69BA-2556-4EB2-AAC0-E8098E18C846}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F071AB65-3440-4EA4-950D-AF9921E42B72}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F071AB65-3440-4EA4-950D-AF9921E42B72}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F071AB65-3440-4EA4-950D-AF9921E42B72}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F071AB65-3440-4EA4-950D-AF9921E42B72}.Release|Any CPU.Build.0 = Release|Any CPU
{33F9436D-7FF6-4AE5-BFF3-D74570957708}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{33F9436D-7FF6-4AE5-BFF3-D74570957708}.Debug|Any CPU.Build.0 = Debug|Any CPU
{33F9436D-7FF6-4AE5-BFF3-D74570957708}.Release|Any CPU.ActiveCfg = Release|Any CPU
{33F9436D-7FF6-4AE5-BFF3-D74570957708}.Release|Any CPU.Build.0 = Release|Any CPU
{79859289-75D0-48BC-AEF3-3B3A8538CE3D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{79859289-75D0-48BC-AEF3-3B3A8538CE3D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{79859289-75D0-48BC-AEF3-3B3A8538CE3D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{79859289-75D0-48BC-AEF3-3B3A8538CE3D}.Release|Any CPU.Build.0 = Release|Any CPU
{65BC3EDB-B0D2-420C-89A5-28017A98B6AC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{65BC3EDB-B0D2-420C-89A5-28017A98B6AC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{65BC3EDB-B0D2-420C-89A5-28017A98B6AC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{65BC3EDB-B0D2-420C-89A5-28017A98B6AC}.Release|Any CPU.Build.0 = Release|Any CPU
{6B7A69BA-2556-4EB2-AAC0-E8098E18C846}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6B7A69BA-2556-4EB2-AAC0-E8098E18C846}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6B7A69BA-2556-4EB2-AAC0-E8098E18C846}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6B7A69BA-2556-4EB2-AAC0-E8098E18C846}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal