Files
libremetaverse/libsecondlife-cs/libsecondlife.csproj
w7cook 8b98485d41 Fixed problem where only one image could be uploaded.
Also check for conversion errors, allow more types of 
files to be converted. Finally, use TryParse to avoid
exceptions in converting from strings to numbers.



git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@470 52acb1d6-8a22-11de-b505-999d5b087335
2006-11-02 18:01:50 +00:00

207 lines
7.1 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\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\ImageManager.cs" />
<Compile Include="AssetSystem\ImagePacketHelpers.cs" />
<Compile Include="Avatar.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="AvatarManager.cs" />
<Compile Include="EstateTools.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="AssetSystem\FastImageTool.cs" />
<Compile Include="GridManager.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="GroupManager.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="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\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\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\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\XmlRpcXmlTokens.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="_Packets_.cs" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
<PreBuildEvent>
</PreBuildEvent>
<PostBuildEvent>
</PostBuildEvent>
</PropertyGroup>
</Project>