Use Visual Studio 2005 to Build .NET 1.1 Application

If you are leveraging Visual Studio 2005 and .net Framework 2.0 to build .net 2.0 application, but you still need to serve customers who use .NET 1.1. What should you do?
Now, with Toolkit for .NET 1.1 "MsBee" , you can use Visual Studio 2005 to build both .NET 1.1 and .NET 2.0 applications. 

Toolkit for .NET 1.1 “MSBee” is an addition to MSBuild that allows developers to build managed applications using Visual Studio 2005 projects that target .NET 1.1. 
Features that provided by the Toolkit for .NET 1.1 "MsBee" include:
- Support for generating resources and resolving COM references
- Tasks for GetFrameworkPath and GetFrameworkSDKPath
- Separated output directories for MSBee produced binaries (under FX1_1 directory)
- A MSI Installer
- AL task redirection to target .NET 1.1 in the CreateSatelliteAssemblies target
- LC Task Redirection
- Excluding .NET 2.0 code via a FX1_1 constant
- Replacing the default 'bin\FX11' base path with the BaseFX11OutputPath property

You can download the Toolkit for .NET 1.1 "MsBee" at this link (Right top corner)

Watch demo on Toolkit for .NET 1.1 "MsBee"  at channel 9