Visual Studio
A good blog on Visual Studio
Submitted by luke on Mon, 2012-01-02 18:57http://www.develop-one.net/blog/default.aspx is an interesting blog. I first posted the "hug a developer" video, but now I want to share the rest
Using scons with Visual Studio solution sln files.
Submitted by albert on Tue, 2008-06-03 07:42http://code.google.com/p/sln2scons/source/checkout is supposedly a project that will take a perfectly good sln file and convert to one scons can use. Scons can be found here: http://www.scons.org/
The Makefile, Project, and Workspace Creator (MPC)
Submitted by luke on Thu, 2008-05-08 12:36http://www.ociweb.com/products/mpc maybe a good tool.
From above site:
"A fragile build system may preclude you from supporting diversity. Diversity in terms of platform targets for your software enables you to keep your vendor options open. Makefile, Project, and workspace Creator was originally developed by OCI to assist the ACE and TAO open source development community in supporting multi-platform software.
Developing applications that span platforms (portable code) has the beneficial side effect of producing more robust implementations. It does this by keeping your developers close to the mainstream of language features. MPC minimizes the additional cost normally associated with supporting more than one platform.
Team Settings in Visual Studio 2005
Submitted by luke on Thu, 2008-05-08 12:17http://msdn.microsoft.com/en-us/library/bb245788(VS.80).aspx#vs05idetips_topic5
Shows how to have an entire team use the same setting. One will have to watch out for hard coded paths since one machine may have a different folder structure.
Basically, you save the settings you want to use and place them on a UNC location. Then you have your team use those settings.
