DllEapBll.csproj 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFramework>netstandard2.0</TargetFramework>
  4. </PropertyGroup>
  5. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
  6. <DocumentationFile>bin\Debug\netcoreapp2.1\netcoreapp2.1\DllEapBll.xml</DocumentationFile>
  7. </PropertyGroup>
  8. <ItemGroup>
  9. <Compile Remove="SignalR\ILogServer.cs" />
  10. </ItemGroup>
  11. <ItemGroup>
  12. <PackageReference Include="MailKit" Version="2.9.0" />
  13. <PackageReference Include="Microsoft.AspNetCore.Mvc.Core" Version="2.1.0" />
  14. <PackageReference Include="Microsoft.AspNetCore.SignalR" Version="1.0.1" />
  15. <PackageReference Include="Microsoft.EntityFrameworkCore" Version="2.1.0" />
  16. <PackageReference Include="RabbitMQ.Client" Version="5.1.2" />
  17. <PackageReference Include="System.Threading" Version="4.3.0" />
  18. </ItemGroup>
  19. <ItemGroup>
  20. <ProjectReference Include="..\DllEapCommon\DllEapCommon.csproj" />
  21. <ProjectReference Include="..\DllEapDal\DllEapDal.csproj" />
  22. <ProjectReference Include="..\DllEapEntity\DllEapEntity.csproj" />
  23. <ProjectReference Include="..\DllEapFileUpload\DllEapFileUpload.csproj" />
  24. <ProjectReference Include="..\DllSocketFile\DllSocketFile.csproj" />
  25. <ProjectReference Include="..\DllUnityBll\DllUnityBll.csproj" />
  26. <ProjectReference Include="..\StatusShow\DllStatusShowDal\DllStatusShowDal.csproj" />
  27. </ItemGroup>
  28. <ItemGroup>
  29. <Reference Include="Cksoft.Data">
  30. <HintPath>..\Dll\Cksoft.Data.dll</HintPath>
  31. </Reference>
  32. <Reference Include="CkSoft.Data.Repository">
  33. <HintPath>..\Dll\CkSoft.Data.Repository.dll</HintPath>
  34. </Reference>
  35. <Reference Include="Cksoft.Unity">
  36. <HintPath>..\Dll\Cksoft.Unity.dll</HintPath>
  37. </Reference>
  38. <Reference Include="DllHsms">
  39. <HintPath>..\Dll\DllHsms.dll</HintPath>
  40. </Reference>
  41. </ItemGroup>
  42. </Project>