From f0ccb333912562eb1251c777bf946bc2b0faf15b Mon Sep 17 00:00:00 2001 From: Matt Little Date: Mon, 21 May 2018 17:08:32 -0700 Subject: [PATCH] Mark content links as not visible --- SolcLib.Native.targets | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/SolcLib.Native.targets b/SolcLib.Native.targets index 4558fa6..999c736 100644 --- a/SolcLib.Native.targets +++ b/SolcLib.Native.targets @@ -4,18 +4,22 @@ PreserveNewest native\win-x64\solc.dll + false PreserveNewest native\win-x86\solc.dll + false PreserveNewest native\linux-x64\libsolc.so + false PreserveNewest native\osx-x64\libsolc.dylib + false