Skip to content

Commit

Permalink
Add EnableWindowsTargeting
Browse files Browse the repository at this point in the history
  • Loading branch information
awaescher committed May 10, 2024
1 parent 971ec75 commit 5d08d90
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/FluentDragDrop.Effects/FluentDragDrop.Effects.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<OutputType>Library</OutputType>
<TargetFrameworks>net472;netcoreapp3.1;net5.0-windows;net6.0-windows;net7.0-windows;net8.0-windows</TargetFrameworks>
<UseWindowsForms>true</UseWindowsForms>
<EnableWindowsTargeting>true</EnableWindowsTargeting>
<Description>FluentDrag&amp;Drop is the sexiest Drag&amp;Drop implemtation for WinForms on this planet.

This package extends FluentDrag&amp;Drop with rich effects. Powered by FluentTransitions.
Expand Down
1 change: 1 addition & 0 deletions src/FluentDragDrop/FluentDragDrop.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<OutputType>Library</OutputType>
<TargetFrameworks>net472;netcoreapp3.1;net5.0-windows;net6.0-windows;net7.0-windows;net8.0-windows</TargetFrameworks>
<UseWindowsForms>true</UseWindowsForms>
<EnableWindowsTargeting>true</EnableWindowsTargeting>
<Description>Drag&amp;Drop in WinForms is cumbersome and error-prone. There are multiple events to handle, members to track and properties to set on at least two controls.
Passing data is kind of special and you don't get preview images while dragging things aroud.

Expand Down
1 change: 1 addition & 0 deletions src/FluentDragDropExample/FluentDragDropExample.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<OutputType>WinExe</OutputType>
<TargetFrameworks>net48;netcoreapp3.1;net8.0-windows</TargetFrameworks>
<UseWindowsForms>true</UseWindowsForms>
<EnableWindowsTargeting>true</EnableWindowsTargeting>
</PropertyGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<OutputType>WinExe</OutputType>
<TargetFrameworks>net48;netcoreapp3.1</TargetFrameworks>
<UseWindowsForms>true</UseWindowsForms>
<EnableWindowsTargeting>true</EnableWindowsTargeting>
</PropertyGroup>

<PropertyGroup Condition="!$(TargetFramework.StartsWith('net4')) Or '$(MSBuildRuntimeType)'=='Core'">
Expand Down

0 comments on commit 5d08d90

Please sign in to comment.