-
Notifications
You must be signed in to change notification settings - Fork 1
/
EventSourcing.sln
28 lines (28 loc) · 1.89 KB
/
EventSourcing.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
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EventSourcing.WithoutAggregates.API", "EventSourcing.WithoutAggregates.API\EventSourcing.WithoutAggregates.API.csproj", "{0300536A-FA0B-4C64-9661-57E8AA5BA9E3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EventSourcing.EventStoreDB.Common", "EventSourcing.EventStoreDB.Common\EventSourcing.EventStoreDB.Common.csproj", "{F2B2F016-D41C-4864-8BA2-D8C40C5C5662}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EventSourcing.Aggregates.API", "EventSourcing.Aggregates.API\EventSourcing.Aggregates.API.csproj", "{37D766AB-11DE-4702-A40C-6648F289FDF6}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0300536A-FA0B-4C64-9661-57E8AA5BA9E3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0300536A-FA0B-4C64-9661-57E8AA5BA9E3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0300536A-FA0B-4C64-9661-57E8AA5BA9E3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0300536A-FA0B-4C64-9661-57E8AA5BA9E3}.Release|Any CPU.Build.0 = Release|Any CPU
{F2B2F016-D41C-4864-8BA2-D8C40C5C5662}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F2B2F016-D41C-4864-8BA2-D8C40C5C5662}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F2B2F016-D41C-4864-8BA2-D8C40C5C5662}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F2B2F016-D41C-4864-8BA2-D8C40C5C5662}.Release|Any CPU.Build.0 = Release|Any CPU
{37D766AB-11DE-4702-A40C-6648F289FDF6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{37D766AB-11DE-4702-A40C-6648F289FDF6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{37D766AB-11DE-4702-A40C-6648F289FDF6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{37D766AB-11DE-4702-A40C-6648F289FDF6}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal