EditProj This package allows you to edit project files without the need to unload them first. In the Solution Explorer, right click on a Project item and select "Edit Project File". The project file will then open; after saving it, Visual Studio will prompt you to reload the project. Check out the extension Workspace Reloader if reloading the project causes your windows in Visual Studio to "reset". Find the source code here.
Version 1.2.0 * Fix for issue with reference to project file lingering in memory after closing it. Version 1.1.4 * Trigger VS2015 compatibility. Version 1.1.3 * Fix for users with VS2012. Version 1.1.2 * Fix for some users for which the paths change case. Version 1.1.1 * Fix for stale project file. Version 1.1.0 * Fix for project files that are read-only, e.g., under source control and need to be checked out. Version 1.0.0 * First functioning version |