xBimTeam / XbimWindowsUI

The home of XbimXplorer and WPF components for your desktop BIM applications.
Other
253 stars 151 forks source link

How to build from sources #23

Closed miosepayo closed 8 years ago

miosepayo commented 8 years ago

Hi,

I'm interesting to build xBim Explorer from sources so I grabbed the sources from this GitHub repo. I'm building using Visual Studio 2012 Pro, with target .net 4.0.

As far as i understood, i have to use NUGet Package Manager to retrieve all the assemblies used by the project but everytime i try to install xBim WindowsUI it rollbacks because i'm targeting .Net 4.0 and HelixToolkit doesn't not contain assemblies for this version.

Could you tell me where i'm wrong ? Which .net framework and 3rd party assemblies should i use to build successfully ?

best regards Julian

miosepayo commented 8 years ago

I installed VS 2015 and everything is ok, i built the project from sources.