[UWP]如何将现有的visual studio解决方案转换为UWP [英] [UWP]How do I convert existing visual studio solution to UWP

查看:84
本文介绍了[UWP]如何将现有的visual studio解决方案转换为UWP的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好,


我是UWP的初学者,我正在帮助我的一个朋友将他们的代码移植到uwp,以便他们可以在xbox上发布他们的应用程序未来。


问题在于我在网上找到的所有教程都喜欢跳过步骤或者不解释某些方面。


我的问题是,在哪里我可以找到一个关于如何将visual studio项目移植到uwp的初学友好教程。如果我可以将代码编译为.exe文件,那么下一步制作一个uwp应用程序是什么。




解决方案

我认为这不是MSBuild问题。没有自动转换。例如,UWP不支持DataGrid和DataGridView。在UWP中,我们必须在UWP之外的许多地方使用async / await。


我不知道UWP有一个非常好的开始,但
通用Windows平台简介
可能有所帮助


Hey everyone,

I am a beginner to UWP, I am helping a friend of mine port their code to uwp so that they can release their app on xbox one in the future.

The problem is all the tutorials I find online like to skip steps or do not explain certain aspects.

My question is, where can I find a good beginner friendly tutorial on how to port visual studio project to uwp. If I can compile the code as a .exe file, what is my next step to make a uwp app.

解决方案

I think this is not a MSBuild question. There is no automatic conversion. For example, DataGrid and DataGridView are not supported in UWP. In UWP we must use async/await in many places that we don't need to outside of UWP.

I don't know of a really good start for UWP but Intro to the Universal Windows Platform might help.


这篇关于[UWP]如何将现有的visual studio解决方案转换为UWP的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
相关文章
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆