Hi,
I am developping an application that uses some native dll and that are included in the Visual project as content and with the "Copy always" property, however dll are of course different if I am compiling for x86 or arm/ How can I include the different version
inside my package without having to rename the dll each time I change the plaform ?
Thanks