Skip to content

Commit

Permalink
Changed refererences in XorTest.csproj to point back to FANNCSharp.dll
Browse files Browse the repository at this point in the history
  • Loading branch information
joelself committed Feb 7, 2016
1 parent 5432b34 commit 94e9590
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions VS2010/XorTest/XorTest.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@
<Prefer32Bit>true</Prefer32Bit>
</PropertyGroup>
<ItemGroup>
<Reference Include="FANNCSharp.Double, Version=0.2.0.0, Culture=neutral, processorArchitecture=AMD64">
<Reference Include="FANNCSharp, Version=0.2.0.0, Culture=neutral, processorArchitecture=AMD64">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\bin\Release\x64\FANNCSharp.Double.dll</HintPath>
<HintPath>..\..\bin\Release\x64\FANNCSharp.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
Expand Down

0 comments on commit 94e9590

Please # to comment.