Вопрос

When using MonoDevelop is it possible to exclude a file or folder within a solution so that it is ignored during Builds?

Это было полезно?

Решение

Did you try changing the build action on the files to None? Right click the file in the Solution pad, select Build Action, then select None. You cannot do this for a folder but you can do this for all the files.

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top