Used modern approach for C#/C++ interop

This commit is contained in:
Pasha Bibko
2025-05-03 17:11:09 +01:00
parent eaaceb08d2
commit 3386272f2a
3 changed files with 12 additions and 5 deletions

View File

@@ -7,6 +7,7 @@
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<BaseOutputPath></BaseOutputPath>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
</Project>