-
Notifications
You must be signed in to change notification settings - Fork 53
Expand file tree
/
Copy pathSep.slnx
More file actions
43 lines (43 loc) · 1.6 KB
/
Sep.slnx
File metadata and controls
43 lines (43 loc) · 1.6 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
<Solution>
<Folder Name="/ci/">
<File Path=".github/dependabot.yml" />
<File Path=".github/workflows/bench.yml" />
<File Path=".github/workflows/comparison-bench.yml" />
<File Path=".github/workflows/dependency-review.yml" />
<File Path=".github/workflows/dotnet.yml" />
<File Path=".github/workflows/nativeaot.yml" />
<File Path=".github/workflows/scorecard.yml" />
<File Path=".github/workflows/super-linter.yml" />
</Folder>
<Folder Name="/root/">
<File Path=".editorconfig" />
<File Path=".gitattributes" />
<File Path=".gitignore" />
<File Path="bench.ps1" />
<File Path="codecov.yml" />
<File Path="CODE_OF_CONDUCT.md" />
<File Path="comparison-bench.ps1" />
<File Path="disasm-tester.ps1" />
<File Path="global.json" />
<File Path="Icon.png" />
<File Path="nuget.config" />
<File Path="pack.ps1" />
<File Path="publish-tester.ps1" />
<File Path="README.md" />
<File Path="rename.ps1" />
<File Path="SECURITY.md" />
<File Path="test-parsers.ps1" />
<File Path="test-x64-x86.ps1" />
<File Path="validate-codecov.ps1" />
</Folder>
<Folder Name="/src/">
<File Path="src/Directory.Build.props" />
<File Path="src/Directory.Build.targets" />
</Folder>
<Project Path="src/Sep/Sep.csproj" />
<Project Path="src/Sep.Benchmarks/Sep.Benchmarks.csproj" />
<Project Path="src/Sep.ComparisonBenchmarks/Sep.ComparisonBenchmarks.csproj" />
<Project Path="src/Sep.Test/Sep.Test.csproj" />
<Project Path="src/Sep.Tester/Sep.Tester.csproj" />
<Project Path="src/Sep.XyzTest/Sep.XyzTest.csproj" />
</Solution>