-
Notifications
You must be signed in to change notification settings - Fork 1
/
Estuite.sln
67 lines (67 loc) · 4.32 KB
/
Estuite.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Estuite.Specs.UnitTests", "Estuite.Specs.UnitTests\Estuite.Specs.UnitTests.csproj", "{E34BE9F3-1662-428D-80FB-A15D79372694}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Estuite.Example", "Estuite.Example\Estuite.Example.csproj", "{C488F728-D585-4838-91E9-EAA9A5377445}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{BC94C418-0E55-4D99-8C18-127FC6215684}"
ProjectSection(SolutionItems) = preProject
.gitattributes = .gitattributes
.gitignore = .gitignore
appveyor.yml = appveyor.yml
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Estuite.Domain", "Estuite.Domain\Estuite.Domain.csproj", "{9603D807-DC8B-4F18-A84B-17E945242AE5}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Estuite.StreamDispatcher", "Estuite.StreamDispatcher\Estuite.StreamDispatcher.csproj", "{634A1D49-6531-4A9D-8936-2A994999A606}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Estuite.StreamStore", "Estuite.StreamStore\Estuite.StreamStore.csproj", "{749EB64B-6A85-4E58-8FCA-0B94FDC171BB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Estuite.StreamStore.Azure", "Estuite.StreamStore.Azure\Estuite.StreamStore.Azure.csproj", "{A61158E6-B135-4351-BC2E-9669D89A8A89}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Estuite.StreamDispatcher.Azure", "Estuite.StreamDispatcher.Azure\Estuite.StreamDispatcher.Azure.csproj", "{1996AF2A-1193-4871-A9E9-108DDC87664C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E34BE9F3-1662-428D-80FB-A15D79372694}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E34BE9F3-1662-428D-80FB-A15D79372694}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E34BE9F3-1662-428D-80FB-A15D79372694}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E34BE9F3-1662-428D-80FB-A15D79372694}.Release|Any CPU.Build.0 = Release|Any CPU
{C488F728-D585-4838-91E9-EAA9A5377445}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C488F728-D585-4838-91E9-EAA9A5377445}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C488F728-D585-4838-91E9-EAA9A5377445}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C488F728-D585-4838-91E9-EAA9A5377445}.Release|Any CPU.Build.0 = Release|Any CPU
{9603D807-DC8B-4F18-A84B-17E945242AE5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9603D807-DC8B-4F18-A84B-17E945242AE5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9603D807-DC8B-4F18-A84B-17E945242AE5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9603D807-DC8B-4F18-A84B-17E945242AE5}.Release|Any CPU.Build.0 = Release|Any CPU
{634A1D49-6531-4A9D-8936-2A994999A606}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{634A1D49-6531-4A9D-8936-2A994999A606}.Debug|Any CPU.Build.0 = Debug|Any CPU
{634A1D49-6531-4A9D-8936-2A994999A606}.Release|Any CPU.ActiveCfg = Release|Any CPU
{634A1D49-6531-4A9D-8936-2A994999A606}.Release|Any CPU.Build.0 = Release|Any CPU
{749EB64B-6A85-4E58-8FCA-0B94FDC171BB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{749EB64B-6A85-4E58-8FCA-0B94FDC171BB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{749EB64B-6A85-4E58-8FCA-0B94FDC171BB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{749EB64B-6A85-4E58-8FCA-0B94FDC171BB}.Release|Any CPU.Build.0 = Release|Any CPU
{A61158E6-B135-4351-BC2E-9669D89A8A89}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A61158E6-B135-4351-BC2E-9669D89A8A89}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A61158E6-B135-4351-BC2E-9669D89A8A89}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A61158E6-B135-4351-BC2E-9669D89A8A89}.Release|Any CPU.Build.0 = Release|Any CPU
{1996AF2A-1193-4871-A9E9-108DDC87664C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1996AF2A-1193-4871-A9E9-108DDC87664C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1996AF2A-1193-4871-A9E9-108DDC87664C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1996AF2A-1193-4871-A9E9-108DDC87664C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal