DllProgramDal.csproj 922 B

1234567891011121314151617181920212223
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFramework>netstandard2.0</TargetFramework>
  4. </PropertyGroup>
  5. <ItemGroup>
  6. <PackageReference Include="System.Data.OracleClient" Version="1.0.8" />
  7. </ItemGroup>
  8. <ItemGroup>
  9. <ProjectReference Include="..\..\DataAcc\CkSoft.Data.Repository\CkSoft.Data.Repository.csproj" />
  10. <ProjectReference Include="..\..\DataAcc\Cksoft.Data\Cksoft.Data.csproj" />
  11. <ProjectReference Include="..\..\DllSql\DllSql.csproj" />
  12. <ProjectReference Include="..\..\MesWeb\Mes.Model\Mes.Model.csproj" />
  13. <ProjectReference Include="..\DllEapDal\DllEapDal.csproj" />
  14. <ProjectReference Include="..\DllHsmsWeb\DllHsmsWeb.csproj" />
  15. <ProjectReference Include="..\DllHsms\DllHsms.csproj" />
  16. <ProjectReference Include="..\Toolkits\Toolkits.csproj" />
  17. <ProjectReference Include="..\ZipFileHelper\ZipFileHelper.csproj" />
  18. </ItemGroup>
  19. </Project>