visual studio - Should I deploy a neutral app bundle or x86, x64, ARM separately? -


when creating release build windows 8 app, should use neutral appx?

enter image description here

or should use app bundle x86, x64, , arm separately?

enter image description here

what difference? pros/cons?

if app using c++ dlls example sqlite need deploy each version separately. otherwise can release anycpu version. note in uwp app (win 10) there no longer cpu option.


Comments

Popular posts from this blog

java - WARN : org.springframework.web.servlet.PageNotFound - No mapping found for HTTP request with URI [/board/] in DispatcherServlet with name 'appServlet' -

html - Outlook 2010 Anchor (url/address/link) -

android - How to create dynamically Fragment pager adapter -