-
Notifications
You must be signed in to change notification settings - Fork 6
/
Akka.Persistence.Reminders.sln
42 lines (42 loc) · 2.02 KB
/
Akka.Persistence.Reminders.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27004.2008
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Akka.Persistence.Reminders", "Akka.Persistence.Reminders\Akka.Persistence.Reminders.csproj", "{10C19DB1-541C-49DD-8607-AA536D909064}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Akka.Persistence.Reminders.Tests", "Akka.Persistence.Reminders.Tests\Akka.Persistence.Reminders.Tests.csproj", "{4159F283-EB51-41D3-8302-A1A4757E83EB}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{BF333720-0308-4AA2-86B3-046D41334EF8}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
build.sh = build.sh
LICENSE = LICENSE
README.md = README.md
RELEASE_NOTES.md = RELEASE_NOTES.md
push.sh = push.sh
pack.sh = pack.sh
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{10C19DB1-541C-49DD-8607-AA536D909064}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{10C19DB1-541C-49DD-8607-AA536D909064}.Debug|Any CPU.Build.0 = Debug|Any CPU
{10C19DB1-541C-49DD-8607-AA536D909064}.Release|Any CPU.ActiveCfg = Release|Any CPU
{10C19DB1-541C-49DD-8607-AA536D909064}.Release|Any CPU.Build.0 = Release|Any CPU
{4159F283-EB51-41D3-8302-A1A4757E83EB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4159F283-EB51-41D3-8302-A1A4757E83EB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4159F283-EB51-41D3-8302-A1A4757E83EB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4159F283-EB51-41D3-8302-A1A4757E83EB}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4E53E218-B3E8-4531-BB0D-D3A3346842C2}
EndGlobalSection
EndGlobal