forked from OrleansContrib/Orleans.Clustering.Cassandra
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Orleans.Clustering.Cassandra.sln
24 lines (24 loc) · 1.14 KB
/
Orleans.Clustering.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
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Orleans.Clustering.Cassandra", "src/Orleans.Clustering.Cassandra/Orleans.Clustering.Cassandra.csproj", "{715DE586-77D5-48B1-AB5F-C3FE4E2FA1FD}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "build", "build", "{91B10093-470D-4C12-A7A6-E1388E89937E}"
ProjectSection(SolutionItems) = preProject
build\build.ps1 = build\build.ps1
build\build.cmd = build\build.cmd
appveyor.yml = appveyor.yml
Directory.Build.props = Directory.Build.props
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{715DE586-77D5-48B1-AB5F-C3FE4E2FA1FD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{715DE586-77D5-48B1-AB5F-C3FE4E2FA1FD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{715DE586-77D5-48B1-AB5F-C3FE4E2FA1FD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{715DE586-77D5-48B1-AB5F-C3FE4E2FA1FD}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal