-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSharpDispatch.slnx
More file actions
25 lines (24 loc) · 859 Bytes
/
Copy pathSharpDispatch.slnx
File metadata and controls
25 lines (24 loc) · 859 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<Solution>
<Folder Name="/.github/">
<File Path=".github/workflows/dotnet-ci.yml" />
</Folder>
<Folder Name="/docs/">
<File Path="docs/README.md" />
<File Path="docs/getting-started.md" />
<File Path="docs/dispatchers.md" />
<File Path="docs/advanced-patterns.md" />
<File Path="docs/native-aot.md" />
<File Path="docs/api-reference.md" />
</Folder>
<Folder Name="/examples/">
<Project Path="examples/ConsoleQuickStart/ConsoleQuickStart.csproj" />
<Project Path="examples/MinimalApi/MinimalApi.csproj" />
<Project Path="examples/HighPerformance/HighPerformance.csproj" />
</Folder>
<Folder Name="/src/">
<Project Path="src/SharpDispatch/SharpDispatch.csproj" />
</Folder>
<Folder Name="/tests/">
<Project Path="tests/SharpDispatch.Tests/SharpDispatch.Tests.csproj" />
</Folder>
</Solution>