From 4f77dfadbfe7eaf39f172fa21260d41ebca002b1 Mon Sep 17 00:00:00 2001
From: zrg <z1873@LAPTOP-EAVL132E>
Date: 星期四, 15 一月 2026 17:53:56 +0800
Subject: [PATCH] 1

---
 LMES/LMES.csproj |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/LMES/LMES.csproj b/LMES/LMES.csproj
index aa86cff..c96af39 100644
--- a/LMES/LMES.csproj
+++ b/LMES/LMES.csproj
@@ -29,11 +29,11 @@
     <BootstrapperEnabled>true</BootstrapperEnabled>
   </PropertyGroup>
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-    <PlatformTarget>AnyCPU</PlatformTarget>
+    <PlatformTarget>x86</PlatformTarget>
     <DebugSymbols>true</DebugSymbols>
     <DebugType>full</DebugType>
     <Optimize>false</Optimize>
-    <OutputPath>bin\Debug\</OutputPath>
+    <OutputPath>bin\x86\Debug\</OutputPath>
     <DefineConstants>DEBUG;TRACE</DefineConstants>
     <ErrorReport>prompt</ErrorReport>
     <WarningLevel>4</WarningLevel>

--
Gitblit v1.9.1