Skip to content

Commit ebb6a4a

Browse files
committed
Migrate to slnx.
1 parent 4ef6df0 commit ebb6a4a

File tree

3 files changed

+6
-37
lines changed

3 files changed

+6
-37
lines changed

NumFlat.sln

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

NumFlat.slnx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<Solution>
2+
<Project Path="NumFlat/NumFlat.csproj" />
3+
<Project Path="NumFlatTest/NumFlatTest.csproj" />
4+
<Project Path="Workspace/Workspace.csproj" />
5+
</Solution>

clean.bat

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@ rmdir /s /q "NumFlatTest\bin"
44
rmdir /s /q "NumFlatTest\obj"
55
rmdir /s /q "Workspace\bin"
66
rmdir /s /q "Workspace\obj"
7+
rmdir /s /q "TestResults"
78
pause

0 commit comments

Comments
 (0)