Archive

Posts Tagged ‘development’

MSBuild, and Evaluating ItemGroups

October 26th, 2008 No comments

As previous mentioned, I’ve been dropped the lovely project of managing, and automating the build processes for all of our application suites. I’m getting to learn some interesting stuff about automated builds, and finding some interesting quirks, such as the evaluation of ItemGroups.

Read more…

Visual Studio Projects, and Multiple Environments

October 8th, 2008 1 comment

I’ve recently been put in control of managing the source control, and deployments in the office. It’s an interesting project, and I’m looking back over some of the stuff we’ve done to get our mass of code to work, build, and roll out to 4 different environments. However, I wanted something more manageable, and flexible, that we could use it through our entire product line, instead of having to customize it for each project/product.

Read more…