Windows 商店支持哪些项目类型?
What are the project types supported by Windows store?
是否仅 Windows 商店支持的通用 windows 平台 (UWP) 应用程序或 win32 等普通桌面应用程序也受支持?
还有win32工程和一般的空工程有什么区别?它是否相同,但输出中只有一个控制台?
提前致谢。
Are only universal windows platform (UWP) applications supported by
Windows store or normal desktop applications such as win32 are also
supported?
目前 Windows Store 接受的项目类型包括 Windows Windows 10 和 8.1 的通用应用程序和 Windows Phone Silverlight 项目:
对于桌面应用程序,只有使用 .NET 4.6.1 的 Win32 桌面应用程序可以通过 Desktop Bridge 发布到应用商店。
生成转换后的包后,您需要填写this form,一旦您的请求得到验证,您将获得发布包的权限。
Also what is the difference between win32 project and a general empty
project? is it the same but just with a console in the output?
可以参考@Elegentin Xie在this thread中的回复,说明两者的区别
是否仅 Windows 商店支持的通用 windows 平台 (UWP) 应用程序或 win32 等普通桌面应用程序也受支持?
还有win32工程和一般的空工程有什么区别?它是否相同,但输出中只有一个控制台?
提前致谢。
Are only universal windows platform (UWP) applications supported by Windows store or normal desktop applications such as win32 are also supported?
目前 Windows Store 接受的项目类型包括 Windows Windows 10 和 8.1 的通用应用程序和 Windows Phone Silverlight 项目:
对于桌面应用程序,只有使用 .NET 4.6.1 的 Win32 桌面应用程序可以通过 Desktop Bridge 发布到应用商店。
生成转换后的包后,您需要填写this form,一旦您的请求得到验证,您将获得发布包的权限。
Also what is the difference between win32 project and a general empty project? is it the same but just with a console in the output?
可以参考@Elegentin Xie在this thread中的回复,说明两者的区别