DllUnityWebApi.csproj 1.2 KB

123456789101112131415161718192021222324252627282930313233343536
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFramework>netcoreapp2.1</TargetFramework>
  4. </PropertyGroup>
  5. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
  6. <DocumentationFile>.\DllUnityWebApi.xml</DocumentationFile>
  7. </PropertyGroup>
  8. <ItemGroup>
  9. <ProjectReference Include="..\DllEapEntity\DllEapEntity.csproj" />
  10. <ProjectReference Include="..\DllMsgPackage\DllMsgPackage.csproj" />
  11. <ProjectReference Include="..\DllUnityBll\DllUnityBll.csproj" />
  12. <ProjectReference Include="..\StatusShow\DllStatusShowBll\DllStatusShowBll.csproj" />
  13. </ItemGroup>
  14. <ItemGroup>
  15. <Reference Include="Cksoft.Data">
  16. <HintPath>..\Dll\Cksoft.Data.dll</HintPath>
  17. </Reference>
  18. <Reference Include="CkSoft.Data.Repository">
  19. <HintPath>..\Dll\CkSoft.Data.Repository.dll</HintPath>
  20. </Reference>
  21. <Reference Include="Cksoft.Unity">
  22. <HintPath>..\Dll\Cksoft.Unity.dll</HintPath>
  23. </Reference>
  24. <Reference Include="DllHsms">
  25. <HintPath>..\Dll\DllHsms.dll</HintPath>
  26. </Reference>
  27. <Reference Include="DllHsmsWeb">
  28. <HintPath>..\Dll\DllHsmsWeb.dll</HintPath>
  29. </Reference>
  30. </ItemGroup>
  31. </Project>