From 1b9a56fcf3ffcf0f69ed8b7447322d0a75ba99ac Mon Sep 17 00:00:00 2001
From: wzp <2040239371@qq.com>
Date: 星期四, 02 三月 2023 15:31:14 +0800
Subject: [PATCH] 清理dataAccess,避免报错

---
 web/Dao/Dao.csproj |   22 ++++++++++++++++++----
 1 files changed, 18 insertions(+), 4 deletions(-)

diff --git a/web/Dao/Dao.csproj b/web/Dao/Dao.csproj
index 3d78b9c..8d7525d 100644
--- a/web/Dao/Dao.csproj
+++ b/web/Dao/Dao.csproj
@@ -36,7 +36,7 @@
     <DebugSymbols>true</DebugSymbols>
     <DebugType>full</DebugType>
     <Optimize>false</Optimize>
-    <OutputPath>..\Lib\</OutputPath>
+    <OutputPath>bin\Release\</OutputPath>
     <DefineConstants>DEBUG;TRACE</DefineConstants>
     <ErrorReport>prompt</ErrorReport>
     <WarningLevel>4</WarningLevel>
@@ -54,9 +54,8 @@
     <Reference Include="Common">
       <HintPath>..\Lib\Common.dll</HintPath>
     </Reference>
-    <Reference Include="Oracle.DataAccess, Version=2.112.1.0, Culture=neutral, PublicKeyToken=89b483f429c47342, processorArchitecture=x86">
-      <SpecificVersion>False</SpecificVersion>
-      <HintPath>..\Common\lib\Oracle.DataAccess.dll</HintPath>
+    <Reference Include="Oracle.ManagedDataAccess, Version=4.122.19.1, Culture=neutral, PublicKeyToken=89b483f429c47342, processorArchitecture=MSIL">
+      <HintPath>..\packages\Oracle.ManagedDataAccess.19.18.0\lib\net40\Oracle.ManagedDataAccess.dll</HintPath>
     </Reference>
     <Reference Include="System.configuration" />
     <Reference Include="System.Core">
@@ -75,8 +74,16 @@
     <Compile Include="GwClientCertificationDao.cs" />
     <Compile Include="GwClientPayLogDao.cs" />
     <Compile Include="GwClientPayMentDao.cs" />
+    <Compile Include="GwClientProductDao.cs" />
     <Compile Include="GwMobileAreaDao.cs" />
     <Compile Include="GwMoRouteDao.cs" />
+    <Compile Include="GwOrderAuditDao.cs" />
+    <Compile Include="GwEventLogDao.cs" />
+    <Compile Include="GwOrderDao.cs" />
+    <Compile Include="SysRoleMenuDao.cs" />
+    <Compile Include="SysDictDataDao.cs" />
+    <Compile Include="SysDictTypeDao.cs" />
+    <Compile Include="GwProductDao.cs" />
     <Compile Include="GwRmResendDao.cs" />
     <Compile Include="GwSpPrePattern.cs" />
     <Compile Include="GwSpPrePatternDao.cs" />
@@ -88,7 +95,10 @@
     <Compile Include="SpCTPatternInfo.cs" />
     <Compile Include="GwSpDao.cs" />
     <Compile Include="SpSignatureInfo.cs" />
+    <Compile Include="SysFlowDao.cs" />
+    <Compile Include="SysFlowNodeDao.cs" />
     <Compile Include="SysOperationLogDao.cs" />
+    <Compile Include="SysXhDao.cs" />
     <Compile Include="UserDao.cs" />
     <Compile Include="GwAlarmDao.cs" />
     <Compile Include="GwAuditCacheDao.cs" />
@@ -153,5 +163,9 @@
       <Name>Model</Name>
     </ProjectReference>
   </ItemGroup>
+  <ItemGroup>
+    <None Include="App.config" />
+    <None Include="packages.config" />
+  </ItemGroup>
   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
 </Project>
\ No newline at end of file

--
Gitblit v1.9.1