-
Notifications
You must be signed in to change notification settings - Fork 16
/
TheFlow.Core.sln
77 lines (77 loc) · 4.76 KB
/
TheFlow.Core.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
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("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TheFlow.Bpmn", "src\TheFlow.Bpmn\TheFlow.Bpmn.csproj", "{D6F2FB84-AA26-452C-BEB8-B641A8EC7759}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{911DC34B-8485-4741-82A6-FED97862926D}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
appveyor.yml = appveyor.yml
Build.ps1 = Build.ps1
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SimpleSaga", "other\SimpleSaga\SimpleSaga.csproj", "{A591C0F7-3B4A-407F-BE79-F7E8CB59D82F}"
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
{D6F2FB84-AA26-452C-BEB8-B641A8EC7759}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D6F2FB84-AA26-452C-BEB8-B641A8EC7759}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D6F2FB84-AA26-452C-BEB8-B641A8EC7759}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D6F2FB84-AA26-452C-BEB8-B641A8EC7759}.Release|Any CPU.Build.0 = Release|Any CPU
{A591C0F7-3B4A-407F-BE79-F7E8CB59D82F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A591C0F7-3B4A-407F-BE79-F7E8CB59D82F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A591C0F7-3B4A-407F-BE79-F7E8CB59D82F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A591C0F7-3B4A-407F-BE79-F7E8CB59D82F}.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}
{D6F2FB84-AA26-452C-BEB8-B641A8EC7759} = {2AFA7CC5-EF58-4D58-AD54-653D990D79C8}
{A591C0F7-3B4A-407F-BE79-F7E8CB59D82F} = {2308C063-E582-4157-9475-4CF1DFA3D15E}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {6D85A4F6-90E3-4DA8-A5EB-A64D4DA53AC4}
EndGlobalSection
EndGlobal