Skip to content

Commit

Permalink
Fixed #63: app.config variables not being replaced.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdresko committed May 10, 2017
1 parent 59b6e7e commit 4a9ba36
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Templates/HSPIPluginA/HSPIPluginA.vstemplate
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<ProjectItem ReplaceParameters="true" TargetFileName="Properties\AssemblyInfo.cs">AssemblyInfo.cs</ProjectItem>
<ProjectItem ReplaceParameters="true" OpenInEditor="true">HSPI.cs</ProjectItem>
<ProjectItem ReplaceParameters="true" OpenInEditor="true">Program.cs</ProjectItem>
<ProjectItem ReplaceParameters="false" OpenInEditor="false">App.config</ProjectItem>
<ProjectItem ReplaceParameters="true" OpenInEditor="false">App.config</ProjectItem>
<ProjectItem ReplaceParameters="false" OpenInEditor="false">fix-output.ps1</ProjectItem>
</Project>
</TemplateContent>
Expand Down
2 changes: 1 addition & 1 deletion Templates/HSPIPluginB/HSPIPluginB.vstemplate
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<ProjectItem ReplaceParameters="true" TargetFileName="Properties\AssemblyInfo.cs">AssemblyInfo.cs</ProjectItem>
<ProjectItem ReplaceParameters="true" OpenInEditor="true">HSPI.cs</ProjectItem>
<ProjectItem ReplaceParameters="true" OpenInEditor="false">Program.cs</ProjectItem>
<ProjectItem ReplaceParameters="false" OpenInEditor="false">App.config</ProjectItem>
<ProjectItem ReplaceParameters="true" OpenInEditor="false">App.config</ProjectItem>
<ProjectItem ReplaceParameters="false" OpenInEditor="false">fix-output.ps1</ProjectItem>
</Project>
</TemplateContent>
Expand Down

0 comments on commit 4a9ba36

Please sign in to comment.