-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathIdempotencyKey.slnx
More file actions
27 lines (27 loc) · 1.34 KB
/
IdempotencyKey.slnx
File metadata and controls
27 lines (27 loc) · 1.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
<Solution>
<Configurations>
<Platform Name="Any CPU" />
<Platform Name="x64" />
<Platform Name="x86" />
</Configurations>
<Folder Name="/benchmarks/">
<Project Path="benchmarks/IdempotencyKey.Benchmarks/IdempotencyKey.Benchmarks.csproj" />
</Folder>
<Folder Name="/samples/">
<Project Path="samples/MvcControllerSample/MvcControllerSample.csproj" />
<Project Path="samples/WebApiAotSample/WebApiAotSample.csproj" />
</Folder>
<Folder Name="/src/">
<Project Path="src/IdempotencyKey.AspNetCore/IdempotencyKey.AspNetCore.csproj" />
<Project Path="src/IdempotencyKey.Core/IdempotencyKey.Core.csproj" />
<Project Path="src/IdempotencyKey.Store.Memory/IdempotencyKey.Store.Memory.csproj" />
<Project Path="src/IdempotencyKey.Store.Postgres/IdempotencyKey.Store.Postgres.csproj" />
<Project Path="src/IdempotencyKey.Store.Redis/IdempotencyKey.Store.Redis.csproj" />
</Folder>
<Folder Name="/tests/">
<Project Path="tests/IdempotencyKey.AspNetCore.Tests/IdempotencyKey.AspNetCore.Tests.csproj" />
<Project Path="tests/IdempotencyKey.Store.Postgres.Tests/IdempotencyKey.Store.Postgres.Tests.csproj" />
<Project Path="tests/IdempotencyKey.Store.Redis.Tests/IdempotencyKey.Store.Redis.Tests.csproj" />
<Project Path="tests/IdempotencyKey.Tests/IdempotencyKey.Tests.csproj" />
</Folder>
</Solution>