MSBee is a Visual Studio extension/MSBuild SDK that allows you to target .NET Framework 1.0 and 1.1. The original MSBee was written for Visual Studio 2005, but I've reimagined it for modern use.
⚠️ Primarily intended for legacy system maintenance or compatibility testing or just fun.
The original MSBee 1.0 can be downloaded from this link.
Please refer the wiki.
- Install Visual Studio 2026 and HeatWave for Visual Studio extension (required for building the extension).
- Clone this repository:
git clone https://github.com/na1307/MSBee.git
- Open the
.slnxfile in Visual Studio. - Go to Build > Build Solution or press
Ctrl + Shift + B.
This project is licensed under the MIT License. See the LICENSE file for details.