DllEapFileUpload.csproj 673 B

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