Hellom
>
> (cross posting to Mono Development list because it seems to be a
> problem in Mono git master)
>
This is indeed mono master issue which should be fixed in latest mono
master.
Thanks for reporting
Marek
___
Mono-devel-list mailing list
Mono-d
Certainly mono/lib/mono/4.5/Microsoft.Common.targets is the culprit. A
needed item metadara is not being written correctly it is '%(Culture)' but
should be something like '%(EmbeddedResource.Culture)', or it should be a
property '$(Culture)'.
Rafael Teixeira
O..:.)
On Thu, Aug 28, 2014 at 1:
Hello Jesse,
(cross posting to Mono Development list because it seems to be a
problem in Mono git master)
I checked the specific revision of Mono that still worked to build MonoDevelop:
https://github.com/mono/mono/commit/8020aafc3b2cfe43696b8f0e9d784c7ead432380
My next build of Mono was based o