DllBusinessServer.csproj 697 B

123456789101112131415161718192021222324
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFramework>netstandard2.0</TargetFramework>
  4. </PropertyGroup>
  5. <ItemGroup>
  6. <PackageReference Include="RabbitMQ.Client" Version="5.1.0" />
  7. </ItemGroup>
  8. <ItemGroup>
  9. <ProjectReference Include="..\DllEapDal\DllEapDal.csproj" />
  10. <ProjectReference Include="..\DllEapEntity\DllEapEntity.csproj" />
  11. <ProjectReference Include="..\DllHsms\DllHsms.csproj" />
  12. <ProjectReference Include="..\DllSqlCoreAcc\DllSqlCoreAcc.csproj" />
  13. </ItemGroup>
  14. <ItemGroup>
  15. <Reference Include="DllEapDal">
  16. <HintPath>..\DllEapDal\bin\Debug\netstandard2.0\DllEapDal.dll</HintPath>
  17. </Reference>
  18. </ItemGroup>
  19. </Project>