move NullStorage => OpenSim.Data.Null to be consistant with

where other data storage assemblies are.
This commit is contained in:
Sean Dague
2008-04-03 21:07:03 +00:00
parent bd56cb8776
commit 5e32d86b87
4 changed files with 8 additions and 8 deletions

View File

@@ -852,19 +852,19 @@
</Project>
<!-- Datastore Plugins -->
<Project name="OpenSim.DataStore.NullStorage" path="OpenSim/Region/Storage/OpenSim.DataStore.NullStorage" type="Library">
<Project name="OpenSim.Data.Null" path="OpenSim/Data/Null" 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" localCopy="false"/>
<Reference name="System.Xml"/>
<Reference name="libsecondlife.dll"/>