Beta 2 of the MSBuild Toolkit for .NET Framework v1.1 is Out!
Craig just announced over on his blog that Beta 2 is available. New features in this release include:
- Support for the ResolveComReference task!
- Redirecting the LC task to target .NET 1.1
- Defining a FX1_1 constant to let you exclude .NET 2.0 specific code
- Providing a BaseFX1_1OutputPath property for replacing the default 'bin\FX1_1' base path.
Enjoy!
[ Author: Neil Enns ]
Comments
- Anonymous
April 19, 2006
One of the FAQs in Team Foundation forums have been on "how to build .NET 1.1 application using Team...