-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathTheFlow.sln
88 lines (88 loc) · 6.23 KB
/
TheFlow.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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27703.2026
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{2AFA7CC5-EF58-4D58-AD54-653D990D79C8}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{7CC700FF-8971-4F63-8E4B-D193568AFD65}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TheFlow", "src\TheFlow\TheFlow.csproj", "{DDC79BF6-89BB-4B19-8BA2-7FFF17BD489C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TheFlow.Tests", "test\TheFlow.Tests\TheFlow.Tests.csproj", "{A8554CC2-A691-4199-BE25-90D0FDA02F74}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "other", "other", "{2308C063-E582-4157-9475-4CF1DFA3D15E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Playground", "other\Playground\Playground.csproj", "{6F8A2B04-412B-495F-B1B8-E4C9C8F53C42}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TheFlow.Infrastructure.Stores.InstancesStore.RavenDB", "src\TheFlow.Infrastructure.Stores.InstancesStore.RavenDB\TheFlow.Infrastructure.Stores.InstancesStore.RavenDB.csproj", "{E1B19CB3-3AD4-425F-A6DD-A178989C3081}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "notifications", "notifications", "{5D6175D4-AFD3-4819-92AE-26FA42B7D1A3}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TheFlow.Notifications.Application", "other\notifications\TheFlow.Notifications.Application\TheFlow.Notifications.Application.csproj", "{194B12E0-D24C-480F-B511-B97A5A763265}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TheFlow.Notifications.WebApi", "other\notifications\TheFlow.Notifications.WebApi\TheFlow.Notifications.WebApi.csproj", "{B82E848D-1740-47ED-B864-109F547560D0}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "external", "external", "{9C2860A8-A401-4BEC-AD91-29DB9ABF5757}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.AspNetCore.HealthChecks", "external\HealthChecks\src\Microsoft.AspNetCore.HealthChecks\Microsoft.AspNetCore.HealthChecks.csproj", "{954564DD-A7E5-46C6-B440-6C136496F0CC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.Extensions.HealthChecks", "external\HealthChecks\src\Microsoft.Extensions.HealthChecks\Microsoft.Extensions.HealthChecks.csproj", "{DC541356-22AC-43BF-A450-D7896D32902F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DDC79BF6-89BB-4B19-8BA2-7FFF17BD489C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DDC79BF6-89BB-4B19-8BA2-7FFF17BD489C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DDC79BF6-89BB-4B19-8BA2-7FFF17BD489C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DDC79BF6-89BB-4B19-8BA2-7FFF17BD489C}.Release|Any CPU.Build.0 = Release|Any CPU
{A8554CC2-A691-4199-BE25-90D0FDA02F74}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A8554CC2-A691-4199-BE25-90D0FDA02F74}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A8554CC2-A691-4199-BE25-90D0FDA02F74}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A8554CC2-A691-4199-BE25-90D0FDA02F74}.Release|Any CPU.Build.0 = Release|Any CPU
{6F8A2B04-412B-495F-B1B8-E4C9C8F53C42}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6F8A2B04-412B-495F-B1B8-E4C9C8F53C42}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6F8A2B04-412B-495F-B1B8-E4C9C8F53C42}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6F8A2B04-412B-495F-B1B8-E4C9C8F53C42}.Release|Any CPU.Build.0 = Release|Any CPU
{E1B19CB3-3AD4-425F-A6DD-A178989C3081}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E1B19CB3-3AD4-425F-A6DD-A178989C3081}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E1B19CB3-3AD4-425F-A6DD-A178989C3081}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E1B19CB3-3AD4-425F-A6DD-A178989C3081}.Release|Any CPU.Build.0 = Release|Any CPU
{194B12E0-D24C-480F-B511-B97A5A763265}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{194B12E0-D24C-480F-B511-B97A5A763265}.Debug|Any CPU.Build.0 = Debug|Any CPU
{194B12E0-D24C-480F-B511-B97A5A763265}.Release|Any CPU.ActiveCfg = Release|Any CPU
{194B12E0-D24C-480F-B511-B97A5A763265}.Release|Any CPU.Build.0 = Release|Any CPU
{B82E848D-1740-47ED-B864-109F547560D0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B82E848D-1740-47ED-B864-109F547560D0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B82E848D-1740-47ED-B864-109F547560D0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B82E848D-1740-47ED-B864-109F547560D0}.Release|Any CPU.Build.0 = Release|Any CPU
{954564DD-A7E5-46C6-B440-6C136496F0CC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{954564DD-A7E5-46C6-B440-6C136496F0CC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{954564DD-A7E5-46C6-B440-6C136496F0CC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{954564DD-A7E5-46C6-B440-6C136496F0CC}.Release|Any CPU.Build.0 = Release|Any CPU
{DC541356-22AC-43BF-A450-D7896D32902F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DC541356-22AC-43BF-A450-D7896D32902F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DC541356-22AC-43BF-A450-D7896D32902F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DC541356-22AC-43BF-A450-D7896D32902F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{DDC79BF6-89BB-4B19-8BA2-7FFF17BD489C} = {2AFA7CC5-EF58-4D58-AD54-653D990D79C8}
{A8554CC2-A691-4199-BE25-90D0FDA02F74} = {7CC700FF-8971-4F63-8E4B-D193568AFD65}
{6F8A2B04-412B-495F-B1B8-E4C9C8F53C42} = {2308C063-E582-4157-9475-4CF1DFA3D15E}
{E1B19CB3-3AD4-425F-A6DD-A178989C3081} = {2AFA7CC5-EF58-4D58-AD54-653D990D79C8}
{5D6175D4-AFD3-4819-92AE-26FA42B7D1A3} = {2308C063-E582-4157-9475-4CF1DFA3D15E}
{194B12E0-D24C-480F-B511-B97A5A763265} = {5D6175D4-AFD3-4819-92AE-26FA42B7D1A3}
{B82E848D-1740-47ED-B864-109F547560D0} = {5D6175D4-AFD3-4819-92AE-26FA42B7D1A3}
{954564DD-A7E5-46C6-B440-6C136496F0CC} = {9C2860A8-A401-4BEC-AD91-29DB9ABF5757}
{DC541356-22AC-43BF-A450-D7896D32902F} = {9C2860A8-A401-4BEC-AD91-29DB9ABF5757}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {6D85A4F6-90E3-4DA8-A5EB-A64D4DA53AC4}
EndGlobalSection
EndGlobal