2007-04-11 07:33:14 +00:00
|
|
|
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
2007-04-02 10:46:59 +00:00
|
|
|
<PropertyGroup>
|
|
|
|
<ProjectType>Local</ProjectType>
|
|
|
|
<ProductVersion>8.0.50727</ProductVersion>
|
|
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
|
|
<ProjectGuid>{632E1BFD-0000-0000-0000-000000000000}</ProjectGuid>
|
|
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
2007-04-11 07:33:14 +00:00
|
|
|
<ApplicationIcon></ApplicationIcon>
|
2007-04-02 10:46:59 +00:00
|
|
|
<AssemblyKeyContainerName>
|
|
|
|
</AssemblyKeyContainerName>
|
|
|
|
<AssemblyName>OpenSim.RegionServer</AssemblyName>
|
|
|
|
<DefaultClientScript>JScript</DefaultClientScript>
|
|
|
|
<DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
|
|
|
|
<DefaultTargetSchema>IE50</DefaultTargetSchema>
|
|
|
|
<DelaySign>false</DelaySign>
|
|
|
|
<OutputType>Library</OutputType>
|
2007-04-11 07:33:14 +00:00
|
|
|
<AppDesignerFolder></AppDesignerFolder>
|
2007-04-02 10:46:59 +00:00
|
|
|
<RootNamespace>OpenSim.RegionServer</RootNamespace>
|
2007-04-11 07:33:14 +00:00
|
|
|
<StartupObject></StartupObject>
|
2007-04-02 10:46:59 +00:00
|
|
|
<FileUpgradeFlags>
|
|
|
|
</FileUpgradeFlags>
|
|
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
|
|
<AllowUnsafeBlocks>False</AllowUnsafeBlocks>
|
|
|
|
<BaseAddress>285212672</BaseAddress>
|
|
|
|
<CheckForOverflowUnderflow>False</CheckForOverflowUnderflow>
|
|
|
|
<ConfigurationOverrideFile>
|
|
|
|
</ConfigurationOverrideFile>
|
|
|
|
<DefineConstants>TRACE;DEBUG</DefineConstants>
|
2007-04-11 07:33:14 +00:00
|
|
|
<DocumentationFile></DocumentationFile>
|
2007-04-02 10:46:59 +00:00
|
|
|
<DebugSymbols>True</DebugSymbols>
|
|
|
|
<FileAlignment>4096</FileAlignment>
|
|
|
|
<Optimize>False</Optimize>
|
|
|
|
<OutputPath>..\bin\</OutputPath>
|
|
|
|
<RegisterForComInterop>False</RegisterForComInterop>
|
|
|
|
<RemoveIntegerChecks>False</RemoveIntegerChecks>
|
|
|
|
<TreatWarningsAsErrors>False</TreatWarningsAsErrors>
|
|
|
|
<WarningLevel>4</WarningLevel>
|
2007-04-11 07:33:14 +00:00
|
|
|
<NoWarn></NoWarn>
|
2007-04-02 10:46:59 +00:00
|
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
|
|
<AllowUnsafeBlocks>False</AllowUnsafeBlocks>
|
|
|
|
<BaseAddress>285212672</BaseAddress>
|
|
|
|
<CheckForOverflowUnderflow>False</CheckForOverflowUnderflow>
|
|
|
|
<ConfigurationOverrideFile>
|
|
|
|
</ConfigurationOverrideFile>
|
|
|
|
<DefineConstants>TRACE</DefineConstants>
|
2007-04-11 07:33:14 +00:00
|
|
|
<DocumentationFile></DocumentationFile>
|
2007-04-02 10:46:59 +00:00
|
|
|
<DebugSymbols>False</DebugSymbols>
|
|
|
|
<FileAlignment>4096</FileAlignment>
|
|
|
|
<Optimize>True</Optimize>
|
|
|
|
<OutputPath>..\bin\</OutputPath>
|
|
|
|
<RegisterForComInterop>False</RegisterForComInterop>
|
|
|
|
<RemoveIntegerChecks>False</RemoveIntegerChecks>
|
|
|
|
<TreatWarningsAsErrors>False</TreatWarningsAsErrors>
|
|
|
|
<WarningLevel>4</WarningLevel>
|
2007-04-11 07:33:14 +00:00
|
|
|
<NoWarn></NoWarn>
|
2007-04-02 10:46:59 +00:00
|
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
2007-04-11 07:33:14 +00:00
|
|
|
<Reference Include="System" >
|
2007-04-02 10:46:59 +00:00
|
|
|
<HintPath>System.dll</HintPath>
|
|
|
|
<Private>False</Private>
|
|
|
|
</Reference>
|
2007-04-11 07:33:14 +00:00
|
|
|
<Reference Include="System.Xml" >
|
2007-04-02 10:46:59 +00:00
|
|
|
<HintPath>System.Xml.dll</HintPath>
|
|
|
|
<Private>False</Private>
|
|
|
|
</Reference>
|
2007-04-11 07:33:14 +00:00
|
|
|
<Reference Include="libsecondlife.dll" >
|
2007-04-02 10:46:59 +00:00
|
|
|
<HintPath>..\bin\libsecondlife.dll</HintPath>
|
|
|
|
<Private>False</Private>
|
|
|
|
</Reference>
|
2007-04-11 07:33:14 +00:00
|
|
|
<Reference Include="Axiom.MathLib.dll" >
|
2007-04-02 10:46:59 +00:00
|
|
|
<HintPath>..\bin\Axiom.MathLib.dll</HintPath>
|
|
|
|
<Private>False</Private>
|
|
|
|
</Reference>
|
2007-04-11 07:33:14 +00:00
|
|
|
<Reference Include="Db4objects.Db4o.dll" >
|
2007-04-02 10:46:59 +00:00
|
|
|
<HintPath>..\bin\Db4objects.Db4o.dll</HintPath>
|
|
|
|
<Private>False</Private>
|
|
|
|
</Reference>
|
|
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
2007-04-11 07:33:14 +00:00
|
|
|
<ProjectReference Include="..\OpenSim.Terrain.BasicTerrain\OpenSim.Terrain.BasicTerrain.csproj">
|
|
|
|
<Name>OpenSim.Terrain.BasicTerrain</Name>
|
|
|
|
<Project>{2270B8FE-0000-0000-0000-000000000000}</Project>
|
|
|
|
<Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package>
|
|
|
|
<Private>False</Private>
|
|
|
|
</ProjectReference>
|
2007-04-02 10:46:59 +00:00
|
|
|
<ProjectReference Include="..\OpenSim.Framework\OpenSim.Framework.csproj">
|
|
|
|
<Name>OpenSim.Framework</Name>
|
|
|
|
<Project>{8ACA2445-0000-0000-0000-000000000000}</Project>
|
|
|
|
<Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package>
|
2007-04-11 07:33:14 +00:00
|
|
|
<Private>False</Private>
|
2007-04-02 10:46:59 +00:00
|
|
|
</ProjectReference>
|
|
|
|
<ProjectReference Include="..\OpenSim.Framework.Console\OpenSim.Framework.Console.csproj">
|
|
|
|
<Name>OpenSim.Framework.Console</Name>
|
|
|
|
<Project>{A7CD0630-0000-0000-0000-000000000000}</Project>
|
|
|
|
<Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package>
|
2007-04-11 07:33:14 +00:00
|
|
|
<Private>False</Private>
|
2007-04-02 10:46:59 +00:00
|
|
|
</ProjectReference>
|
2007-04-02 15:48:01 +00:00
|
|
|
<ProjectReference Include="..\OpenSim.GenericConfig\Xml\OpenSim.GenericConfig.Xml.csproj">
|
|
|
|
<Name>OpenSim.GenericConfig.Xml</Name>
|
|
|
|
<Project>{E88EF749-0000-0000-0000-000000000000}</Project>
|
|
|
|
<Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package>
|
2007-04-11 07:33:14 +00:00
|
|
|
<Private>False</Private>
|
2007-04-02 15:48:01 +00:00
|
|
|
</ProjectReference>
|
2007-04-02 10:46:59 +00:00
|
|
|
<ProjectReference Include="..\OpenSim.Physics\Manager\OpenSim.Physics.Manager.csproj">
|
|
|
|
<Name>OpenSim.Physics.Manager</Name>
|
|
|
|
<Project>{8BE16150-0000-0000-0000-000000000000}</Project>
|
|
|
|
<Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package>
|
2007-04-11 07:33:14 +00:00
|
|
|
<Private>False</Private>
|
2007-04-02 10:46:59 +00:00
|
|
|
</ProjectReference>
|
2007-04-11 13:40:29 +00:00
|
|
|
<ProjectReference Include="..\OpenSim.Servers\OpenSim.Servers.csproj">
|
2007-04-02 10:46:59 +00:00
|
|
|
<Name>OpenSim.Servers</Name>
|
|
|
|
<Project>{8BB20F0A-0000-0000-0000-000000000000}</Project>
|
|
|
|
<Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package>
|
2007-04-11 07:33:14 +00:00
|
|
|
<Private>False</Private>
|
2007-04-02 10:46:59 +00:00
|
|
|
</ProjectReference>
|
|
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
|
|
<Compile Include="AgentAssetUpload.cs">
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
</Compile>
|
|
|
|
<Compile Include="ConsoleCmds.cs">
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
</Compile>
|
|
|
|
<Compile Include="Grid.cs">
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
</Compile>
|
|
|
|
<Compile Include="OpenSimMain.cs">
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
</Compile>
|
|
|
|
<Compile Include="OpenSimNetworkHandler.cs">
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
</Compile>
|
|
|
|
<Compile Include="PacketServer.cs">
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
</Compile>
|
|
|
|
<Compile Include="QueItem.cs">
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
</Compile>
|
2007-04-02 15:48:01 +00:00
|
|
|
<Compile Include="RegionInfo.cs">
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
</Compile>
|
2007-04-02 10:46:59 +00:00
|
|
|
<Compile Include="SimClient.cs">
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
</Compile>
|
|
|
|
<Compile Include="SimConsole.cs">
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
</Compile>
|
|
|
|
<Compile Include="VersionInfo.cs">
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
</Compile>
|
|
|
|
<Compile Include="Assets\AssetCache.cs">
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
</Compile>
|
|
|
|
<Compile Include="Assets\InventoryCache.cs">
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
</Compile>
|
|
|
|
<Compile Include="CAPS\AdminWebFront.cs">
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
</Compile>
|
|
|
|
<Compile Include="types\Mesh.cs">
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
</Compile>
|
|
|
|
<Compile Include="types\Triangle.cs">
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
</Compile>
|
|
|
|
<Compile Include="world\Avatar.cs">
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
</Compile>
|
|
|
|
<Compile Include="world\AvatarAnimations.cs">
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
</Compile>
|
2007-04-04 16:31:35 +00:00
|
|
|
<Compile Include="world\AvatarClient.cs">
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
</Compile>
|
|
|
|
<Compile Include="world\AvatarUpdate.cs">
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
</Compile>
|
2007-04-02 10:46:59 +00:00
|
|
|
<Compile Include="world\Entity.cs">
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
</Compile>
|
|
|
|
<Compile Include="world\Primitive.cs">
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
</Compile>
|
2007-04-04 14:56:09 +00:00
|
|
|
<Compile Include="world\Primitive2.cs">
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
</Compile>
|
2007-04-02 10:46:59 +00:00
|
|
|
<Compile Include="world\ScriptEngine.cs">
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
</Compile>
|
|
|
|
<Compile Include="world\SurfacePatch.cs">
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
</Compile>
|
|
|
|
<Compile Include="world\World.cs">
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
</Compile>
|
2007-04-04 18:26:33 +00:00
|
|
|
<Compile Include="world\WorldPacketHandlers.cs">
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
</Compile>
|
2007-04-11 09:45:48 +00:00
|
|
|
<Compile Include="world\WorldScripting.cs">
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
</Compile>
|
2007-04-02 10:46:59 +00:00
|
|
|
<Compile Include="world\scripting\IScript.cs">
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
</Compile>
|
2007-04-03 16:50:17 +00:00
|
|
|
<Compile Include="world\scripting\IScriptContext.cs">
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
</Compile>
|
2007-04-03 19:12:07 +00:00
|
|
|
<Compile Include="world\scripting\IScriptEntity.cs">
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
</Compile>
|
2007-04-03 16:50:17 +00:00
|
|
|
<Compile Include="world\scripting\IScriptHandler.cs">
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
</Compile>
|
|
|
|
<Compile Include="world\scripting\Script.cs">
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
</Compile>
|
2007-04-03 20:08:30 +00:00
|
|
|
<Compile Include="world\scripting\ScriptFactory.cs">
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
</Compile>
|
|
|
|
<Compile Include="world\scripting\Scripts\FollowRandomAvatar.cs">
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
</Compile>
|
2007-04-02 10:46:59 +00:00
|
|
|
</ItemGroup>
|
|
|
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSHARP.Targets" />
|
|
|
|
<PropertyGroup>
|
|
|
|
<PreBuildEvent>
|
|
|
|
</PreBuildEvent>
|
|
|
|
<PostBuildEvent>
|
|
|
|
</PostBuildEvent>
|
|
|
|
</PropertyGroup>
|
2007-04-11 07:33:14 +00:00
|
|
|
</Project>
|