-
Notifications
You must be signed in to change notification settings - Fork 3
/
Orleans.Persistence.Cassandra.sln
25 lines (25 loc) · 1.17 KB
/
Orleans.Persistence.Cassandra.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
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Orleans.Persistence.Cassandra", "src/Orleans.Persistence.Cassandra/Orleans.Persistence.Cassandra.csproj", "{CE236835-013D-4939-B527-8A3ED969AD58}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "build", "build", "{55E3D561-868C-439F-B1F7-1F80F0E191BF}"
ProjectSection(SolutionItems) = preProject
appveyor.yml = appveyor.yml
build\build.cmd = build\build.cmd
build\build.ps1 = build\build.ps1
Directory.Build.props = Directory.Build.props
global.json = global.json
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{CE236835-013D-4939-B527-8A3ED969AD58}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CE236835-013D-4939-B527-8A3ED969AD58}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CE236835-013D-4939-B527-8A3ED969AD58}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CE236835-013D-4939-B527-8A3ED969AD58}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal