* fix windows build break - it helps if one actually puts in using statements and spells dlls correctly

0.6.0-stable
Justin Clarke Casey 2008-10-09 21:43:43 +00:00
parent 5212a26d29
commit 7bdfc16535
2 changed files with 4 additions and 2 deletions

View File

@ -25,8 +25,10 @@
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
using System;
using System.Net;
using NUnit.Framework;
using OpenSim.Framework;
using OpenSim.Framework.Communications;
using OpenSim.Region.ClientStack;
using OpenSim.Region.ClientStack.LindenUDP;

View File

@ -994,7 +994,7 @@
<ReferencePath>../../../../../bin/</ReferencePath>
<Reference name="System.Net"/>
<Reference name="OpenSim.Framework"/>
<Reference name="OpenSim.Framework.Commmunications"/>
<Reference name="OpenSim.Framework.Communications"/>
<Reference name="OpenSim.Region.ClientStack"/>
<Reference name="OpenSim.Region.ClientStack.LindenUDP"/>
<Reference name="nunit.framework.dll" />