ligershark / template-builder

This project will output a NuGet package which can be used to help create Visual Studio Item Templates and Project templates
Other
42 stars 28 forks source link

Update NuGet.Core and add a ReloadProjectWizard #92

Closed RehanSaeed closed 7 years ago

RehanSaeed commented 8 years ago

The ReloadProjectWizard can be used to reload a project. This is useful as it forces VS to restore NuGet, NPM and Bower packages in the new xproj projects.

The FixArtifactsPathWizard already does this but it also fixes the build output relative file paths. With the RC2 release, we have gone back to using bin and obj folders under a project so this is no longer needed.