http://bugs.winehq.org/show_bug.cgi?id=29485
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED CC| |focht@gmx.net Resolution| |INVALID
--- Comment #1 from Anastasius Focht focht@gmx.net 2011-12-30 11:00:55 CST --- Hello,
the error is expected. The missing assembly referenced by the tool is shipped with Visual Studio 20xx.
MSDN: http://msdn.microsoft.com/en-us/library/microsoft.visualstudio.vcprojectengi...
--- snip --- Namespace: Microsoft.VisualStudio.VCProjectEngine Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll) --- snip ---
Link which talks about "Microsoft.VisualStudio.VCProjectEngine":
http://social.msdn.microsoft.com/Forums/en/vsx/thread/56ec2dc7-eba0-45ec-adf...
Your "sln" example project download link is down/unavail. For reproduce you could just have linked the source project of the tool, it also contains .sln file.
http://www.codeproject.com/KB/cross-platform/sln2mak/sln2mak.zip
Regards