Skip to content

Commit 577f01e

Browse files
committed
fix(slnx): 修复 solution folder 路径缺少末尾斜杠导致打开报错
.slnx 格式要求 folder path 必须以 / 结尾,/Solution Items → /Solution Items/
1 parent 6b3268e commit 577f01e

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

Server.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="docker-compose.yml" />
4+
<File Path="Dockerfile" />
5+
<File Path="logo.png" />
6+
<File Path="README.md" />
7+
</Folder>
8+
<Project Path="GameFrameX.Launcher\GameFrameX.Launcher.csproj" />
9+
<Project Path="GameFrameX.Hotfix\GameFrameX.Hotfix.csproj" />
10+
<Project Path="GameFrameX.Config\GameFrameX.Config.csproj" />
11+
<Project Path="GameFrameX.Proto\GameFrameX.Proto.csproj" />
12+
<Project Path="GameFrameX.Apps\GameFrameX.Apps.csproj" />
13+
<Project Path="GameFrameX.CodeGenerator\GameFrameX.CodeGenerator.csproj" />
14+
</Solution>

0 commit comments

Comments
 (0)