File tree Expand file tree Collapse file tree 10 files changed +16
-97
lines changed
AquaMai.Config.HeadlessLoader
AquaMai.Config.Interfaces Expand file tree Collapse file tree 10 files changed +16
-97
lines changed Original file line number Diff line number Diff line change 33 <PropertyGroup >
44 <Configuration Condition =" '$(Configuration)' == '' " >Release</Configuration >
55 <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
6- <ProjectGuid >{4C0C68C3-8B2E-4CA8-A26D-AE87CF2A38A5}</ProjectGuid >
76 <OutputType >Library</OutputType >
87 <RootNamespace >AquaMai.Build</RootNamespace >
98 <AssemblyName >AquaMai.Build</AssemblyName >
Original file line number Diff line number Diff line change 33 <PropertyGroup >
44 <Configuration Condition =" '$(Configuration)' == '' " >Release</Configuration >
55 <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
6- <ProjectGuid >{6B5E1F3E-D012-4CFB-A2FA-26A6CE06BE66}</ProjectGuid >
76 <OutputType >Library</OutputType >
87 <RootNamespace >AquaMai.Config.HeadlessLoader</RootNamespace >
98 <AssemblyName >AquaMai.Config.HeadlessLoader</AssemblyName >
Original file line number Diff line number Diff line change 33 <PropertyGroup >
44 <Configuration Condition =" '$(Configuration)' == '' " >Release</Configuration >
55 <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
6- <ProjectGuid >{DF1536F9-3B06-4463-B654-4CC3E708B610}</ProjectGuid >
76 <OutputType >Library</OutputType >
87 <RootNamespace >AquaMai.Config.Interfaces</RootNamespace >
98 <AssemblyName >AquaMai.Config.Interfaces</AssemblyName >
Original file line number Diff line number Diff line change 33 <PropertyGroup >
44 <Configuration Condition =" '$(Configuration)' == '' " >Release</Configuration >
55 <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
6- <ProjectGuid >{DF1536F9-3B06-4463-B654-4CC3E708B610}</ProjectGuid >
76 <OutputType >Library</OutputType >
87 <RootNamespace >AquaMai.Config</RootNamespace >
98 <AssemblyName >AquaMai.Config</AssemblyName >
Original file line number Diff line number Diff line change 33 <PropertyGroup >
44 <Configuration Condition =" '$(Configuration)' == '' " >Release</Configuration >
55 <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
6- <ProjectGuid >{33C0D4ED-6A84-4659-9A05-12D43D75D0B3}</ProjectGuid >
76 <OutputType >Library</OutputType >
87 <RootNamespace >AquaMai.Core</RootNamespace >
98 <AssemblyName >AquaMai.Core</AssemblyName >
Original file line number Diff line number Diff line change 33 <PropertyGroup >
44 <Configuration Condition =" '$(Configuration)' == '' " >Release</Configuration >
55 <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
6- <ProjectGuid >{8731C0E0-53BE-4B1B-9828-193E738C6865}</ProjectGuid >
76 <OutputType >Library</OutputType >
87 <RootNamespace >AquaMai.Mods</RootNamespace >
98 <AssemblyName >AquaMai.Mods</AssemblyName >
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ <Solution >
2+
3+ <Project Path =" AquaMai.Build/AquaMai.Build.csproj" />
4+
5+ <Project Path =" AquaMai.Config.HeadlessLoader/AquaMai.Config.HeadlessLoader.csproj" />
6+ <Project Path =" AquaMai.Config.Interfaces/AquaMai.Config.Interfaces.csproj" />
7+ <Project Path =" AquaMai.Config/AquaMai.Config.csproj" />
8+ <Project Path =" AquaMai.Core/AquaMai.Core.csproj" />
9+ <Project Path =" AquaMai.Mods/AquaMai.Mods.csproj" />
10+
11+ <Project Path =" AquaMai.ErrorReport/AquaMai.ErrorReport.csproj" />
12+ <Project Path =" AquaMai/AquaMai.csproj" />
13+
14+ </Solution >
Original file line number Diff line number Diff line change 33 <PropertyGroup >
44 <Configuration Condition =" '$(Configuration)' == '' " >Release</Configuration >
55 <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
6- <ProjectGuid >{788BC472-59F7-46F6-B760-65C18BA74389}</ProjectGuid >
76 <OutputType >Library</OutputType >
87 <RootNamespace >AquaMai</RootNamespace >
98 <AssemblyName >AquaMai</AssemblyName >
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ Task("Restore")
88 . Does ( ( ) =>
99{
1010 // 运行 dotnet restore
11- DotNetRestore ( "./AquaMai.sln " ) ;
11+ DotNetRestore ( "./AquaMai.slnx " ) ;
1212} ) ;
1313
1414Task ( "PreBuild" )
@@ -48,7 +48,7 @@ Task("Build")
4848 . Does ( ( ) =>
4949{
5050 // 使用 dotnet build 进行构建
51- DotNetBuild ( "./AquaMai.sln " , new DotNetBuildSettings
51+ DotNetBuild ( "./AquaMai.slnx " , new DotNetBuildSettings
5252 {
5353 Configuration = configuration
5454 } ) ;
You can’t perform that action at this time.
0 commit comments