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

Create a flag to disable removing the ProjectExtensions element #53

Closed sayedihashimi closed 10 years ago

sayedihashimi commented 10 years ago

Create a flag to disable removing the ProjectExtensions element

sayedihashimi commented 10 years ago

You can now disable disable removal of the ProjectExtensions element by adding the following property to Properties\template-builder.props.

<ls-enable-remove-proj-extensions>false</ls-enable-remove-proj-extensions>