MadsKirkFoged / SharpFluids

Lightweight CoolProp C# Wrapper - for easy fluid properties lookups
MIT License
30 stars 9 forks source link

Added 32bit and 64bit DLLs #11

Closed MadsFoged closed 3 years ago

MadsFoged commented 4 years ago

Coolprop have both 32bit and 64bit dlls that we can use. Right now we are only using the 32bit one.

I have tried without luck to add the 64bit dll.

The two tasks to do (As I see it):

1) When the project builds it should only copy one of the dlls to the Output folder dependent on the chosen architecture 2) When creating the Nuget Package it should also take the architecture into account

MadsFoged commented 3 years ago

I have added support for 64bit - let me know if anyone have problems with it

MadsFoged commented 3 years ago

I fixed it