Skip to content
This repository has been archived by the owner on Feb 2, 2022. It is now read-only.

Commit

Permalink
add dependency dll to output folder
Browse files Browse the repository at this point in the history
  • Loading branch information
imknown committed May 7, 2016
1 parent 4b0362c commit 23a54fe
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion KeyFingerprintLooker/KeyFingerprintLooker.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,9 @@
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
<None Include="Dlls\ICSharpCode.SharpZipLib.dll" />
<None Include="Dlls\ICSharpCode.SharpZipLib.dll">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>

0 comments on commit 23a54fe

Please sign in to comment.