MonoDevelop: Difference between revisions
from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
No edit summary |
→Reference: notes: project files |
||
| Line 6: | Line 6: | ||
* [http://www.monodevelop.com/ official web site] | * [http://www.monodevelop.com/ official web site] | ||
* [[wikibooks:Programming/LearnByExample/CSharpMonoDevelopGTK|WikiBooks]] | * [[wikibooks:Programming/LearnByExample/CSharpMonoDevelopGTK|WikiBooks]] | ||
==Notes== | |||
* '''project files''': MonoDevelop does not register any file-types, so you can't load projects by double-clicking on them; if a project doesn't appear in the "recent" list (or won't open from there because it has been moved), you can open it with '''File->Open...''' and select the '''.mdp''' file. | |||
Revision as of 21:51, 14 November 2006
Navigation
computing: software: programming: Mono: MonoDevelop
Overview
MonoDevelop is an IDE for Mono.<hide>
page status::seed
</hide>
|
This page is a seed article. You can help HTYP water it: make a request to expand a given page and/or donate to help give us more writing-hours!
|
Reference
Notes
- project files: MonoDevelop does not register any file-types, so you can't load projects by double-clicking on them; if a project doesn't appear in the "recent" list (or won't open from there because it has been moved), you can open it with File->Open... and select the .mdp file.
