-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathKuna.EventStore.Extensions.sln
63 lines (63 loc) · 3.69 KB
/
Kuna.EventStore.Extensions.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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.8.34330.188
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Seeder", "Seeder", "{1A3C1D9E-7104-488F-8E03-B7AD400781A3}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Kuna.EventStore.Seeder", "Seeder\src\Kuna.EventStore.Seeder.csproj", "{2ED56522-725E-40FF-8869-4BEB425CD1D2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SeederExample", "Seeder\examples\SeederExample\SeederExample.csproj", "{625AA497-C9B7-4FF7-BA5A-569FCC12BC7B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "A Solution Items", "A Solution Items", "{E80094AA-51A4-4C69-B595-4EA9AC0FB11C}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
Directory.Packages.props = Directory.Packages.props
LICENSE = LICENSE
README.md = README.md
stylecop.json = stylecop.json
stylecop.ruleset = stylecop.ruleset
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Subscriptions", "Subscriptions", "{D52260F8-2E52-4678-95B2-EFE674481A8A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Kuna.EventStore.Subscriptions", "Subscriptions\src\Kuna.EventStore.Subscriptions.csproj", "{707C70E4-9460-4E5C-AEB3-6A2477F0937F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ResolvedEventsConsumerExample", "Subscriptions\examples\ResolvedEventsConsumerExample\ResolvedEventsConsumerExample.csproj", "{8DA30D31-087A-4F16-9F4B-EFBF7F030430}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2ED56522-725E-40FF-8869-4BEB425CD1D2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2ED56522-725E-40FF-8869-4BEB425CD1D2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2ED56522-725E-40FF-8869-4BEB425CD1D2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2ED56522-725E-40FF-8869-4BEB425CD1D2}.Release|Any CPU.Build.0 = Release|Any CPU
{625AA497-C9B7-4FF7-BA5A-569FCC12BC7B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{625AA497-C9B7-4FF7-BA5A-569FCC12BC7B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{625AA497-C9B7-4FF7-BA5A-569FCC12BC7B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{625AA497-C9B7-4FF7-BA5A-569FCC12BC7B}.Release|Any CPU.Build.0 = Release|Any CPU
{707C70E4-9460-4E5C-AEB3-6A2477F0937F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{707C70E4-9460-4E5C-AEB3-6A2477F0937F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{707C70E4-9460-4E5C-AEB3-6A2477F0937F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{707C70E4-9460-4E5C-AEB3-6A2477F0937F}.Release|Any CPU.Build.0 = Release|Any CPU
{8DA30D31-087A-4F16-9F4B-EFBF7F030430}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8DA30D31-087A-4F16-9F4B-EFBF7F030430}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8DA30D31-087A-4F16-9F4B-EFBF7F030430}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8DA30D31-087A-4F16-9F4B-EFBF7F030430}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{2ED56522-725E-40FF-8869-4BEB425CD1D2} = {1A3C1D9E-7104-488F-8E03-B7AD400781A3}
{625AA497-C9B7-4FF7-BA5A-569FCC12BC7B} = {1A3C1D9E-7104-488F-8E03-B7AD400781A3}
{707C70E4-9460-4E5C-AEB3-6A2477F0937F} = {D52260F8-2E52-4678-95B2-EFE674481A8A}
{8DA30D31-087A-4F16-9F4B-EFBF7F030430} = {D52260F8-2E52-4678-95B2-EFE674481A8A}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {45E1443C-CEC7-434B-8B6C-04EEF17B1BF9}
EndGlobalSection
EndGlobal