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:
parent
3d0ec33404
commit
84c2e7cffe
|
|
@ -116,9 +116,6 @@ namespace {0}
|
|||
|
||||
File.WriteAllText(outputPath, GenerationEnvironment.ToString());
|
||||
GenerationEnvironment.Length = 0;
|
||||
|
||||
var resxProjectItem = dte.Solution.FindProjectItem(resxFile);
|
||||
resxProjectItem.ProjectItems.AddFromFile(outputPath);
|
||||
}
|
||||
#>
|
||||
<#+
|
||||
|
|
|
|||
Loading…
Reference in New Issue