Files
libremetaverse/libsecondlife-cs/libsecondlife.csproj
Michael Cortez b686cebf3d Begining major rework of Asset/Inventory code. Doing a lot of refectoing. What's in here so far?
+ Inventory, Asset and Image managers are now directly apart of the SecondLife class
+ Root Inventory folder has been added to MainAvatar and is set upon login
+ Inventory is no longer downloaded all at once, you have to request the download of individual folders
+ Folder downloading is available Asynchronously, and returns a object that has a ManualResetEvent that you can use to optionally block with
+ The code for AssetManager has been reworked some in prep for allowing Wearables to be Saved/Loaded to/from disk, and for creating new wearables.


git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@742 52acb1d6-8a22-11de-b505-999d5b087335
2006-12-19 23:13:04 +00:00

223 lines
8.0 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>false</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>false</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>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|.NET 1.1' ">
<OutputPath>..\bin\</OutputPath>
</PropertyGroup>
<ItemGroup>
<Reference Include="System">
<Name>System</Name>
</Reference>
<Reference Include="System.Data">
<Name>System.Data</Name>
</Reference>
<Reference Include="System.Xml">
<Name>System.XML</Name>
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="AssemblyInfo.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="AssetSystem\AppearanceManager.cs" />
<Compile Include="AssetSystem\Asset.cs" />
<Compile Include="AssetSystem\AssetImage.cs" />
<Compile Include="AssetSystem\AssetManager.cs" />
<Compile Include="AssetSystem\AssetNotecard.cs" />
<Compile Include="AssetSystem\AssetPacketHelpers.cs" />
<Compile Include="AssetSystem\AssetRequestDownload.cs" />
<Compile Include="AssetSystem\AssetRequestUpload.cs" />
<Compile Include="AssetSystem\BodyPart.cs" />
<Compile Include="AssetSystem\_BodyShapeParams_.cs" />
<Compile Include="AssetSystem\ImageManager.cs" />
<Compile Include="AssetSystem\ImagePacketHelpers.cs" />
<Compile Include="Avatar.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="AvatarManager.cs" />
<Compile Include="InventorySystem\DownloadRequest_Folder.cs" />
<Compile Include="InventorySystem\InventoryWearable.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="InventorySystem\InventoryBase.cs" />
<Compile Include="InventorySystem\InventoryFolder.cs" />
<Compile Include="InventorySystem\InventoryImage.cs" />
<Compile Include="InventorySystem\InventoryItem.cs" />
<Compile Include="InventorySystem\InventoryManager.cs" />
<Compile Include="InventorySystem\InventoryNotecard.cs" />
<Compile Include="InventorySystem\InventoryPacketHelper.cs" />
<Compile Include="JSON\JSONArray.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="JSON\JSONFacade.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="JSON\JSONObject.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="JSON\JSONTokener.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="NetworkManager.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="ObjectManager.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="Parcel.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="ParticleSystem.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="Prims.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="ProtocolManager.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="Region.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="SecondLife.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="SerializableDictionary.cs" />
<Compile Include="Settings.cs" />
<Compile Include="Textures.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="Types.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="XmlRpcCS\Logger.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="XmlRpcCS\SimpleHttpRequest.cs" />
<Compile Include="XmlRpcCS\XmlRpcDeserializer.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="XmlRpcCS\XmlRpcErrorCodes.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="XmlRpcCS\XmlRpcException.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="XmlRpcCS\XmlRpcExposedAttribute.cs" />
<Compile Include="XmlRpcCS\XmlRpcRequest.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="XmlRpcCS\XmlRpcRequestDeserializer.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="XmlRpcCS\XmlRpcRequestSerializer.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="XmlRpcCS\XmlRpcResponder.cs" />
<Compile Include="XmlRpcCS\XmlRpcResponse.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="XmlRpcCS\XmlRpcResponseDeserializer.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="XmlRpcCS\XmlRpcResponseSerializer.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="XmlRpcCS\XmlRpcSerializer.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="XmlRpcCS\XmlRpcServer.cs" />
<Compile Include="XmlRpcCS\XmlRpcSystemObject.cs" />
<Compile Include="XmlRpcCS\XmlRpcXmlTokens.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="_Packets_.cs" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
<PreBuildEvent>
</PreBuildEvent>
<PostBuildEvent>
</PostBuildEvent>
</PropertyGroup>
</Project>