summaryrefslogtreecommitdiff
path: root/Source/Basetypes/Basetypes.csproj
diff options
context:
space:
mode:
authorGravatar boehmes <unknown>2012-09-27 17:13:43 +0200
committerGravatar boehmes <unknown>2012-09-27 17:13:43 +0200
commitdfb77ee06c82cf8b9c465f3a2acbc5ceb035c6e5 (patch)
treeb9396dc6b4092a75c5a31c610fba53e70f91f516 /Source/Basetypes/Basetypes.csproj
parent623a87c132abec61b5c74a6a00a7b162073a6a8d (diff)
Added BigDec as representation for (floating-point) decimal values
Diffstat (limited to 'Source/Basetypes/Basetypes.csproj')
-rw-r--r--Source/Basetypes/Basetypes.csproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Basetypes/Basetypes.csproj b/Source/Basetypes/Basetypes.csproj
index ceccc5cf..a7b7cb71 100644
--- a/Source/Basetypes/Basetypes.csproj
+++ b/Source/Basetypes/Basetypes.csproj
@@ -148,6 +148,7 @@
<Compile Include="..\version.cs">
<Link>version.cs</Link>
</Compile>
+ <Compile Include="BigDec.cs" />
<Compile Include="BigNum.cs" />
<Compile Include="Rational.cs" />
<Compile Include="Set.cs" />