-
-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathOrleansGettingStarted.sln
51 lines (51 loc) · 3.33 KB
/
OrleansGettingStarted.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27703.2047
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{E9107609-5D2A-4988-81F6-EDF031856CD0}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Kritner.OrleansGettingStarted.Client", "src\Kritner.OrleansGettingStarted.Client\Kritner.OrleansGettingStarted.Client.csproj", "{EAB651C0-703F-4D01-B38D-1224ABE9A865}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Kritner.OrleansGettingStarted.GrainInterfaces", "src\Kritner.OrleansGettingStarted.GrainInterfaces\Kritner.OrleansGettingStarted.GrainInterfaces.csproj", "{A2997108-2330-4544-B3B0-4EF2B4537E14}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Kritner.OrleansGettingStarted.Grains", "src\Kritner.OrleansGettingStarted.Grains\Kritner.OrleansGettingStarted.Grains.csproj", "{93D88312-0369-4858-8F2E-1A0F11FCB224}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Kritner.OrleansGettingStarted.SiloHost", "src\Kritner.OrleansGettingStarted.SiloHost\Kritner.OrleansGettingStarted.SiloHost.csproj", "{60C38B38-65C6-4F8F-AF7B-37ACC1D8E4FB}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{EAB651C0-703F-4D01-B38D-1224ABE9A865}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EAB651C0-703F-4D01-B38D-1224ABE9A865}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EAB651C0-703F-4D01-B38D-1224ABE9A865}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EAB651C0-703F-4D01-B38D-1224ABE9A865}.Release|Any CPU.Build.0 = Release|Any CPU
{A2997108-2330-4544-B3B0-4EF2B4537E14}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A2997108-2330-4544-B3B0-4EF2B4537E14}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A2997108-2330-4544-B3B0-4EF2B4537E14}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A2997108-2330-4544-B3B0-4EF2B4537E14}.Release|Any CPU.Build.0 = Release|Any CPU
{93D88312-0369-4858-8F2E-1A0F11FCB224}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{93D88312-0369-4858-8F2E-1A0F11FCB224}.Debug|Any CPU.Build.0 = Debug|Any CPU
{93D88312-0369-4858-8F2E-1A0F11FCB224}.Release|Any CPU.ActiveCfg = Release|Any CPU
{93D88312-0369-4858-8F2E-1A0F11FCB224}.Release|Any CPU.Build.0 = Release|Any CPU
{60C38B38-65C6-4F8F-AF7B-37ACC1D8E4FB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{60C38B38-65C6-4F8F-AF7B-37ACC1D8E4FB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{60C38B38-65C6-4F8F-AF7B-37ACC1D8E4FB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{60C38B38-65C6-4F8F-AF7B-37ACC1D8E4FB}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{EAB651C0-703F-4D01-B38D-1224ABE9A865} = {E9107609-5D2A-4988-81F6-EDF031856CD0}
{A2997108-2330-4544-B3B0-4EF2B4537E14} = {E9107609-5D2A-4988-81F6-EDF031856CD0}
{93D88312-0369-4858-8F2E-1A0F11FCB224} = {E9107609-5D2A-4988-81F6-EDF031856CD0}
{60C38B38-65C6-4F8F-AF7B-37ACC1D8E4FB} = {E9107609-5D2A-4988-81F6-EDF031856CD0}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A3713286-1C26-4298-9843-247ACCE599CC}
EndGlobalSection
EndGlobal