-
-
Notifications
You must be signed in to change notification settings - Fork 429
Expand file tree
/
Copy pathMiniExcel.slnx
More file actions
58 lines (52 loc) · 2.18 KB
/
Copy pathMiniExcel.slnx
File metadata and controls
58 lines (52 loc) · 2.18 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
47
48
49
50
51
52
53
54
55
56
57
58
<Solution>
<Folder Name="/benchmarks/">
<Project Path="benchmarks\MiniExcel.Benchmarks\MiniExcel.Benchmarks.csproj" />
</Folder>
<Folder Name="/Docs and settings/">
<File Path=".editorconfig" />
<File Path=".gitattributes" />
<File Path=".gitignore" />
<File Path=".runsettings" />
<File Path="LICENSE" />
<File Path="README.md" />
<File Path="README.zh-CN.md" />
<File Path="README_V2.md" />
<File Path="V2-Upgrade-Notes.md" />
<File Path="CODE_OF_CONDUCT.md" />
<File Path="CONTRIBUTING.md" />
<File Path="miniexcel.publickey" />
<File Path="src\icon.png" />
</Folder>
<Folder Name="/Docs and settings/github/" />
<Folder Name="/Docs and settings/github/templates/">
<File Path=".github/ISSUE_TEMPLATE/bug_report.md" />
<File Path=".github/ISSUE_TEMPLATE/feature_request.md" />
</Folder>
<Folder Name="/Docs and settings/github/workflows/">
<File Path=".github/workflows/cli-release.yml" />
<File Path=".github/workflows/release-v1.yml" />
<File Path=".github\workflows\benchmark.yml" />
<File Path=".github\workflows\codeql-analysis.yml" />
<File Path=".github\workflows\dotnet.yml" />
</Folder>
<Folder Name="/Releases/">
<File Path="docs\README.md" />
<File Path="docs\README.zh-CN.md" />
<File Path="docs\README.zh-Hant.md" />
</Folder>
<Folder Name="/src/">
<File Path="src/.editorconfig" />
<File Path="src\Directory.Build.props" />
<File Path="src\Directory.Packages.props" />
<Project Path="src\MiniExcel.Core\MiniExcel.Core.csproj" />
<Project Path="src\MiniExcel.Csv\MiniExcel.Csv.csproj" />
<Project Path="src\MiniExcel.OpenXml/MiniExcel.OpenXml.csproj" />
<Project Path="src/MiniExcel.OpenXml.FluentMapping/MiniExcel.OpenXml.FluentMapping.csproj" />
<Project Path="src\MiniExcel\MiniExcel.csproj" />
</Folder>
<Folder Name="/tests/">
<Project Path="tests/MiniExcel.Csv.Tests/MiniExcel.Csv.Tests.csproj" />
<Project Path="tests/MiniExcel.OpenXml.Tests/MiniExcel.OpenXml.Tests.csproj" />
<Project Path="tests/MiniExcel.Tests.Common/MiniExcel.Tests.Common.csproj" />
</Folder>
</Solution>