-
Notifications
You must be signed in to change notification settings - Fork 43
Expand file tree
/
Copy pathYetAnotherHttpHandler.slnx
More file actions
25 lines (25 loc) · 1.15 KB
/
YetAnotherHttpHandler.slnx
File metadata and controls
25 lines (25 loc) · 1.15 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
<Solution>
<Folder Name="/perf/">
<Project Path="perf/PerformanceCheck/PerformanceCheck.csproj" />
</Folder>
<Folder Name="/Solution Items/">
<File Path=".editorconfig" />
<File Path=".gitignore" />
<File Path="README.md" />
<File Path="THIRD-PARTY-NOTICES" />
</Folder>
<Folder Name="/Solution Items/GitHub Actions/">
<File Path=".github/workflows/build-natives.yml" />
<File Path=".github/workflows/build-push-and-pr.yml" />
<File Path=".github/workflows/build-release.yml" />
</Folder>
<Folder Name="/tests/">
<Project Path="test/YetAnotherHttpHandler.Test/YetAnotherHttpHandler.Test.csproj" />
</Folder>
<Folder Name="/tests/external/">
<Project Path="external/HttpClientTestServer/src/HttpClientTestServer.Abstractions/HttpClientTestServer.Abstractions.csproj" />
<Project Path="external/HttpClientTestServer/src/HttpClientTestServer.Launcher.Container/HttpClientTestServer.Launcher.Container.csproj" />
<Project Path="external/HttpClientTestServer/src/HttpClientTestServer/HttpClientTestServer.csproj" />
</Folder>
<Project Path="src/YetAnotherHttpHandler/YetAnotherHttpHandler.csproj" />
</Solution>