如何在 VS2019 中将 UWP 添加到 xamarin 表单?
How do i add UWP to xamarin forms in VS2019?
我尝试在vs2019中新建项目(xamarin form),发现UWP模板不见了。
我在 vs2017 中创建了项目,但它没有运行。现在我已经将 UWP 项目添加到使用 vs2019 创建的 xamarin 表单应用程序,我如何 link 它们,如何将 UWP 连接(引用)到便携式库?
我想使用其中包含 UWP 的 xamarin 形式的便携式库,例如 vs2017 版本
在 VS 2019 版本 16.0.0 中,UWP head 项目已从 Xamarin.Forms 应用程序模板中删除。但是,如果您安装最新版本的 VS 2019 (16.0.1),您应该可以使用该选项。根据 release notes:
Add option for Windows (UWP) platform when creating new Xamarin.Forms project from 'Mobile App (Xamarin.Forms)' project template.
除此之外,您只需将 UWP 添加为单独的项目,然后将其设置为 Xamarin.Forms。
我尝试在vs2019中新建项目(xamarin form),发现UWP模板不见了。
我在 vs2017 中创建了项目,但它没有运行。现在我已经将 UWP 项目添加到使用 vs2019 创建的 xamarin 表单应用程序,我如何 link 它们,如何将 UWP 连接(引用)到便携式库?
我想使用其中包含 UWP 的 xamarin 形式的便携式库,例如 vs2017 版本
在 VS 2019 版本 16.0.0 中,UWP head 项目已从 Xamarin.Forms 应用程序模板中删除。但是,如果您安装最新版本的 VS 2019 (16.0.1),您应该可以使用该选项。根据 release notes:
Add option for Windows (UWP) platform when creating new Xamarin.Forms project from 'Mobile App (Xamarin.Forms)' project template.
除此之外,您只需将 UWP 添加为单独的项目,然后将其设置为 Xamarin.Forms。