forked from dotnet/orleans
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAdventure.sln
48 lines (48 loc) · 2.79 KB
/
Adventure.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31320.298
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AdventureGrainInterfaces", "AdventureGrainInterfaces\AdventureGrainInterfaces.csproj", "{982F8517-3A69-4D2C-BAEE-325F88543CC6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AdventureGrains", "AdventureGrains\AdventureGrains.csproj", "{47DC1063-B200-4383-B4AF-70BC35BF206C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AdventureServer", "AdventureServer\AdventureServer.csproj", "{B2766B42-9FF5-46A4-B5AA-ED32A3D88990}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AdventureClient", "AdventureClient\AdventureClient.csproj", "{20932297-7E65-458A-BC6A-67D0C98E5B89}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{B8608571-15E5-4A31-9D06-A1D8D08D2970}"
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
{982F8517-3A69-4D2C-BAEE-325F88543CC6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{982F8517-3A69-4D2C-BAEE-325F88543CC6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{982F8517-3A69-4D2C-BAEE-325F88543CC6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{982F8517-3A69-4D2C-BAEE-325F88543CC6}.Release|Any CPU.Build.0 = Release|Any CPU
{47DC1063-B200-4383-B4AF-70BC35BF206C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{47DC1063-B200-4383-B4AF-70BC35BF206C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{47DC1063-B200-4383-B4AF-70BC35BF206C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{47DC1063-B200-4383-B4AF-70BC35BF206C}.Release|Any CPU.Build.0 = Release|Any CPU
{B2766B42-9FF5-46A4-B5AA-ED32A3D88990}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B2766B42-9FF5-46A4-B5AA-ED32A3D88990}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B2766B42-9FF5-46A4-B5AA-ED32A3D88990}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B2766B42-9FF5-46A4-B5AA-ED32A3D88990}.Release|Any CPU.Build.0 = Release|Any CPU
{20932297-7E65-458A-BC6A-67D0C98E5B89}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{20932297-7E65-458A-BC6A-67D0C98E5B89}.Debug|Any CPU.Build.0 = Debug|Any CPU
{20932297-7E65-458A-BC6A-67D0C98E5B89}.Release|Any CPU.ActiveCfg = Release|Any CPU
{20932297-7E65-458A-BC6A-67D0C98E5B89}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A976B223-A32B-4428-B6E8-D6296FFD3074}
EndGlobalSection
EndGlobal