Ips.Sps.Scheduling.csproj 582 B

1234567891011121314151617181920
  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="..\Ips.Sps.Core\Ips.Sps.Core.csproj" />
  13. </ItemGroup>
  14. <ItemGroup>
  15. <PackageReference Include="DevExpress.Xpo" Version="24.1.6" PrivateAssets="all" />
  16. </ItemGroup>
  17. </Project>