Ips.Sps.Scheduling.csproj 676 B

123456789101112131415161718192021
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFramework>net7.0-windows</TargetFramework>
  4. <ImplicitUsings>enable</ImplicitUsings>
  5. <Nullable>disable</Nullable>
  6. </PropertyGroup>
  7. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
  8. <DebugType>none</DebugType>
  9. <DebugSymbols>false</DebugSymbols>
  10. </PropertyGroup>
  11. <ItemGroup>
  12. <ProjectReference Include="..\..\..\ipslib\Ips.Library.SvrHub\Ips.Library.SvrHub.csproj" />
  13. <ProjectReference Include="..\Ips.Sps.Core\Ips.Sps.Core.csproj" />
  14. </ItemGroup>
  15. <ItemGroup>
  16. <PackageReference Include="DevExpress.Xpo" Version="23.2.3" PrivateAssets="all" />
  17. </ItemGroup>
  18. </Project>