MengeCrowdSim / MengeCS

C-Sharp bindings for Menge
5 stars 10 forks source link

Sourcing MengeCore dlls directly from Menge directory #9

Open alafi opened 6 years ago

alafi commented 6 years ago

As per your suggestion in #8, this PR has only the changes to source the dll's from MengeCore directory which is configured in MengeCS.csproj.

I have also updated MengeWrapper.cs to pick the debug or release version of the dll as per the build configuration using preprocessor directives.

Please let me know if I got your suggestion right or whether further modifications are needed.


This change is Reviewable