简体   繁体   English

Visual Studio 2010中的prism项目链接器发生了什么?

[英]What happened to the prism project linker in Visual Studio 2010?

如何在Visual Studio 2010中的WPF和Silverlight项目之间共享文件?

You can download Project Linker for Visual Studio 2010 in the Extension Manager. 您可以在Extension Manager中下载Visual Studio 2010的Project Linker。 Just search for "Project Linker". 只需搜索“Project Linker”。 It works perfectly! 它完美无缺!

The project linker download can be found here at the bottom of the page in the "Files in this Download" section : 项目链接器下载可以在页面底部的“此下载文件”部分中找到
http://www.microsoft.com/downloads/details.aspx?familyid=fa07e1ce-ca3f-4b9b-a21b-e3fa10d013dd&displaylang=en http://www.microsoft.com/downloads/details.aspx?familyid=fa07e1ce-ca3f-4b9b-a21b-e3fa10d013dd&displaylang=en

And just in case you were also asking about its usage, here is a link to the usage information: 如果你还询问它的用法,这里有一个指向用法信息的链接:
http://msdn.microsoft.com/en-us/library/dd458870.aspx http://msdn.microsoft.com/en-us/library/dd458870.aspx

It doesn't appear to have been released as a self installer for VS2010. 它似乎没有作为VS2010的自安装程序发布。 However, the code does appear to have been updated to allow the plugin to run in VS2010. 但是,代码似乎已更新,以允许插件在VS2010中运行。

Have a look at this discusson thread . 看看这个讨论线程 About two thirds of the way down the tread, it gets to the point where they give that link and discuss the steps for making it work. 大约三分之二的路程,它达到了他们提供链接并讨论使其工作的步骤。 Here is the link to the source code updated for VS2010 . 以下是为VS2010更新的源代码链接

The steps to use the code to generate an installer that will work for you are (ripped from the linked thread): 使用代码生成适合您的安装程序的步骤(从链接的线程中删除):

open solution in vs2010 在vs2010中开放解决方案
compile as release 编译为发布
add a new VSIX project (template located under c#>Extensibility). 添加一个新的VSIX项目(位于c#> Extensibility下的模板)。

In the VSIX project you need to add two "content" items 在VSIX项目中,您需要添加两个“内容”项
- a "VS Package type" as the output of the project linker project, - “VS Package类型”作为项目链接器项目的输出,
- a "Custom Extension" Type - as a file and browse to the compiled project linker helper dll - “自定义扩展”类型 - 作为文件并浏览到已编译的项目链接器助手dll

HTH HTH

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

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