3.1 native lib

This commit is contained in:
HolographicHat
2022-09-27 19:02:13 +08:00
parent 656589bc80
commit 07a08f56d4
6 changed files with 52 additions and 24 deletions

View File

@@ -105,7 +105,7 @@
<AdditionalDependencies>detours-x64.lib;%(AdditionalDependencies)</AdditionalDependencies>
</Link>
<PostBuildEvent>
<Command>copy $(TargetPath) $(ProjectDir)..\bin\Debug\net6.0</Command>
<Command>copy $(TargetPath) $(ProjectDir)..\bin\Debug\net6.0\win-x64</Command>
</PostBuildEvent>
</ItemDefinitionGroup>
<ItemGroup>