-
Notifications
You must be signed in to change notification settings - Fork 61
Description
Hi AndresTraks,
I appreciate your contribution to bullet physics.
Now I can reference your BulletSharp.dll to my C# application.
However, I get a warning saying that "There was a mismatch between the processor architecture of the project being built "MSIL" and the processor architecture of the reference "BulletSharp, Version=2.87.0.0, Culture=neutral, processorArchitecture=x86", "x86". This mismatch may cause runtime failures. Please consider changing the targeted processor architecture of your project through the Configuration Manager so as to align the processor architectures between your project and references, or take a dependency on references with a processor architecture that matches the targeted processor architecture of your project."
How can I fix the warning because I want my application to be run at AnyCPU.
Thank you.
Alex