-
Notifications
You must be signed in to change notification settings - Fork 20
/
Orleans.Redis.sln
50 lines (50 loc) · 3.2 KB
/
Orleans.Redis.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2036
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Orleans.Persistence.Redis", "Orleans.Persistence.Redis\Orleans.Persistence.Redis.csproj", "{C64DA14D-16F0-4DC9-B329-FD71F6F2C8CB}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{AD3FE114-8745-460B-B200-7F0A3F3CA53F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Orleans.Persistence.Redis.TestGrains", "Tests\Orleans.Persistence.Redis.TestGrains\Orleans.Persistence.Redis.TestGrains.csproj", "{F401E365-B435-4970-8A54-F8D55161DCC0}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Orleans.Persistence.Redis.TestGrainInterfaces", "Tests\Orleans.Persistence.Redis.TestGrainInterfaces\Orleans.Persistence.Redis.TestGrainInterfaces.csproj", "{163837CC-AE6E-4BCD-A0F1-B67659E45695}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Orleans.Persistence.Redis.Tests", "Tests\Orleans.Persistence.Redis.Tests\Orleans.Persistence.Redis.Tests.csproj", "{055EA4B7-201B-4451-8368-1B41B26C28A8}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C64DA14D-16F0-4DC9-B329-FD71F6F2C8CB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C64DA14D-16F0-4DC9-B329-FD71F6F2C8CB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C64DA14D-16F0-4DC9-B329-FD71F6F2C8CB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C64DA14D-16F0-4DC9-B329-FD71F6F2C8CB}.Release|Any CPU.Build.0 = Release|Any CPU
{F401E365-B435-4970-8A54-F8D55161DCC0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F401E365-B435-4970-8A54-F8D55161DCC0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F401E365-B435-4970-8A54-F8D55161DCC0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F401E365-B435-4970-8A54-F8D55161DCC0}.Release|Any CPU.Build.0 = Release|Any CPU
{163837CC-AE6E-4BCD-A0F1-B67659E45695}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{163837CC-AE6E-4BCD-A0F1-B67659E45695}.Debug|Any CPU.Build.0 = Debug|Any CPU
{163837CC-AE6E-4BCD-A0F1-B67659E45695}.Release|Any CPU.ActiveCfg = Release|Any CPU
{163837CC-AE6E-4BCD-A0F1-B67659E45695}.Release|Any CPU.Build.0 = Release|Any CPU
{055EA4B7-201B-4451-8368-1B41B26C28A8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{055EA4B7-201B-4451-8368-1B41B26C28A8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{055EA4B7-201B-4451-8368-1B41B26C28A8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{055EA4B7-201B-4451-8368-1B41B26C28A8}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{F401E365-B435-4970-8A54-F8D55161DCC0} = {AD3FE114-8745-460B-B200-7F0A3F3CA53F}
{163837CC-AE6E-4BCD-A0F1-B67659E45695} = {AD3FE114-8745-460B-B200-7F0A3F3CA53F}
{055EA4B7-201B-4451-8368-1B41B26C28A8} = {AD3FE114-8745-460B-B200-7F0A3F3CA53F}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {EFCC50FD-8BD5-47BD-B3ED-500BCE9C93AA}
EndGlobalSection
EndGlobal