diff options
author | Justin Clarke Casey | 2009-01-05 18:58:10 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2009-01-05 18:58:10 +0000 |
commit | ccc5d9400d4f5fd52a2f2cd575651abdb1f7ae7c (patch) | |
tree | 56520a206644361c1ef05a272065f43e3bc2c8ba | |
parent | * Add prereqs and usings required by the Windows compiler (diff) | |
download | opensim-SC_OLD-ccc5d9400d4f5fd52a2f2cd575651abdb1f7ae7c.zip opensim-SC_OLD-ccc5d9400d4f5fd52a2f2cd575651abdb1f7ae7c.tar.gz opensim-SC_OLD-ccc5d9400d4f5fd52a2f2cd575651abdb1f7ae7c.tar.bz2 opensim-SC_OLD-ccc5d9400d4f5fd52a2f2cd575651abdb1f7ae7c.tar.xz |
* add the required System.xml reference as well
-rw-r--r-- | prebuild.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml index af72eb5..6803cbd 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -2685,6 +2685,7 @@ | |||
2685 | 2685 | ||
2686 | <ReferencePath>../../../../bin/</ReferencePath> | 2686 | <ReferencePath>../../../../bin/</ReferencePath> |
2687 | <Reference name="System"/> | 2687 | <Reference name="System"/> |
2688 | <Reference name="System.Xml"/> | ||
2688 | <Reference name="log4net.dll"/> | 2689 | <Reference name="log4net.dll"/> |
2689 | <Reference name="Nini.dll" /> | 2690 | <Reference name="Nini.dll" /> |
2690 | <Reference name="nunit.framework.dll" /> | 2691 | <Reference name="nunit.framework.dll" /> |