Integrate winforms-modern-buttons gradient paint for primary actions and clear (×) controls, align PharmaTrust startup theme, and add Material/gradient/button skill demo projects for comparison. Co-authored-by: Cursor <cursoragent@cursor.com>
11 lines
366 B
XML
11 lines
366 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
<PropertyGroup>
|
|
<OutputType>WinExe</OutputType>
|
|
<TargetFramework>net472</TargetFramework>
|
|
<UseWindowsForms>true</UseWindowsForms>
|
|
<LangVersion>latest</LangVersion>
|
|
<RootNamespace>Elfisa.GradientButtonDemo</RootNamespace>
|
|
<AssemblyName>Elfisa.GradientButtonDemo</AssemblyName>
|
|
</PropertyGroup>
|
|
</Project>
|