当前位置:  开发笔记 > 编程语言 > 正文

你如何设置.NET开发树?

如何解决《你如何设置.NET开发树?》经验,为你挑选了2个好方法。

你如何设置.NET开发树?我使用这样的结构:

-projectname
--config (where I put the configuration files)
--doc    (where I put all the document concerning the project: e-mails, documentation)
--tools  (all the tools I use: Nunit, Moq)
--lib    (all the libraries used by the solution: ninject or autofac)
--src
---app   (sourcefiles)
---test  (unittests)
solutionfile.sln
build.csproj

符号" - "标记目录.

我认为在这些东西上建立一个好的结构是非常重要的.您应该能够从源代码控制系统获取源代码,然后在不打开Visual Studio或安装任何第三方库的情况下构建解决方案.

有什么想法吗?



1> BigJump..:

我们使用了一个非常相似的布局,如JP Boodhoo的博客文章" 目录结构项目"中所述.



2> Steven Muraw..:

看看这些其他StackOverflow问题......

版本控制中的项目结构

最佳实践:协同环境,Bin目录,SVN

推荐阅读
郑小蒜9299_941611_G
这个屌丝很懒,什么也没留下!
DevBox开发工具箱 | 专业的在线开发工具网站    京公网安备 11010802040832号  |  京ICP备19059560号-6
Copyright © 1998 - 2020 DevBox.CN. All Rights Reserved devBox.cn 开发工具箱 版权所有