12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152 |
- <Project Sdk="Microsoft.NET.Sdk">
- <PropertyGroup>
- <TargetFramework>netstandard2.0</TargetFramework>
- </PropertyGroup>
- <ItemGroup>
- <PackageReference Include="AutoMapper" Version="10.1.1" />
- <PackageReference Include="log4net.AspNetCore" Version="1.0.0" />
- <PackageReference Include="MongoDB.Driver" Version="2.13.2" />
- <PackageReference Include="MySql.Data" Version="8.0.22" />
- <PackageReference Include="SharpCifs.Std" Version="0.2.13" />
- <PackageReference Include="System.Data.DataSetExtensions" Version="4.5.0" />
- <PackageReference Include="System.Data.OracleClient" Version="1.0.8" />
- <PackageReference Include="System.ServiceModel.Duplex" Version="4.5.0" />
- <PackageReference Include="System.ServiceModel.Http" Version="4.5.0" />
- <PackageReference Include="System.ServiceModel.NetTcp" Version="4.5.0" />
- <PackageReference Include="System.ServiceModel.Security" Version="4.5.0" />
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\DllAmbiguity\DllAmbiguity.csproj" />
- <ProjectReference Include="..\DllEapCommon\DllEapCommon.csproj" />
- <ProjectReference Include="..\DllEapEntity\DllEapEntity.csproj" />
- <ProjectReference Include="..\DllSocketFile\DllSocketFile.csproj" />
- <ProjectReference Include="..\Toolkits\Toolkits.csproj" />
- <ProjectReference Include="..\ZipFileHelper\ZipFileHelper.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>
- <ItemGroup>
- <WCFMetadata Include="Connected Services" />
- </ItemGroup>
- </Project>
|