DllSocketFile.csproj 376 B

1234567891011121314151617
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFramework>netstandard2.0</TargetFramework>
  4. </PropertyGroup>
  5. <ItemGroup>
  6. <ProjectReference Include="..\DllEapEntity\DllEapEntity.csproj" />
  7. </ItemGroup>
  8. <ItemGroup>
  9. <Reference Include="Cksoft.Unity">
  10. <HintPath>..\Dll\Cksoft.Unity.dll</HintPath>
  11. </Reference>
  12. </ItemGroup>
  13. </Project>