diff options
author | MichalMoskal <unknown> | 2010-12-02 01:41:53 +0000 |
---|---|---|
committer | MichalMoskal <unknown> | 2010-12-02 01:41:53 +0000 |
commit | e9421952b59af7ba330c0b8fe65a3382181477ca (patch) | |
tree | d2f51bff196377b859f8c4f9eb7652e396dc4901 /Source/Core | |
parent | 43cdc44acb2f535b44f0d99f65048237488a2528 (diff) |
Get rid of F# dependencies - use System.Numerics and a custom Rational structure instead
Diffstat (limited to 'Source/Core')
-rw-r--r-- | Source/Core/Core.csproj | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/Source/Core/Core.csproj b/Source/Core/Core.csproj index 6cea383c..625ab9b6 100644 --- a/Source/Core/Core.csproj +++ b/Source/Core/Core.csproj @@ -99,11 +99,8 @@ <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
</PropertyGroup>
<ItemGroup>
- <Reference Include="FSharp.Core, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>..\..\Binaries\FSharp.Core.dll</HintPath>
- </Reference>
<Reference Include="System" />
+ <Reference Include="System.Numerics" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
|