Follow native interoperability best practices

https://learn.microsoft.com/en-us/dotnet/standard/native-interop/best-practices
This commit is contained in:
Bond_009
2026-06-14 14:35:26 +02:00
parent e4edce9a70
commit d50205cc9f
4 changed files with 22 additions and 26 deletions

View File

@@ -9,6 +9,7 @@
<TargetFramework>net10.0</TargetFramework>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
<ItemGroup>