如何让 VS2008 在您已经创建项目后创建不同的 *.DLL 名称? [英] How to get VS2008 to create a different *.DLL name after you have already created the project?

查看:28
本文介绍了如何让 VS2008 在您已经创建项目后创建不同的 *.DLL 名称?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

要在 VS2008 中创建项目,您必须在创建项目时为编译输出分配一个名称.如果您正在创建类库,则此输出为 <输出名称>.DLL.我可以通过 VS2008 界面更改项目中的所有其他名称.如果我后来后悔输出的名称,我找不到更改项目输出 *.exe 或 *.dll 名称的方法.

To create a project in VS2008 you have to assign the compiled output a name right when you create the project. If you are creating a class library this output is <output name>.DLL. I can change every other name in the project through the VS2008 interface. If I later regret the output's name I cannot find a way to change the project's output *.exe or *.dll name.

当一个 VS2008 项目已经创建并且输出名称已经定义时,如何更改其输出的名称?

How does one change the name of the output of a VS2008 project when the project has been created and that output name has been already defined?

推荐答案

在项目属性中更改程序集名称.

Change the assembly name in the project properties.

在解决方案资源管理器中,找到您感兴趣的项目并双击属性"(就在项目名称下方).这将在主编辑器视图中打开项目的属性页面.

In Solution Explorer, find the project you're interested in and double click on "Properties" (just under the project name). That will bring up the properties page for the project in the main editor view.

在应用程序"选项卡中有一个程序集名称"选项 - 这决定了输出文件名.

In the "Application" tab there's an "Assembly name" option - this is what decides the output filename.

这篇关于如何让 VS2008 在您已经创建项目后创建不同的 *.DLL 名称?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆