Skip to content

Commit 81d09d0

Browse files
committed
Migrate to .slnx solution file format.
1 parent 66c7f98 commit 81d09d0

File tree

2 files changed

+10
-54
lines changed

2 files changed

+10
-54
lines changed

DecoratorGenerator.sln

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

DecoratorGenerator.slnx

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<Solution>
2+
<Folder Name="/SolutionItems/">
3+
<File Path=".editorconfig" />
4+
</Folder>
5+
<Project Path="DecoratorGenerator.UnitTests/DecoratorGenerator.UnitTests.csproj" />
6+
<Project Path="DecoratorGenerator/DecoratorGenerator.csproj" />
7+
<Project Path="SampleApp/SampleApp.csproj" />
8+
<Project Path="SampleLibrary/SampleLibrary.csproj" />
9+
<Project Path="TestLibrary/TestLibrary.csproj" />
10+
</Solution>

0 commit comments

Comments
 (0)