forked from dotnet/orleans
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathStreaming.sln
More file actions
54 lines (54 loc) · 3.15 KB
/
Streaming.sln
File metadata and controls
54 lines (54 loc) · 3.15 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.32210.238
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SiloHost", "SiloHost\SiloHost.csproj", "{1C8E6064-3305-4A71-BF1C-BC02AFFE7F56}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GrainInterfaces", "GrainInterfaces\GrainInterfaces.csproj", "{C0EF729D-05A8-4881-9ED0-7F8E3B30C844}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Grains", "Grains\Grains.csproj", "{0D607834-343C-473B-A988-F259F224A971}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Client", "Client\Client.csproj", "{810F140E-A03A-43A5-86C2-3CADBD3CC17F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Common", "..\Common\Common.csproj", "{F647D69F-D924-473E-975E-EAB93D671C67}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{9CA3ED91-FB0D-4777-B12B-C30583B0A3EB}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1C8E6064-3305-4A71-BF1C-BC02AFFE7F56}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1C8E6064-3305-4A71-BF1C-BC02AFFE7F56}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1C8E6064-3305-4A71-BF1C-BC02AFFE7F56}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1C8E6064-3305-4A71-BF1C-BC02AFFE7F56}.Release|Any CPU.Build.0 = Release|Any CPU
{C0EF729D-05A8-4881-9ED0-7F8E3B30C844}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C0EF729D-05A8-4881-9ED0-7F8E3B30C844}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C0EF729D-05A8-4881-9ED0-7F8E3B30C844}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C0EF729D-05A8-4881-9ED0-7F8E3B30C844}.Release|Any CPU.Build.0 = Release|Any CPU
{0D607834-343C-473B-A988-F259F224A971}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0D607834-343C-473B-A988-F259F224A971}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0D607834-343C-473B-A988-F259F224A971}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0D607834-343C-473B-A988-F259F224A971}.Release|Any CPU.Build.0 = Release|Any CPU
{810F140E-A03A-43A5-86C2-3CADBD3CC17F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{810F140E-A03A-43A5-86C2-3CADBD3CC17F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{810F140E-A03A-43A5-86C2-3CADBD3CC17F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{810F140E-A03A-43A5-86C2-3CADBD3CC17F}.Release|Any CPU.Build.0 = Release|Any CPU
{F647D69F-D924-473E-975E-EAB93D671C67}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F647D69F-D924-473E-975E-EAB93D671C67}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F647D69F-D924-473E-975E-EAB93D671C67}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F647D69F-D924-473E-975E-EAB93D671C67}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {0D2E5889-8459-4937-8150-AE3A419D52CE}
EndGlobalSection
EndGlobal