I download a project from github: https://github.com/HEskandari/FarsiLibrary/zipball/master
I open this with visual studio 2010, This Solution contain a project with name "FarsiLibrary.WPF.VisualStudio.Design", this project contain references to assemblies in .Net 3.5 and visual studio not recognize Microsoft.Windows.Design.* assemblies because this assemblies exist in .Net 3.5.
So when i changing Target Framework to 3.5 unfortunately this changing not reflected and then target framework set again to .Net 4 automatically.
I want to know how to handle it to build without any problem?
Thank.