DllUfpBll.csproj 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  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\DllUfpBll.xml</DocumentationFile>
  7. </PropertyGroup>
  8. <ItemGroup>
  9. <PackageReference Include="Microsoft.AspNetCore.Mvc.Core" Version="2.1.0" />
  10. <PackageReference Include="NLog" Version="4.7.10" />
  11. <PackageReference Include="System.Net.NameResolution" Version="4.3.0" />
  12. <PackageReference Include="System.Threading.ThreadPool" Version="4.3.0" />
  13. </ItemGroup>
  14. <ItemGroup>
  15. <ProjectReference Include="..\..\DllEapCommon\DllEapCommon.csproj" />
  16. <ProjectReference Include="..\..\DllEapEntity\DllEapEntity.csproj" />
  17. <ProjectReference Include="..\DllUfpDal\DllUfpDal.csproj" />
  18. <ProjectReference Include="..\DllUfpEntity\DllUfpEntity.csproj" />
  19. </ItemGroup>
  20. <ItemGroup>
  21. <Reference Include="Cksoft.Data">
  22. <HintPath>..\..\Dll\Cksoft.Data.dll</HintPath>
  23. </Reference>
  24. <Reference Include="Cksoft.Data.Dapper">
  25. <HintPath>..\..\Dll\Cksoft.Data.Dapper.dll</HintPath>
  26. </Reference>
  27. <Reference Include="CkSoft.Data.Repository">
  28. <HintPath>..\..\Dll\CkSoft.Data.Repository.dll</HintPath>
  29. </Reference>
  30. <Reference Include="Cksoft.Unity">
  31. <HintPath>..\..\Dll\Cksoft.Unity.dll</HintPath>
  32. </Reference>
  33. </ItemGroup>
  34. </Project>