123456789101112131415161718192021222324252627282930313233343536 |
- <Project Sdk="Microsoft.NET.Sdk">
- <PropertyGroup>
- <TargetFramework>netcoreapp2.1</TargetFramework>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
- <DocumentationFile>.\DllUnityWebApi.xml</DocumentationFile>
- </PropertyGroup>
- <ItemGroup>
- <ProjectReference Include="..\DllEapEntity\DllEapEntity.csproj" />
- <ProjectReference Include="..\DllMsgPackage\DllMsgPackage.csproj" />
- <ProjectReference Include="..\DllUnityBll\DllUnityBll.csproj" />
- <ProjectReference Include="..\StatusShow\DllStatusShowBll\DllStatusShowBll.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>
- <Reference Include="DllHsmsWeb">
- <HintPath>..\Dll\DllHsmsWeb.dll</HintPath>
- </Reference>
- </ItemGroup>
- </Project>
|