On May 2, 2012, at 9:23 AM, Narcís Calvet wrote: > I'm referencing the class library project directly, as Jonathan suggests, > when developing. However, when I want to deploy the application, I need to > use the compiled assembly in release mode.
You should be able to set the Active Configuration drop-down to Release (in the Build toolbar), and when your Application is rebuilt (in Release mode) all dependent projects should also be rebuilt in Release. If this isn't the case, something very strange is going on (a MonoDevelop bug?). Thanks, - Jon _______________________________________________ Monodroid mailing list [email protected] UNSUBSCRIBE INFORMATION: http://lists.ximian.com/mailman/listinfo/monodroid
