0

Visual Studio 2010

Anonymous 10 years ago 0
This discussion was imported from CodePlex

rroveri wrote at 2012-10-22 16:03:

Hello, 


i am not able to open the examples with Visual Studio 2010. Does anybody else have the same problem?

Thanks in advance

Riccardo 


objo wrote at 2012-10-22 19:53:

Hi Riccardo, the examples are converted to .NET 4.5 and requires VS 2012 to compile. The HelixToolkit.Wpf library contains projects for both 4.0 and 4.5, but I don't want to maintain two sets of project files for all the examples. 

To build with .NET 4.0, simply change the TargetFrameWorkVersion to v4.0 in the csproj files, no other change should be necessary!


rroveri wrote at 2012-10-23 16:27:

Thank you, changing the target did the job.