* Add prereqs and usings required by the Windows compiler

0.6.2-post-fixes
Justin Clarke Casey 2009-01-05 18:52:43 +00:00
parent 0cd0a9bdb1
commit 9d62dee531
2 changed files with 3 additions and 0 deletions

View File

@ -29,6 +29,8 @@ using System;
using System.Collections;
using System.Net;
using System.Text.RegularExpressions;
using System.Xml;
using Nini;
using NUnit.Framework;
using NUnit.Framework.SyntaxHelpers;
using Nwc.XmlRpc;

View File

@ -2686,6 +2686,7 @@
<ReferencePath>../../../../bin/</ReferencePath>
<Reference name="System"/>
<Reference name="log4net.dll"/>
<Reference name="Nini.dll" />
<Reference name="nunit.framework.dll" />
<Reference name="XMLRPC.dll"/>
<Reference name="OpenMetaverse.dll"/>