System Information:
- Windows 10 Pro x64
- Visual Studio Community 2015 Update 3
- SideWaffle version 1.21.400
Description
In the _project.vstemplate.xml file we have a couple of replacements setup that should pull the project name from the project when it's created. It's not working for one of the replacements.
Steps to Recreate
- Create a VSIX Project.
- Create an "AngularJS and Web API - Empty" project in the same solution.
- Right click on the VSIX project and add a Template Reference to the Angular project.
- Go to the _Definitions folder in the Angular project and open the
_project.vstemplate.xml file.
- In this file you will see the
<DefaultName> element containing $rootnamespace$ instead of the project's name.
@sayedihashimi Any ideas what might cause the replacements to fail?