From d99a643be2f3d4770e9fc0200c22d916bc91ab1d Mon Sep 17 00:00:00 2001 From: Mili Date: Fri, 31 Mar 2023 21:14:26 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E9=A1=B9=E7=9B=AE=E5=BC=95?= =?UTF-8?q?=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- FunGame.Implement/FunGame.Implement.csproj | 7 +++---- FunGame.Server/FunGame.Server.csproj | 21 ++++++++++----------- 2 files changed, 13 insertions(+), 15 deletions(-) diff --git a/FunGame.Implement/FunGame.Implement.csproj b/FunGame.Implement/FunGame.Implement.csproj index 750672d..03273d4 100644 --- a/FunGame.Implement/FunGame.Implement.csproj +++ b/FunGame.Implement/FunGame.Implement.csproj @@ -4,7 +4,7 @@ net7.0 enable enable - C:\milimoe\FunGame\bin\Server + ..\bin FunGameServer Milimoe $(AssemblyName) @@ -12,7 +12,7 @@ C:\milimoe\FunGame\bin 1.0 1.0 - Milimoe.$(MSBuildProjectName.Replace(" ", "_")) + Milimoe.FunGame.Core.Implement @@ -25,8 +25,7 @@ - ..\..\FunGame\bin\Debug\net7.0\FunGame.Core.dll - True + ..\..\FunGame.Core\bin\Debug\net7.0\FunGame.Core.dll diff --git a/FunGame.Server/FunGame.Server.csproj b/FunGame.Server/FunGame.Server.csproj index d41ed1b..72af177 100644 --- a/FunGame.Server/FunGame.Server.csproj +++ b/FunGame.Server/FunGame.Server.csproj @@ -7,7 +7,7 @@ enable logo.ico logo.ico - C:\milimoe\FunGame\bin\Server + ..\bin FunGameServer Milimoe Milimoe @@ -30,26 +30,25 @@ + + + + - ..\..\FunGame\bin\Debug\net7.0-windows\FunGame.Core.dll - True + ..\..\FunGame.Core\bin\Debug\net7.0\FunGame.Core.dll - ..\..\FunGame\bin\Server\Debug\net7.0\MySql.Data.dll - False + ..\bin\Debug\net7.0\MySql.Data.dll - ..\..\FunGame\bin\Debug\net7.0-windows\Newtonsoft.Json.dll - True + ..\bin\Debug\net7.0\Newtonsoft.Json.dll - ..\..\FunGame\bin\Server\Debug\net7.0\System.Configuration.ConfigurationManager.dll - False + ..\bin\Debug\net7.0\System.Configuration.ConfigurationManager.dll - ..\..\FunGame\bin\Server\Debug\net7.0\System.Security.Permissions.dll - False + ..\bin\Debug\net7.0\System.Security.Permissions.dll