Why doesn't this ContentLoader project (VS2010 e) recognize Microsoft.Build.dll?
- by IAbstract
I am working with an XNA content loader sample. In the references for the project (VS 2010 Express) there are:
Microsoft.Build
Microsoft.Build.Framework
//as well as the standard XNA framework and graphics references
To emulate this project, I am trying to first add a reference to Microsoft.Build.dll. But Visual Studio warns me that it cannot load the .dll. I looked at MSDN and the document referenced Microsoft.Build.Evaluation. This is suppose to be available in the Microsoft.Build.dll and then I'll have access to the Project class.
Has anyone had any experience with this?