From cce2cad3f7acc51cbf0e7a4411a7fa33e88da9ea Mon Sep 17 00:00:00 2001 From: Jared Parsons Date: Sun, 3 Jul 2016 15:04:23 -0700 Subject: [PATCH] Undo adding build task to the VSIX --- src/Setup/Templates/Templates.csproj | 19 ------------------- src/Setup/Templates/Templates.sln | 10 ---------- 2 files changed, 29 deletions(-) diff --git a/src/Setup/Templates/Templates.csproj b/src/Setup/Templates/Templates.csproj index 7465ab1ead6..17d9b6c6393 100644 --- a/src/Setup/Templates/Templates.csproj +++ b/src/Setup/Templates/Templates.csproj @@ -298,11 +298,6 @@ DebugSymbolsProjectOutputGroup%3b true - - {85e262d1-6e8b-46a6-9912-92b19ffcf7aa} - BuildTasks - false - @@ -350,20 +345,6 @@ - - - - - <_OriginalVSTemplate Include="@(VSTemplate)" /> - - - - - - - - - $(GetVsixSourceItemsDependsOn);GetVsixTemplateItems diff --git a/src/Setup/Templates/Templates.sln b/src/Setup/Templates/Templates.sln index ffd42513f00..4ab6b109474 100644 --- a/src/Setup/Templates/Templates.sln +++ b/src/Setup/Templates/Templates.sln @@ -11,8 +11,6 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SyntaxVisualizerControl", " EndProject Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "SyntaxVisualizerDgmlHelper", "..\..\Tools\Source\SyntaxVisualizer\SyntaxVisualizerDgmlHelper\SyntaxVisualizerDgmlHelper.vbproj", "{DA4F74AF-2694-4AC9-A8CC-18382DE8215E}" EndProject -Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "BuildTasks", "..\BuildTasks\BuildTasks.vbproj", "{85E262D1-6E8B-46A6-9912-92B19FFCF7AA}" -EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU @@ -53,14 +51,6 @@ Global {DA4F74AF-2694-4AC9-A8CC-18382DE8215E}.Release|Any CPU.Build.0 = Release|Any CPU {DA4F74AF-2694-4AC9-A8CC-18382DE8215E}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU {DA4F74AF-2694-4AC9-A8CC-18382DE8215E}.Release|Mixed Platforms.Build.0 = Release|Any CPU - {85E262D1-6E8B-46A6-9912-92B19FFCF7AA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {85E262D1-6E8B-46A6-9912-92B19FFCF7AA}.Debug|Any CPU.Build.0 = Debug|Any CPU - {85E262D1-6E8B-46A6-9912-92B19FFCF7AA}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU - {85E262D1-6E8B-46A6-9912-92B19FFCF7AA}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU - {85E262D1-6E8B-46A6-9912-92B19FFCF7AA}.Release|Any CPU.ActiveCfg = Release|Any CPU - {85E262D1-6E8B-46A6-9912-92B19FFCF7AA}.Release|Any CPU.Build.0 = Release|Any CPU - {85E262D1-6E8B-46A6-9912-92B19FFCF7AA}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU - {85E262D1-6E8B-46A6-9912-92B19FFCF7AA}.Release|Mixed Platforms.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE -- GitLab