Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
Commit 0a5db999 authored by Michael KRISPER's avatar Michael KRISPER
Browse files

Corrected Path to TextTemplating Engine

parent 585017bc
No related branches found
No related tags found
No related merge requests found
......@@ -54,7 +54,7 @@
<ItemGroup>
<VersionTemplates Include="$(SolutionDir)**\Version.tt"/>
</ItemGroup>
<Exec Command="&quot;%CommonProgramFiles(x86)%\Microsoft Shared\TextTemplating\12.0\TextTransform.exe&quot; &quot;%(VersionTemplates.Identity)&quot;"/>
<Exec Command="&quot;%CommonProgramFiles(x86)%\Microsoft Shared\TextTemplating\14.0\TextTransform.exe&quot; &quot;%(VersionTemplates.Identity)&quot;"/>
</Target>
<Target Name="AfterBuild" Condition="$(Configuration) == 'Deploy'">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment