forked from elastic/elastic-transport-net
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathElastic.Transport.slnx
More file actions
37 lines (37 loc) · 1.8 KB
/
Copy pathElastic.Transport.slnx
File metadata and controls
37 lines (37 loc) · 1.8 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="/benchmarks/">
<Project Path="benchmarks/Elastic.Transport.Benchmarks/Elastic.Transport.Benchmarks.csproj" />
<Project Path="benchmarks/Elastic.Transport.Profiling/Elastic.Transport.Profiling.csproj" />
</Folder>
<Folder Name="/build/">
<File Path=".editorconfig" />
<File Path=".gitattributes" />
<File Path=".github/workflows/ci.yml" />
<File Path=".github/workflows/test-windows.yml" />
<File Path=".gitignore" />
<File Path="build.bat" />
<File Path="build.sh" />
<File Path="Directory.Build.props" />
<File Path="global.json" />
<File Path="license.txt" />
<File Path="README.md" />
<Project Path="build/scripts/scripts.fsproj" />
</Folder>
<Folder Name="/examples/">
<Project Path="examples/aspnetcore-pipe-example/aspnetcore-pipe-example.csproj" />
<Project Path="examples/transport-aot-example/transport-aot-example.csproj" />
</Folder>
<Folder Name="/src/">
<File Path="src/Directory.Build.props" />
<Project Path="Playground/Playground.csproj" />
<Project Path="src/Elastic.Transport.VirtualizedCluster/Elastic.Transport.VirtualizedCluster.csproj" />
<Project Path="src/Elastic.Transport/Elastic.Transport.csproj" />
</Folder>
<Folder Name="/tests/">
<Project Path="tests/Elastic.Elasticsearch.IntegrationTests/Elastic.Elasticsearch.IntegrationTests.csproj" />
<Project Path="tests/Elastic.Transport.IntegrationTests/Elastic.Transport.IntegrationTests.csproj" />
<Project Path="tests/Elastic.Transport.Pipes.IntegrationTests/Elastic.Transport.Pipes.IntegrationTests.csproj" />
<Project Path="tests/Elastic.Transport.Tests/Elastic.Transport.Tests.csproj" />
<Project Path="tests\Elastic.Transport.Tests.SharedComponents\Elastic.Transport.Tests.SharedComponents.csproj" />
</Folder>
</Solution>