-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTaskFlow.sln
More file actions
72 lines (72 loc) · 4.7 KB
/
TaskFlow.sln
File metadata and controls
72 lines (72 loc) · 4.7 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 18
VisualStudioVersion = 18.5.11619.145 insiders
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{7B002DB2-19B3-4FFF-B086-C3D42B836D38}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TaskFlow.Domain", "src\TaskFlow.Domain\TaskFlow.Domain.csproj", "{561E0805-D167-4892-BE40-944BF4967A70}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TaskFlow.Application", "src\TaskFlow.Application\TaskFlow.Application.csproj", "{12951B36-DCFE-45E9-8689-42F8D8FB6B4C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TaskFlow.Infrastructure", "src\TaskFlow.Infrastructure\TaskFlow.Infrastructure.csproj", "{466FB61D-D624-4045-9C64-1E180AEFE30A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TaskFlow.API", "src\TaskFlow.API\TaskFlow.API.csproj", "{0CBB8A2A-EEAD-49D1-A89C-7413308184D2}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{973C1CAB-F1C0-42B6-A46D-5BE86848AB3E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TaskFlow.UnitTests", "tests\TaskFlow.UnitTests\TaskFlow.UnitTests.csproj", "{832B42C3-6A3E-4B0E-9143-2F5BBC007650}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TaskFlow.IntegrationTests", "tests\TaskFlow.IntegrationTests\TaskFlow.IntegrationTests.csproj", "{B827E9A5-C915-4F5E-9D2A-D3733C3047BC}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{E9D05A64-C6E5-4D7A-A35D-07B50244C992}"
ProjectSection(SolutionItems) = preProject
docker-compose.yml = docker-compose.yml
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{561E0805-D167-4892-BE40-944BF4967A70}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{561E0805-D167-4892-BE40-944BF4967A70}.Debug|Any CPU.Build.0 = Debug|Any CPU
{561E0805-D167-4892-BE40-944BF4967A70}.Release|Any CPU.ActiveCfg = Release|Any CPU
{561E0805-D167-4892-BE40-944BF4967A70}.Release|Any CPU.Build.0 = Release|Any CPU
{12951B36-DCFE-45E9-8689-42F8D8FB6B4C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{12951B36-DCFE-45E9-8689-42F8D8FB6B4C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{12951B36-DCFE-45E9-8689-42F8D8FB6B4C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{12951B36-DCFE-45E9-8689-42F8D8FB6B4C}.Release|Any CPU.Build.0 = Release|Any CPU
{466FB61D-D624-4045-9C64-1E180AEFE30A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{466FB61D-D624-4045-9C64-1E180AEFE30A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{466FB61D-D624-4045-9C64-1E180AEFE30A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{466FB61D-D624-4045-9C64-1E180AEFE30A}.Release|Any CPU.Build.0 = Release|Any CPU
{0CBB8A2A-EEAD-49D1-A89C-7413308184D2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0CBB8A2A-EEAD-49D1-A89C-7413308184D2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0CBB8A2A-EEAD-49D1-A89C-7413308184D2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0CBB8A2A-EEAD-49D1-A89C-7413308184D2}.Release|Any CPU.Build.0 = Release|Any CPU
{832B42C3-6A3E-4B0E-9143-2F5BBC007650}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{832B42C3-6A3E-4B0E-9143-2F5BBC007650}.Debug|Any CPU.Build.0 = Debug|Any CPU
{832B42C3-6A3E-4B0E-9143-2F5BBC007650}.Release|Any CPU.ActiveCfg = Release|Any CPU
{832B42C3-6A3E-4B0E-9143-2F5BBC007650}.Release|Any CPU.Build.0 = Release|Any CPU
{B827E9A5-C915-4F5E-9D2A-D3733C3047BC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B827E9A5-C915-4F5E-9D2A-D3733C3047BC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B827E9A5-C915-4F5E-9D2A-D3733C3047BC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B827E9A5-C915-4F5E-9D2A-D3733C3047BC}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{561E0805-D167-4892-BE40-944BF4967A70} = {7B002DB2-19B3-4FFF-B086-C3D42B836D38}
{12951B36-DCFE-45E9-8689-42F8D8FB6B4C} = {7B002DB2-19B3-4FFF-B086-C3D42B836D38}
{466FB61D-D624-4045-9C64-1E180AEFE30A} = {7B002DB2-19B3-4FFF-B086-C3D42B836D38}
{0CBB8A2A-EEAD-49D1-A89C-7413308184D2} = {7B002DB2-19B3-4FFF-B086-C3D42B836D38}
{832B42C3-6A3E-4B0E-9143-2F5BBC007650} = {973C1CAB-F1C0-42B6-A46D-5BE86848AB3E}
{B827E9A5-C915-4F5E-9D2A-D3733C3047BC} = {973C1CAB-F1C0-42B6-A46D-5BE86848AB3E}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {92AB6675-C3A7-46BC-8412-93952E540596}
EndGlobalSection
EndGlobal