forked from adamhathcock/sharpcompress
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSharpCompress.slnx
More file actions
24 lines (24 loc) · 971 Bytes
/
Copy pathSharpCompress.slnx
File metadata and controls
24 lines (24 loc) · 971 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="/Config/">
<File Path=".editorconfig" />
<File Path=".github/workflows/nuget-release.yml" />
<File Path=".gitignore" />
<File Path="AGENTS.md" />
<File Path="Directory.Build.props" />
<File Path="Directory.Packages.props" />
<File Path="docs/TAR_GAP_ANALYSIS.md" />
<File Path="docs/TAR_SPEC.md" />
<File Path="global.json" />
<File Path="NuGet.config" />
<File Path="README.md" />
</Folder>
<Folder Name="/src/">
<Project Path="src/SharpCompress/SharpCompress.csproj" />
</Folder>
<Folder Name="/tests/">
<Project Path="tests/SharpCompress.AotSmoke/SharpCompress.AotSmoke.csproj" />
<Project Path="tests/SharpCompress.Performance/SharpCompress.Performance.csproj" />
<Project Path="tests/SharpCompress.Test/SharpCompress.Test.csproj" />
</Folder>
<Project Path="build/build.csproj" />
</Solution>