<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>{DC3698B2-0000-0000-0000-000000000000}</ProjectGuid> <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> <ApplicationIcon></ApplicationIcon> <AssemblyKeyContainerName> </AssemblyKeyContainerName> <AssemblyName>OpenSim.Region.ClientStack</AssemblyName> <DefaultClientScript>JScript</DefaultClientScript> <DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout> <DefaultTargetSchema>IE50</DefaultTargetSchema> <DelaySign>false</DelaySign> <OutputType>Library</OutputType> <AppDesignerFolder></AppDesignerFolder> <RootNamespace>OpenSim.Region.ClientStack</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="Axiom.MathLib.dll" > <HintPath>..\..\..\bin\Axiom.MathLib.dll</HintPath> <Private>False</Private> </Reference> <Reference Include="Db4objects.Db4o.dll" > <HintPath>..\..\..\bin\Db4objects.Db4o.dll</HintPath> <Private>False</Private> </Reference> <Reference Include="libsecondlife.dll" > <HintPath>..\..\..\bin\libsecondlife.dll</HintPath> <Private>False</Private> </Reference> <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="XMLRPC.dll" > <HintPath>..\..\..\bin\XMLRPC.dll</HintPath> <Private>False</Private> </Reference> </ItemGroup> <ItemGroup> <ProjectReference Include="..\..\Framework\General\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="..\..\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="..\..\Framework\Servers\OpenSim.Framework.Servers.csproj"> <Name>OpenSim.Framework.Servers</Name> <Project>{2CC71860-0000-0000-0000-000000000000}</Project> <Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package> <Private>False</Private> </ProjectReference> <ProjectReference Include="..\Caches\OpenSim.Region.Caches.csproj"> <Name>OpenSim.Region.Caches</Name> <Project>{61FCCDB3-0000-0000-0000-000000000000}</Project> <Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package> <Private>False</Private> </ProjectReference> <ProjectReference Include="..\Physics\Manager\OpenSim.Region.Physics.Manager.csproj"> <Name>OpenSim.Region.Physics.Manager</Name> <Project>{F4FF31EB-0000-0000-0000-000000000000}</Project> <Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package> <Private>False</Private> </ProjectReference> <ProjectReference Include="..\Terrain.BasicTerrain\OpenSim.Region.Terrain.BasicTerrain.csproj"> <Name>OpenSim.Region.Terrain.BasicTerrain</Name> <Project>{C9E0F891-0000-0000-0000-000000000000}</Project> <Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package> <Private>False</Private> </ProjectReference> </ItemGroup> <ItemGroup> <Compile Include="ClientStackNetworkHandler.cs"> <SubType>Code</SubType> </Compile> <Compile Include="ClientView.AgentAssetUpload.cs"> <SubType>Code</SubType> </Compile> <Compile Include="ClientView.API.cs"> <SubType>Code</SubType> </Compile> <Compile Include="ClientView.cs"> <SubType>Code</SubType> </Compile> <Compile Include="ClientView.PacketHandlers.cs"> <SubType>Code</SubType> </Compile> <Compile Include="ClientView.ProcessPackets.cs"> <SubType>Code</SubType> </Compile> <Compile Include="ClientViewBase.cs"> <SubType>Code</SubType> </Compile> <Compile Include="PacketServer.cs"> <SubType>Code</SubType> </Compile> <Compile Include="RegionApplicationBase.cs"> <SubType>Code</SubType> </Compile> <Compile Include="UDPServer.cs"> <SubType>Code</SubType> </Compile> <Compile Include="Assets\InventoryCache.cs"> <SubType>Code</SubType> </Compile> </ItemGroup> <Import Project="$(MSBuildBinPath)\Microsoft.CSHARP.Targets" /> <PropertyGroup> <PreBuildEvent> </PreBuildEvent> <PostBuildEvent> </PostBuildEvent> </PropertyGroup> </Project>