Skip to content

Commit

Permalink
Don't get Lucene.Net from a project reference
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffkl committed Oct 14, 2024
1 parent df96e73 commit 758a1b5
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -343,6 +343,8 @@
<MissingIgnoredAssemblies Include="@(IgnoreVsixFilesList)" Exclude="@(AllVsixAssemblies)" />
<VSIXSourceItem Remove="@(SuppressPackaging->'%(SourceFile)')" />
<VSIXSourceItem Remove="@(AllVsixSymbols->'%(SourceFile)')" />
<!-- Don't get Lucene.Net from a project reference -->
<VSIXSourceItem Remove="@(VSIXSourceItem)" Condition="'%(Filename)%(Extension)' == 'Lucene.Net.dll' And '%(VSIXSourceItem.ReferenceSourceTarget)' == 'ProjectReference'" />
</ItemGroup>
<Message Text="Suppressed file '%(SuppressPackaging.SourceFile)'" Condition=" '@(SuppressPackaging)' != '' " />
<Message Text="Included file '%(VSIXSourceItem.Identity)'" Condition=" '@(VSIXSourceItem)' != '' " />
Expand Down

0 comments on commit 758a1b5

Please sign in to comment.