简体   繁体   English

是否可以在visual studio 2013 update 2中创建一个新的Windows Phone 8项目?

[英]Is it possible to create a new windows phone 8 project in visual studio 2013 update 2?

I am using a windows 8.1 machine with visual studio 2013 update 2 installed. 我正在使用安装了visual studio 2013 update 2的Windows 8.1机器。 I am trying to create a new windows phone 8 project. 我正在尝试创建一个新的Windows Phone 8项目。 But visual studio don't ask me about the target OS. 但是visual studio不会问我关于目标操作系统的问题。 It just creates an 8.1 project. 它只是创建了一个8.1项目。 Working with my old windows phone 8 project is okay but create a new one. 使用我的旧Windows Phone 8项目是可以的,但创建一个新项目。

Any way I can create a new one without installing visual studio 2012? 我可以在没有安装visual studio 2012的情况下创建新的任何方式吗?

尝试在Store Apss中创建新的空白项目(Windows Phone Silverlight) - > Windows Phone应用程序。

"If you want to create or maintain a Windows Phone 8 version of your Windows Phone Store app, you must install the Windows Phone SDK 8.0. This SDK is an optional component of Visual Studio 2013." “如果要创建或维护Windows Phone 8应用程序的Windows Phone 8版本,则必须安装Windows Phone SDK 8.0。此SDK是Visual Studio 2013的可选组件。”

http://msdn.microsoft.com/en-us/library/windows/apps/br211384.aspx http://msdn.microsoft.com/en-us/library/windows/apps/br211384.aspx

You can only target windows phone 8 or windows 8 in class library or portable libraries. 您只能在类库或可移植库中定位Windows Phone 8或Windows 8。 You cannot change the target in the phone app project.. Even for class library you will need the to optionally install windows 8 SDK during VS installation. 您无法更改手机应用程序项目中的目标。即使对于类库,您也需要在VS安装期间选择性地安装Windows 8 SDK。

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

相关问题 在Visual Studio中创建Windows Phone项目的副本 - create a copy of a windows phone project in visual studio Visual Studio 2013 Windows Phone项目模板的疑问 - Visual Studio 2013 windows phone project templates doubts 在Visual Studio 2013 Windows Phone 8项目中将TypeBindConflicts放在哪里? - Where to put TypeBindConflicts in visual studio 2013 windows phone 8 project? 无法在Visual Studio 2013中创建新的Web项目 - Unable to create a new web project in Visual Studio 2013 Visual Studio 2013 Ultimate没有Windows Phone 8模板 - Visual Studio 2013 Ultimate no Windows Phone 8 template Windows Phone的Visual Studio 2013设计器无法正常工作 - Visual Studio 2013 designer for Windows Phone not working '关联应用程序与商店'选项没有显示是视觉工作室终极2013年的Windows Phone 8.1 Silverlight项目 - 'Associate App with the store' option is not showing is visual studio ultimate 2013 for windows phone 8.1 silverlight project 从Windows Phone Toolkit打开.cs文件时,Visual Studio 2013 Ultimate Update 3崩溃了吗? - Visual Studio 2013 Ultimate Update 3 crashed when open .cs file from Windows Phone Toolkit? Visual Studio 2013:无法创建MVC项目 - Visual Studio 2013: Cannot Create MVC project 如何从Visual Studio 2013中的Windows Phone 8应用程序创建库文件? - How to create library file from an windows phone 8 application in visual studio 2013?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM