1
0
mirror of https://github.com/chylex/TweetDuck.git synced 2025-05-14 02:34:07 +02:00

Hide VC++ redist files from project

This commit is contained in:
chylex 2021-12-30 10:24:24 +01:00
parent f41a5946e4
commit 7e692460d8
Signed by: chylex
GPG Key ID: 4DE42C8F19A80548

View File

@ -361,7 +361,7 @@
<None Include="Resources\PostCefUpdate.ps1" />
</ItemGroup>
<ItemGroup>
<Redist Include="$(ProjectDir)bld\Redist\*.*" />
<Redist Include="$(ProjectDir)bld\Redist\*.*" Visible="false" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="lib\TweetLib.Core\TweetLib.Core.csproj">