Add the missing reference to fix windows build break

0.6.5-rc1
Melanie Thielker 2009-05-05 01:41:48 +00:00
parent 5865018088
commit 500f71ca1f
1 changed files with 2 additions and 1 deletions

View File

@ -2816,6 +2816,7 @@
<ReferencePath>../../../bin/</ReferencePath> <ReferencePath>../../../bin/</ReferencePath>
<Reference name="System"/> <Reference name="System"/>
<Reference name="System.Xml"/>
<Reference name="OpenMetaverseTypes.dll"/> <Reference name="OpenMetaverseTypes.dll"/>
<Reference name="OpenMetaverse.dll"/> <Reference name="OpenMetaverse.dll"/>
<Reference name="OpenSim.Framework"/> <Reference name="OpenSim.Framework"/>
@ -2824,7 +2825,7 @@
<Reference name="log4net.dll"/> <Reference name="log4net.dll"/>
<Files> <Files>
<Match pattern="*.cs" recurse="true"/> <Match pattern="*.cs" recurse="true" />
</Files> </Files>
</Project> </Project>