Skip to content

Commit

Permalink
Fixed issue Helios747#21
Browse files Browse the repository at this point in the history
Moved 7z.dll to "External Libs" by adding the file as link and setting
the option "Copy To Output" to "Copy if newer"
  • Loading branch information
albertopoljak committed Sep 2, 2017
1 parent ed7f54d commit 94a7f59
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions DolphinBisectTool/DolphinBisectTool.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,9 @@
<None Include="App.config" />
</ItemGroup>
<ItemGroup>
<Content Include="7z.dll">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<Content Include="..\External Libs\7z.dll">
<Link>7z.dll</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Expand Down
File renamed without changes.

0 comments on commit 94a7f59

Please sign in to comment.