-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Expand file tree
/
Copy pathStackExchange.Redis.slnx
More file actions
53 lines (53 loc) · 2.36 KB
/
Copy pathStackExchange.Redis.slnx
File metadata and controls
53 lines (53 loc) · 2.36 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<Solution>
<Folder Name="/eng/">
<Project Path="eng/StackExchange.Redis.Build/StackExchange.Redis.Build.csproj" />
</Folder>
<Folder Name="/Solution Items/">
<File Path=".editorconfig" />
<File Path=".github/workflows/CI.yml" />
<File Path=".github/workflows/codeql.yml" />
<File Path="appveyor.yml" />
<File Path="build.cmd" />
<File Path="Build.csproj" />
<File Path="build.ps1" />
<File Path="Directory.Build.props" />
<File Path="Directory.Build.targets" />
<File Path="Directory.Packages.props" />
<File Path="docs/ReleaseNotes.md" />
<File Path="global.json" />
<File Path="NuGet.Config" />
<File Path="README.md" />
<File Path="Shared.ruleset" />
<File Path="tests/RedisConfigs/.docker/Redis/Dockerfile" />
<File Path="tests/RedisConfigs/docker-compose.yml" />
<File Path="version.json" />
</Folder>
<Folder Name="/src/">
<File Path="src/Directory.Build.props" />
<Project Path="src/RESPite.Benchmark/RESPite.Benchmark.csproj" />
<Project Path="src/RESPite/RESPite.csproj" />
<Project Path="src/StackExchange.Redis/StackExchange.Redis.csproj" />
</Folder>
<Folder Name="/tests/">
<File Path="tests/.editorconfig" />
<File Path="tests/Directory.Build.targets" />
<Project Path="tests/BasicTest/BasicTest.csproj" />
<Project Path="tests/BasicTestBaseline/BasicTestBaseline.csproj" />
<Project Path="tests/ConsoleTest/ConsoleTest.csproj" />
<Project Path="tests/ConsoleTestBaseline/ConsoleTestBaseline.csproj" />
<Project Path="tests/RedisConfigs/.docker/docker.csproj" />
<Project Path="tests/RedisConfigs/RedisConfigs.csproj" />
<Project Path="tests/RESPite.Tests/RESPite.Tests.csproj" />
<Project Path="tests/StackExchange.Redis.Benchmarks/StackExchange.Redis.Benchmarks.csproj" />
<Project Path="tests/StackExchange.Redis.Tests/StackExchange.Redis.Tests.csproj" />
</Folder>
<Folder Name="/toys/">
<Project Path="toys/KestrelRedisServer/KestrelRedisServer.csproj" />
<Project Path="toys/OpBench/OpBench.csproj" />
<Project Path="toys/StackExchange.Redis.Server/StackExchange.Redis.Server.csproj" />
<Project Path="toys/TestConsole/TestConsole.csproj" />
<Project Path="toys/TestConsoleBaseline/TestConsoleBaseline.csproj" />
</Folder>
<Project Path=".github/.github.csproj" />
<Project Path="docs/docs.csproj" />
</Solution>