-
Notifications
You must be signed in to change notification settings - Fork 76
Expand file tree
/
Copy pathArgu.slnx
More file actions
46 lines (46 loc) · 1.7 KB
/
Copy pathArgu.slnx
File metadata and controls
46 lines (46 loc) · 1.7 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
44
45
46
<Solution>
<Folder Name="/.github/">
<File Path=".github/ISSUE_TEMPLATE.md" />
</Folder>
<Folder Name="/.github/workflows/">
<File Path=".github/workflows/build.yml" />
<File Path=".github/workflows/release.yml" />
</Folder>
<Folder Name="/.project/">
<File Path=".config\dotnet-tools.json" />
<File Path=".dockerignore" />
<File Path=".editorconfig" />
<File Path=".gitignore" />
<File Path="build.cmd" />
<File Path="build.fsx" />
<File Path="build.sh" />
<File Path="Directory.Build.props" />
<File Path="Directory.Packages.props" />
<File Path="docker-build.sh" />
<File Path="Dockerfile" />
<File Path="global.json" />
<File Path="LICENSE.md" />
<File Path="README.md" />
<File Path="RELEASE_NOTES.md" />
</Folder>
<Folder Name="/docs/">
<File Path="docs/index.fsx" />
<File Path="docs/perf.fsx" />
<File Path="docs/tutorial.fsx" />
</Folder>
<Folder Name="/docs/img/">
<File Path="docs/img/logo.pdn" />
<File Path="docs/img/logo.png" />
</Folder>
<Folder Name="/resource/">
<File Path="resource/logo.png" />
</Folder>
<Project Path="samples/Argu.Samples.Introspect/Argu.Samples.Introspect.fsproj" />
<Project Path="samples/Argu.Samples.LS/Argu.Samples.LS.fsproj" />
<Project Path="samples/Argu.Samples.SourceGenerated/Argu.Samples.SourceGenerated.fsproj" />
<Project Path="src/Argu/Argu.fsproj" />
<Project Path="src/Argu.SourceGenerator/Argu.SourceGenerator.fsproj" />
<Project Path="src/Argu.Extensions.Configuration/Argu.Extensions.Configuration.fsproj" />
<Project Path="benchmarks/Argu.Benchmarks/Argu.Benchmarks.fsproj" />
<Project Path="tests/Argu.Tests/Argu.Tests.fsproj" />
</Solution>