View of /trunk/Extensions/AssetServer.AmazonS3Storage/AssetServer.AmazonS3Storage.csproj
Parent Directory
|
Revision Log
Revision 29 -
(download)
(annotate)
Fri Nov 21 03:19:28 2008 UTC (4 years, 6 months ago) by jhurliman
File size: 3360 byte(s)
Fri Nov 21 03:19:28 2008 UTC (4 years, 6 months ago) by jhurliman
File size: 3360 byte(s)
* Replaced AssetType in Metadata with ContentType (MIME type) * Added Logger.cs, HttpServer.cs, and HttpRequestSignature.cs since AssetServer no longer depends on OpenMetaverse.dll * Upgraded to the latest OpenMetaverse which splits OSD off into OpenMetaverse.StructuredData.dll * Force connection pooling off in MySQLStorage backend to attempt to fix resource leak * Added utility methods to convert from SL AssetType to Content-Type and back
<?xml version="1.0" encoding="utf-8"?> <Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <PropertyGroup> <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> <ProductVersion>9.0.21022</ProductVersion> <SchemaVersion>2.0</SchemaVersion> <ProjectGuid>{E4470440-3425-4121-8088-7C905F7690B1}</ProjectGuid> <OutputType>Library</OutputType> <AppDesignerFolder>Properties</AppDesignerFolder> <RootNamespace>AssetServer.AmazonS3Storage</RootNamespace> <AssemblyName>AssetServer.AmazonS3Storage</AssemblyName> <TargetFrameworkVersion>v3.5</TargetFrameworkVersion> <FileAlignment>512</FileAlignment> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> <DebugSymbols>true</DebugSymbols> <DebugType>full</DebugType> <Optimize>false</Optimize> <OutputPath>..\..\bin\</OutputPath> <DefineConstants>DEBUG;TRACE</DefineConstants> <ErrorReport>prompt</ErrorReport> <WarningLevel>4</WarningLevel> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> <DebugType>pdbonly</DebugType> <Optimize>true</Optimize> <OutputPath>..\..\bin\</OutputPath> <DefineConstants>TRACE</DefineConstants> <ErrorReport>prompt</ErrorReport> <WarningLevel>4</WarningLevel> </PropertyGroup> <ItemGroup> <Reference Include="log4net, Version=1.2.10.0, Culture=neutral, PublicKeyToken=1b44e1d426115821, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> <HintPath>..\..\lib\log4net.dll</HintPath> </Reference> <Reference Include="OpenMetaverse.StructuredData, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> <HintPath>..\..\lib\OpenMetaverse.StructuredData.dll</HintPath> </Reference> <Reference Include="OpenMetaverseTypes, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> <HintPath>..\..\lib\OpenMetaverseTypes.dll</HintPath> </Reference> <Reference Include="System" /> </ItemGroup> <ItemGroup> <Compile Include="AmazonS3Storage.cs" /> </ItemGroup> <ItemGroup> <ProjectReference Include="..\..\AssetServer.csproj"> <Project>{7EE161A6-3D3E-40D1-8CB1-25D2BF107296}</Project> <Name>AssetServer</Name> </ProjectReference> <ProjectReference Include="..\..\lib\ExtensionLoader\ExtensionLoader.csproj"> <Project>{F0CCD62E-8055-4419-8171-F2C5FD7C8B6D}</Project> <Name>ExtensionLoader</Name> </ProjectReference> <ProjectReference Include="..\..\lib\lits3\LitS3.csproj"> <Project>{C564E026-D515-4E8B-ADED-36087E89443E}</Project> <Name>LitS3</Name> </ProjectReference> </ItemGroup> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> <!-- To modify your build process, add your task inside one of the targets below and uncomment it. Other similar extension points exist, see Microsoft.Common.targets. <Target Name="BeforeBuild"> </Target> <Target Name="AfterBuild"> </Target> --> </Project>
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |

