Simplest way would be to:

var url = "http://www.google.com";;
#if DEBUG
 url = "http://beta.google.com";
#endif

The DEBUG symbol is defined by default for Debug builds.

--
View this message in context: 
http://monotouch.2284126.n4.nabble.com/Determine-Release-or-Debug-tp4644492p4644510.html
Sent from the MonoTouch mailing list archive at Nabble.com.
_______________________________________________
MonoTouch mailing list
[email protected]
http://lists.ximian.com/mailman/listinfo/monotouch

Reply via email to