初始化

This commit is contained in:
2025-11-26 11:18:26 +08:00
commit 0564b8c1f3
579 changed files with 346253 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
<Project InitialTargets="NETStandardCompatError_System_Diagnostics_EventLog_netcoreapp3_1">
<Target Name="NETStandardCompatError_System_Diagnostics_EventLog_netcoreapp3_1"
Condition="'$(SuppressTfmSupportBuildWarnings)' == ''">
<Error Text="System.Diagnostics.EventLog doesn't support $(TargetFramework). Consider updating your TargetFramework to netcoreapp3.1 or later." />
</Target>
</Project>