-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathByTech.Raft.slnx
More file actions
36 lines (36 loc) · 2.11 KB
/
ByTech.Raft.slnx
File metadata and controls
36 lines (36 loc) · 2.11 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
<Solution>
<Folder Name="/src/">
<Project Path="src/Raft.Abstractions/Raft.Abstractions.csproj" />
<Project Path="src/Raft.Benchmarks/Raft.Benchmarks.csproj" />
<Project Path="src/Raft.Core/Raft.Core.csproj" />
<Project Path="src/Raft.Hosting/Raft.Hosting.csproj" />
<Project Path="src/Raft.Storage.Memory/Raft.Storage.Memory.csproj" />
<Project Path="src/Raft.Storage.Wal/Raft.Storage.Wal.csproj" />
<Project Path="src/Raft.Storage.Snapshots.File/Raft.Storage.Snapshots.File.csproj" />
<Project Path="src/Raft.Telemetry.Abstractions/Raft.Telemetry.Abstractions.csproj" />
<Project Path="src/Raft.Telemetry.NoOp/Raft.Telemetry.NoOp.csproj" />
<Project Path="src/Raft.Telemetry.OpenTelemetry/Raft.Telemetry.OpenTelemetry.csproj" />
<Project Path="src/Raft.Transport.Codecs/Raft.Transport.Codecs.csproj" />
<Project Path="src/Raft.Transport.InMemory/Raft.Transport.InMemory.csproj" />
<Project Path="src/Raft.Transport.Tcp/Raft.Transport.Tcp.csproj" />
<Project Path="src/Raft.Extensions.DependencyInjection/Raft.Extensions.DependencyInjection.csproj" />
<Project Path="src/Raft.Extensions.AspNetCore/Raft.Extensions.AspNetCore.csproj" />
<Project Path="src/ByTech.Raft/ByTech.Raft.csproj" />
</Folder>
<Folder Name="/tests/">
<Project Path="tests/Raft.Tests.Faults/Raft.Tests.Faults.csproj" />
<Project Path="tests/Raft.Tests.Integration/Raft.Tests.Integration.csproj" />
<Project Path="tests/Raft.Tests.Properties/Raft.Tests.Properties.csproj" />
<Project Path="tests/Raft.Tests.Simulation/Raft.Tests.Simulation.csproj" />
<Project Path="tests/Raft.Tests.Unit/Raft.Tests.Unit.csproj" />
<Project Path="tests/Raft.Tests.DependencyInjection/Raft.Tests.DependencyInjection.csproj" />
<Project Path="tests/Raft.Tests.AspNetCore/Raft.Tests.AspNetCore.csproj" />
</Folder>
<Folder Name="/tools/">
<Project Path="tools/Raft.Harness/Raft.Harness.csproj" />
</Folder>
<Folder Name="/samples/">
<Project Path="samples/Raft.Demo.InMemory/Raft.Demo.InMemory.csproj" />
<Project Path="samples/Raft.Demo.Tcp/Raft.Demo.Tcp.csproj" />
</Folder>
</Solution>