Skip to content

Commit cd8b30d

Browse files
authored
Merge pull request #9722 from drewnoakes/remove-vssdk-fudtc-overrides
Remove VSSDK FUTDC overrides
2 parents 705990f + eacadc5 commit cd8b30d

File tree

2 files changed

+1
-22
lines changed

2 files changed

+1
-22
lines changed

Directory.Packages.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
<PackageVersion Include="Microsoft.VisualStudio.Utilities" Version="18.0.1755-preview.1" />
6868
<PackageVersion Include="Microsoft.VisualStudio.Validation" Version="17.8.8" />
6969
<PackageVersion Include="Microsoft.VisualStudio.XmlEditor" Version="17.13.0-preview-1-35408-014" />
70-
<PackageVersion Include="Microsoft.VSSDK.BuildTools" Version="17.13.17-preview1-ga15b669c04" />
70+
<PackageVersion Include="Microsoft.VSSDK.BuildTools" Version="18.0.136-preview1" />
7171
<PackageVersion Include="System.Threading.Tasks.Dataflow" Version="9.0.0" />
7272
<PackageVersion Include="System.Formats.Asn1" Version="8.0.1" />
7373
<PackageVersion Include="Microsoft.VSDesigner" Version="18.0.1755-preview.1" />

setup/Directory.Build.targets

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -40,27 +40,6 @@
4040
<MakeDir Directories="$(VisualStudioSetupInsertionPath)" />
4141
</Target>
4242

43-
<!--
44-
The properties and targets below will add the VSIXSourceItems (files that go in the VSIX) and the VSIX file itself to the item group that tracks when files are up-to-date.
45-
This ensures that these files are recognized in VS to force the VS Extension Project to build when the files are changed, such as prior to debugging.
46-
-->
47-
<PropertyGroup Condition="'$(IsVsixProject)' == 'true'">
48-
<CollectUpToDateCheckInputDesignTimeDependsOn>$(CollectUpToDateCheckInputDesignTimeDependsOn);AddUpToDateCheckVSIXSourceItems</CollectUpToDateCheckInputDesignTimeDependsOn>
49-
<CollectUpToDateCheckOutputDesignTimeDependsOn>$(CollectUpToDateCheckOutputDesignTimeDependsOn);AddUpToDateCheckTargetVsixContainer</CollectUpToDateCheckOutputDesignTimeDependsOn>
50-
</PropertyGroup>
51-
52-
<Target Name="AddUpToDateCheckVSIXSourceItems" DependsOnTargets="GetVsixSourceItems" Condition="'$(IsVsixProject)' == 'true'">
53-
<ItemGroup>
54-
<UpToDateCheckInput Include="@(VSIXSourceItem)" Set="VsixItems" />
55-
</ItemGroup>
56-
</Target>
57-
58-
<Target Name="AddUpToDateCheckTargetVsixContainer" Condition="'$(IsVsixProject)' == 'true'">
59-
<ItemGroup>
60-
<UpToDateCheckOutput Include="$(TargetVsixContainer)" Set="VsixItems" />
61-
</ItemGroup>
62-
</Target>
63-
6443
<!-- This is only needed for VSIX projects as SWIX projects have their own version of the GetVsixPrimaryOutputs target. -->
6544
<!-- The override for this for SWIX projects is in Microsoft.VisualStudio.Internal.MicroBuild.Swix.targets. -->
6645
<Import Project="..\eng\imports\OverrideGetVsixPrimaryOutputs.targets" Condition="'$(IsVsixProject)' == 'true'" />

0 commit comments

Comments
 (0)