summaryrefslogtreecommitdiff
path: root/Source/Basetypes/Basetypes.csproj
diff options
context:
space:
mode:
authorGravatar MichalMoskal <unknown>2010-12-02 01:41:53 +0000
committerGravatar MichalMoskal <unknown>2010-12-02 01:41:53 +0000
commite9421952b59af7ba330c0b8fe65a3382181477ca (patch)
treed2f51bff196377b859f8c4f9eb7652e396dc4901 /Source/Basetypes/Basetypes.csproj
parent43cdc44acb2f535b44f0d99f65048237488a2528 (diff)
Get rid of F# dependencies - use System.Numerics and a custom Rational structure instead
Diffstat (limited to 'Source/Basetypes/Basetypes.csproj')
-rw-r--r--Source/Basetypes/Basetypes.csproj9
1 files changed, 1 insertions, 8 deletions
diff --git a/Source/Basetypes/Basetypes.csproj b/Source/Basetypes/Basetypes.csproj
index 23edd35d..4dabe875 100644
--- a/Source/Basetypes/Basetypes.csproj
+++ b/Source/Basetypes/Basetypes.csproj
@@ -99,16 +99,9 @@
<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="FSharp.PowerPack, Version=1.9.9.9, Culture=neutral, PublicKeyToken=a19089b1c74d0809, processorArchitecture=MSIL">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>..\..\Binaries\FSharp.PowerPack.dll</HintPath>
- </Reference>
<Reference Include="System" />
<Reference Include="System.Data" />
+ <Reference Include="System.Numerics" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>