Skip to content

Commit

Permalink
Merge pull request #12 from sshirokov/build-and-pretty
Browse files Browse the repository at this point in the history
Fix dependencies and update icon
  • Loading branch information
Liryna authored Aug 17, 2016
2 parents 658fa6c + dac2f5d commit 41510de
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 9 additions & 1 deletion DokanSSHFS/DokanSSHFS.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<AssemblyName>DokanSSHFS</AssemblyName>
<StartupObject>
</StartupObject>
<ApplicationIcon>Icon2.ico</ApplicationIcon>
<ApplicationIcon>notify3.ico</ApplicationIcon>
<FileUpgradeFlags>
</FileUpgradeFlags>
<OldToolsVersion>3.5</OldToolsVersion>
Expand Down Expand Up @@ -78,6 +78,14 @@
<HintPath>packages\DokanNet.1.1.0-rc3\lib\net40\DokanNet.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="DiffieHellman, Version=0.0.0.0, Culture=neutral">
<HintPath>packages\DiffieHellman.1.0.0\lib\net40\DiffieHellman.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Org.Mentalis.Security, Version=1.0.13.715, Culture=neutral">
<HintPath>packages\Org.Mentalis.Security.1.0.0\lib\net40\Org.Mentalis.Security.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System" />
<Reference Include="System.Data" />
<Reference Include="System.Drawing" />
Expand Down
2 changes: 2 additions & 0 deletions DokanSSHFS/packages.config
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="DokanNet" version="1.1.0-rc3" targetFramework="net40" />
<package id="DiffieHellman" version="1.0.0" targetFramework="net4" />
<package id="Org.Mentalis.Security" version="1.0.0" targetFramework="net4" />
<package id="Tamir.SharpSSH" version="1.1.1.13" targetFramework="net35" />
</packages>

0 comments on commit 41510de

Please sign in to comment.