Hello Ves,
thank you for your answer. I tried to remove most of the content from the *rd.xml files, I just left the xml header and the Directives content, here's an example:
<?
xml
version
=
"1.0"
encoding
=
"utf-8"
?>
<
Directives
xmlns
=
"http://schemas.microsoft.com/netfx/2013/01/metadata"
>
<
Library
Name
=
"Map.Utils.UWP"
>
<!-- add directives for your library here -->
</
Library
>
</
Directives
>
I didn't add any library directives in any of those files.
I tried to build the project in Debug mode and it worked fine as usual, but when I built it in Release mode I got "ilc.exe exited with error 1004".
For some reason it looks like I can't get VS to generate a repro zip (Matthew asked me a repro as well), would it be ok for you if I sent a zip with the whole Release bin folder? All the generated files and the compiler material should be there as well.
Also, as I can't post a link to the zip here in the forums, would it be ok for you if I opened a support ticked for the Universal UI library (I still didn't get a UWP library license as it's still in preview), so that I'll be able to send you the link from there to keep it private?
Let me know if there's anything else I can do, thank you again for your help :)
Sergio