Skip to content

Commit ef960ed

Browse files
committed
chore: migrate to slnx
1 parent 7b270a5 commit ef960ed

4 files changed

Lines changed: 38 additions & 227 deletions

File tree

AGENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Sitreamai/
6464

6565
```bash
6666
# 构建(需要 Visual Studio 或 dotnet CLI)
67-
dotnet build Sitreamai.sln -c Release
67+
dotnet build Sitreamai.slnx -c Release
6868

6969
# 前端开发
7070
cd MaiChartManager/Front && pnpm install && pnpm dev

MaiChartManager.GenClient/MaiChartManager.GenClient.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<InvariantGlobalization>false</InvariantGlobalization>
88
<UseWindowsForms>true</UseWindowsForms>
99
<IsPublishable>False</IsPublishable>
10+
<IsTransformWebConfigDisabled>True</IsTransformWebConfigDisabled>
1011
<ValidateExecutableReferencesMatchSelfContained>False</ValidateExecutableReferencesMatchSelfContained>
1112
<Configurations>Debug;Release;Crack</Configurations>
1213
</PropertyGroup>

Sitreamai.sln

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

Sitreamai.slnx

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
<Solution>
2+
<Configurations>
3+
<BuildType Name="Crack" />
4+
<BuildType Name="Debug" />
5+
<BuildType Name="Release" />
6+
<Platform Name="Any CPU" />
7+
<Platform Name="x64" />
8+
<Platform Name="x86" />
9+
</Configurations>
10+
<Project Path="AquaMai/AquaMai.Config.HeadlessLoader/AquaMai.Config.HeadlessLoader.csproj">
11+
<BuildType Solution="Crack|x64" Project="Release" />
12+
</Project>
13+
<Project Path="AquaMai/AquaMai.Config.Interfaces/AquaMai.Config.Interfaces.csproj">
14+
<BuildType Solution="Crack|x64" Project="Release" />
15+
</Project>
16+
<Project Path="MaiChartManager.CLI/MaiChartManager.CLI.csproj" />
17+
<Project Path="MaiChartManager.GenClient/MaiChartManager.GenClient.csproj" />
18+
<Project Path="MaiChartManager/MaiChartManager.csproj">
19+
<Platform Solution="*|x64" Project="x64" />
20+
</Project>
21+
<Project Path="MaiLib/MaiLib.csproj">
22+
<BuildType Solution="Crack|x64" Project="Release" />
23+
</Project>
24+
<Project Path="SimaiSharp/SimaiSharp/SimaiSharp.csproj">
25+
<BuildType Solution="Crack|x64" Project="Release" />
26+
</Project>
27+
<Project Path="SonicAudioTools/Source/SonicAudioLib/SonicAudioLib.csproj">
28+
<BuildType Solution="Crack|x64" Project="Release" />
29+
</Project>
30+
<Project Path="XV2-Tools/LB_Common/LB_Common.csproj">
31+
<BuildType Solution="Crack|x64" Project="Release" />
32+
</Project>
33+
<Project Path="XV2-Tools/Xv2CoreLib/Xv2CoreLib.csproj">
34+
<BuildType Solution="Crack|x64" Project="Release" />
35+
</Project>
36+
</Solution>

0 commit comments

Comments
 (0)