UnReLoader
UnReLoader continues to Visual Studio 2012 with a new release. Download it here.
What is UnReLoader?
UnReLoader is a Visual Studio add-in for managing reloading and unloading projects in a solution.
How to use it?
So far the UI is only console prompt accessible through View -> Other Windows -> UnReLoader Console.
What does it do?
This addin enables you to create profiles with lists of projects, and easily switch between them. Each profile has a startup project associated with it which is automatically set when the profile is loaded.
Change log
v0.3.3
- Added more error messages when adding and removing projects from profiles, setting startup project for profile
- Added a warning when trying to work with a profile with duplicit projects
- Error and warning messages now have more noticable format
- Removing projects from profiles should no longer be case sensitive (this should be true for all other operations as well)
v0.3.2
- Added short names for all commands (see help or ?)
- Focus is always returned to the console window after using any commnad
- Using pload with wrong profile name no longer unloads all your projects
- Using pload now notifies you if there are any projects in the profile that weren't found in the solution
v0.3.1
- fixed UnReLoader Console tool window icon
v0.3.0
- fixed a crash when trying to load a profiles without config file present
- added a message after longer running operations are completed to notify the user
- added support for loading multiple profiles