InABox.Avalonia.Platform.Desktop.csproj 971 B

12345678910111213141516171819202122232425
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <OutputType>Library</OutputType>
  4. <TargetFramework>net8.0-windows10.0.19041.0</TargetFramework>
  5. <ImplicitUsings>enable</ImplicitUsings>
  6. <Nullable>enable</Nullable>
  7. <Platforms>x86;x64;arm64</Platforms>
  8. <RuntimeIdentifiers>win-x86;win-x64;win-arm64</RuntimeIdentifiers>
  9. <UseWinUI>true</UseWinUI>
  10. <WindowsPackaging>None</WindowsPackaging>
  11. <EnableMsixTooling>true</EnableMsixTooling>
  12. </PropertyGroup>
  13. <ItemGroup>
  14. <ProjectReference Include="..\..\3rdpartylibs\BluetoothLENet-master\BluetoothLeNet\BluetoothLeNet.csproj" />
  15. <ProjectReference Include="..\InABox.Avalonia.Platform\InABox.Avalonia.Platform.csproj" />
  16. </ItemGroup>
  17. <ItemGroup>
  18. <PackageReference Include="Microsoft.WindowsAppSDK" Version="1.6.250205002" />
  19. <PackageReference Include="PDFtoImage" Version="5.0.0" />
  20. </ItemGroup>
  21. </Project>