* Fix broken build on Windows (repeat to self: must remember that .net on windows requires using references for null arguments)

This commit is contained in:
Justin Clarke Casey
2008-10-09 21:34:54 +00:00
parent d016d82f0c
commit 5212a26d29

View File

@@ -992,6 +992,9 @@
</Configuration>
<ReferencePath>../../../../../bin/</ReferencePath>
<Reference name="System.Net"/>
<Reference name="OpenSim.Framework"/>
<Reference name="OpenSim.Framework.Commmunications"/>
<Reference name="OpenSim.Region.ClientStack"/>
<Reference name="OpenSim.Region.ClientStack.LindenUDP"/>
<Reference name="nunit.framework.dll" />