提交 cce2cad3 编写于 作者: J Jared Parsons 提交者: Jared Parsons

Undo adding build task to the VSIX

上级 2b3eb249
......@@ -298,11 +298,6 @@
<IncludeOutputGroupsInVSIXLocalOnly>DebugSymbolsProjectOutputGroup%3b</IncludeOutputGroupsInVSIXLocalOnly>
<ForceIncludeInVSIX>true</ForceIncludeInVSIX>
</ProjectReference>
<ProjectReference Include="..\BuildTasks\BuildTasks.vbproj">
<Project>{85e262d1-6e8b-46a6-9912-92b19ffcf7aa}</Project>
<Name>BuildTasks</Name>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
</ProjectReference>
</ItemGroup>
<Target BeforeTargets="CreateVsixContainer" Name="MakeVsixOutputDirectory">
<MakeDir Condition="!Exists('$(OutDir)$(VsixOutDirSuffix)')" Directories="$(OutDir)$(VsixOutDirSuffix)" />
......@@ -350,20 +345,6 @@
</VSIXSourceItem>
</ItemGroup>
</Target>
<!-- rewriting of .vstemplate files to reference the correct NuGet version number -->
<UsingTask AssemblyFile="$(OutDir)Roslyn.Setup.BuildTasks.dll" TaskName="Roslyn.Setup.BuildTasks.UpdateNuGetTemplateVersions" />
<Target Name="UpdateNuGetReferencesInTemplates" BeforeTargets="GetZipFilesFromVSTemplates">
<ItemGroup>
<_OriginalVSTemplate Include="@(VSTemplate)" />
</ItemGroup>
<UpdateNuGetTemplateVersions ItemsToRewrite="@(VSTemplate)" AssemblyVersion="$(AssemblyVersion)" IntermediatePath="ModifiedTemplates">
<Output TaskParameter="NewItems" ItemName="VSTemplate" />
<Output TaskParameter="ReferencedNuGetPackages" ItemName="ReferencedNuGetPackage" />
</UpdateNuGetTemplateVersions>
<ItemGroup>
<VSTemplate Remove="@(_OriginalVSTemplate)" />
</ItemGroup>
</Target>
<PropertyGroup>
<GetVsixSourceItemsDependsOn>$(GetVsixSourceItemsDependsOn);GetVsixTemplateItems</GetVsixSourceItemsDependsOn>
</PropertyGroup>
......
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册