DllBIStatusServer.csproj 1.1 KB

12345678910111213141516171819202122232425262728293031
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFramework>netstandard2.0</TargetFramework>
  4. </PropertyGroup>
  5. <ItemGroup>
  6. <PackageReference Include="log4net.AspNetCore" Version="1.0.0" />
  7. <PackageReference Include="RabbitMQ.Client" Version="5.1.0" />
  8. </ItemGroup>
  9. <ItemGroup>
  10. <ProjectReference Include="..\..\DataAcc\CkSoft.Data.Repository\CkSoft.Data.Repository.csproj" />
  11. <ProjectReference Include="..\..\DataAcc\Cksoft.Data\Cksoft.Data.csproj" />
  12. <ProjectReference Include="..\..\StatusShow\DllStatusShowDal\DllStatusShowDal.csproj" />
  13. <ProjectReference Include="..\DllEapDal\DllEapDal.csproj" />
  14. <ProjectReference Include="..\DllEapEntity\DllEapEntity.csproj" />
  15. <ProjectReference Include="..\DllHsms\DllHsms.csproj" />
  16. <ProjectReference Include="..\DllSocketFile\DllSocketFile.csproj" />
  17. <ProjectReference Include="..\WebStatusToolkit\WebStatusToolkit.csproj" />
  18. </ItemGroup>
  19. <ItemGroup>
  20. <WCFMetadata Include="Connected Services" />
  21. </ItemGroup>
  22. <ItemGroup>
  23. <Folder Include="Connected Services\" />
  24. </ItemGroup>
  25. </Project>