From 359be0508a24daeabe1e687265aa6783961d1221 Mon Sep 17 00:00:00 2001 From: yusijie <ysj@hz-kingdee.com> Date: 星期三, 18 九月 2024 18:59:20 +0800 Subject: [PATCH] Merge branch 'master' of http://101.37.171.70:10101/r/MES-WEB-API --- BLL/BLL.csproj | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/BLL/BLL.csproj b/BLL/BLL.csproj index 5414dc2..585dd66 100644 --- a/BLL/BLL.csproj +++ b/BLL/BLL.csproj @@ -624,6 +624,10 @@ <Project>{f7838319-779c-4ad9-a59f-5dcb5757f335}</Project> <Name>Pub_Control</Name> </ProjectReference> + <ProjectReference Include="..\sdk_dingding\TopSdk\TopSdk.csproj"> + <Project>{9C11CAE5-5188-4E71-825B-68FC3135728A}</Project> + <Name>TopSdk</Name> + </ProjectReference> <ProjectReference Include="..\SQLHelper\SQLHelper.csproj"> <Project>{0a4ef483-d8d3-49a5-8378-974ef7993365}</Project> <Name>SQLHelper</Name> @@ -632,6 +636,9 @@ <ItemGroup> <Folder Include="SBGL\SBBB\impl\" /> </ItemGroup> + <ItemGroup> + <WCFMetadata Include="Connected Services\" /> + </ItemGroup> <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> <!-- To modify your build process, add your task inside one of the targets below and uncomment it. Other similar extension points exist, see Microsoft.Common.targets. -- Gitblit v1.9.1