elfisa-pharmacy/src/Elfisa.GradientButtonDemo/Elfisa.GradientButtonDemo.csproj
Magomed 1ccb2b33cf Apply skill gradient Primary/Danger buttons to Elfisa.UI and add button demos.
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>
2026-07-14 14:27:31 +03:00

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>