-
-
Notifications
You must be signed in to change notification settings - Fork 545
Expand file tree
/
Copy pathSolved.slnx
More file actions
37 lines (37 loc) · 2.83 KB
/
Solved.slnx
File metadata and controls
37 lines (37 loc) · 2.83 KB
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
<Solution>
<Folder Name="/docker/">
<File Path="docker-compose.arm.yml" />
<File Path="docker-compose.yml" />
</Folder>
<Folder Name="/docs/">
<File Path="README.md" />
</Folder>
<Project Path="Solved/01-EventsDefinition/01-EventsDefinition.csproj" />
<Project Path="Solved/02-GettingStateFromEvents/02-GettingStateFromEvents.csproj" />
<Project Path="Solved/03-AppendingEvents.Marten/03-AppendingEvents.Marten.csproj" />
<Project Path="Solved/04-AppendingEvents.EventStoreDB/04-AppendingEvents.EventStoreDB.csproj" />
<Project Path="Solved/05-GettingStateFromEvents.Marten/05-GettingStateFromEvents.Marten.csproj" />
<Project Path="Solved/06-GettingStateFromEvents.EventStoreDB/06-GettingStateFromEvents.EventStoreDB.csproj" />
<Project Path="Solved/07-BusinessLogic.Slimmed/07-BusinessLogic.Slimmed.csproj" />
<Project Path="Solved/07-BusinessLogic/07-BusinessLogic.csproj" />
<Project Path="Solved/08-ApplicationLogic.Marten.Tests/08-ApplicationLogic.Marten.Tests.csproj" />
<Project Path="Solved/08-ApplicationLogic.Marten/08-ApplicationLogic.Marten.csproj" />
<Project Path="Solved/09-ApplicationLogic.EventStoreDB.Tests/09-ApplicationLogic.EventStoreDB.Tests.csproj" />
<Project Path="Solved/09-ApplicationLogic.EventStoreDB/09-ApplicationLogic.EventStoreDB.csproj" />
<Project Path="Solved/10-OptimisticConcurrency.Marten.Tests/10-OptimisticConcurrency.Marten.Tests.csproj" />
<Project Path="Solved/10-OptimisticConcurrency.Marten/10-OptimisticConcurrency.Marten.csproj" />
<Project Path="Solved/11-OptimisticConcurrency.EventStoreDB.Tests/11-OptimisticConcurrency.EventStoreDB.Tests.csproj" />
<Project Path="Solved/11-OptimisticConcurrency.EventStoreDB/11-OptimisticConcurrency.EventStoreDB.csproj" />
<Project Path="Solved/12-Projections.SingleStream/12-Projections.SingleStream.csproj" />
<Project Path="Solved/13-Projections.SingleStream.Idempotency/13-Projections.SingleStream.Idempotency.csproj" />
<Project Path="Solved/14-Projections.SingleStream.EventualConsistency/14-Projections.SingleStream.EventualConsistency.csproj" />
<Project Path="Solved/15-Projections.MultiStream/15-Projections.MultiStream.csproj" />
<Project Path="Solved/16-Projections.MultiStream.OutOfOrder/16-Projections.MultiStream.OutOfOrder.csproj" />
<Project Path="Solved/17-Projections.MultiStream.Marten/17-Projections.MultiStream.Marten.csproj" />
<Project Path="Solved/18-Projections.MultiStream.OutOfOrder.Marten/18-Projections.MultiStream.OutOfOrder.Marten.csproj" />
<Project Path="Solved/19-EventsDefinition/19-EventsDefinition.csproj" />
<Project Path="Solved/20-EntitiesDefinition/20-EntitiesDefinition.csproj" />
<Project Path="Solved/21-BusinessProcesses/21-BusinessProcesses.csproj" />
<Project Path="Solved/22-Idempotency/22-Idempotency.csproj" />
<Project Path="Solved/23-Consistency/23-Consistency.csproj" />
</Solution>