如何设置项目的可执行进程名? [英] How to set a project's executable processname?

查看:49
本文介绍了如何设置项目的可执行进程名?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我希望将我的可执行文件的进程称为ABC.我该怎么做?我尝试将项目名称定义为ABC,但随后将拥有一个ABC.vshost.

I'd like to have my executable's process be called ABC. How I can do this? I tried defining my project name as ABC, but then I'll have an ABC.vshost.

推荐答案

您可以在项目的属性页面中进行设置.在应用程序"选项卡上设置程序集名称将设置生成的已编译程序集的名称(即ABC.exe).

You can set this in the project's properties page. Setting the assembly name on the application tab will set the name of the resulting compiled assembly (ie. ABC.exe).

.vshost.exe是 Visual Studio调试过程,在调试时由Visual Studio使用.您可以通过取消选中项目属性的调试"选项卡上的启用Visual Studio托管进程"复选框来关闭(Visual Studio不需要调试).

The .vshost.exe is the Visual Studio debugging process, used by Visual Studio when you debug. You can turn that off (Visual Studio does not need it to debug) by unchecking the "enable the visual studio hosting process" checkbox on the debug tab of the the project properties.

这篇关于如何设置项目的可执行进程名?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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