refactor: move dll loading into c# client

This commit is contained in:
k0t9i
2023-01-26 02:03:08 +04:00
parent 7ad3ff4081
commit 54a4514a53
6 changed files with 20 additions and 222 deletions

View File

@@ -5,6 +5,7 @@
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<PlatformTarget>x86</PlatformTarget>
</PropertyGroup>
</Project>