Hi Jon, Thank you for your help. It's odd to me that you have to add all projects to the same solution. This is different from how I create my projects, and how I've referenced projects for years when creating WinForms applications. I build my projects using nant, which shells out to msbuild. As part of the prebuild steps for my main application, I copy the library dll's to the bin directory of my project. In my main exe project, I click Add Reference, and reference my built library projects from the bin directory of my exe project. Everything has worked fine this way until monodroid version 4.1. I verified that your solution builds fine, but it appears to require including all projects in the same solution. I suppose I can do it this way, but I am confused as to why this is required and why the requirement changed in monodroid 4.1. Does this make sense?
Thanks, Matt -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/ResolveLibraryProjectImports-task-fails-when-referencing-library-tp5672918p5679358.html Sent from the Mono for Android mailing list archive at Nabble.com. _______________________________________________ Monodroid mailing list [email protected] UNSUBSCRIBE INFORMATION: http://lists.ximian.com/mailman/listinfo/monodroid
