What is the preferred way to configure the mono application

When using VS, the preferred way to store user and application parameters, apparently, is to access the VS Settings tab for this assembly and simply enter the necessary parameters. Monodevelop does not have this function (or at least I did not find it ...)

What is the preferred way to do this in mono using monodevelop?

If the answer is "well, do the same, but enter the code manually." I will like some pointers to a good tutorial.

+5
source share
2 answers

.settings , .

App.config/ .config

0

All Articles