2007-07-16 15:40:11 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8" ?>
|
2007-11-05 15:33:03 +00:00
|
|
|
<Prebuild xmlns="http://dnpb.sourceforge.net/schemas/prebuild-1.7.xsd" version="1.7">
|
2008-02-28 16:51:46 +00:00
|
|
|
<Solution name="OpenSim" activeConfig="Debug" path="./" version="0.5.0-$Rev$">
|
2007-07-16 15:40:11 +00:00
|
|
|
<Configuration name="Debug">
|
|
|
|
<Options>
|
|
|
|
<CompilerDefines>TRACE;DEBUG</CompilerDefines>
|
|
|
|
<OptimizeCode>false</OptimizeCode>
|
|
|
|
<CheckUnderflowOverflow>false</CheckUnderflowOverflow>
|
|
|
|
<AllowUnsafe>false</AllowUnsafe>
|
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
<WarningsAsErrors>false</WarningsAsErrors>
|
|
|
|
<SuppressWarnings></SuppressWarnings>
|
|
|
|
<OutputPath>bin</OutputPath>
|
|
|
|
<DebugInformation>true</DebugInformation>
|
|
|
|
<IncrementalBuild>true</IncrementalBuild>
|
|
|
|
<NoStdLib>false</NoStdLib>
|
|
|
|
</Options>
|
|
|
|
</Configuration>
|
|
|
|
<Configuration name="Release">
|
|
|
|
<Options>
|
|
|
|
<CompilerDefines>TRACE</CompilerDefines>
|
|
|
|
<OptimizeCode>true</OptimizeCode>
|
|
|
|
<CheckUnderflowOverflow>false</CheckUnderflowOverflow>
|
|
|
|
<AllowUnsafe>false</AllowUnsafe>
|
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
<WarningsAsErrors>false</WarningsAsErrors>
|
|
|
|
<SuppressWarnings></SuppressWarnings>
|
|
|
|
<OutputPath>bin</OutputPath>
|
|
|
|
<DebugInformation>false</DebugInformation>
|
|
|
|
<IncrementalBuild>true</IncrementalBuild>
|
|
|
|
<NoStdLib>false</NoStdLib>
|
|
|
|
</Options>
|
|
|
|
</Configuration>
|
|
|
|
|
|
|
|
<!-- Core OpenSim Projects -->
|
|
|
|
|
|
|
|
<Project name="OpenSim.Framework.Console" path="OpenSim/Framework/Console" 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"/>
|
2008-02-05 19:44:27 +00:00
|
|
|
<Reference name="log4net"/>
|
2007-07-16 15:40:11 +00:00
|
|
|
<Files>
|
|
|
|
<Match pattern="*.cs" recurse="true"/>
|
|
|
|
</Files>
|
|
|
|
</Project>
|
2008-02-05 19:44:27 +00:00
|
|
|
|
2007-10-31 07:28:23 +00:00
|
|
|
<Project name="OpenSim.Framework" path="OpenSim/Framework" type="Library">
|
2007-07-16 15:40:11 +00:00
|
|
|
<Configuration name="Debug">
|
|
|
|
<Options>
|
2007-10-31 07:28:23 +00:00
|
|
|
<OutputPath>../../bin/</OutputPath>
|
2007-07-16 15:40:11 +00:00
|
|
|
</Options>
|
|
|
|
</Configuration>
|
|
|
|
<Configuration name="Release">
|
|
|
|
<Options>
|
2007-10-31 07:28:23 +00:00
|
|
|
<OutputPath>../../bin/</OutputPath>
|
2007-07-16 15:40:11 +00:00
|
|
|
</Options>
|
|
|
|
</Configuration>
|
|
|
|
|
2007-10-31 07:28:23 +00:00
|
|
|
<ReferencePath>../../bin/</ReferencePath>
|
2007-10-05 10:14:42 +00:00
|
|
|
<Reference name="System"/>
|
2007-07-16 15:40:11 +00:00
|
|
|
<Reference name="System.Xml"/>
|
|
|
|
<Reference name="System.Data"/>
|
|
|
|
<Reference name="libsecondlife.dll"/>
|
2007-10-05 10:14:42 +00:00
|
|
|
<Reference name="Db4objects.Db4o.dll"/>
|
|
|
|
<Reference name="XMLRPC.dll"/>
|
|
|
|
<Reference name="OpenSim.Framework.Console"/>
|
|
|
|
<Reference name="Nini.dll" />
|
2008-02-05 19:44:27 +00:00
|
|
|
<Reference name="log4net"/>
|
2007-07-16 15:40:11 +00:00
|
|
|
<Files>
|
2007-10-31 07:28:23 +00:00
|
|
|
<Match pattern="*.cs" recurse="false"/>
|
2007-07-16 15:40:11 +00:00
|
|
|
</Files>
|
|
|
|
</Project>
|
|
|
|
|
2008-02-08 17:54:30 +00:00
|
|
|
<Project name="OpenSim.Tests.Common" path="OpenSim/Tests/Common" type="Library">
|
|
|
|
<Configuration name="Debug">
|
|
|
|
<Options>
|
2008-03-04 06:02:48 +00:00
|
|
|
<OutputPath>../../../bin/</OutputPath>
|
2008-02-08 17:54:30 +00:00
|
|
|
</Options>
|
|
|
|
</Configuration>
|
|
|
|
<Configuration name="Release">
|
|
|
|
<Options>
|
2008-03-04 06:02:48 +00:00
|
|
|
<OutputPath>../../../bin/</OutputPath>
|
2008-02-08 17:54:30 +00:00
|
|
|
</Options>
|
|
|
|
</Configuration>
|
|
|
|
|
|
|
|
<ReferencePath>../../../bin/</ReferencePath>
|
|
|
|
<Reference name="System"/>
|
|
|
|
<Reference name="System.Xml"/>
|
|
|
|
<Reference name="System.Data"/>
|
|
|
|
<Reference name="nunit.framework.dll" />
|
|
|
|
<Reference name="libsecondlife.dll"/>
|
|
|
|
<Files>
|
|
|
|
<Match pattern="*.cs" recurse="false"/>
|
|
|
|
</Files>
|
|
|
|
</Project>
|
|
|
|
|
|
|
|
<Project name="OpenSim.Framework.Tests" path="OpenSim/Tests/OpenSim/Framework" type="Library">
|
|
|
|
<Configuration name="Debug">
|
|
|
|
<Options>
|
2008-03-04 06:02:48 +00:00
|
|
|
<OutputPath>../../../../bin/</OutputPath>
|
2008-02-08 17:54:30 +00:00
|
|
|
</Options>
|
|
|
|
</Configuration>
|
|
|
|
<Configuration name="Release">
|
|
|
|
<Options>
|
2008-03-04 06:02:48 +00:00
|
|
|
<OutputPath>../../../../bin/</OutputPath>
|
2008-02-08 17:54:30 +00:00
|
|
|
</Options>
|
|
|
|
</Configuration>
|
|
|
|
|
|
|
|
<ReferencePath>../../../../bin/</ReferencePath>
|
|
|
|
<Reference name="System"/>
|
|
|
|
<Reference name="System.Xml"/>
|
|
|
|
<Reference name="System.Data"/>
|
|
|
|
<Reference name="libsecondlife.dll"/>
|
|
|
|
<Reference name="Db4objects.Db4o.dll"/>
|
|
|
|
<Reference name="XMLRPC.dll"/>
|
|
|
|
<Reference name="OpenSim.Framework.Console"/>
|
|
|
|
<Reference name="OpenSim.Framework"/>
|
|
|
|
<Reference name="OpenSim.Tests.Common"/>
|
|
|
|
<Reference name="Nini.dll" />
|
|
|
|
<Reference name="nunit.framework.dll" />
|
|
|
|
<Files>
|
|
|
|
<Match pattern="*.cs" recurse="false"/>
|
|
|
|
</Files>
|
|
|
|
</Project>
|
|
|
|
|
2008-01-25 19:24:25 +00:00
|
|
|
<Project name="OpenSim.Framework.Statistics" path="OpenSim/Framework/Statistics" 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"/>
|
2008-02-22 20:50:30 +00:00
|
|
|
<Reference name="libsecondlife.dll"/>
|
2008-01-31 00:42:31 +00:00
|
|
|
<Reference name="OpenSim.Framework"/>
|
2008-01-25 19:24:25 +00:00
|
|
|
|
|
|
|
<Files>
|
|
|
|
<Match pattern="*.cs" recurse="true"/>
|
|
|
|
</Files>
|
|
|
|
</Project>
|
|
|
|
|
2008-03-03 07:48:35 +00:00
|
|
|
<Project name="OpenSim.Framework.Data.Base" path="OpenSim/Framework/Data.Base" type="Library">
|
2008-01-13 19:31:56 +00:00
|
|
|
<Configuration name="Debug">
|
|
|
|
<Options>
|
|
|
|
<OutputPath>../../../bin/</OutputPath>
|
2008-03-03 07:53:26 +00:00
|
|
|
<KeyFile>OpenSim.Framework.Data.Base.snk</KeyFile>
|
2008-01-13 19:31:56 +00:00
|
|
|
</Options>
|
|
|
|
</Configuration>
|
|
|
|
<Configuration name="Release">
|
|
|
|
<Options>
|
|
|
|
<OutputPath>../../../bin/</OutputPath>
|
2008-03-03 07:53:26 +00:00
|
|
|
<KeyFile>OpenSim.Framework.Data.Base.snk</KeyFile>
|
2008-01-13 19:31:56 +00:00
|
|
|
</Options>
|
|
|
|
</Configuration>
|
|
|
|
|
|
|
|
<ReferencePath>../../../bin/</ReferencePath>
|
|
|
|
<Reference name="System" localCopy="false"/>
|
|
|
|
<Reference name="System.Data"/>
|
|
|
|
<Files>
|
|
|
|
<Match pattern="*.cs" recurse="true"/>
|
|
|
|
</Files>
|
|
|
|
</Project>
|
|
|
|
|
2007-10-05 10:14:42 +00:00
|
|
|
<Project name="OpenSim.Framework.Data" path="OpenSim/Framework/Data" type="Library">
|
2007-07-16 15:40:11 +00:00
|
|
|
<Configuration name="Debug">
|
|
|
|
<Options>
|
2008-01-15 20:18:59 +00:00
|
|
|
<OutputPath>../../../bin/</OutputPath>
|
2007-07-16 15:40:11 +00:00
|
|
|
</Options>
|
|
|
|
</Configuration>
|
|
|
|
<Configuration name="Release">
|
|
|
|
<Options>
|
|
|
|
<OutputPath>../../../bin/</OutputPath>
|
|
|
|
</Options>
|
|
|
|
</Configuration>
|
|
|
|
|
|
|
|
<ReferencePath>../../../bin/</ReferencePath>
|
2007-10-05 10:14:42 +00:00
|
|
|
<Reference name="System" localCopy="false"/>
|
2007-07-16 15:40:11 +00:00
|
|
|
<Reference name="System.Xml"/>
|
2007-08-10 17:22:54 +00:00
|
|
|
<Reference name="System.Data"/>
|
2007-07-16 15:40:11 +00:00
|
|
|
<Reference name="XMLRPC.dll"/>
|
2007-10-05 10:14:42 +00:00
|
|
|
<Reference name="libsecondlife.dll"/>
|
|
|
|
<Reference name="OpenSim.Framework"/>
|
2008-02-04 12:04:02 +00:00
|
|
|
<Reference name="MySql.Data.dll"/>
|
2008-03-03 07:48:35 +00:00
|
|
|
<Reference name="OpenSim.Framework.Data.Base"/>
|
2008-02-05 19:44:27 +00:00
|
|
|
<Reference name="log4net"/>
|
2007-07-16 15:40:11 +00:00
|
|
|
<Files>
|
|
|
|
<Match pattern="*.cs" recurse="true"/>
|
|
|
|
</Files>
|
|
|
|
</Project>
|
2008-01-21 18:28:23 +00:00
|
|
|
|
2007-10-05 10:14:42 +00:00
|
|
|
<Project name="OpenSim.Framework.Configuration.XML" path="OpenSim/Framework/Configuration/XML" type="Library">
|
2007-07-19 20:39:33 +00:00
|
|
|
<Configuration name="Debug">
|
|
|
|
<Options>
|
|
|
|
<OutputPath>../../../../bin/</OutputPath>
|
|
|
|
</Options>
|
|
|
|
</Configuration>
|
|
|
|
<Configuration name="Release">
|
|
|
|
<Options>
|
|
|
|
<OutputPath>../../../../bin/</OutputPath>
|
|
|
|
</Options>
|
|
|
|
</Configuration>
|
|
|
|
|
2007-07-21 07:23:00 +00:00
|
|
|
<ReferencePath>../../../../bin/</ReferencePath>
|
2007-07-19 20:39:33 +00:00
|
|
|
<Reference name="System"/>
|
|
|
|
<Reference name="System.Xml"/>
|
|
|
|
<Reference name="libsecondlife.dll"/>
|
|
|
|
<Reference name="Db4objects.Db4o.dll"/>
|
|
|
|
<Reference name="XMLRPC.dll"/>
|
|
|
|
<Reference name="OpenSim.Framework"/>
|
|
|
|
<Reference name="OpenSim.Framework.Console"/>
|
|
|
|
<Reference name="OpenSim.Framework.Data"/>
|
|
|
|
<Files>
|
|
|
|
<Match pattern="*.cs" recurse="true"/>
|
|
|
|
</Files>
|
|
|
|
</Project>
|
|
|
|
|
2008-02-05 19:44:27 +00:00
|
|
|
<Project name="OpenSim.Framework.Configuration.HTTP" path="OpenSim/Framework/Configuration/HTTP" type="Library">
|
2007-07-23 19:30:33 +00:00
|
|
|
<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="Db4objects.Db4o.dll"/>
|
|
|
|
<Reference name="XMLRPC.dll"/>
|
|
|
|
<Reference name="OpenSim.Framework"/>
|
|
|
|
<Reference name="OpenSim.Framework.Console"/>
|
|
|
|
<Reference name="OpenSim.Framework.Configuration.XML"/>
|
|
|
|
<Reference name="OpenSim.Framework.Data"/>
|
2008-02-05 19:44:27 +00:00
|
|
|
<Reference name="log4net"/>
|
2007-07-23 19:30:33 +00:00
|
|
|
<Files>
|
|
|
|
<Match pattern="*.cs" recurse="true"/>
|
2007-11-03 15:09:21 +00:00
|
|
|
</Files>
|
|
|
|
</Project>
|
2007-12-28 22:13:43 +00:00
|
|
|
|
|
|
|
<Project name="OpenSim.Framework.AssetLoader.Filesystem" path="OpenSim/Framework/AssetLoader/Filesystem" 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"/>
|
2007-12-28 23:09:20 +00:00
|
|
|
<Reference name="System.Xml" localCopy="false"/>
|
2007-12-28 22:13:43 +00:00
|
|
|
<Reference name="OpenSim.Framework.Console"/>
|
|
|
|
<Reference name="OpenSim.Framework"/>
|
|
|
|
<Reference name="libsecondlife.dll"/>
|
|
|
|
<Reference name="Nini.dll" />
|
2008-02-05 19:44:27 +00:00
|
|
|
<Reference name="log4net"/>
|
2007-12-28 22:13:43 +00:00
|
|
|
<Files>
|
|
|
|
<Match pattern="*.cs" recurse="true"/>
|
|
|
|
</Files>
|
|
|
|
</Project>
|
|
|
|
|
|
|
|
<Project name="OpenSim.Framework.RegionLoader.Web" path="OpenSim/Framework/RegionLoader/Web" type="Library">
|
2007-11-03 15:09:21 +00:00
|
|
|
<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="Db4objects.Db4o.dll"/>
|
|
|
|
<Reference name="XMLRPC.dll"/>
|
|
|
|
<Reference name="OpenSim.Framework"/>
|
|
|
|
<Reference name="OpenSim.Framework.Console"/>
|
|
|
|
<Reference name="Nini.dll" />
|
2008-02-05 19:44:27 +00:00
|
|
|
<Reference name="log4net"/>
|
2007-11-03 15:09:21 +00:00
|
|
|
<Files>
|
|
|
|
<Match pattern="*.cs" recurse="true"/>
|
|
|
|
</Files>
|
|
|
|
</Project>
|
2007-12-28 22:13:43 +00:00
|
|
|
|
|
|
|
<Project name="OpenSim.Framework.RegionLoader.Filesystem" path="OpenSim/Framework/RegionLoader/Filesystem" type="Library">
|
2007-11-03 15:09:21 +00:00
|
|
|
<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="Db4objects.Db4o.dll"/>
|
|
|
|
<Reference name="XMLRPC.dll"/>
|
|
|
|
<Reference name="OpenSim.Framework"/>
|
|
|
|
<Reference name="OpenSim.Framework.Console"/>
|
|
|
|
<Reference name="Nini.dll" />
|
|
|
|
<Files>
|
|
|
|
<Match pattern="*.cs" recurse="true"/>
|
2007-07-23 19:30:33 +00:00
|
|
|
</Files>
|
|
|
|
</Project>
|
2007-07-18 23:15:08 +00:00
|
|
|
|
2007-07-16 15:40:11 +00:00
|
|
|
<Project name="OpenSim.Framework.Servers" path="OpenSim/Framework/Servers" 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="OpenSim.Framework"/>
|
|
|
|
<Reference name="OpenSim.Framework.Console"/>
|
|
|
|
<Reference name="libsecondlife.dll"/>
|
|
|
|
<Reference name="XMLRPC.dll"/>
|
2008-02-05 19:44:27 +00:00
|
|
|
<Reference name="log4net"/>
|
2007-07-16 15:40:11 +00:00
|
|
|
|
|
|
|
<Files>
|
|
|
|
<Match pattern="*.cs" recurse="true"/>
|
|
|
|
</Files>
|
|
|
|
</Project>
|
|
|
|
|
|
|
|
<Project name="OpenSim.Region.Physics.Manager" path="OpenSim/Region/Physics/Manager" 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" />
|
2007-09-29 03:56:36 +00:00
|
|
|
<Reference name="libsecondlife.dll"/>
|
2007-07-16 15:40:11 +00:00
|
|
|
<Reference name="Axiom.MathLib.dll" localCopy="false"/>
|
|
|
|
<Reference name="OpenSim.Framework" localCopy="false"/>
|
|
|
|
<Reference name="OpenSim.Framework.Console" localCopy="false"/>
|
2008-02-24 04:06:01 +00:00
|
|
|
<Reference name="nunit.framework.dll" />
|
2008-02-05 19:44:27 +00:00
|
|
|
<Reference name="Nini.dll" />
|
|
|
|
<Reference name="log4net"/>
|
|
|
|
|
|
|
|
<Files>
|
2007-07-16 15:40:11 +00:00
|
|
|
<Match pattern="*.cs" recurse="false"/>
|
|
|
|
</Files>
|
|
|
|
</Project>
|
|
|
|
|
|
|
|
|
|
|
|
<!-- Physics Plug-ins -->
|
|
|
|
<Project name="OpenSim.Region.Physics.BasicPhysicsPlugin" path="OpenSim/Region/Physics/BasicPhysicsPlugin" type="Library">
|
|
|
|
<Configuration name="Debug">
|
|
|
|
<Options>
|
|
|
|
<OutputPath>../../../../bin/Physics/</OutputPath>
|
|
|
|
</Options>
|
|
|
|
</Configuration>
|
|
|
|
<Configuration name="Release">
|
|
|
|
<Options>
|
|
|
|
<OutputPath>../../../../bin/Physics/</OutputPath>
|
2007-11-16 10:25:27 +00:00
|
|
|
</Options>
|
|
|
|
</Configuration>
|
|
|
|
|
|
|
|
<ReferencePath>../../../../bin/</ReferencePath>
|
|
|
|
<Reference name="System" localCopy="false"/>
|
|
|
|
<Reference name="Axiom.MathLib.dll" localCopy="false"/>
|
|
|
|
<Reference name="OpenSim.Framework"/>
|
|
|
|
<Reference name="OpenSim.Region.Physics.Manager" localCopy="false"/>
|
|
|
|
<Files>
|
|
|
|
<Match pattern="*.cs" recurse="true"/>
|
|
|
|
</Files>
|
|
|
|
</Project>
|
|
|
|
|
|
|
|
<Project name="OpenSim.Region.Physics.POSPlugin" path="OpenSim/Region/Physics/POSPlugin" type="Library">
|
|
|
|
<Configuration name="Debug">
|
|
|
|
<Options>
|
|
|
|
<OutputPath>../../../../bin/Physics/</OutputPath>
|
|
|
|
</Options>
|
|
|
|
</Configuration>
|
|
|
|
<Configuration name="Release">
|
|
|
|
<Options>
|
|
|
|
<OutputPath>../../../../bin/Physics/</OutputPath>
|
2007-07-16 15:40:11 +00:00
|
|
|
</Options>
|
|
|
|
</Configuration>
|
|
|
|
|
|
|
|
<ReferencePath>../../../../bin/</ReferencePath>
|
|
|
|
<Reference name="System" localCopy="false"/>
|
|
|
|
<Reference name="Axiom.MathLib.dll" localCopy="false"/>
|
2007-09-29 03:56:36 +00:00
|
|
|
<Reference name="OpenSim.Framework"/>
|
2007-07-16 15:40:11 +00:00
|
|
|
<Reference name="OpenSim.Region.Physics.Manager" localCopy="false"/>
|
|
|
|
<Files>
|
|
|
|
<Match pattern="*.cs" recurse="true"/>
|
|
|
|
</Files>
|
|
|
|
</Project>
|
|
|
|
|
|
|
|
<Project name="OpenSim.Region.Physics.PhysXPlugin" path="OpenSim/Region/Physics/PhysXPlugin" type="Library">
|
|
|
|
<Configuration name="Debug">
|
|
|
|
<Options>
|
|
|
|
<OutputPath>../../../../bin/Physics/</OutputPath>
|
|
|
|
</Options>
|
|
|
|
</Configuration>
|
|
|
|
<Configuration name="Release">
|
|
|
|
<Options>
|
|
|
|
<OutputPath>../../../../bin/Physics/</OutputPath>
|
|
|
|
</Options>
|
|
|
|
</Configuration>
|
|
|
|
|
|
|
|
<ReferencePath>../../../../bin/</ReferencePath>
|
|
|
|
<Reference name="System" localCopy="false"/>
|
2007-09-29 03:56:36 +00:00
|
|
|
<Reference name="libsecondlife.dll"/>
|
2007-07-16 15:40:11 +00:00
|
|
|
<Reference name="Axiom.MathLib.dll" localCopy="false"/>
|
|
|
|
<Reference name="PhysX_Wrapper_Dotnet.dll" localCopy="false"/>
|
2007-09-29 03:56:36 +00:00
|
|
|
<Reference name="OpenSim.Framework"/>
|
2007-07-16 15:40:11 +00:00
|
|
|
<Reference name="OpenSim.Region.Physics.Manager" localCopy="false"/>
|
|
|
|
<Files>
|
|
|
|
<Match pattern="*.cs" recurse="true"/>
|
|
|
|
</Files>
|
|
|
|
</Project>
|
|
|
|
|
|
|
|
<Project name="OpenSim.Region.Physics.OdePlugin" path="OpenSim/Region/Physics/OdePlugin" type="Library">
|
|
|
|
<Configuration name="Debug">
|
|
|
|
<Options>
|
|
|
|
<OutputPath>../../../../bin/Physics/</OutputPath>
|
|
|
|
</Options>
|
|
|
|
</Configuration>
|
|
|
|
<Configuration name="Release">
|
|
|
|
<Options>
|
|
|
|
<OutputPath>../../../../bin/Physics/</OutputPath>
|
|
|
|
</Options>
|
|
|
|
</Configuration>
|
|
|
|
|
|
|
|
<ReferencePath>../../../../bin/</ReferencePath>
|
|
|
|
<Reference name="System" localCopy="false"/>
|
|
|
|
<Reference name="Axiom.MathLib.dll" localCopy="false"/>
|
2007-09-29 03:56:36 +00:00
|
|
|
<Reference name="libsecondlife.dll"/>
|
|
|
|
<Reference name="OpenSim.Framework"/>
|
|
|
|
<Reference name="OpenSim.Framework.Console"/>
|
2007-07-16 15:40:11 +00:00
|
|
|
<Reference name="OpenSim.Region.Physics.Manager" localCopy="false"/>
|
|
|
|
<Reference name="Ode.NET.dll" localCopy="false" />
|
2008-02-24 04:06:01 +00:00
|
|
|
<Reference name="nunit.framework.dll" />
|
2008-02-05 19:44:27 +00:00
|
|
|
<Reference name="log4net"/>
|
2007-07-16 15:40:11 +00:00
|
|
|
|
|
|
|
<Files>
|
|
|
|
<Match pattern="*.cs" recurse="true"/>
|
|
|
|
</Files>
|
|
|
|
</Project>
|
|
|
|
|
2007-09-11 07:04:05 +00:00
|
|
|
<Project name="OpenSim.Region.Physics.BulletXPlugin" path="OpenSim/Region/Physics/BulletXPlugin" type="Library">
|
|
|
|
<Configuration name="Debug">
|
|
|
|
<Options>
|
|
|
|
<OutputPath>../../../../bin/Physics/</OutputPath>
|
|
|
|
</Options>
|
|
|
|
</Configuration>
|
|
|
|
<Configuration name="Release">
|
|
|
|
<Options>
|
|
|
|
<OutputPath>../../../../bin/Physics/</OutputPath>
|
|
|
|
</Options>
|
|
|
|
</Configuration>
|
|
|
|
|
|
|
|
<ReferencePath>../../../../bin/</ReferencePath>
|
|
|
|
<Reference name="System" localCopy="false"/>
|
2007-09-29 03:56:36 +00:00
|
|
|
<Reference name="libsecondlife.dll"/>
|
2007-09-11 07:04:05 +00:00
|
|
|
<Reference name="Axiom.MathLib.dll" localCopy="false"/>
|
2008-02-05 19:44:27 +00:00
|
|
|
<Reference name="OpenSim.Framework"/>
|
|
|
|
<Reference name="OpenSim.Framework.Console" localCopy="false"/>
|
|
|
|
<Reference name="OpenSim.Region.Physics.Manager" localCopy="false"/>
|
2007-09-11 07:04:05 +00:00
|
|
|
<Reference name="Modified.XnaDevRu.BulletX.dll" localCopy="false" />
|
|
|
|
<Reference name="MonoXnaCompactMaths.dll" localCopy="false" />
|
2008-02-05 19:44:27 +00:00
|
|
|
<Reference name="log4net"/>
|
2007-09-11 07:04:05 +00:00
|
|
|
|
|
|
|
<Files>
|
|
|
|
<Match pattern="*.cs" recurse="true"/>
|
|
|
|
</Files>
|
|
|
|
</Project>
|
|
|
|
|
2007-11-10 19:13:52 +00:00
|
|
|
<Project name="OpenSim.Region.Physics.Meshing" path="OpenSim/Region/Physics/Meshing" type="Library">
|
|
|
|
<Configuration name="Debug">
|
|
|
|
<Options>
|
|
|
|
<OutputPath>../../../../bin/Physics/</OutputPath>
|
|
|
|
</Options>
|
|
|
|
</Configuration>
|
|
|
|
<Configuration name="Release">
|
|
|
|
<Options>
|
|
|
|
<OutputPath>../../../../bin/Physics/</OutputPath>
|
|
|
|
</Options>
|
|
|
|
</Configuration>
|
|
|
|
|
|
|
|
<ReferencePath>../../../../bin/</ReferencePath>
|
|
|
|
<Reference name="System" localCopy="false"/>
|
|
|
|
<Reference name="libsecondlife.dll"/>
|
|
|
|
<Reference name="OpenSim.Framework"/>
|
|
|
|
<Reference name="OpenSim.Framework.Console"/>
|
2008-02-05 19:44:27 +00:00
|
|
|
<Reference name="OpenSim.Region.Physics.Manager" localCopy="false"/>
|
|
|
|
<Reference name="log4net"/>
|
2007-11-10 19:13:52 +00:00
|
|
|
|
2008-02-05 19:44:27 +00:00
|
|
|
<Files>
|
2007-11-10 19:13:52 +00:00
|
|
|
<Match pattern="*.cs" recurse="true"/>
|
|
|
|
</Files>
|
|
|
|
</Project>
|
|
|
|
|
2007-07-18 23:15:08 +00:00
|
|
|
|
2007-07-16 15:40:11 +00:00
|
|
|
<!-- Terrain engine -->
|
|
|
|
<Project name="OpenSim.Region.Terrain.BasicTerrain" path="OpenSim/Region/Terrain.BasicTerrain" 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.Drawing"/>
|
|
|
|
<Reference name="System.Data"/>
|
|
|
|
<Reference name="System.Xml"/>
|
|
|
|
<Reference name="Microsoft.JScript"/>
|
2007-08-02 18:35:35 +00:00
|
|
|
<Reference name="libsecondlife.dll" />
|
2007-08-28 14:21:17 +00:00
|
|
|
<Reference name="OpenSim.Framework"/>
|
2007-07-16 15:40:11 +00:00
|
|
|
|
|
|
|
<Files>
|
|
|
|
<Match pattern="*.cs" recurse="true"/>
|
|
|
|
</Files>
|
|
|
|
</Project>
|
|
|
|
|
|
|
|
|
|
|
|
<Project name="OpenSim.Framework.Data.DB4o" path="OpenSim/Framework/Data.DB4o" 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"/>
|
|
|
|
<Reference name="System.Data"/>
|
2007-08-03 18:01:55 +00:00
|
|
|
<Reference name="OpenSim.Framework"/>
|
2007-07-16 15:40:11 +00:00
|
|
|
<Reference name="OpenSim.Framework.Data"/>
|
|
|
|
<Reference name="libsecondlife.dll"/>
|
|
|
|
<Reference name="Db4objects.Db4o.dll"/>
|
2008-02-05 19:44:27 +00:00
|
|
|
<Reference name="log4net"/>
|
|
|
|
|
2007-07-16 15:40:11 +00:00
|
|
|
<Files>
|
|
|
|
<Match pattern="*.cs" recurse="true"/>
|
|
|
|
</Files>
|
|
|
|
</Project>
|
|
|
|
|
|
|
|
<!-- OpenSim.Framework.Communications -->
|
|
|
|
<Project name="OpenSim.Framework.Communications" path="OpenSim/Framework/Communications" 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"/>
|
2007-10-25 09:26:47 +00:00
|
|
|
<Reference name="System.Web"/>
|
2007-07-16 15:40:11 +00:00
|
|
|
<Reference name="OpenSim.Framework"/>
|
2007-12-28 22:13:43 +00:00
|
|
|
<Reference name="OpenSim.Framework.AssetLoader.Filesystem"/>
|
2007-07-16 15:40:11 +00:00
|
|
|
<Reference name="OpenSim.Framework.Data" />
|
|
|
|
<Reference name="OpenSim.Framework.Servers"/>
|
2007-08-27 15:34:21 +00:00
|
|
|
<Reference name="OpenSim.Framework.Console"/>
|
2008-01-25 19:24:25 +00:00
|
|
|
<Reference name="OpenSim.Framework.Statistics"/>
|
2007-07-16 15:40:11 +00:00
|
|
|
<Reference name="libsecondlife.dll"/>
|
2007-08-27 15:34:21 +00:00
|
|
|
<Reference name="Db4objects.Db4o.dll"/>
|
2007-08-08 17:11:02 +00:00
|
|
|
<Reference name="Nini.dll" />
|
2007-09-24 07:30:30 +00:00
|
|
|
<Reference name="XMLRPC.dll"/>
|
2008-02-05 19:44:27 +00:00
|
|
|
<Reference name="log4net"/>
|
2007-07-16 15:40:11 +00:00
|
|
|
|
|
|
|
<Files>
|
|
|
|
<Match pattern="*.cs" recurse="true"/>
|
|
|
|
</Files>
|
|
|
|
</Project>
|
|
|
|
|
2007-09-25 08:31:46 +00:00
|
|
|
<Project name="OpenSim.Region.Communications.Local" path="OpenSim/Region/Communications/Local" type="Library">
|
2007-07-16 15:40:11 +00:00
|
|
|
<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"/>
|
2007-10-05 10:14:42 +00:00
|
|
|
<Reference name="OpenSim.Framework"/>
|
2008-01-25 19:24:25 +00:00
|
|
|
<Reference name="OpenSim.Framework.Communications"/>
|
|
|
|
<Reference name="OpenSim.Framework.Console"/>
|
2007-07-16 15:40:11 +00:00
|
|
|
<Reference name="OpenSim.Framework.Data" />
|
2007-09-25 08:31:46 +00:00
|
|
|
<Reference name="OpenSim.Framework.Servers"/>
|
2008-01-25 19:24:25 +00:00
|
|
|
<Reference name="OpenSim.Framework.Statistics"/>
|
2007-07-16 15:40:11 +00:00
|
|
|
<Reference name="libsecondlife.dll"/>
|
|
|
|
<Reference name="XMLRPC.dll"/>
|
2008-02-05 19:44:27 +00:00
|
|
|
<Reference name="log4net"/>
|
2007-07-16 15:40:11 +00:00
|
|
|
|
|
|
|
<Files>
|
|
|
|
<Match pattern="*.cs" recurse="true"/>
|
|
|
|
</Files>
|
|
|
|
</Project>
|
|
|
|
|
2007-09-25 08:31:46 +00:00
|
|
|
<Project name="OpenSim.Region.Communications.OGS1" path="OpenSim/Region/Communications/OGS1" type="Library">
|
2007-07-16 15:40:11 +00:00
|
|
|
<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"/>
|
2007-09-25 08:31:46 +00:00
|
|
|
<Reference name="System.Data"/>
|
|
|
|
<Reference name="System.Runtime.Remoting"/>
|
|
|
|
<Reference name="OpenSim.Framework"/>
|
2007-10-05 10:14:42 +00:00
|
|
|
<Reference name="OpenSim.Framework.Data" />
|
2007-08-11 11:59:51 +00:00
|
|
|
<Reference name="OpenSim.Framework.Console"/>
|
2007-09-25 08:31:46 +00:00
|
|
|
<Reference name="OpenSim.Framework.Servers"/>
|
|
|
|
<Reference name="OpenSim.Framework.Communications" />
|
|
|
|
<Reference name="OpenSim.Region.Communications.Local" />
|
2007-07-16 15:40:11 +00:00
|
|
|
<Reference name="libsecondlife.dll"/>
|
|
|
|
<Reference name="XMLRPC.dll"/>
|
2008-02-05 19:44:27 +00:00
|
|
|
<Reference name="log4net"/>
|
2007-07-16 15:40:11 +00:00
|
|
|
|
|
|
|
<Files>
|
|
|
|
<Match pattern="*.cs" recurse="true"/>
|
|
|
|
</Files>
|
|
|
|
</Project>
|
|
|
|
|
|
|
|
<Project name="OpenSim.Region.Environment" path="OpenSim/Region/Environment" 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"/>
|
2007-10-15 09:00:18 +00:00
|
|
|
<Reference name="System.Drawing"/>
|
2007-07-16 15:40:11 +00:00
|
|
|
<Reference name="libsecondlife.dll"/>
|
|
|
|
<Reference name="Axiom.MathLib.dll"/>
|
|
|
|
<Reference name="Db4objects.Db4o.dll"/>
|
|
|
|
<Reference name="OpenSim.Region.Terrain.BasicTerrain"/>
|
|
|
|
<Reference name="OpenSim.Framework"/>
|
2007-07-22 11:44:36 +00:00
|
|
|
<Reference name="OpenSim.Framework.Data" />
|
2007-10-05 10:14:42 +00:00
|
|
|
<Reference name="OpenSim.Framework.Console"/>
|
2007-07-16 15:40:11 +00:00
|
|
|
<Reference name="OpenSim.Region.Physics.Manager"/>
|
|
|
|
<Reference name="OpenSim.Framework.Servers"/>
|
|
|
|
<!-- For scripting in funny languages by default -->
|
|
|
|
<Reference name="Microsoft.JScript"/>
|
|
|
|
<Reference name="XMLRPC.dll"/>
|
|
|
|
<Reference name="OpenSim.Framework.Communications"/>
|
2008-03-03 07:48:35 +00:00
|
|
|
<Reference name="OpenSim.Framework.Data.Base"/>
|
2007-10-19 20:27:34 +00:00
|
|
|
<Reference name="Nini.dll" />
|
2008-02-05 19:44:27 +00:00
|
|
|
<Reference name="log4net"/>
|
2007-07-16 15:40:11 +00:00
|
|
|
<Files>
|
|
|
|
<Match pattern="*.cs" recurse="true"/>
|
|
|
|
</Files>
|
|
|
|
</Project>
|
|
|
|
|
|
|
|
<Project name="OpenSim.Region.ClientStack" path="OpenSim/Region/ClientStack" 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"/>
|
|
|
|
<Reference name="libsecondlife.dll"/>
|
|
|
|
<Reference name="Axiom.MathLib.dll"/>
|
|
|
|
<Reference name="Db4objects.Db4o.dll"/>
|
|
|
|
<Reference name="OpenSim.Region.Terrain.BasicTerrain"/>
|
|
|
|
<Reference name="OpenSim.Region.Environment"/>
|
|
|
|
<Reference name="OpenSim.Framework"/>
|
2007-10-05 10:14:42 +00:00
|
|
|
<Reference name="OpenSim.Framework.Data"/>
|
|
|
|
<Reference name="OpenSim.Framework.Servers"/>
|
2007-07-16 15:40:11 +00:00
|
|
|
<Reference name="OpenSim.Framework.Console"/>
|
2007-07-16 23:25:35 +00:00
|
|
|
<Reference name="OpenSim.Framework.Communications"/>
|
2008-02-22 20:50:30 +00:00
|
|
|
<Reference name="OpenSim.Framework.Statistics"/>
|
2007-08-06 10:48:40 +00:00
|
|
|
<Reference name="OpenSim.Region.Communications.Local"/>
|
2007-07-16 15:40:11 +00:00
|
|
|
<Reference name="OpenSim.Region.Physics.Manager"/>
|
|
|
|
<Reference name="XMLRPC.dll"/>
|
2007-11-10 19:13:52 +00:00
|
|
|
<Reference name="Nini.dll" />
|
2008-02-05 19:44:27 +00:00
|
|
|
<Reference name="log4net"/>
|
2007-07-16 15:40:11 +00:00
|
|
|
|
2008-02-05 19:44:27 +00:00
|
|
|
<Files>
|
2007-07-16 15:40:11 +00:00
|
|
|
<Match pattern="*.cs" recurse="true"/>
|
|
|
|
</Files>
|
|
|
|
</Project>
|
|
|
|
|
|
|
|
<!-- Datastore Plugins -->
|
|
|
|
<Project name="OpenSim.DataStore.NullStorage" path="OpenSim/Region/Storage/OpenSim.DataStore.NullStorage" type="Library">
|
|
|
|
<Configuration name="Debug">
|
|
|
|
<Options>
|
|
|
|
<OutputPath>../../../../bin/</OutputPath>
|
|
|
|
</Options>
|
|
|
|
</Configuration>
|
|
|
|
<Configuration name="Release">
|
|
|
|
<Options>
|
|
|
|
<OutputPath>../../../../bin/</OutputPath>
|
|
|
|
</Options>
|
|
|
|
</Configuration>
|
|
|
|
|
2007-07-29 07:54:49 +00:00
|
|
|
<ReferencePath>../../../../bin/</ReferencePath>
|
|
|
|
<Reference name="System" localCopy="false"/>
|
|
|
|
<Reference name="System.Xml"/>
|
|
|
|
<Reference name="libsecondlife.dll"/>
|
|
|
|
<Reference name="OpenSim.Framework"/>
|
|
|
|
<Reference name="OpenSim.Region.Environment"/>
|
|
|
|
<Reference name="OpenSim.Framework.Console"/>
|
2008-02-05 19:44:27 +00:00
|
|
|
<Reference name="log4net"/>
|
|
|
|
|
2007-07-29 07:54:49 +00:00
|
|
|
<Files>
|
|
|
|
<Match pattern="*.cs" recurse="true"/>
|
|
|
|
</Files>
|
|
|
|
</Project>
|
|
|
|
|
2007-12-05 15:53:58 +00:00
|
|
|
<Project name="OpenSim.DataStore.MSSQL" path="OpenSim/Region/Storage/OpenSim.DataStore.MSSQL" 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"/>
|
|
|
|
<Reference name="System.Data"/>
|
|
|
|
<Reference name="libsecondlife.dll"/>
|
|
|
|
<Reference name="OpenSim.Framework"/>
|
|
|
|
<Reference name="OpenSim.Framework.Data"/>
|
|
|
|
<Reference name="OpenSim.Region.Environment"/>
|
|
|
|
<Reference name="OpenSim.Framework.Console"/>
|
2008-02-05 19:44:27 +00:00
|
|
|
<Reference name="log4net"/>
|
|
|
|
|
2007-12-05 15:53:58 +00:00
|
|
|
<Files>
|
|
|
|
<Match pattern="*.cs" recurse="true"/>
|
|
|
|
</Files>
|
|
|
|
</Project>
|
|
|
|
|
2007-08-28 18:30:28 +00:00
|
|
|
<Project name="OpenSim.Region.ExtensionsScriptModule" path="OpenSim/Region/ExtensionsScriptModule" 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="Microsoft.JScript"/>
|
|
|
|
<Reference name="libsecondlife.dll" />
|
|
|
|
<Reference name="OpenSim.Framework"/>
|
|
|
|
<Reference name="OpenSim.Region.Environment"/>
|
|
|
|
<Reference name="OpenSim.Framework.Console"/>
|
|
|
|
<Reference name="Axiom.MathLib.dll"/>
|
2007-10-19 20:27:34 +00:00
|
|
|
<Reference name="Nini.dll"/>
|
2008-02-05 19:44:27 +00:00
|
|
|
<Reference name="log4net"/>
|
|
|
|
|
2007-08-28 18:30:28 +00:00
|
|
|
<Files>
|
|
|
|
<Match pattern="*.cs" recurse="true"/>
|
|
|
|
</Files>
|
|
|
|
</Project>
|
|
|
|
|
2007-07-16 15:40:11 +00:00
|
|
|
<!-- OpenSim app -->
|
|
|
|
<Project name="OpenSim" path="OpenSim/Region/Application" type="Exe">
|
|
|
|
<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"/>
|
2007-11-04 16:46:49 +00:00
|
|
|
<Reference name="Mono.Addins.dll" />
|
2007-07-16 15:40:11 +00:00
|
|
|
<Reference name="libsecondlife.dll"/>
|
|
|
|
<Reference name="Axiom.MathLib.dll"/>
|
|
|
|
<Reference name="Db4objects.Db4o.dll"/>
|
|
|
|
<Reference name="OpenSim.Region.Terrain.BasicTerrain"/>
|
|
|
|
<Reference name="OpenSim.Framework"/>
|
|
|
|
<Reference name="OpenSim.Framework.Data"/>
|
|
|
|
<Reference name="OpenSim.Framework.Console"/>
|
|
|
|
<Reference name="OpenSim.Region.Physics.Manager"/>
|
|
|
|
<Reference name="OpenSim.Framework.Servers"/>
|
2008-01-25 20:09:45 +00:00
|
|
|
<Reference name="OpenSim.Framework.Statistics"/>
|
2007-07-16 15:40:11 +00:00
|
|
|
<Reference name="OpenSim.Region.Environment"/>
|
|
|
|
<Reference name="OpenSim.Region.ClientStack"/>
|
|
|
|
<Reference name="OpenSim.Framework.Communications"/>
|
|
|
|
<Reference name="OpenSim.Region.Communications.OGS1"/>
|
|
|
|
<Reference name="XMLRPC.dll"/>
|
|
|
|
<Reference name="OpenSim.Region.Communications.Local"/>
|
2007-08-04 18:15:48 +00:00
|
|
|
<Reference name="Nini.dll" />
|
2008-02-05 19:44:27 +00:00
|
|
|
<Reference name="log4net"/>
|
|
|
|
|
2007-11-04 13:48:15 +00:00
|
|
|
<Files>
|
|
|
|
<Match pattern="*.cs" recurse="true"/>
|
|
|
|
</Files>
|
|
|
|
</Project>
|
|
|
|
|
2007-11-04 22:16:13 +00:00
|
|
|
<Project name="OpenSim.ApplicationPlugins.LoadRegions" path="OpenSim/ApplicationPlugins/LoadRegions" type="Library">
|
2007-11-04 13:48:15 +00:00
|
|
|
<Configuration name="Debug">
|
|
|
|
<Options>
|
|
|
|
<OutputPath>../../../bin/</OutputPath>
|
|
|
|
</Options>
|
|
|
|
</Configuration>
|
|
|
|
<Configuration name="Release">
|
|
|
|
<Options>
|
|
|
|
<OutputPath>../../../bin/</OutputPath>
|
|
|
|
</Options>
|
|
|
|
</Configuration>
|
|
|
|
|
|
|
|
<ReferencePath>../../../bin/</ReferencePath>
|
2007-11-04 16:46:49 +00:00
|
|
|
<Reference name="Mono.Addins.dll" />
|
2007-11-04 13:48:15 +00:00
|
|
|
<Reference name="System"/>
|
|
|
|
<Reference name="System.Xml"/>
|
|
|
|
<Reference name="libsecondlife.dll" />
|
2007-11-04 22:16:13 +00:00
|
|
|
<Reference name="Nini.dll" />
|
2007-11-04 13:48:15 +00:00
|
|
|
<Reference name="OpenSim"/>
|
|
|
|
<Reference name="OpenSim.Region.ClientStack"/>
|
2007-11-04 22:16:13 +00:00
|
|
|
<Reference name="OpenSim.Region.Environment"/>
|
|
|
|
<Reference name="OpenSim.Framework"/>
|
2007-11-04 13:48:15 +00:00
|
|
|
<Reference name="OpenSim.Framework.Console"/>
|
2007-11-04 22:16:13 +00:00
|
|
|
<Reference name="OpenSim.Framework.RegionLoader.Filesystem"/>
|
|
|
|
<Reference name="OpenSim.Framework.RegionLoader.Web"/>
|
2008-02-04 20:41:01 +00:00
|
|
|
<Reference name="OpenSim.Framework.Servers"/>
|
2008-02-05 19:44:27 +00:00
|
|
|
<Reference name="log4net"/>
|
|
|
|
|
2007-07-16 15:40:11 +00:00
|
|
|
<Files>
|
|
|
|
<Match pattern="*.cs" recurse="true"/>
|
|
|
|
</Files>
|
|
|
|
</Project>
|
|
|
|
|
2007-12-03 07:06:46 +00:00
|
|
|
<Project name="OpenSim.ApplicationPlugins.RemoteController" path="OpenSim/ApplicationPlugins/RemoteController" 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="Mono.Addins.dll" />
|
|
|
|
<Reference name="System"/>
|
|
|
|
<Reference name="System.Xml"/>
|
|
|
|
<Reference name="libsecondlife.dll" />
|
|
|
|
<Reference name="Nini.dll" />
|
|
|
|
<Reference name="XMLRPC.dll" />
|
|
|
|
<Reference name="OpenSim"/>
|
|
|
|
<Reference name="OpenSim.Region.ClientStack"/>
|
|
|
|
<Reference name="OpenSim.Region.Environment"/>
|
|
|
|
<Reference name="OpenSim.Framework"/>
|
|
|
|
<Reference name="OpenSim.Framework.Servers"/>
|
|
|
|
<Reference name="OpenSim.Framework.Console"/>
|
2008-02-05 19:44:27 +00:00
|
|
|
<Reference name="log4net"/>
|
|
|
|
|
2007-12-03 07:06:46 +00:00
|
|
|
<Files>
|
|
|
|
<Match pattern="*.cs" recurse="true"/>
|
|
|
|
</Files>
|
|
|
|
</Project>
|
|
|
|
|
2007-07-16 15:40:11 +00:00
|
|
|
<!-- Scene Server API Example Apps -->
|
|
|
|
|
2008-03-13 19:55:18 +00:00
|
|
|
<Project name="OpenSim.Region.Examples.SimpleModule" path="OpenSim/Region/Examples/SimpleModule" type="Library">
|
2007-07-16 15:40:11 +00:00
|
|
|
<Configuration name="Debug">
|
|
|
|
<Options>
|
2008-03-13 19:55:18 +00:00
|
|
|
<OutputPath>bin/</OutputPath>
|
2007-07-16 15:40:11 +00:00
|
|
|
</Options>
|
|
|
|
</Configuration>
|
|
|
|
<Configuration name="Release">
|
|
|
|
<Options>
|
2008-03-13 19:55:18 +00:00
|
|
|
<OutputPath>bin/</OutputPath>
|
2007-07-16 15:40:11 +00:00
|
|
|
</Options>
|
|
|
|
</Configuration>
|
|
|
|
|
|
|
|
<ReferencePath>../../../../bin/</ReferencePath>
|
|
|
|
|
|
|
|
<Reference name="libsecondlife.dll"/>
|
|
|
|
<Reference name="System" localCopy="false"/>
|
|
|
|
<Reference name="OpenSim.Framework"/>
|
|
|
|
<Reference name="OpenSim.Region.Environment"/>
|
2007-10-19 20:27:34 +00:00
|
|
|
<Reference name="Nini.dll" />
|
2008-02-05 19:44:27 +00:00
|
|
|
<Reference name="log4net"/>
|
2007-07-16 15:40:11 +00:00
|
|
|
<Files>
|
|
|
|
<Match pattern="*.cs" recurse="true"/>
|
|
|
|
</Files>
|
|
|
|
</Project>
|
|
|
|
|
|
|
|
<Project name="OpenSim.Framework.Data.MySQL" path="OpenSim/Framework/Data.MySQL" 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"/>
|
|
|
|
<Reference name="System.Data"/>
|
2007-10-05 10:14:42 +00:00
|
|
|
<Reference name="OpenSim.Framework"/>
|
2007-07-16 15:40:11 +00:00
|
|
|
<Reference name="OpenSim.Framework.Data"/>
|
|
|
|
<Reference name="libsecondlife.dll"/>
|
|
|
|
<Reference name="MySql.Data.dll"/>
|
2007-10-08 10:30:15 +00:00
|
|
|
<Reference name="OpenSim.Framework.Console"/>
|
2007-11-15 15:32:28 +00:00
|
|
|
<Reference name="OpenSim.Region.Environment"/>
|
2008-02-05 19:44:27 +00:00
|
|
|
<Reference name="log4net"/>
|
2007-11-15 15:32:28 +00:00
|
|
|
|
2007-07-16 15:40:11 +00:00
|
|
|
<Files>
|
|
|
|
<Match pattern="*.cs" recurse="true"/>
|
2007-10-08 10:30:15 +00:00
|
|
|
<Match path="Resources" pattern="*.sql" buildAction="EmbeddedResource"/>
|
2007-07-16 15:40:11 +00:00
|
|
|
</Files>
|
|
|
|
</Project>
|
|
|
|
|
|
|
|
<Project name="OpenSim.Framework.Data.MSSQL" path="OpenSim/Framework/Data.MSSQL" 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"/>
|
|
|
|
<Reference name="System.Data"/>
|
2007-12-05 15:53:58 +00:00
|
|
|
<Reference name="OpenSim.Framework"/>
|
2007-07-16 15:40:11 +00:00
|
|
|
<Reference name="OpenSim.Framework.Data"/>
|
2008-03-15 20:53:39 +00:00
|
|
|
<Reference name="OpenSim.Region.Environment"/>
|
2007-12-05 15:53:58 +00:00
|
|
|
<Reference name="OpenSim.Framework.Console"/>
|
2007-07-16 15:40:11 +00:00
|
|
|
<Reference name="libsecondlife.dll"/>
|
2008-02-05 19:44:27 +00:00
|
|
|
<Reference name="log4net"/>
|
2007-12-05 15:53:58 +00:00
|
|
|
|
2007-07-16 15:40:11 +00:00
|
|
|
<Files>
|
|
|
|
<Match pattern="*.cs" recurse="true"/>
|
2007-12-05 15:53:58 +00:00
|
|
|
<Match path="Resources" pattern="*.sql" buildAction="EmbeddedResource"/>
|
2007-07-16 15:40:11 +00:00
|
|
|
</Files>
|
|
|
|
</Project>
|
|
|
|
|
|
|
|
<Project name="OpenSim.Framework.Data.SQLite" path="OpenSim/Framework/Data.SQLite" 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"/>
|
|
|
|
<Reference name="System.Data"/>
|
|
|
|
<Reference name="System.Data.SQLite.dll"/>
|
|
|
|
<Reference name="OpenSim.Framework.Data"/>
|
2007-08-14 13:54:46 +00:00
|
|
|
<Reference name="OpenSim.Framework"/>
|
|
|
|
<Reference name="OpenSim.Framework.Console"/>
|
2008-01-09 18:41:20 +00:00
|
|
|
<Reference name="OpenSim.Region.Environment"/>
|
2007-07-16 15:40:11 +00:00
|
|
|
<Reference name="libsecondlife.dll"/>
|
2007-08-14 13:54:46 +00:00
|
|
|
<Reference name="Mono.Data.SqliteClient"/>
|
2008-02-05 19:44:27 +00:00
|
|
|
<Reference name="log4net"/>
|
|
|
|
|
2007-07-16 15:40:11 +00:00
|
|
|
<Files>
|
|
|
|
<Match pattern="*.cs" recurse="true"/>
|
2008-01-22 22:10:28 +00:00
|
|
|
<Match path="Resources" pattern="*.sql" buildAction="EmbeddedResource"/>
|
2007-07-16 15:40:11 +00:00
|
|
|
</Files>
|
|
|
|
</Project>
|
|
|
|
|
|
|
|
<!-- OGS projects -->
|
|
|
|
|
|
|
|
<Project name="OpenSim.Grid.GridServer" path="OpenSim/Grid/GridServer" type="Exe">
|
|
|
|
<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" localCopy="false"/>
|
|
|
|
<Reference name="System.Xml" localCopy="false"/>
|
2008-03-24 01:21:01 +00:00
|
|
|
<Reference name="Mono.Addins.dll" />
|
2007-07-16 15:40:11 +00:00
|
|
|
<Reference name="OpenSim.Framework"/>
|
|
|
|
<Reference name="OpenSim.Framework.Console"/>
|
|
|
|
<Reference name="OpenSim.Framework.Servers"/>
|
|
|
|
<Reference name="OpenSim.Framework.Data"/>
|
2008-03-04 05:31:54 +00:00
|
|
|
<Reference name="OpenSim.Framework.Data.MySQL"/>
|
2007-07-16 15:40:11 +00:00
|
|
|
<Reference name="libsecondlife.dll"/>
|
|
|
|
<Reference name="Db4objects.Db4o.dll"/>
|
|
|
|
<Reference name="XMLRPC.dll"/>
|
2008-02-05 19:44:27 +00:00
|
|
|
<Reference name="log4net"/>
|
2007-07-16 15:40:11 +00:00
|
|
|
|
|
|
|
<Files>
|
|
|
|
<Match pattern="*.cs" recurse="true"/>
|
|
|
|
</Files>
|
|
|
|
</Project>
|
|
|
|
|
|
|
|
<Project name="OpenSim.Grid.AssetServer" path="OpenSim/Grid/AssetServer" type="Exe">
|
|
|
|
<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" localCopy="false"/>
|
2007-12-28 23:09:20 +00:00
|
|
|
<Reference name="System.Xml" localCopy="false"/>
|
2007-07-16 15:40:11 +00:00
|
|
|
<Reference name="OpenSim.Framework"/>
|
2007-12-28 22:13:43 +00:00
|
|
|
<Reference name="OpenSim.Framework.AssetLoader.Filesystem"/>
|
2007-07-16 15:40:11 +00:00
|
|
|
<Reference name="OpenSim.Framework.Console"/>
|
|
|
|
<Reference name="OpenSim.Framework.Servers"/>
|
2007-10-13 07:26:21 +00:00
|
|
|
<Reference name="OpenSim.Framework.Communications"/>
|
2008-01-28 19:49:07 +00:00
|
|
|
<Reference name="OpenSim.Framework.Statistics"/>
|
2007-07-16 15:40:11 +00:00
|
|
|
<Reference name="libsecondlife.dll"/>
|
2008-02-05 19:44:27 +00:00
|
|
|
<Reference name="log4net"/>
|
2007-07-16 15:40:11 +00:00
|
|
|
|
|
|
|
<Files>
|
|
|
|
<Match pattern="*.cs" recurse="true"/>
|
|
|
|
</Files>
|
|
|
|
</Project>
|
|
|
|
|
|
|
|
|
|
|
|
<Project name="OpenSim.Grid.UserServer" path="OpenSim/Grid/UserServer" type="Exe">
|
|
|
|
<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"/>
|
2007-08-08 14:36:54 +00:00
|
|
|
<Reference name="System.Data" localCopy="false"/>
|
|
|
|
<Reference name="System.Xml" localCopy="false"/>
|
|
|
|
<Reference name="OpenSim.Framework"/>
|
|
|
|
<Reference name="OpenSim.Framework.Console"/>
|
2007-09-24 07:30:30 +00:00
|
|
|
<Reference name="OpenSim.Framework.Communications"/>
|
2007-08-08 14:36:54 +00:00
|
|
|
<Reference name="OpenSim.Framework.Data"/>
|
|
|
|
<Reference name="OpenSim.Framework.Servers"/>
|
2008-01-25 19:24:25 +00:00
|
|
|
<Reference name="OpenSim.Framework.Statistics"/>
|
2007-08-08 14:36:54 +00:00
|
|
|
<Reference name="libsecondlife.dll"/>
|
|
|
|
<Reference name="Db4objects.Db4o.dll"/>
|
|
|
|
<Reference name="XMLRPC.dll"/>
|
2008-02-05 19:44:27 +00:00
|
|
|
<Reference name="log4net"/>
|
2007-08-08 14:36:54 +00:00
|
|
|
|
|
|
|
<Files>
|
|
|
|
<Match pattern="*.cs" recurse="true"/>
|
|
|
|
</Files>
|
|
|
|
</Project>
|
|
|
|
|
2007-10-30 22:42:34 +00:00
|
|
|
<Project name="OpenSim.Grid.InventoryServer" path="OpenSim/Grid/InventoryServer" type="Exe">
|
|
|
|
<Configuration name="Debug">
|
|
|
|
<Options>
|
|
|
|
<OutputPath>../../../bin/</OutputPath>
|
2008-01-05 02:41:30 +00:00
|
|
|
</Options>
|
|
|
|
</Configuration>
|
|
|
|
<Configuration name="Release">
|
|
|
|
<Options>
|
|
|
|
<OutputPath>../../../bin/</OutputPath>
|
|
|
|
</Options>
|
|
|
|
</Configuration>
|
|
|
|
|
|
|
|
<ReferencePath>../../../bin/</ReferencePath>
|
|
|
|
<Reference name="System" localCopy="false"/>
|
|
|
|
<Reference name="System.Data" localCopy="false"/>
|
|
|
|
<Reference name="System.Xml" localCopy="false"/>
|
|
|
|
<Reference name="OpenSim.Framework"/>
|
|
|
|
<Reference name="OpenSim.Framework.Console"/>
|
|
|
|
<Reference name="OpenSim.Framework.Communications"/>
|
|
|
|
<Reference name="OpenSim.Framework.Data"/>
|
|
|
|
<Reference name="OpenSim.Framework.Servers"/>
|
|
|
|
<Reference name="libsecondlife.dll"/>
|
2008-02-05 19:44:27 +00:00
|
|
|
<Reference name="log4net"/>
|
2008-01-05 02:41:30 +00:00
|
|
|
|
|
|
|
<Files>
|
|
|
|
<Match pattern="*.cs" recurse="true"/>
|
|
|
|
</Files>
|
|
|
|
</Project>
|
|
|
|
|
|
|
|
<Project name="OpenSim.Grid.MessagingServer" path="OpenSim/Grid/MessagingServer" type="Exe">
|
|
|
|
<Configuration name="Debug">
|
|
|
|
<Options>
|
|
|
|
<OutputPath>../../../bin/</OutputPath>
|
2007-10-30 22:42:34 +00:00
|
|
|
</Options>
|
|
|
|
</Configuration>
|
|
|
|
<Configuration name="Release">
|
|
|
|
<Options>
|
|
|
|
<OutputPath>../../../bin/</OutputPath>
|
|
|
|
</Options>
|
|
|
|
</Configuration>
|
|
|
|
|
|
|
|
<ReferencePath>../../../bin/</ReferencePath>
|
|
|
|
<Reference name="System" localCopy="false"/>
|
|
|
|
<Reference name="System.Data" localCopy="false"/>
|
|
|
|
<Reference name="System.Xml" localCopy="false"/>
|
|
|
|
<Reference name="OpenSim.Framework"/>
|
|
|
|
<Reference name="OpenSim.Framework.Console"/>
|
|
|
|
<Reference name="OpenSim.Framework.Communications"/>
|
|
|
|
<Reference name="OpenSim.Framework.Data"/>
|
|
|
|
<Reference name="OpenSim.Framework.Servers"/>
|
|
|
|
<Reference name="libsecondlife.dll"/>
|
2008-01-07 01:39:26 +00:00
|
|
|
<Reference name="XMLRPC.dll"/>
|
2008-02-05 19:44:27 +00:00
|
|
|
<Reference name="log4net"/>
|
2007-10-30 22:42:34 +00:00
|
|
|
|
|
|
|
<Files>
|
|
|
|
<Match pattern="*.cs" recurse="true"/>
|
|
|
|
</Files>
|
|
|
|
</Project>
|
|
|
|
|
2007-08-18 18:53:03 +00:00
|
|
|
<Project name="OpenSim.Region.ScriptEngine.Common" path="OpenSim/Region/ScriptEngine/Common" type="Library">
|
|
|
|
<Configuration name="Debug">
|
|
|
|
<Options>
|
2007-08-18 21:10:40 +00:00
|
|
|
<OutputPath>../../../../bin/</OutputPath>
|
2007-08-18 18:53:03 +00:00
|
|
|
</Options>
|
|
|
|
</Configuration>
|
|
|
|
<Configuration name="Release">
|
|
|
|
<Options>
|
2007-08-18 21:10:40 +00:00
|
|
|
<OutputPath>../../../../bin/</OutputPath>
|
2007-08-18 18:53:03 +00:00
|
|
|
</Options>
|
|
|
|
</Configuration>
|
|
|
|
|
|
|
|
<ReferencePath>../../../../bin/</ReferencePath>
|
2008-02-01 23:56:09 +00:00
|
|
|
<ReferencePath>../../../../bin/ScriptEngines/</ReferencePath>
|
2007-08-18 18:53:03 +00:00
|
|
|
<Reference name="System" localCopy="false"/>
|
|
|
|
<Reference name="System.Data" localCopy="false"/>
|
2008-01-12 00:48:58 +00:00
|
|
|
<Reference name="System.Web" localCopy="false"/>
|
2007-08-18 18:53:03 +00:00
|
|
|
<Reference name="System.Xml" localCopy="false"/>
|
2008-01-05 15:48:02 +00:00
|
|
|
<Reference name="libsecondlife.dll"/>
|
2008-02-01 23:56:09 +00:00
|
|
|
<Reference name="OpenSim" />
|
2008-01-05 15:48:02 +00:00
|
|
|
<Reference name="OpenSim.Framework"/>
|
2008-02-04 14:40:46 +00:00
|
|
|
<Reference name="OpenSim.Framework.Communications"/>
|
2008-01-12 11:07:49 +00:00
|
|
|
<Reference name="OpenSim.Region.Environment" />
|
|
|
|
<Reference name="OpenSim.Framework.Console"/>
|
2008-01-12 14:30:22 +00:00
|
|
|
<Reference name="Axiom.MathLib.dll" localCopy="false"/>
|
|
|
|
<Reference name="Nini.dll" />
|
|
|
|
<Reference name="RAIL.dll"/>
|
|
|
|
<Reference name="OpenSim.Framework.Console"/>
|
|
|
|
<Reference name="OpenSim.Region.Terrain.BasicTerrain"/>
|
|
|
|
<Reference name="Nini.dll" />
|
2008-02-05 19:44:27 +00:00
|
|
|
<Reference name="log4net"/>
|
2008-01-12 14:30:22 +00:00
|
|
|
|
2007-08-18 18:53:03 +00:00
|
|
|
<Files>
|
|
|
|
<Match pattern="*.cs" recurse="true"/>
|
|
|
|
</Files>
|
|
|
|
</Project>
|
|
|
|
|
2007-08-08 15:40:18 +00:00
|
|
|
<Project name="OpenSim.Region.ScriptEngine.DotNetEngine" path="OpenSim/Region/ScriptEngine/DotNetEngine" type="Library">
|
2007-08-08 14:36:54 +00:00
|
|
|
<Configuration name="Debug">
|
|
|
|
<Options>
|
|
|
|
<OutputPath>../../../../bin/ScriptEngines/</OutputPath>
|
|
|
|
</Options>
|
|
|
|
</Configuration>
|
|
|
|
<Configuration name="Release">
|
|
|
|
<Options>
|
|
|
|
<OutputPath>../../../../bin/ScriptEngines/</OutputPath>
|
|
|
|
</Options>
|
|
|
|
</Configuration>
|
|
|
|
|
2007-08-08 15:40:18 +00:00
|
|
|
<ReferencePath>../../../../bin/</ReferencePath>
|
|
|
|
<ReferencePath>../../../../bin/ScriptEngines/</ReferencePath>
|
2007-08-08 14:36:54 +00:00
|
|
|
<Reference name="System" localCopy="false"/>
|
|
|
|
<Reference name="System.Data" localCopy="false"/>
|
|
|
|
<Reference name="System.Xml" localCopy="false"/>
|
2007-08-18 18:18:14 +00:00
|
|
|
<Reference name="System.Runtime.Remoting" localCopy="false"/>
|
2007-08-08 14:36:54 +00:00
|
|
|
<Reference name="libsecondlife.dll"/>
|
2007-08-17 18:39:04 +00:00
|
|
|
<Reference name="RAIL.dll"/>
|
2007-08-12 17:37:37 +00:00
|
|
|
<Reference name="OpenSim.Framework"/>
|
2007-08-14 15:59:36 +00:00
|
|
|
<Reference name="OpenSim.Framework.Console"/>
|
2008-01-12 11:07:49 +00:00
|
|
|
<Reference name="OpenSim.Region.Environment" />
|
2007-08-18 18:53:03 +00:00
|
|
|
<Reference name="OpenSim.Region.ScriptEngine.Common"/>
|
2007-12-27 05:20:03 +00:00
|
|
|
<Reference name="OpenSim.Region.Terrain.BasicTerrain"/>
|
2008-02-05 19:44:27 +00:00
|
|
|
<Reference name="Microsoft.JScript"/>
|
2007-09-16 13:02:16 +00:00
|
|
|
<Reference name="Axiom.MathLib.dll" localCopy="false"/>
|
2007-10-19 20:27:34 +00:00
|
|
|
<Reference name="Nini.dll" />
|
2008-02-05 19:44:27 +00:00
|
|
|
<Reference name="log4net"/>
|
|
|
|
|
2007-08-08 14:36:54 +00:00
|
|
|
<Files>
|
|
|
|
<Match pattern="*.cs" recurse="true"/>
|
|
|
|
</Files>
|
|
|
|
</Project>
|
|
|
|
|
2008-01-12 15:49:41 +00:00
|
|
|
<Project name="OpenSim.Region.ScriptEngine.LSOEngine" path="OpenSim/Region/ScriptEngine/LSOEngine" type="Library">
|
|
|
|
<Configuration name="Debug">
|
|
|
|
<Options>
|
|
|
|
<OutputPath>../../../../bin/ScriptEngines/</OutputPath>
|
|
|
|
</Options>
|
|
|
|
</Configuration>
|
|
|
|
<Configuration name="Release">
|
|
|
|
<Options>
|
|
|
|
<OutputPath>../../../../bin/ScriptEngines/</OutputPath>
|
|
|
|
</Options>
|
|
|
|
</Configuration>
|
|
|
|
|
|
|
|
<ReferencePath>../../../../bin/</ReferencePath>
|
|
|
|
<ReferencePath>../../../../bin/ScriptEngines/</ReferencePath>
|
|
|
|
<Reference name="System" localCopy="false"/>
|
|
|
|
<Reference name="System.Data" localCopy="false"/>
|
|
|
|
<Reference name="System.Xml" localCopy="false"/>
|
|
|
|
<Reference name="System.Runtime.Remoting" localCopy="false"/>
|
|
|
|
<Reference name="libsecondlife.dll"/>
|
|
|
|
<Reference name="RAIL.dll"/>
|
|
|
|
<Reference name="OpenSim.Framework"/>
|
|
|
|
<Reference name="OpenSim.Framework.Console"/>
|
|
|
|
<Reference name="OpenSim.Region.Environment" />
|
|
|
|
<Reference name="OpenSim.Region.ScriptEngine.Common"/>
|
|
|
|
<Reference name="OpenSim.Region.Terrain.BasicTerrain"/>
|
|
|
|
<Reference name="Axiom.MathLib.dll" localCopy="false"/>
|
|
|
|
<Reference name="Nini.dll" />
|
2008-02-05 19:44:27 +00:00
|
|
|
<Reference name="log4net"/>
|
|
|
|
|
2008-01-12 15:49:41 +00:00
|
|
|
<Files>
|
|
|
|
<Match pattern="*.cs" recurse="true"/>
|
|
|
|
</Files>
|
|
|
|
</Project>
|
|
|
|
|
|
|
|
|
2007-12-31 01:18:35 +00:00
|
|
|
<Project name="OpenSim.Grid.ScriptServer" path="OpenSim/Grid/ScriptServer" type="Exe">
|
2007-12-30 19:08:22 +00:00
|
|
|
<Configuration name="Debug">
|
|
|
|
<Options>
|
2007-12-31 01:18:35 +00:00
|
|
|
<OutputPath>../../../bin/</OutputPath>
|
2007-12-30 19:08:22 +00:00
|
|
|
</Options>
|
|
|
|
</Configuration>
|
|
|
|
<Configuration name="Release">
|
|
|
|
<Options>
|
2007-12-31 01:18:35 +00:00
|
|
|
<OutputPath>../../../bin/</OutputPath>
|
2007-12-30 19:08:22 +00:00
|
|
|
</Options>
|
|
|
|
</Configuration>
|
|
|
|
|
2007-12-31 01:18:35 +00:00
|
|
|
<ReferencePath>../../../bin/</ReferencePath>
|
2008-01-05 15:48:02 +00:00
|
|
|
<ReferencePath>../../../bin/ScriptEngines/</ReferencePath>
|
2007-12-30 19:08:22 +00:00
|
|
|
<Reference name="System" localCopy="false"/>
|
|
|
|
<Reference name="System.Data" localCopy="false"/>
|
|
|
|
<Reference name="System.Runtime.Remoting" localCopy="false"/>
|
2007-12-31 01:18:35 +00:00
|
|
|
<Reference name="System.Xml" localCopy="false"/>
|
|
|
|
<Reference name="OpenSim"/>
|
2007-12-30 19:08:22 +00:00
|
|
|
<Reference name="OpenSim.Framework"/>
|
|
|
|
<Reference name="OpenSim.Framework.Console"/>
|
2008-01-12 11:07:49 +00:00
|
|
|
<Reference name="OpenSim.Framework.Communications"/>
|
2007-12-31 01:18:35 +00:00
|
|
|
<Reference name="OpenSim.Framework.Servers"/>
|
|
|
|
<Reference name="OpenSim.Framework.Data"/>
|
2008-01-12 11:07:49 +00:00
|
|
|
<Reference name="OpenSim.Region.Environment" />
|
2007-12-30 19:08:22 +00:00
|
|
|
<Reference name="OpenSim.Region.ScriptEngine.Common"/>
|
2008-01-12 11:07:49 +00:00
|
|
|
<Reference name="OpenSim.Region.Terrain.BasicTerrain"/>
|
2007-12-31 01:18:35 +00:00
|
|
|
<Reference name="libsecondlife.dll"/>
|
2007-12-30 19:08:22 +00:00
|
|
|
<Reference name="Axiom.MathLib.dll" localCopy="false"/>
|
2007-12-31 01:18:35 +00:00
|
|
|
<Reference name="XMLRPC.dll"/>
|
2008-02-02 00:59:22 +00:00
|
|
|
<Reference name="Nini.dll" />
|
2008-02-05 19:44:27 +00:00
|
|
|
<Reference name="log4net"/>
|
2007-12-31 01:18:35 +00:00
|
|
|
|
2007-12-30 19:08:22 +00:00
|
|
|
<Files>
|
|
|
|
<Match pattern="*.cs" recurse="true"/>
|
|
|
|
</Files>
|
|
|
|
</Project>
|
|
|
|
|
2008-01-05 15:48:02 +00:00
|
|
|
|
2007-12-31 01:18:35 +00:00
|
|
|
<Project name="OpenSim.Region.ScriptEngine.RemoteServer" path="OpenSim/Region/ScriptEngine/RemoteServer" type="Library">
|
2007-09-22 13:15:52 +00:00
|
|
|
<Configuration name="Debug">
|
|
|
|
<Options>
|
2007-12-31 01:18:35 +00:00
|
|
|
<OutputPath>../../../../bin/ScriptEngines/</OutputPath>
|
2007-09-22 13:15:52 +00:00
|
|
|
</Options>
|
|
|
|
</Configuration>
|
|
|
|
<Configuration name="Release">
|
|
|
|
<Options>
|
2007-12-31 01:18:35 +00:00
|
|
|
<OutputPath>../../../../bin/ScriptEngines/</OutputPath>
|
2007-09-22 13:15:52 +00:00
|
|
|
</Options>
|
|
|
|
</Configuration>
|
|
|
|
|
2007-12-31 01:18:35 +00:00
|
|
|
<ReferencePath>../../../../bin/</ReferencePath>
|
|
|
|
<ReferencePath>../../../../bin/ScriptEngines/</ReferencePath>
|
2007-09-22 13:15:52 +00:00
|
|
|
<Reference name="System" localCopy="false"/>
|
|
|
|
<Reference name="System.Data" localCopy="false"/>
|
|
|
|
<Reference name="System.Xml" localCopy="false"/>
|
2007-12-31 01:18:35 +00:00
|
|
|
<Reference name="System.Runtime.Remoting" localCopy="false"/>
|
|
|
|
<Reference name="OpenSim.Region.Environment" />
|
|
|
|
<Reference name="libsecondlife.dll"/>
|
2007-09-22 13:15:52 +00:00
|
|
|
<Reference name="OpenSim.Framework"/>
|
|
|
|
<Reference name="OpenSim.Framework.Console"/>
|
|
|
|
<Reference name="OpenSim.Region.ScriptEngine.Common"/>
|
2008-01-05 15:48:02 +00:00
|
|
|
<Reference name="OpenSim.Region.ScriptEngine.DotNetEngine"/>
|
2007-12-31 01:18:35 +00:00
|
|
|
<Reference name="Nini.dll" />
|
2008-02-05 19:44:27 +00:00
|
|
|
<Reference name="log4net"/>
|
2008-01-05 15:48:02 +00:00
|
|
|
<!-- Reference name="OpenSim.Grid.ScriptServer"/ -->
|
|
|
|
|
2007-09-22 13:15:52 +00:00
|
|
|
<Files>
|
|
|
|
<Match pattern="*.cs" recurse="true"/>
|
|
|
|
</Files>
|
|
|
|
</Project>
|
|
|
|
|
2008-01-25 17:37:18 +00:00
|
|
|
<!-- Tests -->
|
2008-02-05 19:44:27 +00:00
|
|
|
<Project name="OpenSim.Tests.UserServer.Stress" path="OpenSim/Tests/UserServer/Stress" type="Exe">
|
2008-01-25 17:37:18 +00:00
|
|
|
<Configuration name="Debug">
|
|
|
|
<Options>
|
|
|
|
<OutputPath>../../../../bin/tests/stress</OutputPath>
|
|
|
|
</Options>
|
|
|
|
</Configuration>
|
|
|
|
<Configuration name="Release">
|
|
|
|
<Options>
|
|
|
|
<OutputPath>../../../../bin/tests/stress</OutputPath>
|
|
|
|
</Options>
|
|
|
|
</Configuration>
|
|
|
|
|
2008-02-05 19:44:27 +00:00
|
|
|
<ReferencePath>../../../../bin</ReferencePath>
|
2008-01-25 17:37:18 +00:00
|
|
|
<Reference name="System" localCopy="false"/>
|
2008-02-05 19:44:27 +00:00
|
|
|
<Reference name="log4net"/>
|
2008-01-25 17:37:18 +00:00
|
|
|
<Files>
|
|
|
|
<Match pattern="*.cs" recurse="true"/>
|
|
|
|
</Files>
|
|
|
|
</Project>
|
2007-08-08 15:40:18 +00:00
|
|
|
|
2007-12-14 16:29:06 +00:00
|
|
|
<!-- Tools -->
|
|
|
|
<Project name="OpenSimExport" path="OpenSim/Tools/Export" type="Exe">
|
|
|
|
<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"/>
|
|
|
|
<Reference name="Mono.Addins.dll" />
|
|
|
|
<Reference name="libsecondlife.dll"/>
|
|
|
|
<Reference name="Axiom.MathLib.dll"/>
|
|
|
|
<Reference name="Db4objects.Db4o.dll"/>
|
|
|
|
<Reference name="OpenSim.Region.Terrain.BasicTerrain"/>
|
2007-12-14 17:51:18 +00:00
|
|
|
<Reference name="OpenSim"/>
|
2007-12-14 16:29:06 +00:00
|
|
|
<Reference name="OpenSim.Framework"/>
|
|
|
|
<Reference name="OpenSim.Framework.Data"/>
|
|
|
|
<Reference name="OpenSim.Framework.Console"/>
|
2008-01-28 22:00:38 +00:00
|
|
|
<Reference name="OpenSim.Framework.Statistics"/>
|
2007-12-14 16:29:06 +00:00
|
|
|
<Reference name="OpenSim.Region.Physics.Manager"/>
|
|
|
|
<Reference name="OpenSim.Framework.Servers"/>
|
|
|
|
<Reference name="OpenSim.Region.Environment"/>
|
|
|
|
<Reference name="OpenSim.Region.ClientStack"/>
|
|
|
|
<Reference name="OpenSim.Framework.Communications"/>
|
|
|
|
<Reference name="OpenSim.Region.Communications.OGS1"/>
|
|
|
|
<Reference name="XMLRPC.dll"/>
|
|
|
|
<Reference name="OpenSim.Region.Communications.Local"/>
|
|
|
|
<Reference name="Nini.dll" />
|
2008-02-05 19:44:27 +00:00
|
|
|
<Reference name="log4net"/>
|
2007-12-14 16:29:06 +00:00
|
|
|
<Files>
|
|
|
|
<Match pattern="*.cs" recurse="true"/>
|
|
|
|
</Files>
|
|
|
|
</Project>
|
2008-02-15 03:21:05 +00:00
|
|
|
|
|
|
|
<Project name="pCampBot" path="OpenSim/Tools/pCampBot" type="Exe">
|
|
|
|
<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="libsecondlife.dll"/>
|
2008-02-15 11:11:03 +00:00
|
|
|
<Reference name="OpenSim.Framework"/>
|
|
|
|
<Reference name="OpenSim.Framework.Console"/>
|
2008-02-15 03:21:05 +00:00
|
|
|
<Reference name="Nini.dll" />
|
|
|
|
<Reference name="log4net"/>
|
|
|
|
|
|
|
|
<Files>
|
|
|
|
<Match pattern="*.cs" recurse="true"/>
|
|
|
|
</Files>
|
|
|
|
</Project>
|
2008-02-15 03:30:15 +00:00
|
|
|
|
2008-03-04 05:31:54 +00:00
|
|
|
<Project name="OpenSim.ApplicationPlugins.RegionProxy" path="ThirdParty/3Di/RegionProxy" 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="log4net" />
|
|
|
|
<Reference name="Mono.Addins.dll" />
|
|
|
|
<Reference name="System"/>
|
|
|
|
<Reference name="System.Xml"/>
|
|
|
|
<Reference name="XMLRPC.dll"/>
|
|
|
|
<Reference name="Nini.dll" />
|
|
|
|
<Reference name="OpenSim"/>
|
|
|
|
<Reference name="OpenSim.Framework"/>
|
|
|
|
<Reference name="OpenSim.Framework.Data"/>
|
|
|
|
<Reference name="OpenSim.Framework.Servers"/>
|
|
|
|
<Reference name="OpenSim.Framework.Console"/>
|
|
|
|
<Reference name="OpenSim.Region.ClientStack"/>
|
|
|
|
<Files>
|
|
|
|
<Match pattern="*.cs" recurse="true"/>
|
|
|
|
</Files>
|
|
|
|
</Project>
|
|
|
|
|
|
|
|
<Project name="OpenSim.ApplicationPlugins.LoadBalancer" path="ThirdParty/3Di/LoadBalancer" 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="log4net" />
|
|
|
|
<Reference name="Mono.Addins.dll" />
|
|
|
|
<Reference name="System"/>
|
|
|
|
<Reference name="System.Xml"/>
|
|
|
|
<Reference name="XMLRPC.dll"/>
|
|
|
|
<Reference name="Nini.dll" />
|
|
|
|
<Reference name="OpenSim"/>
|
|
|
|
<Reference name="OpenSim.Framework"/>
|
|
|
|
<Reference name="OpenSim.Framework.Data"/>
|
|
|
|
<Reference name="OpenSim.Framework.Servers"/>
|
|
|
|
<Reference name="OpenSim.Framework.Console"/>
|
|
|
|
<Reference name="OpenSim.Region.Environment"/>
|
|
|
|
<Reference name="OpenSim.Region.ClientStack"/>
|
|
|
|
<Reference name="OpenSim.Region.Physics.Manager"/>
|
|
|
|
<Reference name="libsecondlife.dll"/>
|
|
|
|
<Files>
|
|
|
|
<Match pattern="*.cs" recurse="true"/>
|
|
|
|
</Files>
|
|
|
|
</Project>
|
|
|
|
|
2008-03-18 14:51:42 +00:00
|
|
|
<!-- Test Suite -->
|
2008-03-11 18:06:25 +00:00
|
|
|
<Project name="OpenSim.TestSuite" path="OpenSim/TestSuite" type="Exe">
|
|
|
|
<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="libsecondlife.dll"/>
|
|
|
|
<Reference name="OpenSim.Framework"/>
|
|
|
|
<Reference name="OpenSim.Framework.Console"/>
|
|
|
|
<Reference name="Nini.dll" />
|
|
|
|
<Reference name="log4net"/>
|
|
|
|
|
|
|
|
<Files>
|
|
|
|
<Match pattern="*.cs" recurse="true"/>
|
|
|
|
</Files>
|
|
|
|
</Project>
|
|
|
|
|
2007-07-16 15:40:11 +00:00
|
|
|
</Solution>
|
|
|
|
|
|
|
|
<!-- Prebuild tool -->
|
|
|
|
<Solution name="Prebuild" path="Prebuild/" >
|
|
|
|
<Configuration name="Debug">
|
|
|
|
<Options>
|
|
|
|
<CompilerDefines>DEBUG;TRACE</CompilerDefines>
|
|
|
|
<OptimizeCode>false</OptimizeCode>
|
|
|
|
<OutputPath>bin/Debug</OutputPath>
|
|
|
|
<DebugInformation>true</DebugInformation>
|
|
|
|
<SuppressWarnings>1595</SuppressWarnings>
|
|
|
|
</Options>
|
|
|
|
</Configuration>
|
|
|
|
<Configuration name="Release">
|
|
|
|
<Options>
|
|
|
|
<CompilerDefines>TRACE</CompilerDefines>
|
|
|
|
<OutputPath>bin/Release</OutputPath>
|
|
|
|
<OptimizeCode>true</OptimizeCode>
|
|
|
|
<DebugInformation>false</DebugInformation>
|
|
|
|
<SuppressWarnings>1595</SuppressWarnings>
|
|
|
|
</Options>
|
|
|
|
</Configuration>
|
2008-02-05 19:44:27 +00:00
|
|
|
|
2007-07-16 15:40:11 +00:00
|
|
|
<Project name="Prebuild" path="src/" language="C#" assemblyName="Prebuild" icon="App.ico" type="Exe" rootNamespace="Prebuild" startupObject="Prebuild.Prebuild">
|
|
|
|
<Configuration name="Debug">
|
|
|
|
<Options>
|
|
|
|
<CompilerDefines>DEBUG;TRACE</CompilerDefines>
|
|
|
|
<OptimizeCode>false</OptimizeCode>
|
|
|
|
<OutputPath>..\..\bin\</OutputPath>
|
|
|
|
<DebugInformation>true</DebugInformation>
|
|
|
|
<KeyFile>Prebuild.snk</KeyFile>
|
|
|
|
<SuppressWarnings>1595</SuppressWarnings>
|
|
|
|
</Options>
|
|
|
|
</Configuration>
|
|
|
|
<Configuration name="Release">
|
|
|
|
<Options>
|
|
|
|
<CompilerDefines>TRACE</CompilerDefines>
|
|
|
|
<OutputPath>..\..\bin\</OutputPath>
|
|
|
|
<OptimizeCode>true</OptimizeCode>
|
|
|
|
<DebugInformation>false</DebugInformation>
|
|
|
|
<KeyFile>Prebuild.snk</KeyFile>
|
|
|
|
<SuppressWarnings>1595</SuppressWarnings>
|
|
|
|
</Options>
|
|
|
|
</Configuration>
|
|
|
|
<ReferencePath>../../bin/</ReferencePath>
|
|
|
|
<Reference name="System.EnterpriseServices" />
|
|
|
|
<Reference name="System.Xml" />
|
|
|
|
<Reference name="System" />
|
|
|
|
<Files>
|
|
|
|
<Match pattern="App.ico" buildAction="EmbeddedResource"/>
|
|
|
|
<Match path="data" pattern="prebuild-1.7.xsd" buildAction="EmbeddedResource"/>
|
|
|
|
<Match pattern="*.cs" recurse="true"/>
|
|
|
|
</Files>
|
|
|
|
</Project>
|
2007-12-14 16:29:06 +00:00
|
|
|
|
2007-07-16 15:40:11 +00:00
|
|
|
</Solution>
|
|
|
|
</Prebuild>
|