-
Notifications
You must be signed in to change notification settings - Fork 1
/
AccountTransfer.NetCore.sln
51 lines (51 loc) · 2.9 KB
/
AccountTransfer.NetCore.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.26730.12
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SiloHost", "src\SiloHost\SiloHost.csproj", "{8833CADE-80B5-4AA1-835E-594E907C58DF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "OrleansClient", "src\OrleansClient\OrleansClient.csproj", "{18DFEAE0-0000-4EFF-825F-2150B0C509F8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AccountTransfer.Interfaces", "src\AccountTransfer.Interfaces\AccountTransfer.Interfaces.csproj", "{1977C291-BE23-415A-8305-9E6F7B23203D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AccountTransfer.Grains", "src\AccountTransfer.Grains\AccountTransfer.Grains.csproj", "{C8097F83-2D0E-4FFD-AEAE-AA075141289C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{3C202E56-5082-4C00-9438-E0DFAAEC9326}"
ProjectSection(SolutionItems) = preProject
BuildAndRun.ps1 = BuildAndRun.ps1
BuildAndRun.sh = BuildAndRun.sh
NuGet.Config = NuGet.Config
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
{8833CADE-80B5-4AA1-835E-594E907C58DF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8833CADE-80B5-4AA1-835E-594E907C58DF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8833CADE-80B5-4AA1-835E-594E907C58DF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8833CADE-80B5-4AA1-835E-594E907C58DF}.Release|Any CPU.Build.0 = Release|Any CPU
{18DFEAE0-0000-4EFF-825F-2150B0C509F8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{18DFEAE0-0000-4EFF-825F-2150B0C509F8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{18DFEAE0-0000-4EFF-825F-2150B0C509F8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{18DFEAE0-0000-4EFF-825F-2150B0C509F8}.Release|Any CPU.Build.0 = Release|Any CPU
{1977C291-BE23-415A-8305-9E6F7B23203D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1977C291-BE23-415A-8305-9E6F7B23203D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1977C291-BE23-415A-8305-9E6F7B23203D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1977C291-BE23-415A-8305-9E6F7B23203D}.Release|Any CPU.Build.0 = Release|Any CPU
{C8097F83-2D0E-4FFD-AEAE-AA075141289C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C8097F83-2D0E-4FFD-AEAE-AA075141289C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C8097F83-2D0E-4FFD-AEAE-AA075141289C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C8097F83-2D0E-4FFD-AEAE-AA075141289C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {770CE15D-FCF4-4F37-BBC3-B62DEEFFB973}
EndGlobalSection
EndGlobal