* Added stub OpenSim.Model project for migrating core types and base classes

0.6.0-stable
lbsa71 2008-04-10 13:05:26 +00:00
parent b92c6901ad
commit f001cd78f1
1 changed files with 21 additions and 1 deletions

View File

@ -34,6 +34,26 @@
<!-- Core OpenSim Projects --> <!-- Core OpenSim Projects -->
<Project name="OpenSim.Model" path="OpenSim/Model" 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.Xml" localCopy="false"/>
<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>