We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ef6df0 commit ebb6a4aCopy full SHA for ebb6a4a
NumFlat.sln
NumFlat.slnx
@@ -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
@@ -4,4 +4,5 @@ rmdir /s /q "NumFlatTest\bin"
rmdir /s /q "NumFlatTest\obj"
rmdir /s /q "Workspace\bin"
6
rmdir /s /q "Workspace\obj"
7
+rmdir /s /q "TestResults"
8
pause
0 commit comments