-> let's use wine for comatibility again -> easier to maintain -> easier to build dynamic options with
21 lines
643 B
XML
21 lines
643 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>net8.0-windows</TargetFramework>
|
|
<Nullable>enable</Nullable>
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<EmbeddedResource Include="Symbols\*.svg" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Pilz.UI" Version="3.0.0" />
|
|
<PackageReference Include="Pilz.UI.WinForms.Telerik.Symbols" Version="1.2.1" />
|
|
<PackageReference Include="UI.for.WinForms.Common" Version="2025.2.612-preview" />
|
|
<PackageReference Include="UI.for.WinForms.Themes" Version="2025.2.612-preview" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|