From eaeff1134f0e4e35ba050d0809500d05ee869cc8 Mon Sep 17 00:00:00 2001
From: wangyi <2946747746@qq.com>
Date: 星期一, 30 三月 2026 18:33:07 +0800
Subject: [PATCH] 出运单修改
---
LMES/LMES.csproj | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/LMES/LMES.csproj b/LMES/LMES.csproj
index 26fef8f..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>
@@ -91,10 +91,6 @@
<Reference Include="System.Drawing" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml" />
- <Reference Include="WebAPI, Version=1.0.0.0, Culture=neutral, processorArchitecture=x86">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>bin\x86\Debug\WebAPI.dll</HintPath>
- </Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="ClsShowMod.cs" />
@@ -265,6 +261,10 @@
<Project>{c518f792-17cd-4894-99e5-c0ea4f59e0f3}</Project>
<Name>WarM</Name>
</ProjectReference>
+ <ProjectReference Include="..\WebAPI\WebAPI.csproj">
+ <Project>{5b60ce0c-963c-4dc2-91b3-0b471aac5438}</Project>
+ <Name>WebAPI</Name>
+ </ProjectReference>
<ProjectReference Include="..\WorkM\WorkM.csproj">
<Project>{38499782-d273-45ee-a5a4-19ac1fc36444}</Project>
<Name>WorkM</Name>
--
Gitblit v1.9.1