-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMatchmaker.slnx
More file actions
40 lines (40 loc) · 1.38 KB
/
Matchmaker.slnx
File metadata and controls
40 lines (40 loc) · 1.38 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
<Solution>
<Folder Name="/docs/">
<File Path="docs/.gitignore" />
<File Path="docs/docfx.json" />
<File Path="docs/favicon.ico" />
<File Path="docs/index.md" />
<File Path="docs/logo.svg" />
<File Path="docs/template/public/main.css" />
<File Path="docs/template/public/main.js" />
<File Path="docs/toc.yml" />
</Folder>
<Folder Name="/docs/api/">
<File Path="docs/api/.gitignore" />
<File Path="docs/api/index.md" />
</Folder>
<Folder Name="/docs/articles/">
<File Path="docs/articles/async.md" />
<File Path="docs/articles/expressions.md" />
<File Path="docs/articles/migration.md" />
<File Path="docs/articles/nullable.md" />
<File Path="docs/articles/patterns.md" />
<File Path="docs/articles/results.md" />
<File Path="docs/articles/toc.yml" />
<File Path="docs/articles/unions.md" />
<File Path="docs/articles/why.md" />
</Folder>
<Folder Name="/Solution Items/">
<File Path=".editorconfig" />
<File Path=".gitattributes" />
<File Path=".github/workflows/main.yml" />
<File Path=".gitignore" />
<File Path="CHANGELOG.md" />
<File Path="Directory.Build.props" />
<File Path="global.json" />
<File Path="LICENSE" />
<File Path="README.md" />
</Folder>
<Project Path="Matchmaker.Tests/Matchmaker.Tests.csproj" />
<Project Path="Matchmaker/Matchmaker.csproj" />
</Solution>