From 94a7f5904a6b15c224526bdb57b1bc29c8569558 Mon Sep 17 00:00:00 2001 From: Alberto Poljak Date: Sat, 2 Sep 2017 17:46:47 +0200 Subject: [PATCH] Fixed issue #21 Moved 7z.dll to "External Libs" by adding the file as link and setting the option "Copy To Output" to "Copy if newer" --- DolphinBisectTool/DolphinBisectTool.csproj | 5 +++-- {DolphinBisectTool => External Libs}/7z.dll | Bin 2 files changed, 3 insertions(+), 2 deletions(-) rename {DolphinBisectTool => External Libs}/7z.dll (100%) diff --git a/DolphinBisectTool/DolphinBisectTool.csproj b/DolphinBisectTool/DolphinBisectTool.csproj index 43f6029..3f50da4 100644 --- a/DolphinBisectTool/DolphinBisectTool.csproj +++ b/DolphinBisectTool/DolphinBisectTool.csproj @@ -109,8 +109,9 @@ - - Always + + 7z.dll + PreserveNewest diff --git a/DolphinBisectTool/7z.dll b/External Libs/7z.dll similarity index 100% rename from DolphinBisectTool/7z.dll rename to External Libs/7z.dll