File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change 213
213
</PropertyGroup >
214
214
<Import Project =" $(MSBuildBinPath)\Microsoft.CSharp.targets" />
215
215
<Import Project =" $(VSToolsPath)\VSSDK\Microsoft.VsSDK.targets" Condition =" '$(VSToolsPath)' != ''" />
216
+ <Target Name =" IncludePackageReferenceDependencies" AfterTargets =" GetVsixSourceItems" >
217
+ <ItemGroup >
218
+ <VSIXSourceItem Include =" @(ReferencePath)" Condition =" $([System.String]::new('%(ReferencePath.FusionName)').StartsWith('Microsoft.VisualStudio'))" />
219
+ <VSIXSourceItem Include =" @(ReferencePath)" Condition =" $([System.String]::new('%(ReferencePath.FusionName)').StartsWith('YamlDotNet'))" />
220
+ <VSIXSourceItem Include =" @(ReferencePath)" Condition =" $([System.String]::new('%(ReferencePath.FusionName)').StartsWith('DnsClient'))" />
221
+ <VSIXSourceItem Include =" @(ReferencePath)" Condition =" $([System.String]::new('%(ReferencePath.FusionName)').StartsWith('Newtonsoft.Json'))" />
222
+ <VSIXSourceItem Include =" @(ReferencePath)" Condition =" $([System.String]::new('%(ReferencePath.FusionName)').StartsWith('VSLangProj'))" />
223
+ </ItemGroup >
224
+ </Target >
216
225
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
217
226
Other similar extension points exist, see Microsoft.Common.targets.
218
227
<Target Name="BeforeBuild">
You can’t perform that action at this time.
0 commit comments