-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
4 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,14 @@ | ||
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop"> | ||
<PropertyGroup> | ||
<OutputType>Library</OutputType> | ||
<TargetFrameworks>net45;netcoreapp3.1</TargetFrameworks> | ||
<UseWindowsForms>true</UseWindowsForms> | ||
<TargetFrameworks>net48;net6.0-windows;net8.0-windows</TargetFrameworks> | ||
<UseWindowsForms>true</UseWindowsForms> | ||
<EnableWindowsTargeting>true</EnableWindowsTargeting> | ||
<Description>FluentTransitions lets you create animated transitions of any property of user-interface elements in .NET. | ||
It provides an easy way to perform UI animations in a similar way to Apple's Core Animation library for iOS, iPadOS and macOS. | ||
|
||
The app icon was made by Freepik from www.flaticon.com and is licensed by Creative Commons BY 3.0.</Description> | ||
<PackageTags>Fluent;Transitions;Windows;Forms;WinForms;UI</PackageTags> | ||
<Copyright>Andreas Wäscher, Richard S. Shepherd, Mauro Sampietro</Copyright> | ||
</PropertyGroup> | ||
</Project> | ||
</Project> |