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

Output of project template references should not be included in the .vsix #33

Closed sayedihashimi closed 10 years ago

sayedihashimi commented 10 years ago

Currently outputs from referenced projects that are built into a project template are included in the final .vsix. This should be prevented. We should also have an MSBuild property to override this default behavior.