mirror of
https://github.com/greenshot/greenshot
synced 2025-08-22 06:23:24 -07:00
Comment Template Replacement
This commit is contained in:
parent
ea65d39ff7
commit
feb498374a
1 changed files with 6 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
|||
<Project>
|
||||
|
||||
<Import Project="$(MSBuildExtensionsPath)\MSBuildCommunityTasks\MSBuild.Community.Tasks.Targets" Condition="Exists('$(ProjectDir)$(ProjectName).Credentials.template')"/>
|
||||
|
||||
<!--
|
||||
<Target Name="ProcessTemplates" BeforeTargets="PrepareForBuild" Condition="Exists('$(ProjectDir)$(ProjectName).Credentials.template')">
|
||||
<Message Text="Processing: $(ProjectDir)$(ProjectName).Credentials.template" Importance="high"/>
|
||||
<TemplateFile Template="$(ProjectDir)$(ProjectName).Credentials.template" OutputFilename="$(ProjectDir)$(ProjectName).Credentials.cs" Tokens="@(Tokens)" />
|
||||
|
@ -27,4 +27,5 @@
|
|||
<Message Text="Contents of $(ProjectDir)$(ProjectName).Credentials.cs:" Importance="high"/>
|
||||
<Message Text="%(FileLines.Identity)" Importance="high"/>
|
||||
</Target>
|
||||
-->
|
||||
</Project>
|
Loading…
Add table
Add a link
Reference in a new issue