git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@1304 52acb1d6-8a22-11de-b505-999d5b087335
239 lines
9.6 KiB
XML
239 lines
9.6 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>
|
|
<ItemGroup>
|
|
<Reference Include="System">
|
|
<Name>System</Name>
|
|
</Reference>
|
|
<Reference Include="System.Data">
|
|
<Name>System.Data</Name>
|
|
</Reference>
|
|
<Reference Include="System.Drawing" />
|
|
<Reference Include="System.Xml">
|
|
<Name>System.XML</Name>
|
|
</Reference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="AgentThrottle.cs" />
|
|
<Compile Include="AppearanceManager.cs" />
|
|
<Compile Include="AssemblyInfo.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="AssetManager.cs" />
|
|
<Compile Include="AssetTypes.cs" />
|
|
<Compile Include="Avatar.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="AvatarManager.cs" />
|
|
<Compile Include="BakeLayer.cs" />
|
|
<Compile Include="BitPack.cs" />
|
|
<Compile Include="BlockingQueue.cs" />
|
|
<Compile Include="Caps.cs" />
|
|
<Compile Include="DirectoryManager.cs" />
|
|
<Compile Include="FriendManager.cs" />
|
|
<Compile Include="Inventory.cs" />
|
|
<Compile Include="InventoryManager.cs" />
|
|
<Compile Include="LLObject.cs" />
|
|
<Compile Include="LLSD.cs" />
|
|
<Compile Include="Login.cs" />
|
|
<Compile Include="MainAvatarStatus.cs" />
|
|
<Compile Include="MainAvatar.cs" />
|
|
<Compile Include="EstateTools.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="GridManager.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="GroupManager.cs" />
|
|
<Compile Include="Helpers.cs" />
|
|
<Compile Include="NameValue.cs" />
|
|
<Compile Include="NetworkManager.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="ObjectManager.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="ObjectPoolBase.cs" />
|
|
<Compile Include="ParcelManager.cs" />
|
|
<Compile Include="ParticleSystem.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="Permissions.cs" />
|
|
<Compile Include="Prims.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="ProtocolManager.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="SecondLife.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="SerializableDictionary.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="Settings.cs" />
|
|
<Compile Include="Simulator.cs" />
|
|
<Compile Include="TerrainManager.cs" />
|
|
<Compile Include="TextureEntry.cs" />
|
|
<Compile Include="Textures.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="ThreadUtil.cs" />
|
|
<Compile Include="InventoryNode.cs" />
|
|
<Compile Include="InventoryNodeDictionary.cs" />
|
|
<Compile Include="Types.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="UDPBase.cs" />
|
|
<Compile Include="_Packets_.cs" />
|
|
<Compile Include="_VisualParam_.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\openjpegnet\openjpegnet.csproj">
|
|
<Project>{D0DCFDCB-71FA-4343-A8D1-24D4665A94A4}</Project>
|
|
<Name>openjpegnet</Name>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="Resources\blush_alpha.tga" />
|
|
<None Include="Resources\bodyfreckles_alpha.tga" />
|
|
<None Include="Resources\body_skingrain.tga" />
|
|
<None Include="Resources\bump_face_wrinkles.tga" />
|
|
<None Include="Resources\bump_head_base.tga" />
|
|
<None Include="Resources\bump_lowerbody_base.tga" />
|
|
<None Include="Resources\bump_pants_wrinkles.tga" />
|
|
<None Include="Resources\bump_shirt_wrinkles.tga" />
|
|
<None Include="Resources\bump_upperbody_base.tga" />
|
|
<None Include="Resources\eyebrows_alpha.tga" />
|
|
<None Include="Resources\eyeliner_alpha.tga" />
|
|
<None Include="Resources\eyeshadow_inner_alpha.tga" />
|
|
<None Include="Resources\eyeshadow_outer_alpha.tga" />
|
|
<None Include="Resources\eyewhite.tga" />
|
|
<None Include="Resources\facehair_chincurtains_alpha.tga" />
|
|
<None Include="Resources\facehair_moustache_alpha.tga" />
|
|
<None Include="Resources\facehair_sideburns_alpha.tga" />
|
|
<None Include="Resources\facehair_soulpatch_alpha.tga" />
|
|
<None Include="Resources\freckles_alpha.tga" />
|
|
<None Include="Resources\head_alpha.tga" />
|
|
<None Include="Resources\head_color.tga" />
|
|
<None Include="Resources\head_hair.tga" />
|
|
<None Include="Resources\head_highlights_alpha.tga" />
|
|
<None Include="Resources\head_shading_alpha.tga" />
|
|
<None Include="Resources\head_skingrain.tga" />
|
|
<None Include="Resources\lipgloss_alpha.tga" />
|
|
<None Include="Resources\lipstick_alpha.tga" />
|
|
<None Include="Resources\lips_mask.tga" />
|
|
<None Include="Resources\lowerbody_color.tga" />
|
|
<None Include="Resources\lowerbody_highlights_alpha.tga" />
|
|
<None Include="Resources\lowerbody_shading_alpha.tga" />
|
|
<None Include="Resources\nailpolish_alpha.tga" />
|
|
<None Include="Resources\rosyface_alpha.tga" />
|
|
<None Include="Resources\rouge_alpha.tga" />
|
|
<None Include="Resources\underpants_trial_female.tga" />
|
|
<None Include="Resources\underpants_trial_male.tga" />
|
|
<None Include="Resources\undershirt_trial_female.tga" />
|
|
<None Include="Resources\upperbodyfreckles_alpha.tga" />
|
|
<None Include="Resources\upperbody_color.tga" />
|
|
<None Include="Resources\upperbody_highlights_alpha.tga" />
|
|
<None Include="Resources\upperbody_shading_alpha.tga" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<EmbeddedResource Include="Resources\gloves_fingers_alpha.tga" />
|
|
<EmbeddedResource Include="Resources\glove_length_alpha.tga" />
|
|
<EmbeddedResource Include="Resources\jacket_length_lower_alpha.tga" />
|
|
<EmbeddedResource Include="Resources\jacket_length_upper_alpha.tga" />
|
|
<EmbeddedResource Include="Resources\jacket_open_lower_alpha.tga" />
|
|
<EmbeddedResource Include="Resources\jacket_open_upper_alpha.tga" />
|
|
<EmbeddedResource Include="Resources\pants_length_alpha.tga" />
|
|
<EmbeddedResource Include="Resources\pants_waist_alpha.tga" />
|
|
<EmbeddedResource Include="Resources\shirt_bottom_alpha.tga" />
|
|
<EmbeddedResource Include="Resources\shirt_collar_alpha.tga" />
|
|
<EmbeddedResource Include="Resources\shirt_collar_back_alpha.tga" />
|
|
<EmbeddedResource Include="Resources\shirt_sleeve_alpha.tga" />
|
|
<EmbeddedResource Include="Resources\shoe_height_alpha.tga" />
|
|
<EmbeddedResource Include="Resources\skirt_length_alpha.tga" />
|
|
<EmbeddedResource Include="Resources\skirt_slit_back_alpha.tga" />
|
|
<EmbeddedResource Include="Resources\skirt_slit_front_alpha.tga" />
|
|
<EmbeddedResource Include="Resources\skirt_slit_left_alpha.tga" />
|
|
<EmbeddedResource Include="Resources\skirt_slit_right_alpha.tga" />
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
|
<PropertyGroup>
|
|
<PreBuildEvent>
|
|
</PreBuildEvent>
|
|
<PostBuildEvent>
|
|
</PostBuildEvent>
|
|
</PropertyGroup>
|
|
</Project> |