i have a windows 8.1 application with two differente builds due to a video library (x86 and x64).
How can i publish both of them as the same APP in the store? Anybody as any insight's about this?
Building as Neutral does not work...
Thanks in advance!
Part of the process of creating the packages for your app allows you to select the specific architectures that you want to build. In Visual Studio, right click on your project and select Store --> Create App Packages. These selections are on the very first dialog:
As shown above, you would select both x86 and x64 for the Architecture checkboxes. For Solution Configuration select Release (x86) and Release (x64).