MonoDevelop: Difference between revisions

From OpenPetra Wiki
Jump to navigation Jump to search
(Created page with '* in your OpenPetra.build.config, add this line: <property name="projectfiles.templates-list" value="monodevelop2"/> * it seems the MonoDevelop build tool is very slow. XBuild …')
 
No edit summary
 
Line 1: Line 1:
Warning: Support for MonoDevelop is experimental, and does not work much.
* in your OpenPetra.build.config, add this line:
* in your OpenPetra.build.config, add this line:
  <property name="projectfiles.templates-list" value="monodevelop2"/>
  <property name="projectfiles.templates-list" value="monodevelop2"/>


* it seems the MonoDevelop build tool is very slow. XBuild is much faster. The support for xbuild in MonoDevelop is still experimental, you can enable it in the Preferences/Build settings.
* it seems the MonoDevelop build tool is very slow. XBuild is much faster. The support for xbuild in MonoDevelop is still experimental, you can enable it in the Preferences/Build settings. It still did not really work well for me.
** more details: http://foodformonkeys.blogspot.com/2009/07/building-with-msbuildxbuild-in.html
** more details: http://foodformonkeys.blogspot.com/2009/07/building-with-msbuildxbuild-in.html
** http://stackoverflow.com/questions/5217293/monodevelop-seems-to-hang-not-unresponsive-when-building-csprojs
** http://stackoverflow.com/questions/5217293/monodevelop-seems-to-hang-not-unresponsive-when-building-csprojs

Latest revision as of 13:24, 20 August 2011

Warning: Support for MonoDevelop is experimental, and does not work much.

  • in your OpenPetra.build.config, add this line:
<property name="projectfiles.templates-list" value="monodevelop2"/>