DllStatusShowBll.csproj 864 B

12345678910111213141516171819202122232425262728
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFramework>netstandard2.0</TargetFramework>
  4. </PropertyGroup>
  5. <ItemGroup>
  6. <ProjectReference Include="..\..\DllEapBll\DllEapBll.csproj" />
  7. <ProjectReference Include="..\..\DllSqlAcc\DllSqlAcc.csproj" />
  8. <ProjectReference Include="..\DllStatusShowDal\DllStatusShowDal.csproj" />
  9. </ItemGroup>
  10. <ItemGroup>
  11. <Reference Include="Cksoft.Data">
  12. <HintPath>..\..\Dll\Cksoft.Data.dll</HintPath>
  13. </Reference>
  14. <Reference Include="CkSoft.Data.Repository">
  15. <HintPath>..\..\Dll\CkSoft.Data.Repository.dll</HintPath>
  16. </Reference>
  17. <Reference Include="Cksoft.Unity">
  18. <HintPath>..\..\Dll\Cksoft.Unity.dll</HintPath>
  19. </Reference>
  20. <Reference Include="DllHsms">
  21. <HintPath>..\..\Dll\DllHsms.dll</HintPath>
  22. </Reference>
  23. </ItemGroup>
  24. </Project>