-
Notifications
You must be signed in to change notification settings - Fork 11
/
Orleans.EventSourcing.Snapshot.sln
57 lines (57 loc) · 3.68 KB
/
Orleans.EventSourcing.Snapshot.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29409.12
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Orleans.EventSourcing.Snapshot", "src\Orleans.EventSourcing.Snapshot\Orleans.EventSourcing.Snapshot.csproj", "{63B6E76F-5A25-4021-B816-41465C218E6C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Samples", "Samples", "{84F6FF66-BD59-43B7-83AE-2D90937C93ED}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SimpleSample.GrainInterfaces", "samples\SimpleSample.GrainInterfaces\SimpleSample.GrainInterfaces.csproj", "{46C3F25B-6094-43BF-B31F-8B32CE2451B4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SimpleSample.Grains", "samples\SimpleSample.Grains\SimpleSample.Grains.csproj", "{46257723-0CC5-429A-9543-0E175536C95F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SimpleSample.Silo", "samples\SimpleSample.Silo\SimpleSample.Silo.csproj", "{4AAEFD08-1B80-415B-B211-BC4F8C09B66E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SimpleSample.Client", "samples\SimpleSample.Client\SimpleSample.Client.csproj", "{5BF46921-800F-46BF-9699-EE2E9B3BE7D7}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{63B6E76F-5A25-4021-B816-41465C218E6C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{63B6E76F-5A25-4021-B816-41465C218E6C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{63B6E76F-5A25-4021-B816-41465C218E6C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{63B6E76F-5A25-4021-B816-41465C218E6C}.Release|Any CPU.Build.0 = Release|Any CPU
{46C3F25B-6094-43BF-B31F-8B32CE2451B4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{46C3F25B-6094-43BF-B31F-8B32CE2451B4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{46C3F25B-6094-43BF-B31F-8B32CE2451B4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{46C3F25B-6094-43BF-B31F-8B32CE2451B4}.Release|Any CPU.Build.0 = Release|Any CPU
{46257723-0CC5-429A-9543-0E175536C95F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{46257723-0CC5-429A-9543-0E175536C95F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{46257723-0CC5-429A-9543-0E175536C95F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{46257723-0CC5-429A-9543-0E175536C95F}.Release|Any CPU.Build.0 = Release|Any CPU
{4AAEFD08-1B80-415B-B211-BC4F8C09B66E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4AAEFD08-1B80-415B-B211-BC4F8C09B66E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4AAEFD08-1B80-415B-B211-BC4F8C09B66E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4AAEFD08-1B80-415B-B211-BC4F8C09B66E}.Release|Any CPU.Build.0 = Release|Any CPU
{5BF46921-800F-46BF-9699-EE2E9B3BE7D7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5BF46921-800F-46BF-9699-EE2E9B3BE7D7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5BF46921-800F-46BF-9699-EE2E9B3BE7D7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5BF46921-800F-46BF-9699-EE2E9B3BE7D7}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{46C3F25B-6094-43BF-B31F-8B32CE2451B4} = {84F6FF66-BD59-43B7-83AE-2D90937C93ED}
{46257723-0CC5-429A-9543-0E175536C95F} = {84F6FF66-BD59-43B7-83AE-2D90937C93ED}
{4AAEFD08-1B80-415B-B211-BC4F8C09B66E} = {84F6FF66-BD59-43B7-83AE-2D90937C93ED}
{5BF46921-800F-46BF-9699-EE2E9B3BE7D7} = {84F6FF66-BD59-43B7-83AE-2D90937C93ED}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {18A7AD46-266A-4C05-835A-6A2FA2858BFC}
EndGlobalSection
EndGlobal