Skip to content

Commit d55057d

Browse files
committed
Migrate solutions to the SLNX format
1 parent eb7792c commit d55057d

File tree

5 files changed

+35
-161
lines changed

5 files changed

+35
-161
lines changed

.editorconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ indent_size = 2
2121
[*.{sln}]
2222
indent_style = tab
2323

24-
[*.{json,yml,xml}]
24+
[*.{json,yml,xml,slnx}]
2525
indent_size = 2
2626

2727
[*.{cs,tt,t4}]

DocoptNet.sln

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

DocoptNet.slnx

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
<Solution>
2+
<Folder Name="/Examples/">
3+
<Project Path="eg/NavalFate/NavalFate.csproj" />
4+
</Folder>
5+
<Folder Name="/Examples/SourceGenerator/">
6+
<File Path="eg/SourceGenerator/Directory.Build.props" />
7+
<File Path="eg/SourceGenerator/Directory.Build.targets" />
8+
<File Path="eg/SourceGenerator/Extensions.cs" />
9+
<Project Path="eg/SourceGenerator/ArgumentsExample/ArgumentsExample.csproj" />
10+
<Project Path="eg/SourceGenerator/CalculatorExample/CalculatorExample.csproj" />
11+
<Project Path="eg/SourceGenerator/CountedExample/CountedExample.csproj" />
12+
<Project Path="eg/SourceGenerator/Git/Git.csproj" />
13+
<Project Path="eg/SourceGenerator/NavalFate/NavalFate.csproj" />
14+
<Project Path="eg/SourceGenerator/OddEvenExample/OddEvenExample.csproj" />
15+
<Project Path="eg/SourceGenerator/OptionsExample/OptionsExample.csproj" />
16+
<Project Path="eg/SourceGenerator/OptionsShortcutExample/OptionsShortcutExample.csproj" />
17+
<Project Path="eg/SourceGenerator/QuickExample/QuickExample.csproj" />
18+
</Folder>
19+
<Folder Name="/Solution Items/">
20+
<File Path=".editorconfig" />
21+
<File Path=".github/workflows/ci.yml" />
22+
<File Path="Directory.Build.props" />
23+
<File Path="global.json" />
24+
<File Path="LICENSE-MIT" />
25+
<File Path="README.md" />
26+
</Folder>
27+
<Project Path="src/DocoptNet.Playground/DocoptNet.Playground.csproj" />
28+
<Project Path="src/DocoptNet/DocoptNet.csproj" />
29+
<Project Path="tests/DocoptNet.Tests/DocoptNet.Tests.csproj" />
30+
<Project Path="tests/LanguageAgnosticTests/Testee.csproj" />
31+
</Solution>

tests/Integration/DocoptNet.Tests.Integration.sln

Lines changed: 0 additions & 25 deletions
This file was deleted.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
<Solution>
2+
<Project Path="DocoptNet.Tests.Integration.csproj" />
3+
</Solution>

0 commit comments

Comments
 (0)