From f22e27498e5e7fa2c0eee1e45a89dd0e107e57f9 Mon Sep 17 00:00:00 2001 From: mingchen Date: Sun, 3 Jun 2007 16:02:08 +0000 Subject: Added Basic Parcel Support *Created Parcel class to handle each parcel *Created ParcelManager class to handle the Parcel Object *For now, by default it is assigned to a fake avatar key and set for sale to L$0 --- Common/OpenSim.Servers/OpenSim.Servers.csproj | 260 +++++++++++++------------- 1 file changed, 130 insertions(+), 130 deletions(-) (limited to 'Common/OpenSim.Servers') diff --git a/Common/OpenSim.Servers/OpenSim.Servers.csproj b/Common/OpenSim.Servers/OpenSim.Servers.csproj index 87d6f5a..6768ce4 100644 --- a/Common/OpenSim.Servers/OpenSim.Servers.csproj +++ b/Common/OpenSim.Servers/OpenSim.Servers.csproj @@ -1,130 +1,130 @@ -<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> - <PropertyGroup> - <ProjectType>Local</ProjectType> - <ProductVersion>8.0.50727</ProductVersion> - <SchemaVersion>2.0</SchemaVersion> - <ProjectGuid>{111F9E8F-0000-0000-0000-000000000000}</ProjectGuid> - <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> - <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> - <ApplicationIcon></ApplicationIcon> - <AssemblyKeyContainerName> - </AssemblyKeyContainerName> - <AssemblyName>OpenSim.Servers</AssemblyName> - <DefaultClientScript>JScript</DefaultClientScript> - <DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout> - <DefaultTargetSchema>IE50</DefaultTargetSchema> - <DelaySign>false</DelaySign> - <OutputType>Library</OutputType> - <AppDesignerFolder></AppDesignerFolder> - <RootNamespace>OpenSim.Servers</RootNamespace> - <StartupObject></StartupObject> - <FileUpgradeFlags> - </FileUpgradeFlags> - </PropertyGroup> - <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> - <AllowUnsafeBlocks>False</AllowUnsafeBlocks> - <BaseAddress>285212672</BaseAddress> - <CheckForOverflowUnderflow>False</CheckForOverflowUnderflow> - <ConfigurationOverrideFile> - </ConfigurationOverrideFile> - <DefineConstants>TRACE</DefineConstants> - <DocumentationFile></DocumentationFile> - <DebugSymbols>False</DebugSymbols> - <FileAlignment>4096</FileAlignment> - <Optimize>True</Optimize> - <OutputPath>../../bin/</OutputPath> - <RegisterForComInterop>False</RegisterForComInterop> - <RemoveIntegerChecks>False</RemoveIntegerChecks> - <TreatWarningsAsErrors>False</TreatWarningsAsErrors> - <WarningLevel>4</WarningLevel> - <NoWarn></NoWarn> - </PropertyGroup> - <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> - <AllowUnsafeBlocks>False</AllowUnsafeBlocks> - <BaseAddress>285212672</BaseAddress> - <CheckForOverflowUnderflow>False</CheckForOverflowUnderflow> - <ConfigurationOverrideFile> - </ConfigurationOverrideFile> - <DefineConstants>TRACE;DEBUG</DefineConstants> - <DocumentationFile></DocumentationFile> - <DebugSymbols>True</DebugSymbols> - <FileAlignment>4096</FileAlignment> - <Optimize>False</Optimize> - <OutputPath>../../bin/</OutputPath> - <RegisterForComInterop>False</RegisterForComInterop> - <RemoveIntegerChecks>False</RemoveIntegerChecks> - <TreatWarningsAsErrors>False</TreatWarningsAsErrors> - <WarningLevel>4</WarningLevel> - <NoWarn></NoWarn> - </PropertyGroup> - <ItemGroup> - <Reference Include="System" > - <HintPath>System.dll</HintPath> - <Private>False</Private> - </Reference> - <Reference Include="System.Xml" > - <HintPath>System.Xml.dll</HintPath> - <Private>False</Private> - </Reference> - <Reference Include="libsecondlife.dll" > - <HintPath>..\..\bin\libsecondlife.dll</HintPath> - <Private>False</Private> - </Reference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="../OpenSim.Framework/OpenSim.Framework.csproj"> - <Name>OpenSim.Framework</Name> - <Project>{7404933D-0000-0000-0000-000000000000}</Project> - <Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package> - <Private>False</Private> - </ProjectReference> - <ProjectReference Include="../OpenSim.Framework.Console/OpenSim.Framework.Console.csproj"> - <Name>OpenSim.Framework.Console</Name> - <Project>{16759386-0000-0000-0000-000000000000}</Project> - <Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package> - <Private>False</Private> - </ProjectReference> - <ProjectReference Include="../XmlRpcCS/XMLRPC.csproj"> - <Name>XMLRPC</Name> - <Project>{9A8B526E-0000-0000-0000-000000000000}</Project> - <Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package> - <Private>False</Private> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <Compile Include="BaseHttpServer.cs"> - <SubType>Code</SubType> - </Compile> - <Compile Include="BaseServer.cs"> - <SubType>Code</SubType> - </Compile> - <Compile Include="CheckSumServer.cs"> - <SubType>Code</SubType> - </Compile> - <Compile Include="IRestHandler.cs"> - <SubType>Code</SubType> - </Compile> - <Compile Include="LocalUserProfileManager.cs"> - <SubType>Code</SubType> - </Compile> - <Compile Include="LoginResponse.cs"> - <SubType>Code</SubType> - </Compile> - <Compile Include="LoginServer.cs"> - <SubType>Code</SubType> - </Compile> - <Compile Include="UDPServerBase.cs"> - <SubType>Code</SubType> - </Compile> - <Compile Include="XmlRpcMethod.cs"> - <SubType>Code</SubType> - </Compile> - </ItemGroup> - <Import Project="$(MSBuildBinPath)\Microsoft.CSHARP.Targets" /> - <PropertyGroup> - <PreBuildEvent> - </PreBuildEvent> - <PostBuildEvent> - </PostBuildEvent> - </PropertyGroup> -</Project> +<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> + <PropertyGroup> + <ProjectType>Local</ProjectType> + <ProductVersion>8.0.50727</ProductVersion> + <SchemaVersion>2.0</SchemaVersion> + <ProjectGuid>{8BB20F0A-0000-0000-0000-000000000000}</ProjectGuid> + <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> + <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> + <ApplicationIcon></ApplicationIcon> + <AssemblyKeyContainerName> + </AssemblyKeyContainerName> + <AssemblyName>OpenSim.Servers</AssemblyName> + <DefaultClientScript>JScript</DefaultClientScript> + <DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout> + <DefaultTargetSchema>IE50</DefaultTargetSchema> + <DelaySign>false</DelaySign> + <OutputType>Library</OutputType> + <AppDesignerFolder></AppDesignerFolder> + <RootNamespace>OpenSim.Servers</RootNamespace> + <StartupObject></StartupObject> + <FileUpgradeFlags> + </FileUpgradeFlags> + </PropertyGroup> + <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> + <AllowUnsafeBlocks>False</AllowUnsafeBlocks> + <BaseAddress>285212672</BaseAddress> + <CheckForOverflowUnderflow>False</CheckForOverflowUnderflow> + <ConfigurationOverrideFile> + </ConfigurationOverrideFile> + <DefineConstants>TRACE;DEBUG</DefineConstants> + <DocumentationFile></DocumentationFile> + <DebugSymbols>True</DebugSymbols> + <FileAlignment>4096</FileAlignment> + <Optimize>False</Optimize> + <OutputPath>..\..\bin\</OutputPath> + <RegisterForComInterop>False</RegisterForComInterop> + <RemoveIntegerChecks>False</RemoveIntegerChecks> + <TreatWarningsAsErrors>False</TreatWarningsAsErrors> + <WarningLevel>4</WarningLevel> + <NoWarn></NoWarn> + </PropertyGroup> + <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> + <AllowUnsafeBlocks>False</AllowUnsafeBlocks> + <BaseAddress>285212672</BaseAddress> + <CheckForOverflowUnderflow>False</CheckForOverflowUnderflow> + <ConfigurationOverrideFile> + </ConfigurationOverrideFile> + <DefineConstants>TRACE</DefineConstants> + <DocumentationFile></DocumentationFile> + <DebugSymbols>False</DebugSymbols> + <FileAlignment>4096</FileAlignment> + <Optimize>True</Optimize> + <OutputPath>..\..\bin\</OutputPath> + <RegisterForComInterop>False</RegisterForComInterop> + <RemoveIntegerChecks>False</RemoveIntegerChecks> + <TreatWarningsAsErrors>False</TreatWarningsAsErrors> + <WarningLevel>4</WarningLevel> + <NoWarn></NoWarn> + </PropertyGroup> + <ItemGroup> + <Reference Include="System" > + <HintPath>System.dll</HintPath> + <Private>False</Private> + </Reference> + <Reference Include="System.Xml" > + <HintPath>System.Xml.dll</HintPath> + <Private>False</Private> + </Reference> + <Reference Include="libsecondlife.dll" > + <HintPath>..\..\bin\libsecondlife.dll</HintPath> + <Private>False</Private> + </Reference> + </ItemGroup> + <ItemGroup> + <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> + <Private>False</Private> + </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> + <Private>False</Private> + </ProjectReference> + <ProjectReference Include="..\XmlRpcCS\XMLRPC.csproj"> + <Name>XMLRPC</Name> + <Project>{8E81D43C-0000-0000-0000-000000000000}</Project> + <Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package> + <Private>False</Private> + </ProjectReference> + </ItemGroup> + <ItemGroup> + <Compile Include="LoginServer.cs"> + <SubType>Code</SubType> + </Compile> + <Compile Include="BaseHttpServer.cs"> + <SubType>Code</SubType> + </Compile> + <Compile Include="BaseServer.cs"> + <SubType>Code</SubType> + </Compile> + <Compile Include="IRestHandler.cs"> + <SubType>Code</SubType> + </Compile> + <Compile Include="LocalUserProfileManager.cs"> + <SubType>Code</SubType> + </Compile> + <Compile Include="XmlRpcMethod.cs"> + <SubType>Code</SubType> + </Compile> + <Compile Include="LoginResponse.cs"> + <SubType>Code</SubType> + </Compile> + <Compile Include="CheckSumServer.cs"> + <SubType>Code</SubType> + </Compile> + <Compile Include="UDPServerBase.cs"> + <SubType>Code</SubType> + </Compile> + </ItemGroup> + <Import Project="$(MSBuildBinPath)\Microsoft.CSHARP.Targets" /> + <PropertyGroup> + <PreBuildEvent> + </PreBuildEvent> + <PostBuildEvent> + </PostBuildEvent> + </PropertyGroup> +</Project> -- cgit v1.1