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:
parent
f41a5946e4
commit
7e692460d8
@ -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">
|
||||
|
Loading…
Reference in New Issue
Block a user