Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
bennor committed Jan 29, 2015
1 parent 065cc67 commit 1ffded8
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# What's this for?

This is a Visual Studio 2012/2013 extension which automatically triggers all T4 templates in your solution (or selected project for project-only builds) to be re-run before build.
This is a Visual Studio 2012+ extension which automatically triggers all T4 templates in your solution (or selected project for project-only builds) to be re-run before build.

# Installation

Just build and install the template using the VSIX file, [grab it from the Visual Studio gallery](http://visualstudiogallery.msdn.microsoft.com/84e6f033-6da3-4641-a058-12feef0a33b9) or **do it the easy way** and use the 'Extension & Updates' manager in Visual Studio 2012/2013.
Just build and install the template using the VSIX file, [grab it from the Visual Studio gallery](http://visualstudiogallery.msdn.microsoft.com/84e6f033-6da3-4641-a058-12feef0a33b9) or **do it the easy way** and use the 'Extension & Updates' manager in Visual Studio 2012+.

# Disabling individual templates

By default, the template will run all of your T4 templates on build. If you want to turn off individual templates, you can do this by setting **Run on build** to `false` in the _Properties window_ for any `.tt` file in your solution.

0 comments on commit 1ffded8

Please sign in to comment.