InABox.Avalonia.Platform.Desktop.csproj 1.5 KB

1234567891011121314151617181920212223242526272829303132
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFramework>net8.0-windows10.0.26100.0</TargetFramework>
  4. <ImplicitUsings>enable</ImplicitUsings>
  5. <RuntimeIdentifiers>win-x64</RuntimeIdentifiers>
  6. <Nullable>enable</Nullable>
  7. <RootNamespace>InABox.Avalonia.Platform.Desktop</RootNamespace>
  8. <EnableMsixTooling>true</EnableMsixTooling>
  9. </PropertyGroup>
  10. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  11. <DefineConstants>$(DefineConstants)TRACE;PURGE</DefineConstants>
  12. <GeneratePackageOnBuild>true</GeneratePackageOnBuild>
  13. </PropertyGroup>
  14. <ItemGroup>
  15. <ProjectReference Include="..\..\3rdpartylibs\BluetoothLENet-master\BluetoothLeNet\BluetoothLeNet.csproj" />
  16. <ProjectReference Include="..\InABox.Avalonia.Platform\InABox.Avalonia.Platform.csproj" />
  17. </ItemGroup>
  18. <ItemGroup>
  19. <PackageReference Include="bblanchon.PDFium.Win32" Version="135.0.7019" />
  20. <PackageReference Include="Microsoft.Maui.Essentials" Version="8.0.100" />
  21. <PackageReference Include="PDFtoImage" Version="4.1.1" />
  22. <PackageReference Include="SkiaSharp" Version="2.88.9" />
  23. <PackageReference Include="Syncfusion.Pdf.Wpf" Version="31.2.16" />
  24. <PackageReference Include="Syncfusion.PdfToImageConverter.WPF" Version="31.2.16" />
  25. <PackageReference Include="System.Drawing.Common" Version="9.0.0" />
  26. </ItemGroup>
  27. </Project>