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 --- DAL/Factory/IStation.DAL.Factory.Project/IStation.DAL.Factory.Project.csproj | 11 +++++++++++ 1 files changed, 11 insertions(+), 0 deletions(-) diff --git a/DAL/Factory/IStation.DAL.Factory.Project/IStation.DAL.Factory.Project.csproj b/DAL/Factory/IStation.DAL.Factory.Project/IStation.DAL.Factory.Project.csproj index 0ac38b0..dd3d73d 100644 --- a/DAL/Factory/IStation.DAL.Factory.Project/IStation.DAL.Factory.Project.csproj +++ b/DAL/Factory/IStation.DAL.Factory.Project/IStation.DAL.Factory.Project.csproj @@ -41,7 +41,18 @@ <Reference Include="System.Xml" /> </ItemGroup> <ItemGroup> + <Compile Include="DataAccess.cs" /> <Compile Include="Properties\AssemblyInfo.cs" /> </ItemGroup> + <ItemGroup> + <ProjectReference Include="..\..\..\Component\IStation.Log4Net\IStation.Log4Net.csproj"> + <Project>{3943e520-c04a-49f3-ba87-2a7a866de141}</Project> + <Name>IStation.Log4Net</Name> + </ProjectReference> + <ProjectReference Include="..\IStation.DAL.Factory.Core\IStation.DAL.Factory.Core.csproj"> + <Project>{4c8d9cd6-cb29-4d21-ba36-f291b0523c94}</Project> + <Name>IStation.DAL.Factory.Core</Name> + </ProjectReference> + </ItemGroup> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> </Project> \ No newline at end of file -- Gitblit v1.9.3