ppebb / isp2

GNU Lesser General Public License v3.0
7 stars 4 forks source link

Improve windows native library loading #77

Closed ppebb closed 4 months ago

ppebb commented 4 months ago

Hash native libraries before building (via a custom MSBuild task) and then embed the hashes as native resources, replacing libraries if the hashes do not match.

Also updates build scripts to allow for compilation on a school computer.

Addresses task #76 and story #74