-
Notifications
You must be signed in to change notification settings - Fork 1
/
Godwit.Orleans.sln
43 lines (43 loc) · 2.57 KB
/
Godwit.Orleans.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30611.23
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Godwit.Interfaces", "Godwit.Interfaces\Godwit.Interfaces.csproj", "{2A360B34-27C3-4888-89F7-1855C57132BD}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Godwit.Grains", "Godwit.Grains\Godwit.Grains.csproj", "{B51051D5-505C-4D2E-BDAE-8B4E5A0E616C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Godwit.Silo", "Godwit.Silo\Godwit.Silo.csproj", "{FE1141CA-5FE3-46D7-A62F-51F9A05EB87B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Godwit.WebApi", "Godwit.WebApi\Godwit.WebApi.csproj", "{A62FD1CB-06E4-4A7C-9FF6-53444A6CAE7D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2A360B34-27C3-4888-89F7-1855C57132BD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2A360B34-27C3-4888-89F7-1855C57132BD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2A360B34-27C3-4888-89F7-1855C57132BD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2A360B34-27C3-4888-89F7-1855C57132BD}.Release|Any CPU.Build.0 = Release|Any CPU
{B51051D5-505C-4D2E-BDAE-8B4E5A0E616C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B51051D5-505C-4D2E-BDAE-8B4E5A0E616C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B51051D5-505C-4D2E-BDAE-8B4E5A0E616C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B51051D5-505C-4D2E-BDAE-8B4E5A0E616C}.Release|Any CPU.Build.0 = Release|Any CPU
{FE1141CA-5FE3-46D7-A62F-51F9A05EB87B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FE1141CA-5FE3-46D7-A62F-51F9A05EB87B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FE1141CA-5FE3-46D7-A62F-51F9A05EB87B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FE1141CA-5FE3-46D7-A62F-51F9A05EB87B}.Release|Any CPU.Build.0 = Release|Any CPU
{A62FD1CB-06E4-4A7C-9FF6-53444A6CAE7D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A62FD1CB-06E4-4A7C-9FF6-53444A6CAE7D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A62FD1CB-06E4-4A7C-9FF6-53444A6CAE7D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A62FD1CB-06E4-4A7C-9FF6-53444A6CAE7D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {0B284978-EA01-40F7-809A-0C9CCC610CF2}
EndGlobalSection
EndGlobal