On May 2, 2012, at 10:03 AM, Jonathan Pryor wrote: > I think that there's supposed to be support for embedding the > resources/assets within the assembly and extracting them at build time, so > "normal" (non-project) assembly references _should_ work, but we still need > to be able to _find_ the assembly (there's just some overhead compared to the > Project reference approach); this may require setting a HintPath on the > assembly reference: > > <ItemGroup> > <Reference Include="AssemblyName"> > <HintPath>Path\To\AssemblyName.dll</HintPath> > </Reference> > </ItemGroup>
My bad; it looks like this broke recently, as a project I have that uses <HintPath/> which used to work no longer works. Fun! https://bugzilla.xamarin.com/show_bug.cgi?id=4822 Sorry for the inconvenience. - Jon _______________________________________________ Monodroid mailing list [email protected] UNSUBSCRIBE INFORMATION: http://lists.ximian.com/mailman/listinfo/monodroid
