DLL should not be visible in VS solution explorer

128 views Asked by At

I noticed that some dlls I included as content in my csproj appear at the root of the project in Visual studio in the solution explorer. Not only there, but also under all projects that referer to this project. Is there any way to make them invisible ?

<ItemGroup>
<Content Include="librdkafka\x64\librdkafka.dll" Visible="false">
  <PackageCopyToOutput>true</PackageCopyToOutput>
</Content>

dll visible

0

There are 0 answers