2007-04-11 09:45:48 +00:00
|
|
|
<?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="./">
|
|
|
|
<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>
|
|
|
|
|
2007-04-25 18:12:06 +00:00
|
|
|
<!-- XML-RPC -->
|
2007-05-24 12:54:54 +00:00
|
|
|
<Project name="XMLRPC" path="Common/XmlRpcCS" type="Library">
|
2007-04-25 18:12:06 +00:00
|
|
|
<Configuration name="Debug">
|
|
|
|
<Options>
|
2007-05-24 12:35:32 +00:00
|
|
|
<OutputPath>../../bin/</OutputPath>
|
2007-04-25 18:12:06 +00:00
|
|
|
</Options>
|
|
|
|
</Configuration>
|
|
|
|
<Configuration name="Release">
|
|
|
|
<Options>
|
2007-05-24 12:35:32 +00:00
|
|
|
<OutputPath>../../bin/</OutputPath>
|
2007-04-25 18:12:06 +00:00
|
|
|
</Options>
|
|
|
|
</Configuration>
|
|
|
|
|
2007-05-24 12:35:32 +00:00
|
|
|
<ReferencePath>../../bin/</ReferencePath>
|
2007-04-25 18:12:06 +00:00
|
|
|
<Reference name="System"/>
|
|
|
|
<Reference name="System.Xml"/>
|
|
|
|
|
|
|
|
<Files>
|
|
|
|
<Match pattern="*.cs" recurse="true"/>
|
|
|
|
</Files>
|
|
|
|
</Project>
|
|
|
|
|
2007-04-11 09:45:48 +00:00
|
|
|
<!-- Core OpenSim Projects -->
|
|
|
|
|
2007-05-24 12:54:54 +00:00
|
|
|
<Project name="OpenSim.Framework" path="Common/OpenSim.Framework" type="Library">
|
2007-04-11 09:45:48 +00:00
|
|
|
<Configuration name="Debug">
|
|
|
|
<Options>
|
2007-05-24 12:35:32 +00:00
|
|
|
<OutputPath>../../bin/</OutputPath>
|
2007-04-11 09:45:48 +00:00
|
|
|
</Options>
|
|
|
|
</Configuration>
|
|
|
|
<Configuration name="Release">
|
|
|
|
<Options>
|
2007-05-24 12:35:32 +00:00
|
|
|
<OutputPath>../../bin/</OutputPath>
|
2007-04-11 09:45:48 +00:00
|
|
|
</Options>
|
|
|
|
</Configuration>
|
|
|
|
|
2007-05-24 12:35:32 +00:00
|
|
|
<ReferencePath>../../bin/</ReferencePath>
|
2007-04-11 09:45:48 +00:00
|
|
|
<Reference name="System"/>
|
|
|
|
<Reference name="System.Xml"/>
|
|
|
|
<Reference name="libsecondlife.dll"/>
|
|
|
|
<Reference name="Db4objects.Db4o.dll"/>
|
2007-04-25 18:12:06 +00:00
|
|
|
<Reference name="XMLRPC"/>
|
2007-04-11 09:45:48 +00:00
|
|
|
<Files>
|
|
|
|
<Match pattern="*.cs" recurse="true"/>
|
|
|
|
</Files>
|
|
|
|
</Project>
|
|
|
|
|
2007-05-24 12:54:54 +00:00
|
|
|
<Project name="OpenSim.Framework.Console" path="Common/OpenSim.Framework.Console" type="Library">
|
2007-04-11 09:45:48 +00:00
|
|
|
<Configuration name="Debug">
|
|
|
|
<Options>
|
2007-05-24 12:35:32 +00:00
|
|
|
<OutputPath>../../bin/</OutputPath>
|
2007-04-11 09:45:48 +00:00
|
|
|
</Options>
|
|
|
|
</Configuration>
|
|
|
|
<Configuration name="Release">
|
|
|
|
<Options>
|
2007-05-24 12:35:32 +00:00
|
|
|
<OutputPath>../../bin/</OutputPath>
|
2007-04-11 09:45:48 +00:00
|
|
|
</Options>
|
|
|
|
</Configuration>
|
|
|
|
|
2007-05-24 12:35:32 +00:00
|
|
|
<ReferencePath>../../bin/</ReferencePath>
|
2007-04-11 09:45:48 +00:00
|
|
|
<Reference name="System" localCopy="false"/>
|
|
|
|
<Files>
|
|
|
|
<Match pattern="*.cs" recurse="true"/>
|
|
|
|
</Files>
|
|
|
|
</Project>
|
|
|
|
|
2007-05-24 12:54:54 +00:00
|
|
|
<Project name="OpenSim.Servers" path="Common/OpenSim.Servers" type="Library">
|
2007-04-11 09:45:48 +00:00
|
|
|
<Configuration name="Debug">
|
|
|
|
<Options>
|
2007-05-24 12:35:32 +00:00
|
|
|
<OutputPath>../../bin/</OutputPath>
|
2007-04-11 09:45:48 +00:00
|
|
|
</Options>
|
|
|
|
</Configuration>
|
|
|
|
<Configuration name="Release">
|
|
|
|
<Options>
|
2007-05-24 13:59:35 +00:00
|
|
|
<OutputPath>../../bin/</OutputPath>
|
2007-04-11 09:45:48 +00:00
|
|
|
</Options>
|
|
|
|
</Configuration>
|
|
|
|
|
2007-05-24 12:35:32 +00:00
|
|
|
<ReferencePath>../../bin/</ReferencePath>
|
2007-04-11 09:45:48 +00:00
|
|
|
<Reference name="System"/>
|
|
|
|
<Reference name="System.Xml"/>
|
|
|
|
<Reference name="OpenSim.Framework"/>
|
|
|
|
<Reference name="OpenSim.Framework.Console"/>
|
|
|
|
<Reference name="libsecondlife.dll"/>
|
2007-04-25 18:12:06 +00:00
|
|
|
<Reference name="XMLRPC"/>
|
2007-04-11 09:45:48 +00:00
|
|
|
|
2007-04-30 13:41:33 +00:00
|
|
|
<Files>
|
|
|
|
<Match pattern="*.cs" recurse="true"/>
|
|
|
|
</Files>
|
2007-05-08 09:56:20 +00:00
|
|
|
</Project>
|
|
|
|
|
2007-04-30 13:41:33 +00:00
|
|
|
<!-- Storage Plug-ins -->
|
2007-05-24 12:54:54 +00:00
|
|
|
<Project name="OpenSim.Storage.LocalStorageDb4o" path="OpenSim/OpenSim.Storage/LocalStorageDb4o" type="Library">
|
2007-04-30 13:41:33 +00:00
|
|
|
<Configuration name="Debug">
|
|
|
|
<Options>
|
2007-05-24 12:35:32 +00:00
|
|
|
<OutputPath>../../../bin/</OutputPath>
|
2007-04-30 13:41:33 +00:00
|
|
|
</Options>
|
|
|
|
</Configuration>
|
|
|
|
<Configuration name="Release">
|
|
|
|
<Options>
|
2007-05-24 13:08:36 +00:00
|
|
|
<OutputPath>../../../bin/</OutputPath>
|
2007-04-30 13:41:33 +00:00
|
|
|
</Options>
|
|
|
|
</Configuration>
|
|
|
|
|
2007-05-24 12:35:32 +00:00
|
|
|
<ReferencePath>../../../bin/</ReferencePath>
|
2007-04-30 13:41:33 +00:00
|
|
|
<Reference name="System" localCopy="false"/>
|
|
|
|
<Reference name="System.Xml"/>
|
|
|
|
<Reference name="Db4objects.Db4o.dll"/>
|
|
|
|
<Reference name="libsecondlife.dll"/>
|
|
|
|
<Reference name="OpenSim.Framework"/>
|
|
|
|
<Reference name="OpenSim.Framework.Console"/>
|
|
|
|
<Files>
|
|
|
|
<Match pattern="*.cs" recurse="true"/>
|
|
|
|
</Files>
|
|
|
|
</Project>
|
|
|
|
|
2007-05-24 12:54:54 +00:00
|
|
|
<Project name="OpenSim.Storage.LocalStorageSQLite" path="OpenSim/OpenSim.Storage/LocalStorageSQLite" type="Library">
|
2007-04-30 13:41:33 +00:00
|
|
|
<Configuration name="Debug">
|
|
|
|
<Options>
|
2007-05-24 12:35:32 +00:00
|
|
|
<OutputPath>../../../bin/</OutputPath>
|
2007-04-30 13:41:33 +00:00
|
|
|
</Options>
|
|
|
|
</Configuration>
|
|
|
|
<Configuration name="Release">
|
|
|
|
<Options>
|
2007-05-24 12:35:32 +00:00
|
|
|
<OutputPath>../../../bin/</OutputPath>
|
2007-04-30 13:41:33 +00:00
|
|
|
</Options>
|
|
|
|
</Configuration>
|
|
|
|
|
2007-05-24 12:35:32 +00:00
|
|
|
<ReferencePath>../../../bin/</ReferencePath>
|
2007-04-30 13:41:33 +00:00
|
|
|
<Reference name="System" localCopy="false"/>
|
|
|
|
<Reference name="System.Xml"/>
|
|
|
|
<Reference name="System.Data"/>
|
|
|
|
<Reference name="System.Data.SQLite.dll"/>
|
|
|
|
<Reference name="libsecondlife.dll"/>
|
|
|
|
<Reference name="OpenSim.Framework"/>
|
|
|
|
<Reference name="OpenSim.Framework.Console"/>
|
2007-04-11 09:45:48 +00:00
|
|
|
<Files>
|
|
|
|
<Match pattern="*.cs" recurse="true"/>
|
|
|
|
</Files>
|
|
|
|
</Project>
|
|
|
|
|
2007-05-24 12:54:54 +00:00
|
|
|
<Project name="OpenSim.Storage.LocalStorageBerkeleyDB" path="OpenSim/OpenSim.Storage/LocalStorageBerkeleyDB" type="Library">
|
2007-04-30 13:41:33 +00:00
|
|
|
<Configuration name="Debug">
|
|
|
|
<Options>
|
2007-05-24 12:35:32 +00:00
|
|
|
<OutputPath>../../../bin/</OutputPath>
|
2007-04-30 13:41:33 +00:00
|
|
|
</Options>
|
|
|
|
</Configuration>
|
|
|
|
<Configuration name="Release">
|
|
|
|
<Options>
|
2007-05-24 12:35:32 +00:00
|
|
|
<OutputPath>../../../bin/</OutputPath>
|
2007-04-30 13:41:33 +00:00
|
|
|
</Options>
|
|
|
|
</Configuration>
|
|
|
|
|
2007-05-24 12:35:32 +00:00
|
|
|
<ReferencePath>../../../bin/</ReferencePath>
|
2007-04-30 13:41:33 +00:00
|
|
|
<Reference name="System" localCopy="false"/>
|
|
|
|
<Reference name="System.Xml"/>
|
|
|
|
<Reference name="System.Data"/>
|
|
|
|
<Reference name="Kds.Serialization.dll"/>
|
|
|
|
<Reference name="libdb_dotNET43.dll"/>
|
|
|
|
<Reference name="libsecondlife.dll"/>
|
|
|
|
<Reference name="OpenSim.Framework"/>
|
|
|
|
<Reference name="OpenSim.Framework.Console"/>
|
|
|
|
<Files>
|
|
|
|
<Match pattern="*.cs" recurse="true"/>
|
|
|
|
</Files>
|
|
|
|
</Project>
|
2007-05-08 09:56:20 +00:00
|
|
|
|
2007-04-30 13:41:33 +00:00
|
|
|
<!-- Grid Server Plug-ins -->
|
2007-05-24 12:54:54 +00:00
|
|
|
<Project name="OpenSim.GridInterfaces.Local" path="OpenSim/OpenSim.GridInterfaces/Local" type="Library">
|
2007-04-30 13:41:33 +00:00
|
|
|
<Configuration name="Debug">
|
|
|
|
<Options>
|
2007-05-24 12:35:32 +00:00
|
|
|
<OutputPath>../../../bin/</OutputPath>
|
2007-04-30 13:41:33 +00:00
|
|
|
</Options>
|
|
|
|
</Configuration>
|
|
|
|
<Configuration name="Release">
|
|
|
|
<Options>
|
2007-05-24 12:35:32 +00:00
|
|
|
<OutputPath>../../../bin/</OutputPath>
|
2007-04-30 13:41:33 +00:00
|
|
|
</Options>
|
|
|
|
</Configuration>
|
|
|
|
|
2007-05-24 12:35:32 +00:00
|
|
|
<ReferencePath>../../../bin/</ReferencePath>
|
2007-04-30 13:41:33 +00:00
|
|
|
<Reference name="System" localCopy="false"/>
|
|
|
|
<Reference name="System.Xml"/>
|
|
|
|
<Reference name="Db4objects.Db4o.dll"/>
|
|
|
|
<Reference name="libsecondlife.dll"/>
|
|
|
|
<Reference name="OpenSim.Framework"/>
|
|
|
|
<Reference name="OpenSim.Framework.Console"/>
|
|
|
|
<Files>
|
|
|
|
<Match pattern="*.cs" recurse="true"/>
|
|
|
|
</Files>
|
|
|
|
</Project>
|
|
|
|
|
2007-05-24 12:54:54 +00:00
|
|
|
<Project name="OpenSim.GridInterfaces.Remote" path="OpenSim/OpenSim.GridInterfaces/Remote" type="Library">
|
2007-04-30 13:41:33 +00:00
|
|
|
<Configuration name="Debug">
|
|
|
|
<Options>
|
2007-05-24 12:35:32 +00:00
|
|
|
<OutputPath>../../../bin/</OutputPath>
|
2007-04-30 13:41:33 +00:00
|
|
|
</Options>
|
|
|
|
</Configuration>
|
|
|
|
<Configuration name="Release">
|
|
|
|
<Options>
|
2007-05-24 12:35:32 +00:00
|
|
|
<OutputPath>../../../bin/</OutputPath>
|
2007-04-30 13:41:33 +00:00
|
|
|
</Options>
|
|
|
|
</Configuration>
|
|
|
|
|
2007-05-24 12:35:32 +00:00
|
|
|
<ReferencePath>../../../bin/</ReferencePath>
|
2007-04-30 13:41:33 +00:00
|
|
|
<Reference name="System" localCopy="false"/>
|
|
|
|
<Reference name="System.Xml"/>
|
|
|
|
<Reference name="libsecondlife.dll"/>
|
|
|
|
<Reference name="OpenSim.Framework"/>
|
|
|
|
<Reference name="OpenSim.Framework.Console"/>
|
|
|
|
<Reference name="XMLRPC"/>
|
|
|
|
<Files>
|
|
|
|
<Match pattern="*.cs" recurse="true"/>
|
|
|
|
</Files>
|
|
|
|
</Project>
|
2007-05-24 12:16:50 +00:00
|
|
|
|
2007-04-30 13:41:33 +00:00
|
|
|
|
2007-05-24 12:54:54 +00:00
|
|
|
<Project name="OpenSim.Physics.Manager" path="OpenSim/OpenSim.Physics/Manager" type="Library">
|
2007-05-04 07:55:35 +00:00
|
|
|
<Configuration name="Debug">
|
|
|
|
<Options>
|
2007-05-24 12:35:32 +00:00
|
|
|
<OutputPath>../../../bin/</OutputPath>
|
2007-05-04 07:55:35 +00:00
|
|
|
</Options>
|
|
|
|
</Configuration>
|
|
|
|
<Configuration name="Release">
|
|
|
|
<Options>
|
2007-05-24 12:35:32 +00:00
|
|
|
<OutputPath>../../../bin/</OutputPath>
|
2007-05-04 07:55:35 +00:00
|
|
|
</Options>
|
|
|
|
</Configuration>
|
|
|
|
|
2007-05-24 12:35:32 +00:00
|
|
|
<ReferencePath>../../../bin/</ReferencePath>
|
2007-05-04 07:55:35 +00:00
|
|
|
<Reference name="System" localCopy="false"/>
|
2007-05-24 12:16:50 +00:00
|
|
|
<Reference name="System.Xml" localCopy="false" />
|
|
|
|
<Reference name="Axiom.MathLib.dll" localCopy="false"/>
|
|
|
|
<Reference name="OpenSim.Framework" localCopy="false"/>
|
|
|
|
<Reference name="OpenSim.Framework.Console" localCopy="false"/>
|
2007-05-04 07:55:35 +00:00
|
|
|
<Files>
|
2007-05-24 12:16:50 +00:00
|
|
|
<Match pattern="*.cs" recurse="false"/>
|
2007-05-04 07:55:35 +00:00
|
|
|
</Files>
|
|
|
|
</Project>
|
2007-04-11 09:45:48 +00:00
|
|
|
|
2007-05-24 12:16:50 +00:00
|
|
|
|
|
|
|
<!-- Physics Plug-ins -->
|
2007-05-24 12:54:54 +00:00
|
|
|
<Project name="OpenSim.Physics.BasicPhysicsPlugin" path="OpenSim/OpenSim.Physics/BasicPhysicsPlugin" type="Library">
|
2007-05-04 07:55:35 +00:00
|
|
|
<Configuration name="Debug">
|
|
|
|
<Options>
|
2007-05-24 12:35:32 +00:00
|
|
|
<OutputPath>../../../bin/Physics/</OutputPath>
|
2007-05-04 07:55:35 +00:00
|
|
|
</Options>
|
|
|
|
</Configuration>
|
|
|
|
<Configuration name="Release">
|
|
|
|
<Options>
|
2007-05-24 12:35:32 +00:00
|
|
|
<OutputPath>../../../bin/Physics/</OutputPath>
|
2007-05-04 07:55:35 +00:00
|
|
|
</Options>
|
|
|
|
</Configuration>
|
|
|
|
|
2007-05-24 12:35:32 +00:00
|
|
|
<ReferencePath>../../../bin/</ReferencePath>
|
2007-05-04 07:55:35 +00:00
|
|
|
<Reference name="System" localCopy="false"/>
|
2007-05-24 12:16:50 +00:00
|
|
|
<Reference name="Axiom.MathLib.dll" localCopy="false"/>
|
|
|
|
<Reference name="OpenSim.Physics.Manager" localCopy="false"/>
|
2007-05-04 07:55:35 +00:00
|
|
|
<Files>
|
|
|
|
<Match pattern="*.cs" recurse="true"/>
|
|
|
|
</Files>
|
|
|
|
</Project>
|
|
|
|
|
2007-05-24 12:54:54 +00:00
|
|
|
<Project name="OpenSim.Physics.PhysXPlugin" path="OpenSim/OpenSim.Physics/PhysXPlugin" type="Library">
|
2007-05-05 23:08:44 +00:00
|
|
|
<Configuration name="Debug">
|
|
|
|
<Options>
|
2007-05-24 12:35:32 +00:00
|
|
|
<OutputPath>../../../bin/Physics/</OutputPath>
|
2007-05-05 23:08:44 +00:00
|
|
|
</Options>
|
|
|
|
</Configuration>
|
|
|
|
<Configuration name="Release">
|
|
|
|
<Options>
|
2007-05-24 12:35:32 +00:00
|
|
|
<OutputPath>../../../bin/Physics/</OutputPath>
|
2007-05-05 23:08:44 +00:00
|
|
|
</Options>
|
|
|
|
</Configuration>
|
|
|
|
|
2007-05-24 12:35:32 +00:00
|
|
|
<ReferencePath>../../../bin/</ReferencePath>
|
2007-05-05 23:08:44 +00:00
|
|
|
<Reference name="System" localCopy="false"/>
|
2007-05-24 12:16:50 +00:00
|
|
|
<Reference name="Axiom.MathLib.dll" localCopy="false"/>
|
|
|
|
<Reference name="PhysX_Wrapper_Dotnet.dll" localCopy="false"/>
|
|
|
|
<Reference name="OpenSim.Physics.Manager" localCopy="false"/>
|
2007-05-05 23:08:44 +00:00
|
|
|
<Files>
|
|
|
|
<Match pattern="*.cs" recurse="true"/>
|
|
|
|
</Files>
|
|
|
|
</Project>
|
|
|
|
|
2007-05-24 12:54:54 +00:00
|
|
|
<Project name="OpenSim.Physics.OdePlugin" path="OpenSim/OpenSim.Physics/OdePlugin" type="Library">
|
2007-05-05 23:39:42 +00:00
|
|
|
<Configuration name="Debug">
|
|
|
|
<Options>
|
2007-05-24 12:35:32 +00:00
|
|
|
<OutputPath>../../../bin/Physics/</OutputPath>
|
2007-05-05 23:39:42 +00:00
|
|
|
</Options>
|
|
|
|
</Configuration>
|
|
|
|
<Configuration name="Release">
|
|
|
|
<Options>
|
2007-05-24 12:35:32 +00:00
|
|
|
<OutputPath>../../../bin/Physics/</OutputPath>
|
2007-05-05 23:39:42 +00:00
|
|
|
</Options>
|
|
|
|
</Configuration>
|
|
|
|
|
2007-05-24 12:35:32 +00:00
|
|
|
<ReferencePath>../../../bin/</ReferencePath>
|
2007-05-05 23:39:42 +00:00
|
|
|
<Reference name="System" localCopy="false"/>
|
2007-05-24 12:16:50 +00:00
|
|
|
<Reference name="Axiom.MathLib.dll" localCopy="false"/>
|
|
|
|
<Reference name="OpenSim.Physics.Manager" localCopy="false"/>
|
|
|
|
<Reference name="Ode.NET.dll" localCopy="false" />
|
|
|
|
|
2007-05-05 23:39:42 +00:00
|
|
|
<Files>
|
|
|
|
<Match pattern="*.cs" recurse="true"/>
|
|
|
|
</Files>
|
|
|
|
</Project>
|
|
|
|
|
2007-05-24 12:16:50 +00:00
|
|
|
<!-- Xml Config Dll -->
|
2007-05-24 12:54:54 +00:00
|
|
|
<Project name="OpenSim.GenericConfig.Xml" path="Common/OpenSim.GenericConfig/Xml" type="Library">
|
2007-05-05 23:54:30 +00:00
|
|
|
<Configuration name="Debug">
|
|
|
|
<Options>
|
2007-05-24 12:35:32 +00:00
|
|
|
<OutputPath>../../../bin/</OutputPath>
|
2007-05-05 23:54:30 +00:00
|
|
|
</Options>
|
|
|
|
</Configuration>
|
|
|
|
<Configuration name="Release">
|
|
|
|
<Options>
|
2007-05-24 12:35:32 +00:00
|
|
|
<OutputPath>../../../bin/</OutputPath>
|
2007-05-05 23:54:30 +00:00
|
|
|
</Options>
|
|
|
|
</Configuration>
|
|
|
|
|
2007-05-24 12:35:32 +00:00
|
|
|
<ReferencePath>../../../bin/</ReferencePath>
|
2007-05-24 12:16:50 +00:00
|
|
|
<Reference name="System"/>
|
2007-05-05 23:54:30 +00:00
|
|
|
<Reference name="System.Xml"/>
|
2007-05-24 12:16:50 +00:00
|
|
|
<Reference name="OpenSim.Framework"/>
|
|
|
|
|
2007-05-05 23:54:30 +00:00
|
|
|
<Files>
|
|
|
|
<Match pattern="*.cs" recurse="true"/>
|
|
|
|
</Files>
|
|
|
|
</Project>
|
|
|
|
|
2007-05-24 12:16:50 +00:00
|
|
|
<!-- Basic embedded JVM -->
|
2007-05-24 12:54:54 +00:00
|
|
|
<Project name="OpenSim.Scripting.EmbeddedJVM" path="OpenSim/OpenSim.Scripting/EmbeddedJVM" type="Library">
|
2007-05-14 02:02:01 +00:00
|
|
|
<Configuration name="Debug">
|
|
|
|
<Options>
|
2007-05-24 12:35:32 +00:00
|
|
|
<OutputPath>../../../bin/ScriptEngines/</OutputPath>
|
2007-05-14 02:02:01 +00:00
|
|
|
</Options>
|
|
|
|
</Configuration>
|
|
|
|
<Configuration name="Release">
|
|
|
|
<Options>
|
2007-05-24 12:35:32 +00:00
|
|
|
<OutputPath>../../../bin/ScriptEngines/</OutputPath>
|
2007-05-14 02:02:01 +00:00
|
|
|
</Options>
|
|
|
|
</Configuration>
|
|
|
|
|
2007-05-24 12:35:32 +00:00
|
|
|
<ReferencePath>../../../bin/</ReferencePath>
|
2007-05-24 12:16:50 +00:00
|
|
|
<Reference name="System"/>
|
|
|
|
<Reference name="System.Xml"/>
|
2007-05-14 02:02:01 +00:00
|
|
|
<Reference name="OpenSim.Framework"/>
|
|
|
|
|
2007-05-24 12:16:50 +00:00
|
|
|
<Files>
|
|
|
|
<Match pattern="*.cs" recurse="true"/>
|
|
|
|
</Files>
|
2007-05-14 02:02:01 +00:00
|
|
|
</Project>
|
|
|
|
|
|
|
|
|
2007-05-24 12:16:50 +00:00
|
|
|
<!-- Terrain engine -->
|
2007-05-24 12:54:54 +00:00
|
|
|
<Project name="OpenSim.Terrain.BasicTerrain" path="OpenSim/OpenSim.Terrain.BasicTerrain" type="Library">
|
2007-05-13 21:01:21 +00:00
|
|
|
<Configuration name="Debug">
|
|
|
|
<Options>
|
2007-05-24 12:35:32 +00:00
|
|
|
<OutputPath>../../bin/</OutputPath>
|
2007-05-13 21:01:21 +00:00
|
|
|
</Options>
|
|
|
|
</Configuration>
|
|
|
|
<Configuration name="Release">
|
|
|
|
<Options>
|
2007-05-24 12:35:32 +00:00
|
|
|
<OutputPath>../../bin/</OutputPath>
|
2007-05-13 21:01:21 +00:00
|
|
|
</Options>
|
|
|
|
</Configuration>
|
|
|
|
|
2007-05-24 12:35:32 +00:00
|
|
|
<ReferencePath>../../bin/</ReferencePath>
|
2007-05-24 12:16:50 +00:00
|
|
|
<Reference name="System"/>
|
|
|
|
<Reference name="System.Drawing"/>
|
|
|
|
<Reference name="System.Data"/>
|
|
|
|
<Reference name="System.Xml"/>
|
|
|
|
<Reference name="libTerrain-BSD.dll"/>
|
2007-05-13 21:01:21 +00:00
|
|
|
|
2007-05-24 12:16:50 +00:00
|
|
|
<Files>
|
|
|
|
<Match pattern="*.cs" recurse="true"/>
|
|
|
|
</Files>
|
2007-05-13 21:01:21 +00:00
|
|
|
</Project>
|
|
|
|
|
2007-05-24 12:54:54 +00:00
|
|
|
<Project name="OpenSim.RegionServer" path="OpenSim/OpenSim.RegionServer" type="Library">
|
2007-04-11 09:45:48 +00:00
|
|
|
<Configuration name="Debug">
|
|
|
|
<Options>
|
2007-05-24 12:35:32 +00:00
|
|
|
<OutputPath>../../bin/</OutputPath>
|
2007-04-11 09:45:48 +00:00
|
|
|
</Options>
|
|
|
|
</Configuration>
|
|
|
|
<Configuration name="Release">
|
|
|
|
<Options>
|
2007-05-24 12:35:32 +00:00
|
|
|
<OutputPath>../../bin/</OutputPath>
|
2007-04-11 09:45:48 +00:00
|
|
|
</Options>
|
|
|
|
</Configuration>
|
|
|
|
|
2007-05-24 12:35:32 +00:00
|
|
|
<ReferencePath>../../bin/</ReferencePath>
|
2007-05-24 12:16:50 +00:00
|
|
|
<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.Terrain.BasicTerrain"/>
|
|
|
|
<Reference name="OpenSim.Framework"/>
|
|
|
|
<Reference name="OpenSim.Framework.Console"/>
|
|
|
|
<Reference name="OpenSim.GenericConfig.Xml"/>
|
|
|
|
<Reference name="OpenSim.Physics.Manager"/>
|
|
|
|
<Reference name="OpenSim.Servers"/>
|
|
|
|
<Reference name="XMLRPC"/>
|
2007-04-11 09:45:48 +00:00
|
|
|
|
2007-05-24 12:16:50 +00:00
|
|
|
<Files>
|
|
|
|
<Match pattern="*.cs" recurse="true"/>
|
|
|
|
</Files>
|
2007-04-11 09:45:48 +00:00
|
|
|
</Project>
|
|
|
|
|
2007-05-24 12:16:50 +00:00
|
|
|
<!-- OpenSim app -->
|
2007-05-24 12:54:54 +00:00
|
|
|
<Project name="OpenSim" path="OpenSim/OpenSim" type="Exe">
|
2007-04-30 02:48:05 +00:00
|
|
|
<Configuration name="Debug">
|
|
|
|
<Options>
|
2007-05-24 12:35:32 +00:00
|
|
|
<OutputPath>../../bin/</OutputPath>
|
2007-04-30 02:48:05 +00:00
|
|
|
</Options>
|
|
|
|
</Configuration>
|
|
|
|
<Configuration name="Release">
|
|
|
|
<Options>
|
2007-05-24 12:35:32 +00:00
|
|
|
<OutputPath>../../bin/</OutputPath>
|
2007-04-30 02:48:05 +00:00
|
|
|
</Options>
|
|
|
|
</Configuration>
|
|
|
|
|
2007-05-24 12:35:32 +00:00
|
|
|
<ReferencePath>../../bin/</ReferencePath>
|
2007-05-24 12:16:50 +00:00
|
|
|
<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.Terrain.BasicTerrain"/>
|
|
|
|
<Reference name="OpenSim.Framework"/>
|
|
|
|
<Reference name="OpenSim.Framework.Console"/>
|
|
|
|
<Reference name="OpenSim.Physics.Manager"/>
|
|
|
|
<Reference name="OpenSim.Servers"/>
|
|
|
|
<Reference name="OpenSim.RegionServer"/>
|
|
|
|
<Reference name="OpenSim.GenericConfig.Xml"/>
|
|
|
|
<Reference name="XMLRPC"/>
|
2007-04-30 02:48:05 +00:00
|
|
|
|
2007-05-24 12:16:50 +00:00
|
|
|
<Files>
|
|
|
|
<Match pattern="*.cs" recurse="true"/>
|
|
|
|
</Files>
|
2007-04-30 02:48:05 +00:00
|
|
|
</Project>
|
2007-05-24 12:16:50 +00:00
|
|
|
|
|
|
|
</Solution>
|
|
|
|
|
|
|
|
|
2007-05-24 12:35:32 +00:00
|
|
|
<Solution name="OpenGridServices" activeConfig="Debug" path="./">
|
2007-05-24 12:16:50 +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>
|
2007-04-30 02:48:05 +00:00
|
|
|
|
2007-05-24 12:16:50 +00:00
|
|
|
|
|
|
|
<!-- OpenGrid Data Services -->
|
2007-05-24 13:08:36 +00:00
|
|
|
<Project name="OpenGrid.Framework.Data" path="OpenGridServices/OpenGrid.Framework.Data" type="Library">
|
2007-04-11 09:45:48 +00:00
|
|
|
<Configuration name="Debug">
|
|
|
|
<Options>
|
2007-05-24 13:08:36 +00:00
|
|
|
<OutputPath>../../bin/</OutputPath>
|
2007-04-11 09:45:48 +00:00
|
|
|
</Options>
|
|
|
|
</Configuration>
|
|
|
|
<Configuration name="Release">
|
|
|
|
<Options>
|
2007-05-24 13:08:36 +00:00
|
|
|
<OutputPath>../../bin/</OutputPath>
|
2007-04-11 09:45:48 +00:00
|
|
|
</Options>
|
|
|
|
</Configuration>
|
|
|
|
|
2007-05-24 13:08:36 +00:00
|
|
|
<ReferencePath>../../bin/</ReferencePath>
|
2007-05-24 12:16:50 +00:00
|
|
|
<Reference name="System" localCopy="false"/>
|
|
|
|
<Reference name="System.Xml"/>
|
|
|
|
<Reference name="System.Data"/>
|
|
|
|
<Reference name="libsecondlife.dll"/>
|
|
|
|
<Files>
|
|
|
|
<Match pattern="*.cs" recurse="true"/>
|
|
|
|
</Files>
|
2007-04-11 09:45:48 +00:00
|
|
|
</Project>
|
|
|
|
|
2007-05-24 13:08:36 +00:00
|
|
|
<Project name="OpenGrid.Framework.Data.MySQL" path="OpenGridServices/OpenGrid.Framework.Data.MySQL" type="Library">
|
2007-04-11 09:45:48 +00:00
|
|
|
<Configuration name="Debug">
|
|
|
|
<Options>
|
2007-05-24 13:08:36 +00:00
|
|
|
<OutputPath>../../bin/</OutputPath>
|
2007-04-11 09:45:48 +00:00
|
|
|
</Options>
|
|
|
|
</Configuration>
|
|
|
|
<Configuration name="Release">
|
|
|
|
<Options>
|
2007-05-24 13:08:36 +00:00
|
|
|
<OutputPath>../../bin/</OutputPath>
|
2007-04-11 09:45:48 +00:00
|
|
|
</Options>
|
|
|
|
</Configuration>
|
|
|
|
|
2007-05-24 13:08:36 +00:00
|
|
|
<ReferencePath>../../bin/</ReferencePath>
|
2007-04-11 09:45:48 +00:00
|
|
|
<Reference name="System" localCopy="false"/>
|
2007-05-24 12:16:50 +00:00
|
|
|
<Reference name="System.Xml"/>
|
|
|
|
<Reference name="System.Data"/>
|
|
|
|
<Reference name="OpenGrid.Framework.Data"/>
|
|
|
|
<Reference name="libsecondlife.dll"/>
|
|
|
|
<Reference name="MySql.Data.dll"/>
|
2007-04-11 09:45:48 +00:00
|
|
|
<Files>
|
2007-05-24 12:16:50 +00:00
|
|
|
<Match pattern="*.cs" recurse="true"/>
|
2007-04-11 09:45:48 +00:00
|
|
|
</Files>
|
|
|
|
</Project>
|
|
|
|
|
2007-05-24 13:08:36 +00:00
|
|
|
<Project name="OpenGrid.Framework.Data.DB4o" path="OpenGridServices/OpenGrid.Framework.Data.DB4o" type="Library">
|
2007-04-11 09:45:48 +00:00
|
|
|
<Configuration name="Debug">
|
|
|
|
<Options>
|
2007-05-24 13:08:36 +00:00
|
|
|
<OutputPath>../../bin/</OutputPath>
|
2007-04-11 09:45:48 +00:00
|
|
|
</Options>
|
|
|
|
</Configuration>
|
|
|
|
<Configuration name="Release">
|
|
|
|
<Options>
|
2007-05-24 13:08:36 +00:00
|
|
|
<OutputPath>../../bin/</OutputPath>
|
2007-04-11 09:45:48 +00:00
|
|
|
</Options>
|
|
|
|
</Configuration>
|
|
|
|
|
2007-05-24 13:08:36 +00:00
|
|
|
<ReferencePath>../../bin/</ReferencePath>
|
2007-04-11 09:45:48 +00:00
|
|
|
<Reference name="System" localCopy="false"/>
|
|
|
|
<Reference name="System.Xml"/>
|
2007-05-24 12:16:50 +00:00
|
|
|
<Reference name="System.Data"/>
|
|
|
|
<Reference name="OpenGrid.Framework.Data"/>
|
2007-04-11 09:45:48 +00:00
|
|
|
<Reference name="libsecondlife.dll"/>
|
|
|
|
<Reference name="Db4objects.Db4o.dll"/>
|
|
|
|
<Files>
|
|
|
|
<Match pattern="*.cs" recurse="true"/>
|
|
|
|
</Files>
|
|
|
|
</Project>
|
|
|
|
|
2007-05-24 13:08:36 +00:00
|
|
|
<Project name="OpenGrid.Framework.Data.MSSQL" path="OpenGridServices/OpenGrid.Framework.Data.MSSQL" type="Library">
|
2007-04-11 09:45:48 +00:00
|
|
|
<Configuration name="Debug">
|
|
|
|
<Options>
|
2007-05-24 13:08:36 +00:00
|
|
|
<OutputPath>../../bin/</OutputPath>
|
2007-04-11 09:45:48 +00:00
|
|
|
</Options>
|
|
|
|
</Configuration>
|
|
|
|
<Configuration name="Release">
|
|
|
|
<Options>
|
2007-05-24 13:08:36 +00:00
|
|
|
<OutputPath>../../bin/</OutputPath>
|
2007-04-11 09:45:48 +00:00
|
|
|
</Options>
|
|
|
|
</Configuration>
|
|
|
|
|
2007-05-24 13:08:36 +00:00
|
|
|
<ReferencePath>../../bin/</ReferencePath>
|
2007-04-11 09:45:48 +00:00
|
|
|
<Reference name="System" localCopy="false"/>
|
|
|
|
<Reference name="System.Xml"/>
|
2007-05-24 12:16:50 +00:00
|
|
|
<Reference name="System.Data"/>
|
|
|
|
<Reference name="OpenGrid.Framework.Data"/>
|
2007-04-11 09:45:48 +00:00
|
|
|
<Reference name="libsecondlife.dll"/>
|
|
|
|
<Files>
|
|
|
|
<Match pattern="*.cs" recurse="true"/>
|
|
|
|
</Files>
|
|
|
|
</Project>
|
|
|
|
|
2007-05-24 13:08:36 +00:00
|
|
|
<Project name="OpenGrid.Framework.Data.SQLite" path="OpenGridServices/OpenGrid.Framework.Data.SQLite" type="Library">
|
2007-04-11 09:45:48 +00:00
|
|
|
<Configuration name="Debug">
|
|
|
|
<Options>
|
2007-05-24 13:08:36 +00:00
|
|
|
<OutputPath>../../bin/</OutputPath>
|
2007-04-11 09:45:48 +00:00
|
|
|
</Options>
|
|
|
|
</Configuration>
|
|
|
|
<Configuration name="Release">
|
|
|
|
<Options>
|
2007-05-24 13:08:36 +00:00
|
|
|
<OutputPath>../../bin/</OutputPath>
|
2007-04-11 09:45:48 +00:00
|
|
|
</Options>
|
|
|
|
</Configuration>
|
|
|
|
|
2007-05-24 13:08:36 +00:00
|
|
|
<ReferencePath>../../bin/</ReferencePath>
|
2007-04-11 09:45:48 +00:00
|
|
|
<Reference name="System" localCopy="false"/>
|
2007-05-24 12:16:50 +00:00
|
|
|
<Reference name="System.Xml"/>
|
|
|
|
<Reference name="System.Data"/>
|
|
|
|
<Reference name="System.Data.SQLite.dll"/>
|
|
|
|
<Reference name="OpenGrid.Framework.Data"/>
|
|
|
|
<Reference name="libsecondlife.dll"/>
|
2007-04-11 09:45:48 +00:00
|
|
|
<Files>
|
|
|
|
<Match pattern="*.cs" recurse="true"/>
|
|
|
|
</Files>
|
|
|
|
</Project>
|
|
|
|
|
2007-05-24 12:16:50 +00:00
|
|
|
<!-- OGS projects -->
|
|
|
|
|
2007-05-24 13:08:36 +00:00
|
|
|
<Project name="OpenGrid.Framework.Manager" path="OpenGridServices/OpenGrid.Framework.Manager" type="Library">
|
2007-04-11 09:45:48 +00:00
|
|
|
<Configuration name="Debug">
|
|
|
|
<Options>
|
2007-05-24 13:08:36 +00:00
|
|
|
<OutputPath>../../bin/</OutputPath>
|
2007-04-11 09:45:48 +00:00
|
|
|
</Options>
|
|
|
|
</Configuration>
|
|
|
|
<Configuration name="Release">
|
|
|
|
<Options>
|
2007-05-24 13:08:36 +00:00
|
|
|
<OutputPath>../../bin/</OutputPath>
|
2007-04-11 09:45:48 +00:00
|
|
|
</Options>
|
|
|
|
</Configuration>
|
|
|
|
|
2007-05-24 13:08:36 +00:00
|
|
|
<ReferencePath>../../bin/</ReferencePath>
|
2007-05-24 12:16:50 +00:00
|
|
|
<Reference name="System" localCopy="false"/>
|
2007-05-27 22:46:33 +00:00
|
|
|
<Reference name="OpenSim.Framework.dll"/>
|
|
|
|
<Reference name="OpenSim.Servers.dll"/>
|
2007-05-24 12:16:50 +00:00
|
|
|
<Reference name="libsecondlife.dll"/>
|
|
|
|
<Reference name="XMLRPC"/>
|
|
|
|
|
|
|
|
|
|
|
|
<Files>
|
|
|
|
<Match pattern="*.cs" recurse="true"/>
|
|
|
|
</Files>
|
2007-04-11 09:45:48 +00:00
|
|
|
</Project>
|
|
|
|
|
2007-05-24 12:16:50 +00:00
|
|
|
|
2007-05-24 13:08:36 +00:00
|
|
|
<Project name="ServiceManager" path="OpenGridServices/ServiceManager" type="Exe">
|
2007-04-11 09:45:48 +00:00
|
|
|
<Configuration name="Debug">
|
|
|
|
<Options>
|
2007-05-24 13:08:36 +00:00
|
|
|
<OutputPath>../../bin/</OutputPath>
|
2007-04-11 09:45:48 +00:00
|
|
|
</Options>
|
|
|
|
</Configuration>
|
|
|
|
<Configuration name="Release">
|
|
|
|
<Options>
|
2007-05-24 13:08:36 +00:00
|
|
|
<OutputPath>../../bin/</OutputPath>
|
2007-04-11 09:45:48 +00:00
|
|
|
</Options>
|
|
|
|
</Configuration>
|
|
|
|
|
2007-05-24 13:08:36 +00:00
|
|
|
<ReferencePath>../../bin/</ReferencePath>
|
2007-05-24 12:16:50 +00:00
|
|
|
<Reference name="System" localCopy="false"/>
|
|
|
|
<Reference name="System.ServiceProcess" localCopy="false"/>
|
|
|
|
<Reference name="System.Xml" localCopy="false"/>
|
2007-05-30 00:10:48 +00:00
|
|
|
<Reference name="libsecondlife.dll"/>
|
2007-05-30 00:24:31 +00:00
|
|
|
<Reference name="OpenSim.GenericConfig.Xml"/>
|
2007-04-11 09:45:48 +00:00
|
|
|
|
2007-05-24 12:16:50 +00:00
|
|
|
<Files>
|
|
|
|
<Match pattern="*.cs" recurse="true"/>
|
|
|
|
</Files>
|
2007-04-11 09:45:48 +00:00
|
|
|
</Project>
|
|
|
|
|
2007-05-24 12:16:50 +00:00
|
|
|
|
2007-05-24 13:08:36 +00:00
|
|
|
<Project name="OpenGridServices.GridServer" path="OpenGridServices/OpenGridServices.GridServer" type="Exe">
|
2007-04-11 09:45:48 +00:00
|
|
|
<Configuration name="Debug">
|
|
|
|
<Options>
|
2007-05-24 13:08:36 +00:00
|
|
|
<OutputPath>../../bin/</OutputPath>
|
2007-04-11 09:45:48 +00:00
|
|
|
</Options>
|
|
|
|
</Configuration>
|
|
|
|
<Configuration name="Release">
|
|
|
|
<Options>
|
2007-05-24 13:08:36 +00:00
|
|
|
<OutputPath>../../bin/</OutputPath>
|
2007-04-11 09:45:48 +00:00
|
|
|
</Options>
|
|
|
|
</Configuration>
|
|
|
|
|
2007-05-24 13:08:36 +00:00
|
|
|
<ReferencePath>../../bin/</ReferencePath>
|
2007-05-24 12:16:50 +00:00
|
|
|
<Reference name="System" localCopy="false"/>
|
|
|
|
<Reference name="System.Data" localCopy="false"/>
|
|
|
|
<Reference name="System.Xml" localCopy="false"/>
|
2007-04-11 09:45:48 +00:00
|
|
|
<Reference name="OpenSim.Framework"/>
|
2007-05-24 12:16:50 +00:00
|
|
|
<Reference name="OpenSim.Framework.Console"/>
|
|
|
|
<Reference name="OpenSim.Servers"/>
|
|
|
|
<Reference name="OpenGrid.Framework.Data"/>
|
|
|
|
<Reference name="OpenGrid.Framework.Manager"/>
|
2007-05-25 16:27:07 +00:00
|
|
|
<Reference name="OpenSim.GenericConfig.Xml"/>
|
2007-05-24 12:16:50 +00:00
|
|
|
<Reference name="libsecondlife.dll"/>
|
|
|
|
<Reference name="Db4objects.Db4o.dll"/>
|
|
|
|
<Reference name="XMLRPC"/>
|
2007-04-11 09:45:48 +00:00
|
|
|
|
2007-05-24 12:16:50 +00:00
|
|
|
<Files>
|
|
|
|
<Match pattern="*.cs" recurse="true"/>
|
|
|
|
</Files>
|
2007-04-11 09:45:48 +00:00
|
|
|
</Project>
|
|
|
|
|
2007-05-24 13:08:36 +00:00
|
|
|
<Project name="OpenGridServices.AssetServer" path="OpenGridServices/OpenGridServices.AssetServer" type="Exe">
|
2007-04-11 09:45:48 +00:00
|
|
|
<Configuration name="Debug">
|
|
|
|
<Options>
|
2007-05-24 13:08:36 +00:00
|
|
|
<OutputPath>../../bin/</OutputPath>
|
2007-04-11 09:45:48 +00:00
|
|
|
</Options>
|
|
|
|
</Configuration>
|
|
|
|
<Configuration name="Release">
|
|
|
|
<Options>
|
2007-05-24 13:08:36 +00:00
|
|
|
<OutputPath>../../bin/</OutputPath>
|
2007-04-11 09:45:48 +00:00
|
|
|
</Options>
|
|
|
|
</Configuration>
|
|
|
|
|
2007-05-24 13:08:36 +00:00
|
|
|
<ReferencePath>../../bin/</ReferencePath>
|
2007-05-24 12:16:50 +00:00
|
|
|
<Reference name="System" localCopy="false"/>
|
|
|
|
<Reference name="System.Data" localCopy="false"/>
|
|
|
|
<Reference name="System.Xml" localCopy="false"/>
|
2007-04-11 09:45:48 +00:00
|
|
|
<Reference name="OpenSim.Framework"/>
|
2007-05-24 12:16:50 +00:00
|
|
|
<Reference name="OpenSim.Framework.Console"/>
|
|
|
|
<Reference name="OpenSim.GridInterfaces.Local"/>
|
|
|
|
<Reference name="OpenSim.Servers"/>
|
|
|
|
<Reference name="libsecondlife.dll"/>
|
|
|
|
<Reference name="Db4objects.Db4o.dll"/>
|
|
|
|
<Reference name="XMLRPC"/>
|
2007-04-11 09:45:48 +00:00
|
|
|
|
2007-05-24 12:16:50 +00:00
|
|
|
<Files>
|
|
|
|
<Match pattern="*.cs" recurse="true"/>
|
|
|
|
</Files>
|
2007-04-11 09:45:48 +00:00
|
|
|
</Project>
|
|
|
|
|
2007-05-24 13:08:36 +00:00
|
|
|
<Project name="OpenGridServices.UserServer" path="OpenGridServices/OpenGridServices.UserServer" type="Exe">
|
2007-04-11 09:45:48 +00:00
|
|
|
<Configuration name="Debug">
|
|
|
|
<Options>
|
2007-05-24 13:08:36 +00:00
|
|
|
<OutputPath>../../bin/</OutputPath>
|
2007-04-11 09:45:48 +00:00
|
|
|
</Options>
|
|
|
|
</Configuration>
|
|
|
|
<Configuration name="Release">
|
|
|
|
<Options>
|
2007-05-24 13:08:36 +00:00
|
|
|
<OutputPath>../../bin/</OutputPath>
|
2007-04-11 09:45:48 +00:00
|
|
|
</Options>
|
|
|
|
</Configuration>
|
2007-05-24 12:16:50 +00:00
|
|
|
|
2007-05-24 13:08:36 +00:00
|
|
|
<ReferencePath>../../bin/</ReferencePath>
|
2007-05-24 12:16:50 +00:00
|
|
|
<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="OpenGrid.Framework.Data"/>
|
2007-05-25 16:27:07 +00:00
|
|
|
<Reference name="OpenSim.GenericConfig.Xml"/>
|
2007-05-24 12:16:50 +00:00
|
|
|
<Reference name="OpenSim.Servers"/>
|
|
|
|
<Reference name="libsecondlife.dll"/>
|
|
|
|
<Reference name="Db4objects.Db4o.dll"/>
|
|
|
|
<Reference name="XMLRPC"/>
|
2007-04-11 09:45:48 +00:00
|
|
|
|
2007-05-24 12:16:50 +00:00
|
|
|
<Files>
|
|
|
|
<Match pattern="*.cs" recurse="true"/>
|
|
|
|
</Files>
|
2007-04-11 09:45:48 +00:00
|
|
|
</Project>
|
|
|
|
|
2007-05-24 12:16:50 +00:00
|
|
|
|
|
|
|
|
2007-05-24 13:08:36 +00:00
|
|
|
<Project name="OpenGrid.Config.GridConfigDb4o" path="OpenGridServices/OpenGrid.Config/GridConfigDb4o" type="Library">
|
2007-04-11 09:45:48 +00:00
|
|
|
<Configuration name="Debug">
|
|
|
|
<Options>
|
2007-05-24 13:08:36 +00:00
|
|
|
<OutputPath>../../../bin/</OutputPath>
|
2007-04-11 09:45:48 +00:00
|
|
|
</Options>
|
|
|
|
</Configuration>
|
|
|
|
<Configuration name="Release">
|
|
|
|
<Options>
|
2007-05-24 13:08:36 +00:00
|
|
|
<OutputPath>../../../bin/</OutputPath>
|
2007-04-11 09:45:48 +00:00
|
|
|
</Options>
|
|
|
|
</Configuration>
|
|
|
|
|
2007-05-24 13:08:36 +00:00
|
|
|
<ReferencePath>../../../bin/</ReferencePath>
|
2007-04-11 09:45:48 +00:00
|
|
|
<Reference name="System" localCopy="false"/>
|
2007-05-24 12:16:50 +00:00
|
|
|
<Reference name="System.Data.dll"/>
|
2007-04-11 09:45:48 +00:00
|
|
|
<Reference name="System.Xml"/>
|
|
|
|
<Reference name="libsecondlife.dll"/>
|
|
|
|
<Reference name="Db4objects.Db4o.dll"/>
|
|
|
|
<Reference name="OpenSim.Framework"/>
|
|
|
|
<Reference name="OpenSim.Framework.Console"/>
|
|
|
|
<Files>
|
|
|
|
<Match pattern="*.cs" recurse="true"/>
|
|
|
|
</Files>
|
|
|
|
</Project>
|
|
|
|
|
2007-05-24 13:08:36 +00:00
|
|
|
<Project name="OpenUser.Config.UserConfigDb4o" path="OpenGridServices/OpenUser.Config/UserConfigDb4o" type="Library">
|
2007-04-11 09:45:48 +00:00
|
|
|
<Configuration name="Debug">
|
|
|
|
<Options>
|
2007-05-24 13:08:36 +00:00
|
|
|
<OutputPath>../../../bin/</OutputPath>
|
2007-04-11 09:45:48 +00:00
|
|
|
</Options>
|
|
|
|
</Configuration>
|
|
|
|
<Configuration name="Release">
|
|
|
|
<Options>
|
2007-05-24 13:08:36 +00:00
|
|
|
<OutputPath>../../../bin/</OutputPath>
|
2007-04-11 09:45:48 +00:00
|
|
|
</Options>
|
|
|
|
</Configuration>
|
|
|
|
|
2007-05-24 13:08:36 +00:00
|
|
|
<ReferencePath>../../../bin/</ReferencePath>
|
2007-04-11 09:45:48 +00:00
|
|
|
<Reference name="System" localCopy="false"/>
|
2007-05-24 12:16:50 +00:00
|
|
|
<Reference name="System.Data.dll"/>
|
2007-04-11 09:45:48 +00:00
|
|
|
<Reference name="System.Xml"/>
|
|
|
|
<Reference name="libsecondlife.dll"/>
|
|
|
|
<Reference name="Db4objects.Db4o.dll"/>
|
|
|
|
<Reference name="OpenSim.Framework"/>
|
|
|
|
<Reference name="OpenSim.Framework.Console"/>
|
|
|
|
<Files>
|
|
|
|
<Match pattern="*.cs" recurse="true"/>
|
|
|
|
</Files>
|
|
|
|
</Project>
|
|
|
|
|
2007-05-24 12:16:50 +00:00
|
|
|
</Solution>
|
2007-04-11 09:45:48 +00:00
|
|
|
|
|
|
|
|
|
|
|
<!-- 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>
|
|
|
|
|
|
|
|
|