chore(build): 将解决方案文件从 .sln 格式迁移到 .slnx 格式

- 移除旧的 JackCraft.Config.sln 文件
- 添加新的 JackCraft.Config.slnx 解决方案文件
- 保留 JackCraft.Config 和 Test 项目配置
- 维持 LICENSE 和 Readme.MD 文件引用
- 更新解决方案文件格式以支持新版本 Visual Studio
This commit is contained in:
2026-01-18 21:38:51 +08:00
parent 839996e0d7
commit bfbc7ba027
2 changed files with 8 additions and 28 deletions

8
JackCraft.Config.slnx Normal file
View File

@@ -0,0 +1,8 @@
<Solution>
<Folder Name="/Solution Folder/">
<File Path="LICENSE" />
<File Path="Readme.MD" />
</Folder>
<Project Path="JackCraft.Config/JackCraft.Config.csproj" />
<Project Path="Test/Test.csproj" />
</Solution>