Add missing System.Xml reference which is required to build on Windows but not mono

This commit is contained in:
Justin Clark-Casey (justincc)
2011-08-11 20:05:11 +01:00
parent b3a4b10531
commit 5d694a224f

View File

@@ -3138,6 +3138,7 @@
<ReferencePath>../../../bin/</ReferencePath>
<Reference name="System"/>
<Reference name="System.Xml"/>
<Reference name="OpenSim.Framework"/>
<Reference name="OpenSim.Framework.Communications"/>
<Reference name="OpenSim.Region.CoreModules"/>