forked from akkadotnet/Akka.Persistence.SqlServer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Akka.Persistence.SqlServer.sln
43 lines (43 loc) · 2.16 KB
/
Akka.Persistence.SqlServer.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26430.16
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "build", "build", "{D8BAD8E8-F881-4B23-8CCC-E5724CF9292B}"
ProjectSection(SolutionItems) = preProject
..\build.cmd = ..\build.cmd
..\build.fsx = ..\build.fsx
..\build.sh = ..\build.sh
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{85A25CFE-0B51-45FC-9C5E-271F9557F8D3}"
ProjectSection(SolutionItems) = preProject
..\README.md = ..\README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Akka.Persistence.SqlServer", "src\Akka.Persistence.SqlServer\Akka.Persistence.SqlServer.csproj", "{424D7800-6417-498D-A645-0E5EAF16C6D6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Akka.Persistence.SqlServer.Tests", "src\Akka.Persistence.SqlServer.Tests\Akka.Persistence.SqlServer.Tests.csproj", "{DEAC600E-5B71-4124-BE4B-5BF26C21575E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{424D7800-6417-498D-A645-0E5EAF16C6D6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{424D7800-6417-498D-A645-0E5EAF16C6D6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{424D7800-6417-498D-A645-0E5EAF16C6D6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{424D7800-6417-498D-A645-0E5EAF16C6D6}.Release|Any CPU.Build.0 = Release|Any CPU
{DEAC600E-5B71-4124-BE4B-5BF26C21575E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DEAC600E-5B71-4124-BE4B-5BF26C21575E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DEAC600E-5B71-4124-BE4B-5BF26C21575E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DEAC600E-5B71-4124-BE4B-5BF26C21575E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F5B10DE4-8703-405E-B6ED-DDFE0D20198D}
EndGlobalSection
EndGlobal