123456789101112131415161718192021222324 |
- <Project Sdk="Microsoft.NET.Sdk">
- <PropertyGroup>
- <TargetFramework>netstandard2.0</TargetFramework>
- </PropertyGroup>
- <ItemGroup>
- <PackageReference Include="RabbitMQ.Client" Version="5.1.0" />
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\DllEapDal\DllEapDal.csproj" />
- <ProjectReference Include="..\DllEapEntity\DllEapEntity.csproj" />
- <ProjectReference Include="..\DllHsms\DllHsms.csproj" />
- <ProjectReference Include="..\DllSqlCoreAcc\DllSqlCoreAcc.csproj" />
- </ItemGroup>
- <ItemGroup>
- <Reference Include="DllEapDal">
- <HintPath>..\DllEapDal\bin\Debug\netstandard2.0\DllEapDal.dll</HintPath>
- </Reference>
- </ItemGroup>
- </Project>
|