diff --git a/AssemblyReferencesTT/AssemblyReferencesTT.csproj b/AssemblyReferencesTT/AssemblyReferencesTT.csproj
index 70c7245..e34da6c 100644
--- a/AssemblyReferencesTT/AssemblyReferencesTT.csproj
+++ b/AssemblyReferencesTT/AssemblyReferencesTT.csproj
@@ -53,6 +53,7 @@
AssemblyReferences.txt
+
diff --git a/AssemblyReferencesTT/Package.nuspec b/AssemblyReferencesTT/Package.nuspec
index b5d3140..03eba48 100644
--- a/AssemblyReferencesTT/Package.nuspec
+++ b/AssemblyReferencesTT/Package.nuspec
@@ -1,32 +1,28 @@
-
-
-
- AssemblyReferencesTT
- 1.0.12
- AssemblyReferences.tt
- Kern Herskind Nightingale
- Herskind Limited
-
- Build target for generating a T4 file with a list of assembly directives based on the projects references. References with a hint path and solution references will be listed the AssemblyReferences.tt file. This file can then be included by other T4 files.
-
-
-
-
- Build target for generating a T4 file with a list of assembly directives based on the projects references.
-
- en-GB
- https://github.com/herskinduk/AssemblyReferencesTT
- https://nuget.org/Content/Images/packageDefaultIcon-50x50.png
- false
- http://opensource.org/licenses/MIT
- Copyright 2014
-
-
-
- t4 text template transformation toolkit assembly project reference references csproj tt hintpath hint path
-
-
-
-
-
+
+
+
+ AssemblyReferencesTT
+ 1.0.13
+ AssemblyReferences.tt
+ Kern Herskind Nightingale
+ Herskind Limited
+ http://opensource.org/licenses/MIT
+ https://github.com/herskinduk/AssemblyReferencesTT
+ https://nuget.org/Content/Images/packageDefaultIcon-50x50.png
+ false
+ Build target for generating a T4 file with a list of assembly directives based on the projects references. References with a hint path and solution references will be listed the AssemblyReferences.tt file. This file can then be included by other T4 files.
+ Build target for generating a T4 file with a list of assembly directives based on the projects references.
+
+ Copyright 2014
+ en-GB
+ t4 text template transformation toolkit assembly project reference references csproj tt hintpath hint path
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/AssemblyReferencesTT/build/AssemblyReferencesTT.targets b/AssemblyReferencesTT/build/AssemblyReferencesTT.targets
new file mode 100644
index 0000000..361018e
--- /dev/null
+++ b/AssemblyReferencesTT/build/AssemblyReferencesTT.targets
@@ -0,0 +1,49 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/AssemblyReferencesTT/content/References.tt b/AssemblyReferencesTT/content/References.tt
new file mode 100644
index 0000000..1f6120b
--- /dev/null
+++ b/AssemblyReferencesTT/content/References.tt
@@ -0,0 +1 @@
+<# /* AUTOGENERATED BY MSBUILD and Kern Herskind Nightingale */ #>
diff --git a/AssemblyReferencesTT/tools/install.ps1 b/AssemblyReferencesTT/tools/install.ps1
index c175998..b3fda1e 100644
--- a/AssemblyReferencesTT/tools/install.ps1
+++ b/AssemblyReferencesTT/tools/install.ps1
@@ -6,3 +6,6 @@ param($installPath, $toolsPath, $package, $project)
# $toolsPath is the path to the tools directory in the folder where the package is installed.
# $package is a reference to the package object.
# $project is a reference to the project the package was installed to.
+
+$project.ProjectItems.Item("AssemblyReferences.tt").Properties.Item("CustomTool").Value = ""
+$project.ProjectItems.Item("References.tt").Properties.Item("CustomTool").Value = ""
\ No newline at end of file