-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSpindle.Net.slnx
More file actions
38 lines (38 loc) · 2.34 KB
/
Copy pathSpindle.Net.slnx
File metadata and controls
38 lines (38 loc) · 2.34 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
38
<Solution>
<Folder Name="/Core/">
<Project Path="src/Spindle.Abstractions/Spindle.Abstractions.csproj" />
<Project Path="src/Spindle.Hosting/Spindle.Hosting.csproj" />
<Project Path="src/Spindle.Runtime/Spindle.Runtime.csproj" />
<Project Path="src/Spindle.Testing/Spindle.Testing.csproj" />
<Project Path="src/Spindle/Spindle.csproj" />
</Folder>
<Folder Name="/Examples/">
<Project Path="examples/Spindle.Example.Hosting/Spindle.Example.Hosting.csproj" />
<Project Path="examples/Spindle.Example.LowLevel/Spindle.Example.LowLevel.csproj" />
<Project Path="examples/Spindle.Example.Observability/Spindle.Example.Observability.csproj" />
</Folder>
<Folder Name="/Benchmarks/">
<Project Path="benchmarks/Spindle.Benchmarks/Spindle.Benchmarks.csproj" />
</Folder>
<Folder Name="/Persistence/">
<Project Path="src/Spindle.Persistence.Abstractions/Spindle.Persistence.Abstractions.csproj" />
<Project Path="src/Spindle.Persistence.EFCore.MySql/Spindle.Persistence.EFCore.MySql.csproj" />
<Project Path="src/Spindle.Persistence.EFCore.PostgreSQL/Spindle.Persistence.EFCore.PostgreSQL.csproj" />
<Project Path="src/Spindle.Persistence.EFCore.Sqlite/Spindle.Persistence.EFCore.Sqlite.csproj" />
<Project Path="src/Spindle.Persistence.EFCore.SqlServer/Spindle.Persistence.EFCore.SqlServer.csproj" />
<Project Path="src/Spindle.Persistence.EFCore/Spindle.Persistence.EFCore.csproj" />
<Project Path="src/Spindle.Persistence.InMemory/Spindle.Persistence.InMemory.csproj" />
</Folder>
<Folder Name="/Transport/">
<Project Path="src/Spindle.Transport.Abstractions/Spindle.Transport.Abstractions.csproj" />
<Project Path="src/Spindle.Transport.InMemory/Spindle.Transport.InMemory.csproj" />
</Folder>
<Folder Name="/Tests/">
<Project Path="tests/Spindle.Hosting.Tests/Spindle.Hosting.Tests.csproj" />
<Project Path="tests/Spindle.Persistence.Abstractions.Tests/Spindle.Persistence.Abstractions.Tests.csproj" />
<Project Path="tests/Spindle.Persistence.EFCore.Tests/Spindle.Persistence.EFCore.Tests.csproj" />
<Project Path="tests/Spindle.Runtime.Tests/Spindle.Runtime.Tests.csproj" />
<Project Path="tests/Spindle.Testing.Tests/Spindle.Testing.Tests.csproj" />
<Project Path="tests/Spindle.Transport.Abstractions.Tests/Spindle.Transport.Abstractions.Tests.csproj" />
</Folder>
</Solution>