[MonoDevelop] Create core package in solution
IBBoard
ibboard at gmail.com
Fri Feb 11 14:48:25 EST 2011
On 11/02/11 18:47, Skinney wrote:
>
> Hi!
>
> I got a question regarding Mono Develop. I wan't to create a solution with
> multiple projects, where each project depends on a "Core" project for
> several functions, allowing me to efficiently seperate the GUI code from the
> app logic. This way it's easier to maintain code for several platforms like
> Mac, Iphone, Android...
>
> How do I do this?
Hi,
I think the process is similar to most IDEs.
First, create the solution. Second, right-click on the solution and
click "Add new project". Pick all of your details as appropriate
(project type, name, etc). Third, expand the project that needs to
depend on "Core", right-click on the References item in the tree and
click "Edit references". Fourth, go to the Projects tab and check the
box for the "Core" project to make your front-end depend on the
core/back-end. Finally, click OK and start using the core classes in the
project that depends on it :)
Hope that helps.
IBBoard
More information about the Monodevelop-list
mailing list