<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>{7CDDE593-0000-0000-0000-000000000000}</ProjectGuid> <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> <ApplicationIcon></ApplicationIcon> <AssemblyKeyContainerName> </AssemblyKeyContainerName> <AssemblyName>OpenGridServices.AssetServer</AssemblyName> <DefaultClientScript>JScript</DefaultClientScript> <DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout> <DefaultTargetSchema>IE50</DefaultTargetSchema> <DelaySign>false</DelaySign> <OutputType>Exe</OutputType> <AppDesignerFolder></AppDesignerFolder> <RootNamespace>OpenGridServices.AssetServer</RootNamespace> <StartupObject></StartupObject> <FileUpgradeFlags> </FileUpgradeFlags> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> <AllowUnsafeBlocks>False</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></NoWarn> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> <AllowUnsafeBlocks>False</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></NoWarn> </PropertyGroup> <ItemGroup> <Reference Include="System" > <HintPath>System.dll</HintPath> <Private>False</Private> </Reference> <Reference Include="System.Data" > <HintPath>System.Data.dll</HintPath> <Private>False</Private> </Reference> <Reference Include="System.Xml" > <HintPath>System.Xml.dll</HintPath> <Private>False</Private> </Reference> <Reference Include="OpenSim.Framework" > <HintPath>OpenSim.Framework.dll</HintPath> <Private>False</Private> </Reference> <Reference Include="OpenSim.Framework.Console" > <HintPath>OpenSim.Framework.Console.dll</HintPath> <Private>False</Private> </Reference> <Reference Include="OpenSim.GridInterfaces.Local" > <HintPath>OpenSim.GridInterfaces.Local.dll</HintPath> <Private>False</Private> </Reference> <Reference Include="OpenSim.Servers" > <HintPath>OpenSim.Servers.dll</HintPath> <Private>False</Private> </Reference> <Reference Include="libsecondlife.dll" > <HintPath>..\..\bin\libsecondlife.dll</HintPath> <Private>False</Private> </Reference> <Reference Include="Db4objects.Db4o.dll" > <HintPath>..\..\bin\Db4objects.Db4o.dll</HintPath> <Private>False</Private> </Reference> <Reference Include="XMLRPC" > <HintPath>XMLRPC.dll</HintPath> <Private>False</Private> </Reference> </ItemGroup> <ItemGroup> </ItemGroup> <ItemGroup> <Compile Include="AssetHttpServer.cs"> <SubType>Code</SubType> </Compile> <Compile Include="Main.cs"> <SubType>Code</SubType> </Compile> <Compile Include="Properties/AssemblyInfo.cs"> <SubType>Code</SubType> </Compile> </ItemGroup> <Import Project="$(MSBuildBinPath)\Microsoft.CSHARP.Targets" /> <PropertyGroup> <PreBuildEvent> </PreBuildEvent> <PostBuildEvent> </PostBuildEvent> </PropertyGroup> </Project>