Skip to content
This repository has been archived by the owner on May 21, 2018. It is now read-only.

Commit

Permalink
Renaming the settings-file to .t4 instead (.tt files are automaticall…
Browse files Browse the repository at this point in the history
…y marked with the TextTransform tool in VS)
  • Loading branch information
cskeppstedt committed Nov 16, 2012
1 parent a3c576f commit 40a8a9e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion T4TS.Example/T4TS.Example.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
</ProjectReference>
</ItemGroup>
<ItemGroup>
<None Include="T4TS.tt.settings.tt" />
<None Include="T4TS.tt.settings.t4" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Expand Down
2 changes: 1 addition & 1 deletion T4TS.Example/T4TS.tt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<#@ import namespace="Microsoft.VisualStudio.Shell.Interop" #>
<#@ import namespace="Microsoft.VisualStudio.TextTemplating" #>
<#@ assembly name="$(SolutionDir)\\T4TS\\bin\\Debug\\T4TS.Dll" #>
<#@ Include File="T4TS.tt.settings.tt" #>
<#@ Include File="T4TS.tt.settings.t4" #>
/****************************************************************************
Generated by T4TS.tt - don't make any changes in this file
****************************************************************************/
Expand Down
File renamed without changes.

0 comments on commit 40a8a9e

Please sign in to comment.