Skip to content

Commit

Permalink
refactor(sln): simplify solution structure (#38)
Browse files Browse the repository at this point in the history
Removed project definitions and solution items from `SketchNow.sln`, streamlining the solution file format. Updated `SketchNow.slnx` to introduce a new XML structure that organizes solution items and projects hierarchically, improving readability and organization.
  • Loading branch information
realybin authored Feb 18, 2025
1 parent 2a3d885 commit ac48240
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 43 deletions.
43 changes: 0 additions & 43 deletions SketchNow.sln

This file was deleted.

13 changes: 13 additions & 0 deletions SketchNow.slnx
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<Solution>
<Folder Name="/Solution Items/">
<File Path=".editorconfig" />
<File Path="Directory.Build.props" />
<File Path="Directory.Build.targets" />
<File Path="Directory.Packages.props" />
<File Path="exclusions.dic" />
<File Path="NuGet.config" />
<File Path="Settings.XamlStyler" />
</Folder>
<Project Path="SketchNow.Tests/SketchNow.Tests.csproj" />
<Project Path="SketchNow/SketchNow.csproj" />
</Solution>

0 comments on commit ac48240

Please sign in to comment.