简体   繁体   English

是否可以在同一解决方案中开发Windows 8.1桌面和商店应用程序?

[英]Is it possible to develop for Windows 8.1 Desktop and Store App in the same solution?

I'm using this guide to try to develop a Windows App. 我正在使用本指南尝试开发Windows应用程序。 I have a solution for a Desktop WinForm project that contains a number of class library projects and other tool WinForm projects. 我有一个桌面WinForm项目的解决方案,其中包含许多类库项目和其他工具WinForm项目。 I'd like to build the same program, but with the new Windows 8 App interface for easier touch controls. 我想构建相同的程序,但使用新的Windows 8 App界面可以更轻松地进行触摸控制。 But the two versions of Visual Studio don't seem to want to work together. 但是Visual Studio的两个版本似乎并不想一起工作。

So, ultimately: Is there a way to develop both a WinForm and Windows Store App in the same solution with VS Express 2013? 所以,最终:有没有办法在VS Express 2013的同一解决方案中开发WinForm和Windows应用商店应用?

Unfortunately, not with the Express editions. 不幸的是,没有Express版本。 With the paid SKUs of Visual Studio, you can have a single solution with both products. 使用Visual Studio的付费SKU,您可以使用这两种产品的单一解决方案。

The Express Editions have separate products for Desktop and Windows Store development (Express 2013 for Windows and Express 2013 for Windows Desktop), and you'll need to use the appropriate product within each edition. Express Editions具有用于桌面和Windows应用商店开发的独立产品(适用于Windows的Express 2013和适用于Windows桌面的Express 2013),您需要在每个版本中使用相应的产品。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 这可以在Windows Phone 8.0 / 8.1中开发Call Blocker应用程序吗? - is this possible to develop Call Blocker app in Windows Phone 8.0/8.1? 是否可以从Windows8.1应用程序更改桌面墙纸? - Is it possible to change desktop wallpaper from Windows8.1 app? 是否可以将现有的Windows Phone 8应用程序更新为Windows Phone Store 8.1 - Is it possible to update an existing Windows Phone 8 app to Windows Phone Store 8.1 是否可以在Mac上开发Windows桌面本机应用程序? - Is it possible to develop windows desktop native application on a Mac? Windows Phone 8.1 Store应用程序-链接到商店 - Windows Phone 8.1 Store app - Link to store Windows Store应用程序(Windows 8.1)中的TripleDES加密 - TripleDES Encryption in Windows Store app (Windows 8.1) Windows Phone 8.1 App在App Store上的发行 - Windows Phone 8.1 App on App Store Issue 是否可以使用带有Metro界面的Windows桌面应用程序(或不打算去Windows商店的Metro应用程序)? - Is it possible to have a windows desktop app with metro interface (or a metro app with no intention of going to the windows store)? 检测Windows 8.1商店应用程序是否在SplittView或FullView中 - Detect if Windows 8.1 store app is in SplittView or FullView Windows应用商店8.1-未触发后台任务 - Windows store app 8.1 - Background Task not triggered
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM