From 84c2e7cffe7be9e46c3d1e365f4a0a2cd2265268 Mon Sep 17 00:00:00 2001 From: Pranav K Date: Mon, 3 Mar 2014 11:44:17 -0800 Subject: [PATCH] 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. --- build/Resources.tt | 3 --- 1 file changed, 3 deletions(-) diff --git a/build/Resources.tt b/build/Resources.tt index 697d988293..c22ec1f955 100644 --- a/build/Resources.tt +++ b/build/Resources.tt @@ -116,9 +116,6 @@ namespace {0} File.WriteAllText(outputPath, GenerationEnvironment.ToString()); GenerationEnvironment.Length = 0; - - var resxProjectItem = dte.Solution.FindProjectItem(resxFile); - resxProjectItem.ProjectItems.AddFromFile(outputPath); } #> <#+