项目完成后我们如何进行文件设置 [英] how we do file setup after finish from the project

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

问题描述

我想在Visual Studio中编写代码consol应用程序后生成文件设置.

i want Generation file setup after write the code consol Application in visual studio

推荐答案

为您生成项目的向导只会为您提供一个入门框架.它并不是要自己产生有用的应用程序.

使用向导生成工作框架后,您有责任添加代码以达到应用程序的目的.

现在,在创建项目之后,您可以右键单击解决方案资源管理器中的项目名称,然后使用添加"菜单选项添加更多的类.请记住,这些只是存根,可以帮助您入门,在您添加代码使它们变得如此之前,它们将无用.

***********************************************

好的,如果您需要setup.exe,Visual Studio会提供一个向导.

为Visual Studio安装程序创建一个项目.在解决方案窗格中右键单击您的解决方案以创建它.
The wizard that generates projects for you, only gives you a starting framework. It is not intended to produce a useful application on it''s own.

After you use the wizard to generate a working framework, it is your responsibility to add code to give the application purpose.

Now after a project is created, you can right click the project name in Solution Explorer and add more classes using the ''add'' menu option. Keep in mind that these will just be stubs to give you a start, and they won''t be useful until you add code to make them so.

*******************************************

Ok, if you want a setup.exe, Visual studio has a wizard for that.

Create a project for the Visual Studio Installer. Right click your solution in the solution pane to create it.


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

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