1234567891011121314151617181920212223 |
- <Project Sdk="Microsoft.NET.Sdk">
- <PropertyGroup>
- <TargetFramework>netstandard2.0</TargetFramework>
- </PropertyGroup>
- <ItemGroup>
- <PackageReference Include="System.Data.OracleClient" Version="1.0.8" />
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\..\DataAcc\CkSoft.Data.Repository\CkSoft.Data.Repository.csproj" />
- <ProjectReference Include="..\..\DataAcc\Cksoft.Data\Cksoft.Data.csproj" />
- <ProjectReference Include="..\..\DllSql\DllSql.csproj" />
- <ProjectReference Include="..\..\MesWeb\Mes.Model\Mes.Model.csproj" />
- <ProjectReference Include="..\DllEapDal\DllEapDal.csproj" />
- <ProjectReference Include="..\DllHsmsWeb\DllHsmsWeb.csproj" />
- <ProjectReference Include="..\DllHsms\DllHsms.csproj" />
- <ProjectReference Include="..\Toolkits\Toolkits.csproj" />
- <ProjectReference Include="..\ZipFileHelper\ZipFileHelper.csproj" />
- </ItemGroup>
- </Project>
|