12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- <Project Sdk="Microsoft.NET.Sdk">
- <PropertyGroup>
- <TargetFramework>netstandard2.0</TargetFramework>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
- <DocumentationFile>bin\Debug\netcoreapp2.1\netcoreapp2.1\DllEapBll.xml</DocumentationFile>
- </PropertyGroup>
- <ItemGroup>
- <Compile Remove="SignalR\ILogServer.cs" />
- </ItemGroup>
- <ItemGroup>
- <PackageReference Include="MailKit" Version="2.9.0" />
- <PackageReference Include="Microsoft.AspNetCore.Mvc.Core" Version="2.1.0" />
- <PackageReference Include="Microsoft.AspNetCore.SignalR" Version="1.0.1" />
- <PackageReference Include="Microsoft.EntityFrameworkCore" Version="2.1.0" />
- <PackageReference Include="RabbitMQ.Client" Version="5.1.2" />
- <PackageReference Include="System.Threading" Version="4.3.0" />
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\DllEapCommon\DllEapCommon.csproj" />
- <ProjectReference Include="..\DllEapDal\DllEapDal.csproj" />
- <ProjectReference Include="..\DllEapEntity\DllEapEntity.csproj" />
- <ProjectReference Include="..\DllEapFileUpload\DllEapFileUpload.csproj" />
- <ProjectReference Include="..\DllSocketFile\DllSocketFile.csproj" />
- <ProjectReference Include="..\DllUnityBll\DllUnityBll.csproj" />
- <ProjectReference Include="..\StatusShow\DllStatusShowDal\DllStatusShowDal.csproj" />
- </ItemGroup>
- <ItemGroup>
- <Reference Include="Cksoft.Data">
- <HintPath>..\Dll\Cksoft.Data.dll</HintPath>
- </Reference>
- <Reference Include="CkSoft.Data.Repository">
- <HintPath>..\Dll\CkSoft.Data.Repository.dll</HintPath>
- </Reference>
- <Reference Include="Cksoft.Unity">
- <HintPath>..\Dll\Cksoft.Unity.dll</HintPath>
- </Reference>
- <Reference Include="DllHsms">
- <HintPath>..\Dll\DllHsms.dll</HintPath>
- </Reference>
- </ItemGroup>
- </Project>
|