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 @@
 	<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>
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"