12345678910111213141516171819202122232425262728 |
- <Project Sdk="Microsoft.NET.Sdk">
- <PropertyGroup>
- <TargetFramework>netstandard2.0</TargetFramework>
- </PropertyGroup>
- <ItemGroup>
- <ProjectReference Include="..\..\DllEapBll\DllEapBll.csproj" />
- <ProjectReference Include="..\..\DllSqlAcc\DllSqlAcc.csproj" />
- <ProjectReference Include="..\DllStatusShowDal\DllStatusShowDal.csproj" />
- </ItemGroup>
- <ItemGroup>
- <Reference Include="Cksoft.Data">
- <HintPath>..\..\Dll\Cksoft.Data.dll</HintPath>
- </Reference>
- <Reference Include="CkSoft.Data.Repository">
- <HintPath>..\..\Dll\CkSoft.Data.Repository.dll</HintPath>
- </Reference>
- <Reference Include="Cksoft.Unity">
- <HintPath>..\..\Dll\Cksoft.Unity.dll</HintPath>
- </Reference>
- <Reference Include="DllHsms">
- <HintPath>..\..\Dll\DllHsms.dll</HintPath>
- </Reference>
- </ItemGroup>
- </Project>
|