c清晰的项目文件 [英] c sharp project files

查看:67
本文介绍了c清晰的项目文件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

你好,
如何从.csproj文件创建可执行文件?
这是新事物,所以请多加解释...

谢谢

hello there,
how do i create executable file from .csproj files?
am new to this, so a little bit of explanation would really be appreciated...

thank you

推荐答案

构建它!

在VS中,菜单上的构建"-在其下是构建解决方案".这将在Solution/Project/Bin/Debug或Solution/Project/Bin/Release文件夹中创建一个可执行文件(您可以通过在工具栏上的配置下拉列表来确定哪个).
或者,只需按下运行按钮(在工具栏或F5上),它将在调试器中执行程序.
Build it!

In VS, on the menu is "Build" - under that is "Build Solution". That will create an executable in the Solution/Project/Bin/Debug or Solution/Project/Bin/Release folder (you decide which with the configuration drop down on the tool bar).
Or, just press the run button (on the tool bar, or F5) which will execute the program in the debugger.


以下是访问exe文件的简便方法:

转到此路径:
C:\ Users \您的计算机名称\ Documents \ Visual Studio 2005 \ Projects \ WindowsApplication1 \ WindowsApplication1 \ bin \ Debug

其中"WindowsApplication1"是您的项目名称

在我的示例中,您会找到一个以您的项目名称命名的exe文件,其名称为"WindowsApplication1"

请,如果您觉得这很有用,请投票给我答案
here is an easy way to reache your exe file:

go to this path:
C:\Users\your computer name\Documents\Visual Studio 2005\Projects\WindowsApplication1\WindowsApplication1\bin\Debug

where "WindowsApplication1" is your project name

there you will find an exe file named with your project''s name in my example its "WindowsApplication1"

please if you find this useful vote up my answer


这篇关于c清晰的项目文件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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