*Moved VersionInfo.cs to its correct place in OpenSim.csproj

*Added OpenSim.Region.Caps
*Updated prebuild.xml and ran prebuild
This commit is contained in:
mingchen
2007-06-27 19:04:23 +00:00
parent 1a6f58f337
commit 9eaecabdd0
20 changed files with 184 additions and 226 deletions

View File

@@ -125,6 +125,33 @@
</Files>
</Project>
<Project name="OpenSim.Region.Caps" path="OpenSim/Region/Caps" 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"/>
<Reference name="System.Xml"/>
<Reference name="libsecondlife.dll"/>
<Reference name="OpenSim.Framework"/>
<Reference name="OpenSim.Framework.Servers"/>
<Reference name="OpenSim.Framework.Utilities"/>
<Reference name="OpenSim.Framework.Types"/>
<Reference name="OpenSim.Region.Caches"/>
<Reference name="XMLRPC.dll"/>
<Files>
<Match pattern="*.cs" recurse="true"/>
</Files>
</Project>
<!-- Storage Plug-ins -->
<Project name="OpenSim.Region.Storage.LocalStorageDb4o" path="OpenSim/Region/Storage/LocalStorageDb4o" type="Library">