< Previous by Date | Date Index | Next by Date > |
< Previous in Thread | Thread Index |
Hi Scott, I found the real cause for this: When Visual Studio 2012 is installed as well, then the .Net Framework is automatically detected as a dependency for C++ projects, hence the error. It can be fixed by adding <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences> to the project file. Details for this bug can be found here: http://connect.microsoft.com/VisualStudio/feedback/details/746328/after-installing-vs-11-rc-vs-10-setup-projects-require-the-net-framework I will include this fix in my changes. Matthias From: slgodin@xxxxxxxxx [mailto:slgodin@xxxxxxxxx] Hi Matthias, I don't think that was intentional - you can probably remove it. Separate build directories sounds like a useful change! Thanks. Scott
|