Entitätssuche Layout, Verknüpfungslogik, GDPicture Aktualisierung, Global search etc

This commit is contained in:
Developer01
2026-07-07 17:45:43 +02:00
parent 11147ca0ff
commit 9730f681f7
778 changed files with 703679 additions and 20441 deletions

View File

@@ -0,0 +1,6 @@
<Project InitialTargets="NETStandardCompatError_System_Threading_Tasks_Extensions_net462">
<Target Name="NETStandardCompatError_System_Threading_Tasks_Extensions_net462"
Condition="'$(SuppressTfmSupportBuildWarnings)' == ''">
<Warning Text="System.Threading.Tasks.Extensions 4.6.3 doesn't support $(TargetFramework) and has not been tested with it. Consider upgrading your TargetFramework to net462 or later. You may also set &lt;SuppressTfmSupportBuildWarnings&gt;true&lt;/SuppressTfmSupportBuildWarnings&gt; in the project file to ignore this warning and attempt to run in this unsupported configuration at your own risk." />
</Target>
</Project>