Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiguel de Icaza <miguel@gnome.org>2009-10-31 19:14:30 +0300
committerMiguel de Icaza <miguel@gnome.org>2009-10-31 19:14:30 +0300
commit180068caeb37141a6b10dba6afd450c5a36ab894 (patch)
tree1a50863b497e49689135ce12703569fd8e5b84bc /mcs/class/System.Numerics/System.Numerics.dll.sources
parentd483d014bf54d41028355c037b4147dc21f7e8eb (diff)
Add BigInteger to System.Numerics from the Microsoft MS-PL'ed DLR
svn path=/trunk/mcs/; revision=145145
Diffstat (limited to 'mcs/class/System.Numerics/System.Numerics.dll.sources')
-rw-r--r--mcs/class/System.Numerics/System.Numerics.dll.sources3
1 files changed, 2 insertions, 1 deletions
diff --git a/mcs/class/System.Numerics/System.Numerics.dll.sources b/mcs/class/System.Numerics/System.Numerics.dll.sources
index b759eed84cb..ff70864f818 100644
--- a/mcs/class/System.Numerics/System.Numerics.dll.sources
+++ b/mcs/class/System.Numerics/System.Numerics.dll.sources
@@ -1,3 +1,4 @@
../../build/common/Consts.cs
Assembly/AssemblyInfo.cs
-System.Numerics/Complex.cs \ No newline at end of file
+System.Numerics/Complex.cs
+System.Numerics/BigInteger.cs \ No newline at end of file