123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154 |
- <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>{BD7866A4-04BA-47F0-905F-B2359118F5B2}</ProjectGuid>
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <ApplicationIcon></ApplicationIcon>
- <AssemblyKeyContainerName>
- </AssemblyKeyContainerName>
- <AssemblyName>OpenSim.Framework</AssemblyName>
- <DefaultClientScript>JScript</DefaultClientScript>
- <DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
- <DefaultTargetSchema>IE50</DefaultTargetSchema>
- <DelaySign>false</DelaySign>
- <OutputType>Library</OutputType>
- <AppDesignerFolder></AppDesignerFolder>
- <RootNamespace>OpenSim.Framework</RootNamespace>
- <StartupObject></StartupObject>
- <FileUpgradeFlags>
- </FileUpgradeFlags>
- </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>
- <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>
- <ItemGroup>
- <Reference Include="System" >
- <HintPath>System.dll</HintPath>
- <Private>False</Private>
- </Reference>
- <Reference Include="System.Xml" >
- <HintPath>System.Xml.dll</HintPath>
- <Private>False</Private>
- </Reference>
- <Reference Include="libsecondlife.dll" >
- <HintPath>..\bin\libsecondlife.dll</HintPath>
- <Private>False</Private>
- </Reference>
- </ItemGroup>
- <ItemGroup>
- </ItemGroup>
- <ItemGroup>
- <Compile Include="AgentCiruitData.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Include="AgentInventory.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Include="AssetBase.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Include="BlockingQueue.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Include="HeightMapGenHills.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Include="IAssetServer.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Include="IConfig.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Include="IGridServer.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Include="ILocalStorage.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Include="IUserServer.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Include="LocalGridBase.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Include="Login.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Include="LoginService.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Include="NeighbourInfo.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Include="PrimData.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Include="RemoteGridBase.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Include="SimProfile.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Include="SimProfileBase.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Include="UserProfile.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Include="UserProfileManager.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Include="UserProfileManagerBase.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Include="Util.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>
|