项目目录 [英] Project directory

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

问题描述

我是C#的新手.我想知道项目目录到底是什么意思,以及它的位置?

I''m new to C#. I was wondering what exactly the phrase project directory means, and where it is located?

推荐答案

项目目录是硬盘上的文件夹驱动器存储所有代码和必要设置的位置.通常,Visual Studio在创建项目时会为您创建此文件.
文件夹结构通常为:
The project directory is the folder on your hard drive where all your code and the necesssary settings are store. Usually visual studio creates this for you when you create your project.
The folder structrure is usually:
<br />
ProjectName<br />
 |-ProjectName<br />
  |-Yourcode.cs<br />
  |-ProjectName.csproj<br />
 |-ProjectName.sln<br />


这取决于项目目录的含义.如果您引用的是C#项目,则可以在解决方案目录中找到它.在Windows资源管理器中查看目录树,以了解每个级别的内容.
It depends on what you mean by the project directory. If you are referring to a C# project then you will find it inside the solution directory. Take a look inside your directory tree with Windows Explorer to see what is located at each level.


u可以通过遵循以下路径找到项目


C:\ Documents and Settings \ Administrator \ My Documents \ Visual Studio 2005 \ Projects


注意:它可能会更改,具体取决于您的vs2005安装..但主要是正确的路径...
u can find the project by following with this path


C:\Documents and Settings\Administrator\My Documents\Visual Studio 2005\Projects


note: it may change depends upon ur vs2005 installation.. but mostly its correct path...


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

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