From a472025b76a2b881fc82524a6d62ea81ef309f9f Mon Sep 17 00:00:00 2001
From: 王 垚 <1402714037@qq.com>
Date: 星期五, 12 十一月 2021 13:14:47 +0800
Subject: [PATCH] srm程序修改

---
 DAL/DAL.csproj |   13 ++++++-------
 1 files changed, 6 insertions(+), 7 deletions(-)

diff --git a/DAL/DAL.csproj b/DAL/DAL.csproj
index 69e6e50..1a7e1ba 100644
--- a/DAL/DAL.csproj
+++ b/DAL/DAL.csproj
@@ -10,12 +10,13 @@
     <AppDesignerFolder>Properties</AppDesignerFolder>
     <RootNamespace>DAL</RootNamespace>
     <AssemblyName>DAL</AssemblyName>
-    <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
+    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
     <FileUpgradeFlags>
     </FileUpgradeFlags>
     <UpgradeBackupLocation>
     </UpgradeBackupLocation>
     <OldToolsVersion>2.0</OldToolsVersion>
+    <TargetFrameworkProfile />
   </PropertyGroup>
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
     <DebugSymbols>true</DebugSymbols>
@@ -51,17 +52,15 @@
     <ErrorReport>prompt</ErrorReport>
   </PropertyGroup>
   <ItemGroup>
-    <Reference Include="DBUtility, Version=1.0.0.0, Culture=neutral, processorArchitecture=x86">
-      <SpecificVersion>False</SpecificVersion>
-      <HintPath>..\NETERP\bin\x86\Debug\DBUtility.dll</HintPath>
+    <Reference Include="DBUtility">
+      <HintPath>..\..\..\..\LayUI\MES-WEB-API\BLL\bin\Debug\DBUtility.dll</HintPath>
     </Reference>
     <Reference Include="Pub_Class, Version=1.0.0.0, Culture=neutral, processorArchitecture=x86">
       <SpecificVersion>False</SpecificVersion>
       <HintPath>..\DLL\Pub_Class.dll</HintPath>
     </Reference>
-    <Reference Include="Pub_Control, Version=1.0.6699.25505, Culture=neutral, processorArchitecture=x86">
-      <SpecificVersion>False</SpecificVersion>
-      <HintPath>..\NETERP\bin\x86\Debug\Pub_Control.dll</HintPath>
+    <Reference Include="Pub_Control">
+      <HintPath>..\..\..\..\LayUI\MES-WEB-API\BLL\bin\Debug\Pub_Control.dll</HintPath>
     </Reference>
     <Reference Include="SQLHelper, Version=1.0.0.0, Culture=neutral, processorArchitecture=x86">
       <SpecificVersion>False</SpecificVersion>

--
Gitblit v1.9.1