From 2f3933027a62a620205d75ceb7f9d597f130de10 Mon Sep 17 00:00:00 2001 From: ZouJin Date: Mon, 19 Feb 2024 17:56:35 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dx64/86=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- VPet-Simulator.Windows/VPet-Simulator.Windows.csproj | 2 ++ VPet-Simulator.Windows/mklink.bat | 1 + 2 files changed, 3 insertions(+) diff --git a/VPet-Simulator.Windows/VPet-Simulator.Windows.csproj b/VPet-Simulator.Windows/VPet-Simulator.Windows.csproj index 0d42903..b788f62 100644 --- a/VPet-Simulator.Windows/VPet-Simulator.Windows.csproj +++ b/VPet-Simulator.Windows/VPet-Simulator.Windows.csproj @@ -37,10 +37,12 @@ x64 bin\x64\Debug\ + $(DefineConstants);X64 x64 bin\x64\Release\ + $(DefineConstants);X64 x86 diff --git a/VPet-Simulator.Windows/mklink.bat b/VPet-Simulator.Windows/mklink.bat index 1ce6ea0..4bb8dce 100644 --- a/VPet-Simulator.Windows/mklink.bat +++ b/VPet-Simulator.Windows/mklink.bat @@ -5,6 +5,7 @@ mklink /d "%~dp0\bin\x64\Debug\net462\mod" "%~dp0\mod" echo The following is the automatic link generation for other related MODs. If an error is prompted, it is a normal phenomenon and can be ignored +mklink /d "%~dp0\bin\x86\Debug\net462\mod" "%~dp0\mod" mklink /d "%~dp0\bin\x64\Release\net462\mod" "%~dp0\mod" mklink /d "%~dp0\..\VPet.Solution\bin\Debug\mod" "%~dp0\mod"