简体   繁体   English

将托管的VB.NET项目转换为Windows Phone 8项目

[英]Convert managed VB.NET project to Windows Phone 8 project

So, I am totally new to Windows Phone. 因此,我对Windows Phone完全陌生。 My enquiry is very general. 我的询问非常笼统。 There are a lot of good API:s out there on CodePlex for example. 例如,CodePlex上有很多不错的API :。 I seem to have to create a specific Class library for Windows Phone 8 in order to reference it. 我似乎必须为Windows Phone 8创建一个特定的类库才能引用它。 My question is then if it is possible to easy convert a project (from ANYCPU class library to Windows Phone) or maintain two branches in some way. 我的问题是,是否可以轻松地将项目转换(从ANYCPU类库转换为Windows Phone)或以某种方式维护两个分支。

Any information or insight would be appreciated! 任何信息或见解将不胜感激!

It really all depends on what your library does. 真的,这完全取决于您的图书馆的工作。 Answering the "how to convert a project" question has to be done on a case by case basis. 必须根据具体情况回答“如何转换项目”问题。 Of course the general "yes you can do it " applies but it all depends on what you managed code is calling. 当然,通用的“是的,您可以做到的”适用,但这完全取决于托管代码正在调用的内容。 Just like Silverlight is a subset of what you can do in WPF, the APIs available on Windows Phone is a subset of what is available on other platforms. 就像Silverlight是您在WPF中可以执行的操作的子集一样,Windows Phone上可用的API是其他平台上可以使用的API的子集。 (Which you don't specify). (您未指定)。 I would be happy to help more with more clarification. 我很乐意为您提供更多说明。

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

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM