move Migration support into OpenSim.Data, because it

really turned out to be small enough to not need it's own
assembly
0.6.0-stable
Sean Dague 2008-06-09 21:40:16 +00:00
parent 2e2dde71f2
commit 504ab4477d
2 changed files with 1 additions and 25 deletions

View File

@ -34,7 +34,7 @@ using System.Reflection;
using System.Text.RegularExpressions;
using log4net;
namespace OpenSim.Data.Migrations
namespace OpenSim.Data
{
/// <summary>
///

View File

@ -196,30 +196,6 @@
</Files>
</Project>
<Project name="OpenSim.Data.Migrations" path="OpenSim/Data/Migrations" 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="System.Data"/>
<Reference name="OpenSim.Framework"/>
<Reference name="log4net" />
<!-- needed for LLUUID types -->
<Reference name="libsecondlife.dll"/>
<Files>
<Match pattern="*.cs" recurse="true"/>
</Files>
</Project>
<Project name="OpenSim.Data" path="OpenSim/Data" type="Library">
<Configuration name="Debug">
<Options>