add PropertyObject & PropertyValue, move to Pilz, make everything .net 8 only

This commit is contained in:
Pilzinsel64
2025-04-02 07:25:41 +02:00
parent 91e1987d75
commit 9a17cd4e9e
27 changed files with 136 additions and 30 deletions

View File

@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<MyType>Windows</MyType>
<TargetFrameworks>net8.0-windows;netframework4.8</TargetFrameworks>
<TargetFrameworks>net8.0-windows</TargetFrameworks>
<LangVersion>latest</LangVersion>
<DocumentationFile>Pilz.UI.xml</DocumentationFile>
<UseWindowsForms>true</UseWindowsForms>