On Thursday, 8 May 2014 at 13:58:51 UTC, Orvid King via Digitalmars-d wrote:

I'm fairly certain that it can't build VisualC++ project files from a version of VS older than 2010, due to the fact that 2010 is the first version where VisualC++ projects were proper MSBuild project files.

MSBuild can build VisualC++ 2008 project files, but you do have
to use a version of MSBuild that is happy with those files.

For those interested, more details can be found here:

http://www.zeusedit.com/zforum/viewtopic.php?t=7143

Reply via email to