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