Skip to content

Commit

Permalink
修复x64/86版本显示错误
Browse files Browse the repository at this point in the history
  • Loading branch information
LorisYounger committed Feb 19, 2024
1 parent b4c9501 commit 2f39330
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions VPet-Simulator.Windows/VPet-Simulator.Windows.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,12 @@
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
<PlatformTarget>x64</PlatformTarget>
<OutputPath>bin\x64\Debug\</OutputPath>
<DefineConstants>$(DefineConstants);X64</DefineConstants>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
<PlatformTarget>x64</PlatformTarget>
<OutputPath>bin\x64\Release\</OutputPath>
<DefineConstants>$(DefineConstants);X64</DefineConstants>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
<PlatformTarget>x86</PlatformTarget>
Expand Down
1 change: 1 addition & 0 deletions VPet-Simulator.Windows/mklink.bat
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 2f39330

Please sign in to comment.