View of /trunk/TextureRedirector/TextureRedirector.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: 5567 byte(s)
Fri Nov 21 03:19:28 2008 UTC (4 years, 6 months ago) by jhurliman
File size: 5567 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
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5"> <PropertyGroup> <ProjectType>Local</ProjectType> <ProductVersion>9.0.21022</ProductVersion> <SchemaVersion>2.0</SchemaVersion> <ProjectGuid>{AEB43A30-D1B8-44D9-B05C-8D05E094096B}</ProjectGuid> <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> <ApplicationIcon> </ApplicationIcon> <AssemblyKeyContainerName> </AssemblyKeyContainerName> <AssemblyName>TextureRedirector</AssemblyName> <DefaultClientScript>JScript</DefaultClientScript> <DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout> <DefaultTargetSchema>IE50</DefaultTargetSchema> <DelaySign>false</DelaySign> <TargetFrameworkVersion>v2.0</TargetFrameworkVersion> <OutputType>Exe</OutputType> <AppDesignerFolder> </AppDesignerFolder> <RootNamespace>TextureRedirector</RootNamespace> <StartupObject> </StartupObject> <FileUpgradeFlags> </FileUpgradeFlags> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> <AllowUnsafeBlocks>True</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>1591,1574,0419,0618</NoWarn> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> <AllowUnsafeBlocks>True</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>1591,1574,0419,0618</NoWarn> </PropertyGroup> <ItemGroup> <Reference Include="OpenMetaverse, Version=1.0.0.29683, Culture=neutral, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> <HintPath>..\lib\OpenMetaverse.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"> <Name>System</Name> <HintPath>\System.dll</HintPath> </Reference> <Reference Include="System.Xml"> <Name>System.Xml</Name> <HintPath>\System.Xml.dll</HintPath> </Reference> </ItemGroup> <ItemGroup> <ProjectReference Include="..\AssetClient\AssetClient.csproj"> <Project>{1AEECD11-A53E-4A98-B8FB-9D8D8C0622F7}</Project> <Name>AssetClient</Name> </ProjectReference> </ItemGroup> <ItemGroup> <Compile Include="GridProxy.cs" /> <Compile Include="GridProxyLoader.cs" /> <Compile Include="Plugins\TextureRedirector.cs" /> <Compile Include="Program.cs"> <SubType>Code</SubType> </Compile> <Compile Include="XmlRpcCS\Logger.cs" /> <Compile Include="XmlRpcCS\SimpleHttpRequest.cs" /> <Compile Include="XmlRpcCS\XmlRpcBoxcarRequest.cs" /> <Compile Include="XmlRpcCS\XmlRpcClientProxy.cs" /> <Compile Include="XmlRpcCS\XmlRpcDeserializer.cs" /> <Compile Include="XmlRpcCS\XmlRpcErrorCodes.cs" /> <Compile Include="XmlRpcCS\XmlRpcException.cs" /> <Compile Include="XmlRpcCS\XmlRpcExposedAttribute.cs" /> <Compile Include="XmlRpcCS\XmlRpcRequest.cs" /> <Compile Include="XmlRpcCS\XmlRpcRequestDeserializer.cs" /> <Compile Include="XmlRpcCS\XmlRpcRequestSerializer.cs" /> <Compile Include="XmlRpcCS\XmlRpcResponder.cs" /> <Compile Include="XmlRpcCS\XmlRpcResponse.cs" /> <Compile Include="XmlRpcCS\XmlRpcResponseDeserializer.cs" /> <Compile Include="XmlRpcCS\XmlRpcResponseSerializer.cs" /> <Compile Include="XmlRpcCS\XmlRpcSerializer.cs" /> <Compile Include="XmlRpcCS\XmlRpcServer.cs" /> <Compile Include="XmlRpcCS\XmlRpcSystemObject.cs" /> <Compile Include="XmlRpcCS\XmlRpcXmlTokens.cs" /> </ItemGroup> <Import Project="$(MSBuildBinPath)\Microsoft.CSHARP.Targets" /> <PropertyGroup> <PreBuildEvent> </PreBuildEvent> <PostBuildEvent> </PostBuildEvent> </PropertyGroup> </Project>
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |

