Notes about Visual Studio solution structure.

来源:百度文库 编辑:神马文学网 时间:2024/04/25 04:41:54

Notes about Visual Studio solution structure.

I've researched recommendations about best structure of solutions in Visual Studio, when you have multple projects.

I found the best article "SSW Rules to Better Large Builds in Visual Studio.NET".
See also:
Structuring Solutions and Projects and Managing Dependencies from Microsoft patterns & practices Team Development with Visual Studio® .NET and Visual SourceSafe guide.

"Project structure best practices" from  searchwebservices.techtarget.com.
Use a Consistent Folder Structure for Solutions and Projects from "Software Configuration and Management Using Visual SourceSafe and VS .NET" article in code-magazine.com

Structuring Solutions in Visual Studio and Team Foundation  suggest to have separate solutions for each deployable target.

posted @ Friday, March 09, 2007 1:27 PM