Portable Library Tools Announced

Microsoft’s BCL Team has released the Portable Library Tool which can now be downloaded from VisualStudio Gallery .

The current version of the Portable Library Tool is 10.0.40607 and supports Visual Studio 2010 .

Portable Library tool is a Visual Studio 2010 plugin that allows the developers to create C# and VB libraries that run on variety of .NET based platforms withour recompilation .
You can install the Portable Library Tools from the Visual Studio Extension Manager ( Search for Portable Libarry tool ) and click download .

Alternatively , you can also download it from Visual Studio Gallery

Note that you require Visual Studio 2010 SP1 …

Share