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?
or should use app bundle x86, x64, , arm separately?
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
Post a Comment