-
Notifications
You must be signed in to change notification settings - Fork 0
/
MS.Orleans.Profile.sln
55 lines (55 loc) · 3.48 KB
/
MS.Orleans.Profile.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
52
53
54
55
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.28803.352
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Profile.Silo", "Profile.Silo\Profile.Silo.csproj", "{116CF886-ADFB-4F90-9F1E-7940590D1085}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Profile.Core", "Profile.Core\Profile.Core.csproj", "{79815669-81CA-43EB-987D-2477C0309AC2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Profile.Interface", "Profile.Interface\Profile.Interface.csproj", "{8BDE93BE-253A-484C-AAA5-ECAD93200D27}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Profile.Grains", "Profile.Grains\Profile.Grains.csproj", "{C1CE0645-1BC0-49B2-B5F5-1629DAB13619}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Profile.Client", "Profile.Client\Profile.Client.csproj", "{8C17EA1B-EEFD-435D-BADC-6C85D7A13342}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Profile.Test", "Profile.Test\Profile.Test.csproj", "{95FC396D-CA18-4B3D-AA46-B73C22259B76}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{116CF886-ADFB-4F90-9F1E-7940590D1085}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{116CF886-ADFB-4F90-9F1E-7940590D1085}.Debug|Any CPU.Build.0 = Debug|Any CPU
{116CF886-ADFB-4F90-9F1E-7940590D1085}.Release|Any CPU.ActiveCfg = Release|Any CPU
{116CF886-ADFB-4F90-9F1E-7940590D1085}.Release|Any CPU.Build.0 = Release|Any CPU
{79815669-81CA-43EB-987D-2477C0309AC2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{79815669-81CA-43EB-987D-2477C0309AC2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{79815669-81CA-43EB-987D-2477C0309AC2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{79815669-81CA-43EB-987D-2477C0309AC2}.Release|Any CPU.Build.0 = Release|Any CPU
{8BDE93BE-253A-484C-AAA5-ECAD93200D27}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8BDE93BE-253A-484C-AAA5-ECAD93200D27}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8BDE93BE-253A-484C-AAA5-ECAD93200D27}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8BDE93BE-253A-484C-AAA5-ECAD93200D27}.Release|Any CPU.Build.0 = Release|Any CPU
{C1CE0645-1BC0-49B2-B5F5-1629DAB13619}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C1CE0645-1BC0-49B2-B5F5-1629DAB13619}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C1CE0645-1BC0-49B2-B5F5-1629DAB13619}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C1CE0645-1BC0-49B2-B5F5-1629DAB13619}.Release|Any CPU.Build.0 = Release|Any CPU
{8C17EA1B-EEFD-435D-BADC-6C85D7A13342}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8C17EA1B-EEFD-435D-BADC-6C85D7A13342}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8C17EA1B-EEFD-435D-BADC-6C85D7A13342}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8C17EA1B-EEFD-435D-BADC-6C85D7A13342}.Release|Any CPU.Build.0 = Release|Any CPU
{95FC396D-CA18-4B3D-AA46-B73C22259B76}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{95FC396D-CA18-4B3D-AA46-B73C22259B76}.Debug|Any CPU.Build.0 = Debug|Any CPU
{95FC396D-CA18-4B3D-AA46-B73C22259B76}.Release|Any CPU.ActiveCfg = Release|Any CPU
{95FC396D-CA18-4B3D-AA46-B73C22259B76}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {8AF2C2C4-0E25-4BA3-B4BE-387608CF8D9D}
EndGlobalSection
EndGlobal