chore(build): 将解决方案文件从 .sln 格式迁移到 .slnx 格式
- 移除旧的 JackCraft.Config.sln 文件 - 添加新的 JackCraft.Config.slnx 解决方案文件 - 保留 JackCraft.Config 和 Test 项目配置 - 维持 LICENSE 和 Readme.MD 文件引用 - 更新解决方案文件格式以支持新版本 Visual Studio
This commit is contained in:
8
JackCraft.Config.slnx
Normal file
8
JackCraft.Config.slnx
Normal 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>
|
||||
Reference in New Issue
Block a user