-
Notifications
You must be signed in to change notification settings - Fork 10
/
LiquidProjections.PollingEventStore.sln
39 lines (39 loc) · 2.35 KB
/
LiquidProjections.PollingEventStore.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26430.15
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LiquidProjections.PollingEventStore", "Src\LiquidProjections.PollingEventStore\LiquidProjections.PollingEventStore.csproj", "{6BCA3127-2F9D-44A2-B162-CE8B49FEC870}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{C05F9764-3336-4A87-BA9F-7F9360E47629}"
ProjectSection(SolutionItems) = preProject
Src\.nuspec = Src\.nuspec
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LiquidProjections.PollingEventStore.Specs", "Tests\LiquidProjections.PollingEventStore.Specs\LiquidProjections.PollingEventStore.Specs.csproj", "{10FD8033-4296-4E33-A295-C046B0A1565B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SampleSubscriber", "Samples\SampleSubscriber\SampleSubscriber.csproj", "{00122333-DFAD-4496-867A-C8422AAF0EDC}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6BCA3127-2F9D-44A2-B162-CE8B49FEC870}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6BCA3127-2F9D-44A2-B162-CE8B49FEC870}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6BCA3127-2F9D-44A2-B162-CE8B49FEC870}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6BCA3127-2F9D-44A2-B162-CE8B49FEC870}.Release|Any CPU.Build.0 = Release|Any CPU
{10FD8033-4296-4E33-A295-C046B0A1565B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{10FD8033-4296-4E33-A295-C046B0A1565B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{10FD8033-4296-4E33-A295-C046B0A1565B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{10FD8033-4296-4E33-A295-C046B0A1565B}.Release|Any CPU.Build.0 = Release|Any CPU
{00122333-DFAD-4496-867A-C8422AAF0EDC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{00122333-DFAD-4496-867A-C8422AAF0EDC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{00122333-DFAD-4496-867A-C8422AAF0EDC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{00122333-DFAD-4496-867A-C8422AAF0EDC}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal