Skip to content

Commit d396e76

Browse files
authored
Switch from sln to slnx (#113)
2 parents 4c6377a + bbb55f3 commit d396e76

File tree

2 files changed

+29
-69
lines changed

2 files changed

+29
-69
lines changed

DotNetRepoTools.sln

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

DotNetRepoTools.slnx

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
<Solution>
2+
<Folder Name="/Solution Items/">
3+
<File Path=".editorconfig" />
4+
<File Path="Directory.Build.props" />
5+
<File Path="Directory.Build.targets" />
6+
<File Path="Directory.Packages.props" />
7+
<File Path="global.json" />
8+
<File Path="nuget.config" />
9+
<File Path="README.md" />
10+
<File Path="stylecop.json" />
11+
<File Path="version.json" />
12+
</Folder>
13+
<Folder Name="/Solution Items/src/">
14+
<File Path="src/.editorconfig" />
15+
<File Path="src/Directory.Build.props" />
16+
<File Path="src/Directory.Build.targets" />
17+
</Folder>
18+
<Folder Name="/Solution Items/test/">
19+
<File Path="test/.editorconfig" />
20+
<File Path="test/Directory.Build.props" />
21+
<File Path="test/Directory.Build.targets" />
22+
</Folder>
23+
<Folder Name="/src/">
24+
<Project Path="src/Nerdbank.DotNetRepoTools/Nerdbank.DotNetRepoTools.csproj" />
25+
</Folder>
26+
<Folder Name="/test/">
27+
<Project Path="test/Nerdbank.DotNetRepoTools.Tests/Nerdbank.DotNetRepoTools.Tests.csproj" />
28+
</Folder>
29+
</Solution>

0 commit comments

Comments
 (0)