From 1fc0b4ed96d4c4b1ff7142926239998de32b2ada Mon Sep 17 00:00:00 2001
From: ningshuxia <ningshuxia0927@outlook.com>
Date: 星期一, 06 二月 2023 23:03:12 +0800
Subject: [PATCH] BLL Product

---
 BLL/IStation.BLL.Project/IStation.BLL.Project.csproj |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/BLL/IStation.BLL.Project/IStation.BLL.Project.csproj b/BLL/IStation.BLL.Project/IStation.BLL.Project.csproj
index 1a2f8c2..45a2785 100644
--- a/BLL/IStation.BLL.Project/IStation.BLL.Project.csproj
+++ b/BLL/IStation.BLL.Project/IStation.BLL.Project.csproj
@@ -41,13 +41,11 @@
     <Reference Include="System.Xml" />
   </ItemGroup>
   <ItemGroup>
+    <Compile Include="helpers\CacheHelper.cs" />
+    <Compile Include="helpers\ConfigHelper.cs" />
     <Compile Include="Properties\AssemblyInfo.cs" />
   </ItemGroup>
   <ItemGroup>
-    <ProjectReference Include="..\..\DAL\Factory\IStation.DAL.Factory.Project\IStation.DAL.Factory.Project.csproj">
-      <Project>{0cd4dd17-df3c-4397-9006-06956da006bb}</Project>
-      <Name>IStation.DAL.Factory.Project</Name>
-    </ProjectReference>
     <ProjectReference Include="..\..\Entity\IStation.Entity.Project\IStation.Entity.Project.csproj">
       <Project>{2b59c6d9-29cd-4c20-b219-c17e6db621e2}</Project>
       <Name>IStation.Entity.Project</Name>
@@ -57,5 +55,8 @@
       <Name>IStation.Model.Project</Name>
     </ProjectReference>
   </ItemGroup>
+  <ItemGroup>
+    <Folder Include="Project\" />
+  </ItemGroup>
   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
 </Project>
\ No newline at end of file

--
Gitblit v1.9.3