Fix broken build since r7179

0.6.1-post-fixes
Homer Horwitz 2008-11-08 17:16:28 +00:00
parent 718425e7dc
commit 07cfa1e70b
1 changed files with 22 additions and 0 deletions

View File

@ -54,6 +54,27 @@
</Files> </Files>
</Project> </Project>
--> -->
<Project name="OpenSim.Framework.Client" path="OpenSim/Framework/Client" type="Library">
<Configuration name="Debug">
<Options>
<OutputPath>../../../bin/</OutputPath>
</Options>
</Configuration>
<Configuration name="Release">
<Options>
<OutputPath>../../../bin/</OutputPath>
</Options>
</Configuration>
<ReferencePath>../../../bin/</ReferencePath>
<Reference name="System" localCopy="false"/>
<Reference name="log4net.dll"/>
<Files>
<Match pattern="*.cs" recurse="true"/>
</Files>
</Project>
<Project name="OpenSim.Framework.Console" path="OpenSim/Framework/Console" type="Library"> <Project name="OpenSim.Framework.Console" path="OpenSim/Framework/Console" type="Library">
<Configuration name="Debug"> <Configuration name="Debug">
<Options> <Options>
@ -966,6 +987,7 @@
<Reference name="OpenSim.Region.Interfaces"/> <Reference name="OpenSim.Region.Interfaces"/>
<Reference name="OpenSim.Data"/> <Reference name="OpenSim.Data"/>
<Reference name="OpenSim.Framework.Servers"/> <Reference name="OpenSim.Framework.Servers"/>
<Reference name="OpenSim.Framework.Client"/>
<Reference name="OpenSim.Framework.Console"/> <Reference name="OpenSim.Framework.Console"/>
<Reference name="OpenSim.Framework.Communications"/> <Reference name="OpenSim.Framework.Communications"/>
<Reference name="OpenSim.Framework.Statistics"/> <Reference name="OpenSim.Framework.Statistics"/>