Do not attempt to add the designer file as part of the tt generation

This results in multiple copies of the .Designer file being added to the
project in different locations which gets confusing.
This commit is contained in:
Pranav K 2014-03-03 11:44:17 -08:00
parent 3d0ec33404
commit 84c2e7cffe
1 changed files with 0 additions and 3 deletions

View File

@ -116,9 +116,6 @@ namespace {0}
File.WriteAllText(outputPath, GenerationEnvironment.ToString());
GenerationEnvironment.Length = 0;
var resxProjectItem = dte.Solution.FindProjectItem(resxFile);
resxProjectItem.ProjectItems.AddFromFile(outputPath);
}
#>
<#+