[MonoDevelop] How to set relative paths to files in project?

Nils Andresen nils at nils-andresen.de
Thu Jan 6 06:49:07 EST 2011


Am 06.01.2011 02:15, schrieb Andrzej Skalski:
> Hi Nils,
>
> Thank for an answer, but I can't spot the csproj file. Just mds, mdp and
> mdw, and in these there are no <OutputPath> elements.
>
> Any hints?

Andrzej,
mds/mdp are "monodeveltop version 1" storage formats, and I am using
"VS2010" storage format (see Options->Load/Save)
In "md version 1" the mdp contains <Output directory="../../Foo"
assembly="Test1" /> as a relative path.

And while I am unsure how to set the include directories and libraries
(I do not develop in c++): If you (in monodevelop) set the
output-directory (of a c# app) in monodevelop using an absolute path
monodevelop will save this settings relative to the project folder.

Nils


More information about the Monodevelop-list mailing list