-=//mawi.org//=-
 Monday, May 22, 2006

If you are migrating to VS.NET 2005 and converting projects, the VS.NET conversion wizard will do that for you. Then you can use MSBee to compile into both 1.1 and 2.0 assemblies.

 

However, if you are migrating the build process perhaps before all projects in your organization have migrated, people will still be developing in VS.NET 2003 for some time, yet you want to have a standardized build process, around MSBuild.

 

This little MSBuild task will convert a VS.NET 2003 project on the fly so that you can use MSBuild to compile it.

 

Pretty niche scenario, yet since I found myself there, others probably will too.

 

It is easy to use, you just slap a Using element and then use the task, giving it the projects name. Thats it. Installation is xcopy. The readme gives step-by-step instructions. Happy building!

ConvertTo2005.zip (10.87 KB)
5/22/2006 2:28:46 PM (Romance Daylight Time, UTC+02:00)  #    Comments [1]  |  Trackback
 Sunday, May 21, 2006
Agile methods focus on the people issues in developing software; the people perspective of the open source movement - ie the community - is often the perspective that is most emphasized and cherised, for good reason. People are always the focus, technology is secondary.

Rob Mensching at microsoft (who is behind MS open source - CPL - licensed WIX installer toolkit) has a very nice post about the people part of OSS.
5/21/2006 5:18:37 PM (Romance Daylight Time, UTC+02:00)  #    Comments [0]  |  Trackback
 Tuesday, May 16, 2006
Are all of the agile practices so new?
5/16/2006 8:56:03 PM (Romance Daylight Time, UTC+02:00)  #    Comments [0]  |  Trackback
 Wednesday, March 08, 2006
My presentation last week on effective development of existing code in .NET using testsupport seemed to have been very appreciated.  The materials can be downloaded from the dotway site, the directlink is this.

I had atleast double the amount of material prepared, but we needed to focus on some basics as well which made the available time less. The download includes the presented material only, in order to not confuse too much. (Dotway plug: If you are interested in more testsupport techniques such as TDD and what I talked about this time, we do offer a 2 day introductory course announced here).

This week I get some vacation in the alps.
 

3/8/2006 9:05:26 AM (Romance Standard Time, UTC+01:00)  #    Comments [0]  |  Trackback
 Wednesday, January 18, 2006

I will be talking about Continuous Integration at Nordev 2006, although it has been renamed to/rebranded as Developer Summit 2006. The agenda is to be posted at the site shortly. The event takes place May 31st to June 1st in Kista.

1/18/2006 9:31:17 AM (Romance Standard Time, UTC+01:00)  #    Comments [2]  |  Trackback