* Moved OpenSim/Framework/General to OpenSim/Framework for great justice.

afrisby
lbsa71 2007-10-31 07:28:23 +00:00
parent 7f0d836d35
commit 064404ab40
44 changed files with 5 additions and 5 deletions

View File

@ -53,19 +53,19 @@
</Files>
</Project>
<Project name="OpenSim.Framework" path="OpenSim/Framework/General" type="Library">
<Project name="OpenSim.Framework" path="OpenSim/Framework" type="Library">
<Configuration name="Debug">
<Options>
<OutputPath>../../../bin/</OutputPath>
<OutputPath>../../bin/</OutputPath>
</Options>
</Configuration>
<Configuration name="Release">
<Options>
<OutputPath>../../../bin/</OutputPath>
<OutputPath>../../bin/</OutputPath>
</Options>
</Configuration>
<ReferencePath>../../../bin/</ReferencePath>
<ReferencePath>../../bin/</ReferencePath>
<Reference name="System"/>
<Reference name="System.Xml"/>
<Reference name="System.Data"/>
@ -75,7 +75,7 @@
<Reference name="OpenSim.Framework.Console"/>
<Reference name="Nini.dll" />
<Files>
<Match pattern="*.cs" recurse="true"/>
<Match pattern="*.cs" recurse="false"/>
</Files>
</Project>