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