unknownv2 / CoreHook

A library that simplifies intercepting application function calls using managed code and the .NET Core runtime
MIT License
259 stars 40 forks source link

Fix Debug and Release build configuration for x86 #62

Closed unknownv2 closed 5 years ago

unknownv2 commented 5 years ago

Set the proper output paths for the x86 build so when assemblies are built they are either placed in the x86 folder for 32-bit target process or the x64 folder for 64-bit target processes (AnyCPU build).