简体   繁体   English

如何在普通项目Visual Studio 2008上添加快捷方式do文件

[英]How to add a shortcut do file on normal project Visual Studio 2008

how do I add in a Visual Studio 2008 a shortcut to a file. 如何在Visual Studio 2008中添加文件的快捷方式。 CS from another project? 来自另一个项目的CS?

In the Add Existing Item dialog ( Shift+Alt+A ), use Add as Link after selecting the path to the existing file: 在“ 添加现有项”对话框( Shift + Alt + A )中,选择现有文件的路径后,使用“添加为链接”:

在此处输入图片说明

You can select to add a file to a folder in your project and browse to the file in the other project. 您可以选择将文件添加到项目中的文件夹,然后浏览到另一个项目中的文件。

However, it is advised to put such 'common/generic' files in a separate project and include that generic project in both solutions. 但是,建议将此类“通用/通用”文件放在单独的项目中,并在两个解决方案中都包含该通用项目。

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

相关问题 如何在Visual Studio 2008中将编译项目的用户的详细信息添加到AssemblyDescription属性中? - How do I add the details of the user who compiled project to AssemblyDescription attribute in Visual Studio 2008? 如何将Visual Studio 2013项目降级为Visual Studio 2008项目? - How to downgrade a Visual Studio 2013 project to a Visual Studio 2008 project? 如何从Visual Studio 2012项目降级到Visual Studio 2008 - How to downgrade from Visual Studio 2012 project to Visual Studio 2008 Visual Studio安装项目-创建exe文件的快捷方式 - Visual Studio Setup Project - Create shortcut of exe file 如何在Visual Studio 2008中添加可停靠窗口 - How to add a dockable window in visual studio 2008 如何在Visual Studio 2012中将.cs文件添加到项目模板? - How do I add a .cs file to a project template in Visual Studio 2012? 如何在Visual Studio 2008 C#中将现有用户界面和类添加到一个项目中? - How to add existing user interfaces and class to one project in visual studio 2008 c#? 如何在Visual Studio 2008中将程序集清单添加到C#.NET类库项目? - How to add assembly manifest to a C# .NET class library project in Visual Studio 2008? 如何在Visual Studio 2008部署项目中获取项目的汇编版本 - How to get assembly version of a project in a visual studio 2008 deployment project Visual Studio 2008安装项目 - Visual Studio 2008 Setup Project
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM