loukylor / VRC-Mods

The list of my (loukylor#0001's) VRChat mods
GNU General Public License v3.0
52 stars 51 forks source link

Change exec move to msbuild native copy #28

Closed ljoonal closed 3 years ago

ljoonal commented 3 years ago

Fixes some of the last issues for compiling on linux, by changing arbitrary exec commands to move the DLL's to msbuild native copy, and use macros to copy the Debug or Release build dll, depending on the build type instead of always only moving the Release build. Also moved a few AllowUnsafeBlocks properties from conditional to non-conditional PropertyGroups to allow compiling Debug builds of them too.