Skip to content

Commit f45beb2

Browse files
authored
Merge pull request #220 from Joy-less/sln-to-slnx
Upgrade from .sln to .slnx solution files
2 parents e7fa7b9 + 59aac38 commit f45beb2

File tree

2 files changed

+21
-53
lines changed

2 files changed

+21
-53
lines changed

LinkDotNet.StringBuilder.sln

Lines changed: 0 additions & 53 deletions
This file was deleted.

LinkDotNet.StringBuilder.slnx

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
<Solution>
2+
<Folder Name="/.text/">
3+
<File Path="CHANGELOG.md" />
4+
<File Path="README.md" />
5+
</Folder>
6+
<Folder Name="/.workflows/">
7+
<File Path=".github/dependabot.yml" />
8+
<File Path=".github/workflows/codeql.yml" />
9+
<File Path=".github/workflows/create-release.yml" />
10+
<File Path=".github/workflows/docs.yml" />
11+
<File Path=".github/workflows/dotnet.yml" />
12+
<File Path=".github/workflows/update-release.yml" />
13+
</Folder>
14+
<Folder Name="/src/">
15+
<Project Path="src/LinkDotNet.StringBuilder/LinkDotNet.StringBuilder.csproj" />
16+
</Folder>
17+
<Folder Name="/tests/">
18+
<Project Path="tests/LinkDotNet.StringBuilder.Benchmarks/LinkDotNet.StringBuilder.Benchmarks.csproj" />
19+
<Project Path="tests/LinkDotNet.StringBuilder.UnitTests/LinkDotNet.StringBuilder.UnitTests.csproj" />
20+
</Folder>
21+
</Solution>

0 commit comments

Comments
 (0)