As开发者_如何学编程 the title says - what are your guidelines for when you should run a \"Clean solution\" on your visual studio projects?Whenever I am having problems I can locate in 30 seconds or ju
In one C# solution I have several projects that share a CommonAssemblyInfo.cs file, so that certain assembly attributes are shared across all projects. This works fine so long as I only have one Commo
I\'m asking this specifically regarding Visual Studio 2008 and also the upcoming 开发者_C百科Visual Studio 2010.
Is there any tool that can convert a large 开发者_开发知识库and complex* Visual Studio 2005 (or 2008) Solution into a SCons project?
I have a solution consisting of a main winforms app, with associated internally written class library dll’s from which I wish to log. This logging should performed by开发者_JS百科 the same logger, re
Is it possible to have multiple projects in one xcode project all accessible for simultaneous development?
We currently have a rapidly growing C# codebase.Currently we have about 10 projects, split up in the usual categories, common/util stuff, network layer, database, ui components/controls etc.
My question isn\'t so much about use of interfaces but more of a project organizat开发者_如何学运维ion nature.
Note: This is for a shop that works in C++, C++/CLI, and C# with some products being delivered as a combination of all three.
How many开发者_开发问答 projects in a single solution is acceptable?And for those apps that have large project numbers do you put the other compiled dlls in some common folder to be able to run the ap