From fce9a89fb5ad93277b95c699e892af1bb28aba88 Mon Sep 17 00:00:00 2001
From: yl <ykxkd@outlook.com>
Date: 星期二, 02 八月 2022 19:30:15 +0800
Subject: [PATCH] 车间综合看板接口调整,报工控制
---
VueWebApi/VueWebApi.csproj | 16 +---------------
1 files changed, 1 insertions(+), 15 deletions(-)
diff --git a/VueWebApi/VueWebApi.csproj b/VueWebApi/VueWebApi.csproj
index 1b62773..4db422f 100644
--- a/VueWebApi/VueWebApi.csproj
+++ b/VueWebApi/VueWebApi.csproj
@@ -39,7 +39,7 @@
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>pdbonly</DebugType>
- <Optimize>true</Optimize>
+ <Optimize>false</Optimize>
<OutputPath>bin\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
@@ -55,20 +55,6 @@
</Reference>
<Reference Include="FastReport">
<HintPath>..\..\..\FastReports\FastReport.Net\FastReport.dll</HintPath>
- </Reference>
- <Reference Include="FastReport.Bars, Version=2014.2.3.0, Culture=neutral, PublicKeyToken=db7e5ce63278458c, processorArchitecture=MSIL">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>C:\Users\YL\Desktop\鎵撳嵃\鎵撳嵃\Rework\Rework\bin\Debug\FastReport.Bars.dll</HintPath>
- </Reference>
- <Reference Include="FastReport.Editor, Version=2014.2.3.0, Culture=neutral, PublicKeyToken=db7e5ce63278458c, processorArchitecture=MSIL">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>C:\Users\YL\Desktop\鎵撳嵃\鎵撳嵃\Rework\Rework\bin\Debug\FastReport.Editor.dll</HintPath>
- </Reference>
- <Reference Include="FastReport.Service">
- <HintPath>C:\Users\YL\Desktop\鎵撳嵃\鎵撳嵃\Rework\Rework\bin\Debug\FastReport.Service.dll</HintPath>
- </Reference>
- <Reference Include="FastReport.VSDesign">
- <HintPath>C:\Users\YL\Desktop\鎵撳嵃\鎵撳嵃\Rework\Rework\bin\Debug\FastReport.VSDesign.dll</HintPath>
</Reference>
<Reference Include="FastReport.Web">
<HintPath>..\..\..\FastReports\FastReport.Net\FastReport.Web.dll</HintPath>
--
Gitblit v1.9.3