Skip to content

Commit

Permalink
fixed hint paths
Browse files Browse the repository at this point in the history
  • Loading branch information
oocx committed Nov 16, 2015
1 parent e6a81cc commit e7498c9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Binary file modified .vs/ACME.net/v14/.suo
Binary file not shown.
6 changes: 3 additions & 3 deletions src/Oocx.ACME.CLRConsole/Oocx.ACME.CLRConsole.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,14 @@
<Private>True</Private>
</Reference>
<Reference Include="Oocx.ACME">
<HintPath>..\artifacts\bin\Oocx.ACME\Debug\net46\Oocx.ACME.dll</HintPath>
<HintPath>..\..\artifacts\bin\Oocx.ACME\Debug\net46\Oocx.ACME.dll</HintPath>
</Reference>
<Reference Include="Oocx.ACME.Console">
<HintPath>..\artifacts\bin\Oocx.ACME.Console\Debug\net46\Oocx.ACME.Console.dll</HintPath>
<HintPath>..\..\artifacts\bin\Oocx.ACME.Console\Debug\net46\Oocx.ACME.Console.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Oocx.Asn1PKCS">
<HintPath>..\artifacts\bin\Oocx.Asn1PKCS\Debug\net46\Oocx.Asn1PKCS.dll</HintPath>
<HintPath>..\..\artifacts\bin\Oocx.Asn1PKCS\Debug\net46\Oocx.Asn1PKCS.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
Expand Down

0 comments on commit e7498c9

Please sign in to comment.