File tree Expand file tree Collapse file tree 2 files changed +1
-22
lines changed Expand file tree Collapse file tree 2 files changed +1
-22
lines changed Original file line number Diff line number Diff line change 67
67
<PackageVersion Include =" Microsoft.VisualStudio.Utilities" Version =" 18.0.1755-preview.1" />
68
68
<PackageVersion Include =" Microsoft.VisualStudio.Validation" Version =" 17.8.8" />
69
69
<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" />
71
71
<PackageVersion Include =" System.Threading.Tasks.Dataflow" Version =" 9.0.0" />
72
72
<PackageVersion Include =" System.Formats.Asn1" Version =" 8.0.1" />
73
73
<PackageVersion Include =" Microsoft.VSDesigner" Version =" 18.0.1755-preview.1" />
Original file line number Diff line number Diff line change 40
40
<MakeDir Directories =" $(VisualStudioSetupInsertionPath)" />
41
41
</Target >
42
42
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
-
64
43
<!-- This is only needed for VSIX projects as SWIX projects have their own version of the GetVsixPrimaryOutputs target. -->
65
44
<!-- The override for this for SWIX projects is in Microsoft.VisualStudio.Internal.MicroBuild.Swix.targets. -->
66
45
<Import Project =" ..\eng\imports\OverrideGetVsixPrimaryOutputs.targets" Condition =" '$(IsVsixProject)' == 'true'" />
You can’t perform that action at this time.
0 commit comments