Add BCrypt reference to csproj file

This commit is contained in:
Lucas Nicodemus 2015-04-13 08:18:31 -06:00
parent 6bba00c7ee
commit 782b59f2b3

View file

@ -67,6 +67,9 @@
<Reference Include="Newtonsoft.Json">
<HintPath>.\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="BCrypt.Net">
<HintPath>..\BCryptBins\BCrypt.Net.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Data" />
<Reference Include="System.Web" />