- <Project Sdk="Microsoft.NET.Sdk">
- <PropertyGroup>
- <TargetFramework>netstandard2.0</TargetFramework>
- </PropertyGroup>
- <ItemGroup>
- <ProjectReference Include="..\..\DataAcc\CkSoft.Data.Repository\CkSoft.Data.Repository.csproj" />
- <ProjectReference Include="..\..\DataAcc\Cksoft.Unity\Cksoft.Unity.csproj" />
- <ProjectReference Include="..\..\StatusShow\DllStatusShowDal\DllStatusShowDal.csproj" />
- <ProjectReference Include="..\DllEapDal\DllEapDal.csproj" />
- <ProjectReference Include="..\DllEapEntity\DllEapEntity.csproj" />
- </ItemGroup>
- </Project>
|