-
Notifications
You must be signed in to change notification settings - Fork 14
/
Orleans.EventSourcing.sln
79 lines (79 loc) · 5.38 KB
/
Orleans.EventSourcing.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
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}") = "Orleans.EventSourcing", "Orleans.EventSourcing\Orleans.EventSourcing.csproj", "{50826CCF-9BEF-4CF0-8FFB-08FD028CFC2A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Orleans.EventSourcing.UnitTests", "Orleans.EventSourcing.UnitTests\Orleans.EventSourcing.UnitTests.csproj", "{82238ACF-249E-4AA5-983A-873A2332A98E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Orleans.EventSourcing.SimpleInterface", "SimpleInterface\Orleans.EventSourcing.SimpleInterface.csproj", "{1BDBE34D-912E-492A-9D38-27F7F1901338}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Orleans.EventSourcing.Simple", "Simple\Orleans.EventSourcing.Simple.csproj", "{024BA7A1-969B-4816-B05C-EA0689C0D4A3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Orleans.EventSourcing.SimpleGrain", "SimpleGrain\Orleans.EventSourcing.SimpleGrain.csproj", "{8CEB3272-9926-4C62-8389-8C0793968301}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{70F9B801-3AA6-4E2B-8F04-55296160766C}"
ProjectSection(SolutionItems) = preProject
.nuget\NuGet.Config = .nuget\NuGet.Config
.nuget\NuGet.exe = .nuget\NuGet.exe
.nuget\NuGet.targets = .nuget\NuGet.targets
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Orleans.EventSourcing.MongoDB", "Orleans.EventSourcing.MongoDB\Orleans.EventSourcing.MongoDB.csproj", "{E5003DEA-41B3-4C64-80A4-0FCB56B287BE}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Orleans.EventSourcing.EventTypeCodeRegisterTool", "EventTypeCodeRegisterTool\Orleans.EventSourcing.EventTypeCodeRegisterTool.csproj", "{48B63A71-F405-410D-91FC-C91345318CFA}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Build", "Build", "{59D83221-D216-4C6E-A113-5DC7C80E2689}"
ProjectSection(SolutionItems) = preProject
Build.cmd = Build.cmd
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Orleans.EventSourcing.RabbitMqEventStreamProvider", "Orleans.EventSourcing.RabbitMqEventStreamProvider\Orleans.EventSourcing.RabbitMqEventStreamProvider.csproj", "{BA79ACD0-AF64-4B15-A427-6768B4D1CB15}"
EndProject
Global
GlobalSection(Performance) = preSolution
HasPerformanceSessions = true
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{50826CCF-9BEF-4CF0-8FFB-08FD028CFC2A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{50826CCF-9BEF-4CF0-8FFB-08FD028CFC2A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{50826CCF-9BEF-4CF0-8FFB-08FD028CFC2A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{50826CCF-9BEF-4CF0-8FFB-08FD028CFC2A}.Release|Any CPU.Build.0 = Release|Any CPU
{82238ACF-249E-4AA5-983A-873A2332A98E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{82238ACF-249E-4AA5-983A-873A2332A98E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{82238ACF-249E-4AA5-983A-873A2332A98E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{82238ACF-249E-4AA5-983A-873A2332A98E}.Release|Any CPU.Build.0 = Release|Any CPU
{1BDBE34D-912E-492A-9D38-27F7F1901338}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1BDBE34D-912E-492A-9D38-27F7F1901338}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1BDBE34D-912E-492A-9D38-27F7F1901338}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1BDBE34D-912E-492A-9D38-27F7F1901338}.Release|Any CPU.Build.0 = Release|Any CPU
{024BA7A1-969B-4816-B05C-EA0689C0D4A3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{024BA7A1-969B-4816-B05C-EA0689C0D4A3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{024BA7A1-969B-4816-B05C-EA0689C0D4A3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{024BA7A1-969B-4816-B05C-EA0689C0D4A3}.Release|Any CPU.Build.0 = Release|Any CPU
{8CEB3272-9926-4C62-8389-8C0793968301}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8CEB3272-9926-4C62-8389-8C0793968301}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8CEB3272-9926-4C62-8389-8C0793968301}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8CEB3272-9926-4C62-8389-8C0793968301}.Release|Any CPU.Build.0 = Release|Any CPU
{E5003DEA-41B3-4C64-80A4-0FCB56B287BE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E5003DEA-41B3-4C64-80A4-0FCB56B287BE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E5003DEA-41B3-4C64-80A4-0FCB56B287BE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E5003DEA-41B3-4C64-80A4-0FCB56B287BE}.Release|Any CPU.Build.0 = Release|Any CPU
{48B63A71-F405-410D-91FC-C91345318CFA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{48B63A71-F405-410D-91FC-C91345318CFA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{48B63A71-F405-410D-91FC-C91345318CFA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{48B63A71-F405-410D-91FC-C91345318CFA}.Release|Any CPU.Build.0 = Release|Any CPU
{BA79ACD0-AF64-4B15-A427-6768B4D1CB15}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BA79ACD0-AF64-4B15-A427-6768B4D1CB15}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BA79ACD0-AF64-4B15-A427-6768B4D1CB15}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BA79ACD0-AF64-4B15-A427-6768B4D1CB15}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal