[MonoDevelop] [PATCH] Make the Visual Studio Win32 Build Work

Ivan Zlatev contact at i-nz.net
Sat Jun 27 10:10:34 EDT 2009


Hello,

The whole "Load up Main.sln and hit F5" doesn't work (for me at least
from SVN HEAD and Visual Studio 2008) and here is a patch to fix that.

Firstly it took me a while to figure out that the "Debug"
configuration is actually a DebugLinux configuration and that there is
a Win32 one. So the first thing that the attached patch does is to
rename Debug to DebugLinux. (Building with the DebugLinux
configuration fails because it tries to build GnomePlatform and is
missing the Gnome assemblies.)

Next the DebugWin32 configuration had zero projects included for
compilations. So the next thing that this patch does is to enable all
the projects to build except Gnome/MacPlatform and Moonlight.

Next the Startup project was set to MonoDevelop.Core which is a
library. The patch sets it to MonoDevelop.Startup.

That's it. Please review and if it's okay commit.

One more pending issue is that the VS solution is trying to load
po.mdproj which gives an error in Visual Studio BTW. Can't this
project be converted to VS project format too?


Kind Regards,

Ivan Zlatev
http://ivanzlatev.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: win32-build-fix.patch
Type: application/octet-stream
Size: 91538 bytes
Desc: not available
Url : http://lists.ximian.com/pipermail/monodevelop-list/attachments/20090627/6644ea0b/attachment-0001.obj 


More information about the Monodevelop-list mailing list