mirror of
https://github.com/opensim/opensim.git
synced 2026-08-14 17:55:39 +08:00
* If the status cannot be retrieved, then the region startup will terminate. * The aim of this is for earlier detection of situations where the region can send messages out but cannot accept incoming requests (often due to firewall issues) * This is currently an extremely simplistic check which completely trusts whatever http uri is given by the region * This contact may be problematic, though since the user service needs to be able to contact the region http uri, it doesn't seem unreasonable for the grid to have to be able to do so too at this stage * This change will require a prebuild
1817 lines
62 KiB
XML
1817 lines
62 KiB
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<Prebuild xmlns="http://dnpb.sourceforge.net/schemas/prebuild-1.7.xsd" version="1.7">
|
|
<Solution name="OpenSim" activeConfig="Debug" path="./" version="0.5.0-$Rev$">
|
|
<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.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">
|
|
<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="log4net"/>
|
|
<Files>
|
|
<Match pattern="*.cs" recurse="true"/>
|
|
</Files>
|
|
</Project>
|
|
|
|
<Project name="OpenSim.Framework" path="OpenSim/Framework" 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="System.Data"/>
|
|
<Reference name="libsecondlife.dll"/>
|
|
<Reference name="XMLRPC.dll"/>
|
|
<Reference name="OpenSim.Framework.Console"/>
|
|
<Reference name="Nini.dll" />
|
|
<Reference name="log4net"/>
|
|
<Files>
|
|
<Match pattern="*.cs" recurse="false"/>
|
|
</Files>
|
|
</Project>
|
|
|
|
<Project name="OpenSim.Tests.Common" path="OpenSim/Tests/Common" 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="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>
|
|
<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="System.Data"/>
|
|
<Reference name="libsecondlife.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>
|
|
|
|
<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"/>
|
|
<Reference name="libsecondlife.dll"/>
|
|
<Reference name="OpenSim.Framework"/>
|
|
|
|
<Files>
|
|
<Match pattern="*.cs" recurse="true"/>
|
|
</Files>
|
|
</Project>
|
|
|
|
<Project name="OpenSim.Data.Base" path="OpenSim/Data/Base" 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"/>
|
|
<Files>
|
|
<Match pattern="*.cs" recurse="true"/>
|
|
</Files>
|
|
</Project>
|
|
|
|
<Project name="OpenSim.Data" path="OpenSim/Data" 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="XMLRPC.dll"/>
|
|
<Reference name="libsecondlife.dll"/>
|
|
<Reference name="OpenSim.Framework"/>
|
|
<Reference name="OpenSim.Data.Base"/>
|
|
<Reference name="log4net"/>
|
|
<Files>
|
|
<Match pattern="*.cs" recurse="false"/>
|
|
<Match pattern="Properties/*.cs" recurse="false"/>
|
|
</Files>
|
|
</Project>
|
|
|
|
|
|
<Project name="OpenSim.Data.MySQLMapper" path="OpenSim/Data/MySQLMapper" 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="OpenSim.Framework"/>
|
|
<Reference name="OpenSim.Data"/>
|
|
<Reference name="OpenSim.Data.Base"/>
|
|
<Reference name="libsecondlife.dll"/>
|
|
<Reference name="MySql.Data.dll"/>
|
|
<Reference name="OpenSim.Framework.Console"/>
|
|
<Reference name="log4net"/>
|
|
|
|
<Files>
|
|
<Match pattern="*.cs" recurse="true"/>
|
|
</Files>
|
|
</Project>
|
|
|
|
<Project name="OpenSim.Data.MSSQLMapper" path="OpenSim/Data/MSSQLMapper" 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="OpenSim.Framework"/>
|
|
<Reference name="OpenSim.Data"/>
|
|
<Reference name="OpenSim.Data.Base"/>
|
|
<Reference name="libsecondlife.dll"/>
|
|
<Reference name="OpenSim.Framework.Console"/>
|
|
<Reference name="log4net"/>
|
|
|
|
<Files>
|
|
<Match pattern="*.cs" recurse="true"/>
|
|
</Files>
|
|
</Project>
|
|
|
|
<Project name="OpenSim.Data.MapperFactory" path="OpenSim/Data/MapperFactory" 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="OpenSim.Framework"/>
|
|
<Reference name="OpenSim.Data"/>
|
|
<Reference name="OpenSim.Data.Base"/>
|
|
<Reference name="OpenSim.Data.MySQLMapper"/>
|
|
<Reference name="OpenSim.Data.MSSQLMapper"/>
|
|
|
|
<Files>
|
|
<Match pattern="*.cs" recurse="true"/>
|
|
</Files>
|
|
</Project>
|
|
|
|
<Project name="OpenSim.Framework.Configuration.XML" path="OpenSim/Framework/Configuration/XML" 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="XMLRPC.dll"/>
|
|
<Reference name="OpenSim.Framework"/>
|
|
<Reference name="OpenSim.Framework.Console"/>
|
|
<Reference name="OpenSim.Data"/>
|
|
<Files>
|
|
<Match pattern="*.cs" recurse="true"/>
|
|
</Files>
|
|
</Project>
|
|
|
|
<Project name="OpenSim.Framework.Configuration.HTTP" path="OpenSim/Framework/Configuration/HTTP" 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="XMLRPC.dll"/>
|
|
<Reference name="OpenSim.Framework"/>
|
|
<Reference name="OpenSim.Framework.Console"/>
|
|
<Reference name="OpenSim.Framework.Configuration.XML"/>
|
|
<Reference name="OpenSim.Data"/>
|
|
<Reference name="log4net"/>
|
|
<Files>
|
|
<Match pattern="*.cs" recurse="true"/>
|
|
</Files>
|
|
</Project>
|
|
|
|
<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"/>
|
|
<Reference name="System.Xml" localCopy="false"/>
|
|
<Reference name="OpenSim.Framework.Console"/>
|
|
<Reference name="OpenSim.Framework"/>
|
|
<Reference name="libsecondlife.dll"/>
|
|
<Reference name="Nini.dll" />
|
|
<Reference name="log4net"/>
|
|
<Files>
|
|
<Match pattern="*.cs" recurse="true"/>
|
|
</Files>
|
|
</Project>
|
|
|
|
<Project name="OpenSim.Framework.RegionLoader.Web" path="OpenSim/Framework/RegionLoader/Web" 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="XMLRPC.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>
|
|
|
|
<Project name="OpenSim.Framework.RegionLoader.Filesystem" path="OpenSim/Framework/RegionLoader/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"/>
|
|
<Reference name="System.Xml"/>
|
|
<Reference name="libsecondlife.dll"/>
|
|
<Reference name="XMLRPC.dll"/>
|
|
<Reference name="OpenSim.Framework"/>
|
|
<Reference name="OpenSim.Framework.Console"/>
|
|
<Reference name="Nini.dll" />
|
|
<Files>
|
|
<Match pattern="*.cs" recurse="true"/>
|
|
</Files>
|
|
</Project>
|
|
|
|
<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"/>
|
|
<Reference name="log4net"/>
|
|
|
|
<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" />
|
|
<Reference name="libsecondlife.dll"/>
|
|
<Reference name="Axiom.MathLib.dll" localCopy="false"/>
|
|
<Reference name="OpenSim.Framework" localCopy="false"/>
|
|
<Reference name="OpenSim.Framework.Console" localCopy="false"/>
|
|
<Reference name="nunit.framework.dll" />
|
|
<Reference name="Nini.dll" />
|
|
<Reference name="log4net"/>
|
|
|
|
<Files>
|
|
<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>
|
|
</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>
|
|
</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.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"/>
|
|
<Reference name="libsecondlife.dll"/>
|
|
<Reference name="Axiom.MathLib.dll" localCopy="false"/>
|
|
<Reference name="PhysX_Wrapper_Dotnet.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.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"/>
|
|
<Reference name="libsecondlife.dll"/>
|
|
<Reference name="OpenSim.Framework"/>
|
|
<Reference name="OpenSim.Framework.Console"/>
|
|
<Reference name="OpenSim.Region.Physics.Manager" localCopy="false"/>
|
|
<Reference name="Ode.NET.dll" localCopy="false" />
|
|
<Reference name="nunit.framework.dll" />
|
|
<Reference name="log4net"/>
|
|
|
|
<Files>
|
|
<Match pattern="*.cs" recurse="true"/>
|
|
</Files>
|
|
</Project>
|
|
|
|
<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"/>
|
|
<Reference name="libsecondlife.dll"/>
|
|
<Reference name="Axiom.MathLib.dll" localCopy="false"/>
|
|
<Reference name="OpenSim.Framework"/>
|
|
<Reference name="OpenSim.Framework.Console" localCopy="false"/>
|
|
<Reference name="OpenSim.Region.Physics.Manager" localCopy="false"/>
|
|
<Reference name="Modified.XnaDevRu.BulletX.dll" localCopy="false" />
|
|
<Reference name="MonoXnaCompactMaths.dll" localCopy="false" />
|
|
<Reference name="log4net"/>
|
|
|
|
<Files>
|
|
<Match pattern="*.cs" recurse="true"/>
|
|
</Files>
|
|
</Project>
|
|
|
|
<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="System.Drawing"/>
|
|
<Reference name="libsecondlife.dll"/>
|
|
<Reference name="OpenSim.Framework"/>
|
|
<Reference name="OpenSim.Framework.Console"/>
|
|
<Reference name="OpenSim.Region.Physics.Manager" localCopy="false"/>
|
|
<Reference name="log4net"/>
|
|
|
|
<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"/>
|
|
<Reference name="System.Web"/>
|
|
<Reference name="OpenSim.Framework"/>
|
|
<Reference name="OpenSim.Framework.AssetLoader.Filesystem"/>
|
|
<Reference name="OpenSim.Data" />
|
|
<Reference name="OpenSim.Framework.Servers"/>
|
|
<Reference name="OpenSim.Framework.Console"/>
|
|
<Reference name="OpenSim.Framework.Statistics"/>
|
|
<Reference name="libsecondlife.dll"/>
|
|
<Reference name="Nini.dll" />
|
|
<Reference name="XMLRPC.dll"/>
|
|
<Reference name="log4net"/>
|
|
|
|
<Files>
|
|
<Match pattern="*.cs" recurse="true"/>
|
|
</Files>
|
|
</Project>
|
|
|
|
<Project name="OpenSim.Region.Communications.Local" path="OpenSim/Region/Communications/Local" 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.Communications"/>
|
|
<Reference name="OpenSim.Framework.Console"/>
|
|
<Reference name="OpenSim.Data" />
|
|
<Reference name="OpenSim.Framework.Servers"/>
|
|
<Reference name="OpenSim.Framework.Statistics"/>
|
|
<Reference name="libsecondlife.dll"/>
|
|
<Reference name="XMLRPC.dll"/>
|
|
<Reference name="log4net"/>
|
|
|
|
<Files>
|
|
<Match pattern="*.cs" recurse="true"/>
|
|
</Files>
|
|
</Project>
|
|
|
|
<Project name="OpenSim.Region.Communications.OGS1" path="OpenSim/Region/Communications/OGS1" 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="System.Data"/>
|
|
<Reference name="System.Runtime.Remoting"/>
|
|
<Reference name="OpenSim.Framework"/>
|
|
<Reference name="OpenSim.Data" />
|
|
<Reference name="OpenSim.Framework.Console"/>
|
|
<Reference name="OpenSim.Framework.Servers"/>
|
|
<Reference name="OpenSim.Framework.Communications" />
|
|
<Reference name="OpenSim.Region.Communications.Local" />
|
|
<Reference name="libsecondlife.dll"/>
|
|
<Reference name="XMLRPC.dll"/>
|
|
<Reference name="log4net"/>
|
|
|
|
<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"/>
|
|
<Reference name="System.Drawing"/>
|
|
<Reference name="System.Runtime.Remoting"/>
|
|
<Reference name="libsecondlife.dll"/>
|
|
<Reference name="Axiom.MathLib.dll"/>
|
|
<Reference name="OpenSim.Framework"/>
|
|
<Reference name="OpenSim.Data" />
|
|
<Reference name="OpenSim.Framework.Console"/>
|
|
<Reference name="OpenSim.Region.Physics.Manager"/>
|
|
<Reference name="OpenSim.Framework.Servers"/>
|
|
<!-- Unit tests -->
|
|
<Reference name="OpenSim.Tests.Common"/>
|
|
<Reference name="nunit.framework.dll"/>
|
|
<!-- For scripting in funny languages by default -->
|
|
<Reference name="Microsoft.JScript"/>
|
|
<Reference name="XMLRPC.dll"/>
|
|
<Reference name="OpenSim.Framework.Communications"/>
|
|
<Reference name="OpenSim.Data.Base"/>
|
|
<Reference name="Nini.dll" />
|
|
<Reference name="log4net"/>
|
|
<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="OpenSim.Region.Environment"/>
|
|
<Reference name="OpenSim.Framework"/>
|
|
<Reference name="OpenSim.Data"/>
|
|
<Reference name="OpenSim.Framework.Servers"/>
|
|
<Reference name="OpenSim.Framework.Console"/>
|
|
<Reference name="OpenSim.Framework.Communications"/>
|
|
<Reference name="OpenSim.Framework.Statistics"/>
|
|
<Reference name="OpenSim.Region.Communications.Local"/>
|
|
<Reference name="OpenSim.Region.Physics.Manager"/>
|
|
<Reference name="XMLRPC.dll"/>
|
|
<Reference name="Nini.dll" />
|
|
<Reference name="log4net"/>
|
|
|
|
<Files>
|
|
<Match pattern="*.cs" recurse="true"/>
|
|
</Files>
|
|
</Project>
|
|
|
|
<!-- Datastore Plugins -->
|
|
<Project name="OpenSim.Data.Null" path="OpenSim/Data/Null" 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="OpenSim.Framework"/>
|
|
<Reference name="OpenSim.Region.Environment"/>
|
|
<Reference name="OpenSim.Framework.Console"/>
|
|
<Reference name="log4net"/>
|
|
|
|
<Files>
|
|
<Match pattern="*.cs" recurse="true"/>
|
|
</Files>
|
|
</Project>
|
|
|
|
<Project name="OpenSim.Region.Modules.AvatarFactory" path="OpenSim/Region/Modules/AvatarFactory" 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.Communications"/>
|
|
<Reference name="OpenSim.Data.Base" />
|
|
<Reference name="OpenSim.Region.Environment"/>
|
|
<Reference name="OpenSim.Data.MapperFactory"/>
|
|
<Reference name="Nini.dll" />
|
|
<Reference name="OpenSim.Data.MySQLMapper" />
|
|
<Files>
|
|
<Match pattern="*.cs" recurse="true"/>
|
|
</Files>
|
|
</Project>
|
|
|
|
|
|
<Project name="OpenSim.Region.Modules.Python" path="OpenSim/Region/Modules/Python" 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="libsecondlife.dll"/>
|
|
<Reference name="IronPython.dll"/>
|
|
<Reference name="IronMath.dll"/>
|
|
<Reference name="OpenSim.Framework"/>
|
|
<Reference name="OpenSim.Data.Base" />
|
|
<Reference name="OpenSim.Region.Environment"/>
|
|
<Reference name="Nini.dll" />
|
|
<Reference name="log4net"/>
|
|
<Files>
|
|
<Match pattern="*.cs" recurse="true"/>
|
|
</Files>
|
|
</Project>
|
|
|
|
<Project name="OpenSim.Region.Modules.Terrain.Extensions.DefaultEffects" path="OpenSim/Region/Modules/Terrain/Extensions/DefaultEffects" type="Library">
|
|
<Configuration name="Debug">
|
|
<Options>
|
|
<OutputPath>../../../../../../bin/Terrain/</OutputPath>
|
|
</Options>
|
|
</Configuration>
|
|
<Configuration name="Release">
|
|
<Options>
|
|
<OutputPath>../../../../../../bin/Terrain/</OutputPath>
|
|
</Options>
|
|
</Configuration>
|
|
|
|
<ReferencePath>../../../../../../bin/</ReferencePath>
|
|
<Reference name="System" localCopy="false"/>
|
|
<Reference name="OpenSim.Framework"/>
|
|
<Reference name="OpenSim.Region.Environment"/>
|
|
<Files>
|
|
<Match pattern="*.cs" recurse="true"/>
|
|
</Files>
|
|
</Project>
|
|
|
|
<Project name="OpenSim.Region.Modules.SvnSerialiser" path="OpenSim/Region/Modules/SvnSerialiser" 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.Communications"/>
|
|
<Reference name="OpenSim.Data.Base" />
|
|
<Reference name="OpenSim.Region.Environment"/>
|
|
<Reference name="Nini.dll" />
|
|
<Reference name="PumaCode.SvnDotNet.dll" />
|
|
<Reference name="log4net"/>
|
|
<Files>
|
|
<Match pattern="*.cs" recurse="true"/>
|
|
</Files>
|
|
</Project>
|
|
|
|
<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.Data"/>
|
|
<Reference name="OpenSim.Region.Environment"/>
|
|
<Reference name="OpenSim.Framework.Console"/>
|
|
<Reference name="log4net"/>
|
|
|
|
<Files>
|
|
<Match pattern="*.cs" recurse="true"/>
|
|
</Files>
|
|
</Project>
|
|
|
|
<!-- 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"/>
|
|
<Reference name="Mono.Addins.dll" />
|
|
<Reference name="libsecondlife.dll"/>
|
|
<Reference name="Axiom.MathLib.dll"/>
|
|
<Reference name="OpenSim.Framework"/>
|
|
<Reference name="OpenSim.Data"/>
|
|
<Reference name="OpenSim.Framework.Console"/>
|
|
<Reference name="OpenSim.Region.Physics.Manager"/>
|
|
<Reference name="OpenSim.Framework.Servers"/>
|
|
<Reference name="OpenSim.Framework.Statistics"/>
|
|
<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" />
|
|
<Reference name="log4net"/>
|
|
|
|
<Files>
|
|
<Match pattern="*.cs" recurse="true"/>
|
|
</Files>
|
|
</Project>
|
|
|
|
<Project name="OpenSim.ApplicationPlugins.LoadRegions" path="OpenSim/ApplicationPlugins/LoadRegions" 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="OpenSim"/>
|
|
<Reference name="OpenSim.Region.ClientStack"/>
|
|
<Reference name="OpenSim.Region.Environment"/>
|
|
<Reference name="OpenSim.Framework"/>
|
|
<Reference name="OpenSim.Framework.Console"/>
|
|
<Reference name="OpenSim.Framework.RegionLoader.Filesystem"/>
|
|
<Reference name="OpenSim.Framework.RegionLoader.Web"/>
|
|
<Reference name="OpenSim.Framework.Servers"/>
|
|
<Reference name="log4net"/>
|
|
|
|
<Files>
|
|
<Match pattern="*.cs" recurse="true"/>
|
|
</Files>
|
|
</Project>
|
|
|
|
<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.Communications"/>
|
|
<Reference name="OpenSim.Framework"/>
|
|
<Reference name="OpenSim.Framework.Servers"/>
|
|
<Reference name="OpenSim.Framework.Console"/>
|
|
<Reference name="log4net"/>
|
|
|
|
<Files>
|
|
<Match pattern="*.cs" recurse="true"/>
|
|
</Files>
|
|
</Project>
|
|
|
|
<!-- Scene Server API Example Apps -->
|
|
|
|
<Project name="OpenSim.Region.DataSnapshot" path="OpenSim/Region/DataSnapshot" 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="OpenSim.Framework"/>
|
|
<Reference name="OpenSim.Framework.Communications"/>
|
|
<Reference name="OpenSim.Framework.Console"/>
|
|
<Reference name="OpenSim.Framework.Servers"/>
|
|
<Reference name="OpenSim.Region.Environment"/>
|
|
<Reference name="libsecondlife.dll"/>
|
|
<Reference name="Nini.dll" />
|
|
<Reference name="log4net.dll" />
|
|
<Files>
|
|
<Match pattern="*.cs" recurse="true"/>
|
|
</Files>
|
|
</Project>
|
|
|
|
<Project name="OpenSim.Region.Examples.SimpleModule" path="OpenSim/Region/Examples/SimpleModule" 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="libsecondlife.dll"/>
|
|
<Reference name="System" localCopy="false"/>
|
|
<Reference name="OpenSim.Framework"/>
|
|
<Reference name="OpenSim.Region.Environment"/>
|
|
<Reference name="Nini.dll" />
|
|
<Reference name="log4net"/>
|
|
<Files>
|
|
<Match pattern="*.cs" recurse="true"/>
|
|
</Files>
|
|
</Project>
|
|
|
|
<Project name="OpenSim.Data.MySQL" path="OpenSim/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"/>
|
|
<Reference name="OpenSim.Framework"/>
|
|
<Reference name="OpenSim.Data"/>
|
|
<Reference name="libsecondlife.dll"/>
|
|
<Reference name="MySql.Data.dll"/>
|
|
<Reference name="OpenSim.Framework.Console"/>
|
|
<Reference name="OpenSim.Region.Environment"/>
|
|
<Reference name="log4net"/>
|
|
|
|
<Files>
|
|
<Match pattern="*.cs" recurse="true"/>
|
|
<Match path="Resources" pattern="*.sql" buildAction="EmbeddedResource"/>
|
|
</Files>
|
|
</Project>
|
|
|
|
<Project name="OpenSim.Data.MSSQL" path="OpenSim/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"/>
|
|
<Reference name="OpenSim.Framework"/>
|
|
<Reference name="OpenSim.Data"/>
|
|
<Reference name="OpenSim.Region.Environment"/>
|
|
<Reference name="OpenSim.Framework.Console"/>
|
|
<Reference name="libsecondlife.dll"/>
|
|
<Reference name="log4net"/>
|
|
|
|
<Files>
|
|
<Match pattern="*.cs" recurse="true"/>
|
|
<Match path="Resources" pattern="*.sql" buildAction="EmbeddedResource"/>
|
|
</Files>
|
|
</Project>
|
|
|
|
<Project name="OpenSim.Data.SQLite" path="OpenSim/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.Data"/>
|
|
<Reference name="OpenSim.Framework"/>
|
|
<Reference name="OpenSim.Framework.Console"/>
|
|
<Reference name="OpenSim.Region.Environment"/>
|
|
<Reference name="libsecondlife.dll"/>
|
|
<Reference name="Mono.Data.SqliteClient"/>
|
|
<Reference name="log4net"/>
|
|
|
|
<Files>
|
|
<Match pattern="*.cs" recurse="true"/>
|
|
<Match path="Resources" pattern="*.sql" buildAction="EmbeddedResource"/>
|
|
</Files>
|
|
</Project>
|
|
|
|
<Project name="OpenSim.Data.NHibernate" path="OpenSim/Data/NHibernate" 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="OpenSim.Data"/>
|
|
<Reference name="OpenSim.Framework"/>
|
|
<Reference name="OpenSim.Framework.Console"/>
|
|
<Reference name="OpenSim.Region.Environment"/>
|
|
<Reference name="libsecondlife.dll"/>
|
|
<Reference name="NHibernate.dll"/>
|
|
<Reference name="NHibernate.Mapping.Attributes.dll"/>
|
|
<Reference name="log4net"/>
|
|
|
|
<Files>
|
|
<Match pattern="*.cs" recurse="true"/>
|
|
<Match path="Resources" pattern="*.xml" buildAction="EmbeddedResource"/>
|
|
</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"/>
|
|
<Reference name="Mono.Addins.dll" />
|
|
<Reference name="OpenSim.Framework"/>
|
|
<Reference name="OpenSim.Framework.Communications"/>
|
|
<Reference name="OpenSim.Framework.Console"/>
|
|
<Reference name="OpenSim.Framework.Servers"/>
|
|
<Reference name="OpenSim.Data"/>
|
|
<Reference name="OpenSim.Data.MySQL"/>
|
|
<Reference name="libsecondlife.dll"/>
|
|
<Reference name="XMLRPC.dll"/>
|
|
<Reference name="log4net"/>
|
|
|
|
<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"/>
|
|
<Reference name="System.Xml" localCopy="false"/>
|
|
<Reference name="OpenSim.Framework"/>
|
|
<Reference name="OpenSim.Framework.AssetLoader.Filesystem"/>
|
|
<Reference name="OpenSim.Framework.Console"/>
|
|
<Reference name="OpenSim.Framework.Servers"/>
|
|
<Reference name="OpenSim.Framework.Communications"/>
|
|
<Reference name="OpenSim.Framework.Statistics"/>
|
|
<Reference name="libsecondlife.dll"/>
|
|
<Reference name="log4net"/>
|
|
|
|
<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"/>
|
|
<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.Data"/>
|
|
<Reference name="OpenSim.Framework.Servers"/>
|
|
<Reference name="OpenSim.Framework.Statistics"/>
|
|
<Reference name="libsecondlife.dll"/>
|
|
<Reference name="XMLRPC.dll"/>
|
|
<Reference name="log4net"/>
|
|
|
|
<Files>
|
|
<Match pattern="*.cs" recurse="true"/>
|
|
</Files>
|
|
</Project>
|
|
|
|
<Project name="OpenSim.Grid.InventoryServer" path="OpenSim/Grid/InventoryServer" 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"/>
|
|
<Reference name="OpenSim.Framework"/>
|
|
<Reference name="OpenSim.Framework.Console"/>
|
|
<Reference name="OpenSim.Framework.Communications"/>
|
|
<Reference name="OpenSim.Data"/>
|
|
<Reference name="OpenSim.Framework.Servers"/>
|
|
<Reference name="libsecondlife.dll"/>
|
|
<Reference name="log4net"/>
|
|
|
|
<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>
|
|
</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.Data"/>
|
|
<Reference name="OpenSim.Framework.Servers"/>
|
|
<Reference name="libsecondlife.dll"/>
|
|
<Reference name="XMLRPC.dll"/>
|
|
<Reference name="log4net"/>
|
|
|
|
<Files>
|
|
<Match pattern="*.cs" recurse="true"/>
|
|
</Files>
|
|
</Project>
|
|
|
|
<Project name="OpenSim.Region.ScriptEngine.Common" path="OpenSim/Region/ScriptEngine/Common" type="Library">
|
|
<Configuration name="Debug">
|
|
<Options>
|
|
<OutputPath>../../../../bin/</OutputPath>
|
|
</Options>
|
|
</Configuration>
|
|
<Configuration name="Release">
|
|
<Options>
|
|
<OutputPath>../../../../bin/</OutputPath>
|
|
</Options>
|
|
</Configuration>
|
|
|
|
<ReferencePath>../../../../bin/</ReferencePath>
|
|
<ReferencePath>../../../../bin/ScriptEngines/</ReferencePath>
|
|
<Reference name="System" localCopy="false"/>
|
|
<Reference name="System.Data" localCopy="false"/>
|
|
<Reference name="System.Web" localCopy="false"/>
|
|
<Reference name="System.Xml" localCopy="false"/>
|
|
<Reference name="libsecondlife.dll"/>
|
|
<Reference name="OpenSim" />
|
|
<Reference name="OpenSim.Framework"/>
|
|
<Reference name="OpenSim.Framework.Communications"/>
|
|
<Reference name="OpenSim.Region.Environment" />
|
|
<Reference name="OpenSim.Framework.Console"/>
|
|
<Reference name="Axiom.MathLib.dll" localCopy="false"/>
|
|
<Reference name="Nini.dll" />
|
|
<Reference name="RAIL.dll"/>
|
|
<Reference name="OpenSim.Framework.Console"/>
|
|
<Reference name="Nini.dll" />
|
|
<Reference name="log4net"/>
|
|
|
|
<Files>
|
|
<Match pattern="*.cs" recurse="true"/>
|
|
</Files>
|
|
</Project>
|
|
|
|
<Project name="OpenSim.Region.ScriptEngine.DotNetEngine" path="OpenSim/Region/ScriptEngine/DotNetEngine" 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="Microsoft.JScript"/>
|
|
<Reference name="Axiom.MathLib.dll" localCopy="false"/>
|
|
<Reference name="Nini.dll" />
|
|
<Reference name="log4net"/>
|
|
|
|
<Files>
|
|
<Match pattern="*.cs" recurse="true"/>
|
|
</Files>
|
|
</Project>
|
|
|
|
<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="Axiom.MathLib.dll" localCopy="false"/>
|
|
<Reference name="Nini.dll" />
|
|
<Reference name="log4net"/>
|
|
|
|
<Files>
|
|
<Match pattern="*.cs" recurse="true"/>
|
|
</Files>
|
|
</Project>
|
|
|
|
|
|
<Project name="OpenSim.Grid.ScriptServer" path="OpenSim/Grid/ScriptServer" type="Exe">
|
|
<Configuration name="Debug">
|
|
<Options>
|
|
<OutputPath>../../../bin/</OutputPath>
|
|
</Options>
|
|
</Configuration>
|
|
<Configuration name="Release">
|
|
<Options>
|
|
<OutputPath>../../../bin/</OutputPath>
|
|
</Options>
|
|
</Configuration>
|
|
|
|
<ReferencePath>../../../bin/</ReferencePath>
|
|
<ReferencePath>../../../bin/ScriptEngines/</ReferencePath>
|
|
<Reference name="System" localCopy="false"/>
|
|
<Reference name="System.Data" localCopy="false"/>
|
|
<Reference name="System.Runtime.Remoting" localCopy="false"/>
|
|
<Reference name="System.Xml" localCopy="false"/>
|
|
<Reference name="OpenSim"/>
|
|
<Reference name="OpenSim.Framework"/>
|
|
<Reference name="OpenSim.Framework.Console"/>
|
|
<Reference name="OpenSim.Framework.Communications"/>
|
|
<Reference name="OpenSim.Framework.Servers"/>
|
|
<Reference name="OpenSim.Data"/>
|
|
<Reference name="OpenSim.Region.Environment" />
|
|
<Reference name="OpenSim.Region.ScriptEngine.Common"/>
|
|
<Reference name="libsecondlife.dll"/>
|
|
<Reference name="Axiom.MathLib.dll" localCopy="false"/>
|
|
<Reference name="XMLRPC.dll"/>
|
|
<Reference name="Nini.dll" />
|
|
<Reference name="log4net"/>
|
|
|
|
<Files>
|
|
<Match pattern="*.cs" recurse="true"/>
|
|
</Files>
|
|
</Project>
|
|
|
|
|
|
<Project name="OpenSim.Region.ScriptEngine.RemoteServer" path="OpenSim/Region/ScriptEngine/RemoteServer" 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="OpenSim.Region.Environment" />
|
|
<Reference name="libsecondlife.dll"/>
|
|
<Reference name="OpenSim.Framework"/>
|
|
<Reference name="OpenSim.Framework.Console"/>
|
|
<Reference name="OpenSim.Region.ScriptEngine.Common"/>
|
|
<Reference name="OpenSim.Region.ScriptEngine.DotNetEngine"/>
|
|
<Reference name="Nini.dll" />
|
|
<Reference name="log4net"/>
|
|
<!-- Reference name="OpenSim.Grid.ScriptServer"/ -->
|
|
|
|
<Files>
|
|
<Match pattern="*.cs" recurse="true"/>
|
|
</Files>
|
|
</Project>
|
|
|
|
<!-- Tests -->
|
|
<Project name="OpenSim.Tests.UserServer.Stress" path="OpenSim/Tests/UserServer/Stress" type="Exe">
|
|
<Configuration name="Debug">
|
|
<Options>
|
|
<OutputPath>../../../../bin/tests/stress</OutputPath>
|
|
</Options>
|
|
</Configuration>
|
|
<Configuration name="Release">
|
|
<Options>
|
|
<OutputPath>../../../../bin/tests/stress</OutputPath>
|
|
</Options>
|
|
</Configuration>
|
|
|
|
<ReferencePath>../../../../bin</ReferencePath>
|
|
<Reference name="System" localCopy="false"/>
|
|
<Reference name="log4net"/>
|
|
<Files>
|
|
<Match pattern="*.cs" recurse="true"/>
|
|
</Files>
|
|
</Project>
|
|
|
|
<!-- 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="OpenSim"/>
|
|
<Reference name="OpenSim.Framework"/>
|
|
<Reference name="OpenSim.Data"/>
|
|
<Reference name="OpenSim.Framework.Console"/>
|
|
<Reference name="OpenSim.Framework.Statistics"/>
|
|
<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" />
|
|
<Reference name="log4net"/>
|
|
<Files>
|
|
<Match pattern="*.cs" recurse="true"/>
|
|
</Files>
|
|
</Project>
|
|
|
|
<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"/>
|
|
<Reference name="OpenSim.Framework"/>
|
|
<Reference name="OpenSim.Framework.Console"/>
|
|
<Reference name="Nini.dll" />
|
|
<Reference name="log4net"/>
|
|
|
|
<Files>
|
|
<Match pattern="*.cs" recurse="true"/>
|
|
</Files>
|
|
</Project>
|
|
|
|
<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.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.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>
|
|
|
|
<!-- Test Suite -->
|
|
<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>
|
|
|
|
</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>
|
|
|
|
<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>
|
|
|
|
</Solution>
|
|
</Prebuild>
|