Files
libremetaverse/libsecondlife/libsecondlife.csproj
John Hurliman a8567851d6 * Added HttpBase that serves as the foundation for the new CAPS system
* Rewrote CAPS to use HttpBase, connections now have 30 second timeouts and automatic retrying
* Implemented the static logging function in SecondLife
* Fixed a crash in the GotoLandmark command
* Removed some debug logging from FriendsManager
* Fixed an exception in libsecondlife.Utilities.GetWaterType()

git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@1340 52acb1d6-8a22-11de-b505-999d5b087335
2007-08-01 13:44:27 +00:00

176 lines
6.3 KiB
XML

<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>{D9CDEDFB-8169-4B03-B57F-0DF638F044EC}</ProjectGuid>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ApplicationIcon>
</ApplicationIcon>
<AssemblyKeyContainerName>
</AssemblyKeyContainerName>
<AssemblyName>libsecondlife</AssemblyName>
<AssemblyOriginatorKeyFile>
</AssemblyOriginatorKeyFile>
<DefaultClientScript>JScript</DefaultClientScript>
<DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
<DefaultTargetSchema>IE50</DefaultTargetSchema>
<DelaySign>false</DelaySign>
<OutputType>Library</OutputType>
<RootNamespace>libsecondlife</RootNamespace>
<RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
<StartupObject>
</StartupObject>
<FileUpgradeFlags>
</FileUpgradeFlags>
<UpgradeBackupLocation>
</UpgradeBackupLocation>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<OutputPath>..\bin\</OutputPath>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<BaseAddress>285212672</BaseAddress>
<CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
<ConfigurationOverrideFile>
</ConfigurationOverrideFile>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<DocumentationFile>
</DocumentationFile>
<DebugSymbols>true</DebugSymbols>
<FileAlignment>4096</FileAlignment>
<NoStdLib>false</NoStdLib>
<NoWarn>
</NoWarn>
<Optimize>false</Optimize>
<RegisterForComInterop>false</RegisterForComInterop>
<RemoveIntegerChecks>false</RemoveIntegerChecks>
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
<WarningLevel>4</WarningLevel>
<DebugType>full</DebugType>
<ErrorReport>prompt</ErrorReport>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<OutputPath>..\bin\</OutputPath>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<BaseAddress>285212672</BaseAddress>
<CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
<ConfigurationOverrideFile>
</ConfigurationOverrideFile>
<DefineConstants>TRACE</DefineConstants>
<DocumentationFile>
</DocumentationFile>
<DebugSymbols>false</DebugSymbols>
<FileAlignment>4096</FileAlignment>
<NoStdLib>false</NoStdLib>
<NoWarn>
</NoWarn>
<Optimize>true</Optimize>
<RegisterForComInterop>false</RegisterForComInterop>
<RemoveIntegerChecks>false</RemoveIntegerChecks>
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
<WarningLevel>4</WarningLevel>
<DebugType>none</DebugType>
<ErrorReport>prompt</ErrorReport>
</PropertyGroup>
<ItemGroup>
<Reference Include="CookComputing.XmlRpcV2, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL" />
<Reference Include="System">
<Name>System</Name>
</Reference>
<Reference Include="System.Data">
<Name>System.Data</Name>
</Reference>
<Reference Include="System.Drawing" />
<Reference Include="System.Xml">
<Name>System.XML</Name>
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="AgentThrottle.cs" />
<Compile Include="Animations.cs" />
<Compile Include="AppearanceManager.cs" />
<Compile Include="AssemblyInfo.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="AssetManager.cs" />
<Compile Include="AssetTypes.cs" />
<Compile Include="Avatar.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="AvatarManager.cs" />
<Compile Include="BakeLayer.cs" />
<Compile Include="BitPack.cs" />
<Compile Include="BlockingQueue.cs" />
<Compile Include="Capabilities.cs" />
<Compile Include="CapsEventQueue.cs" />
<Compile Include="CapsRequest.cs" />
<Compile Include="DirectoryManager.cs" />
<Compile Include="FriendsManager.cs" />
<Compile Include="HttpBase.cs" />
<Compile Include="Inventory.cs" />
<Compile Include="InventoryManager.cs" />
<Compile Include="LLObject.cs" />
<Compile Include="LLSD.cs" />
<Compile Include="Login.cs" />
<Compile Include="MainAvatarStatus.cs" />
<Compile Include="MainAvatar.cs" />
<Compile Include="EstateTools.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="GridManager.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="GroupManager.cs" />
<Compile Include="Helpers.cs" />
<Compile Include="NameValue.cs" />
<Compile Include="NetworkManager.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="ObjectManager.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="ObjectPoolBase.cs" />
<Compile Include="OpenJPEG.cs" />
<Compile Include="ParcelManager.cs" />
<Compile Include="ParticleSystem.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="Permissions.cs" />
<Compile Include="Prims.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="ProtocolManager.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="SecondLife.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="SerializableDictionary.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="Settings.cs" />
<Compile Include="Simulator.cs" />
<Compile Include="TerrainManager.cs" />
<Compile Include="TextureEntry.cs" />
<Compile Include="Textures.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="TGALoader.cs" />
<Compile Include="ThreadUtil.cs" />
<Compile Include="InventoryNode.cs" />
<Compile Include="InventoryNodeDictionary.cs" />
<Compile Include="Types.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="UDPBase.cs" />
<Compile Include="_Packets_.cs" />
<Compile Include="_VisualParam_.cs" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
<PreBuildEvent>
</PreBuildEvent>
<PostBuildEvent>xcopy $(SolutionDir)Resources\*.* $(OutDir)avatar_data /i /d /y</PostBuildEvent>
</PropertyGroup>
</Project>