Re: [MonoTouch] Multiple projects

2012-12-13 Thread Jeff Stedfast
Hi Guido,

You Can select the project you want to build in the Solution Tree and then
hit Command+K (instead of Command+B which builds the entire solution).

You can also right-click on the project you'd like to build in the Solution
Tree and select Build ProjectName.

Hope that helps,

Jeff

On Thu, Dec 13, 2012 at 4:37 PM, Guido Van Hoecke gui...@gmail.com wrote:

 Hi,

 I have a solution with two projects. Only one of them is the startup
 project. Still when I build the current startup project, it builds both
 projects.

 How do I tell MonoDevelop to only build the current project?

 TIA,


 Guido

 --
 Be cheerful while you are alive.
 -- Phathotep, 24th Century B.C.

 http://vanhoecke.org ... and go2 places!
 ___
 MonoTouch mailing list
 MonoTouch@lists.ximian.com
 http://lists.ximian.com/mailman/listinfo/monotouch

___
MonoTouch mailing list
MonoTouch@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/monotouch


Re: [MonoTouch] Multiple projects

2012-12-13 Thread Craig Dunn
That is normally what people expect - assuming the startup project
references the other one, you really want them both to be compiled so that
the latest changes are all included.

Aanyway... to change the behavior, right click on your solution in
MonoDevelop  Options  Build  Configurations  Configuration Mappings tab
... there you can untick the Build column to control which solutions are
built in which configurations.

[screenshot]
http://www.screencast.com/t/zyPniBRlPc

Note: i'm not necessarily recommending that, as if you forget about it
later (or someone else uses your solution) it can easily get confusing as
to why one of the projects doesn't build with the others...

cd



On Thu, Dec 13, 2012 at 1:37 PM, Guido Van Hoecke gui...@gmail.com wrote:

 project. Still when I build the current startup project, it builds both

___
MonoTouch mailing list
MonoTouch@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/monotouch