Skip to content

Commit da64c1a

Browse files
committed
Replace .sln with .slnx XML-based solution format
Replaced the traditional Visual Studio .sln file with a new .slnx file using an XML-based format. The new solution file includes all projects and solution items, modernizing the solution structure and improving compatibility with alternative tooling and editors.
1 parent 76e1f42 commit da64c1a

File tree

2 files changed

+14
-48
lines changed

2 files changed

+14
-48
lines changed

AssetRipper.NativeDialogs.sln

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

AssetRipper.NativeDialogs.slnx

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<Solution>
2+
<Folder Name="/Solution Items/">
3+
<File Path=".editorconfig" />
4+
<File Path=".github/dependabot.yml" />
5+
<File Path=".github/workflows/publish.yml" />
6+
<File Path=".gitignore" />
7+
<File Path="Directory.Build.props" />
8+
<File Path="LICENSE" />
9+
<File Path="README.md" />
10+
</Folder>
11+
<Project Path="AssetRipper.NativeDialogs.Example/AssetRipper.NativeDialogs.Example.csproj" />
12+
<Project Path="AssetRipper.NativeDialogs.WebApi/AssetRipper.NativeDialogs.WebApi.csproj" />
13+
<Project Path="AssetRipper.NativeDialogs/AssetRipper.NativeDialogs.csproj" />
14+
</Solution>

0 commit comments

Comments
 (0)