Avalonia.Xaml.Behaviors.csproj 1.8 KB

123456789101112131415161718192021222324252627282930
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFramework>net8.0</TargetFramework>
  4. <IncludeBuildOutput>False</IncludeBuildOutput>
  5. <Nullable>enable</Nullable>
  6. <NoWarn>$(NoWarn);NU5128</NoWarn>
  7. </PropertyGroup>
  8. <PropertyGroup>
  9. <PackageId>Avalonia.Xaml.Behaviors</PackageId>
  10. <Description>Easily add interactivity to your Avalonia apps using XAML Behaviors. Behaviors encapsulate reusable functionalities for elements that can be easily added to your XAML without the need for more imperative code.</Description>
  11. <PackageTags>Avalonia;Behavior;Action;Behaviors;Actions;Managed;C#;Interaction;Interactivity;Interactions;Xaml</PackageTags>
  12. </PropertyGroup>
  13. <ItemGroup>
  14. <PackageReference Include="Avalonia" Version="11.2.3" />
  15. <PackageReference Include="System.Reactive" Version="6.0.1" />
  16. </ItemGroup>
  17. <Import Project="..\build\SignAssembly.props" />
  18. <Import Project="..\Avalonia.Xaml.Interactivity\Avalonia.Xaml.Interactivity.projitems" Label="Shared" />
  19. <Import Project="..\Avalonia.Xaml.Interactions.Responsive\Avalonia.Xaml.Interactions.Responsive.projitems" Label="Shared" />
  20. <Import Project="..\Avalonia.Xaml.Interactions.Events\Avalonia.Xaml.Interactions.Events.projitems" Label="Shared" />
  21. <Import Project="..\Avalonia.Xaml.Interactions.Draggable\Avalonia.Xaml.Interactions.Draggable.projitems" Label="Shared" />
  22. <Import Project="..\Avalonia.Xaml.Interactions.DragAndDrop\Avalonia.Xaml.Interactions.DragAndDrop.projitems" Label="Shared" />
  23. <Import Project="..\Avalonia.Xaml.Interactions.Custom\Avalonia.Xaml.Interactions.Custom.projitems" Label="Shared" />
  24. <Import Project="..\Avalonia.Xaml.Interactions\Avalonia.Xaml.Interactions.projitems" Label="Shared" />
  25. <Import Project="..\build\TrimmingEnable.targets" />
  26. </Project>