Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to add structure of folder and documents to a MonoDevelop project?

I have a hierarchy of folders and source files here and would like to add everything to a MonoDevelop MT project. I'm failing miserably. "Add files" only allows files and no folders, drag & drop does not do anything.

What's your way of dealing with this task? René

like image 555
Krumelur Avatar asked Jan 20 '11 14:01

Krumelur


1 Answers

There are 2 features that make this easier:

1) Right-click on the project and select "Display Options"->"Show all files". You can then right-click on files that aren't in the project and choose "Include in project".

2) In Project Options, enable "Search for new files on load", then reload the project.

In MonoDevelop 2.6, which has not yet been released, we have an "Add files from folder" command that recursively searches a folder structure and lets you select which files to add.

like image 80
Mikayla Hutchinson Avatar answered Sep 19 '22 16:09

Mikayla Hutchinson