2006-10-21 02:52:28 +00:00
|
|
|
|
<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' ">
|
2006-11-12 06:07:27 +00:00
|
|
|
|
<OutputPath>..\bin\</OutputPath>
|
2007-07-17 00:06:34 +00:00
|
|
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
2006-10-21 02:52:28 +00:00
|
|
|
|
<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' ">
|
2006-11-02 18:01:50 +00:00
|
|
|
|
<OutputPath>..\bin\</OutputPath>
|
2007-07-17 00:06:34 +00:00
|
|
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
2006-10-21 02:52:28 +00:00
|
|
|
|
<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>
|
2007-02-20 03:29:44 +00:00
|
|
|
|
<Reference Include="System.Drawing" />
|
2006-10-21 02:52:28 +00:00
|
|
|
|
<Reference Include="System.Xml">
|
|
|
|
|
|
<Name>System.XML</Name>
|
|
|
|
|
|
</Reference>
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
2007-11-06 09:26:10 +00:00
|
|
|
|
<Compile Include="AgentManager.cs" />
|
|
|
|
|
|
<Compile Include="AgentManagerCamera.cs" />
|
|
|
|
|
|
<Compile Include="AgentManagerMovement.cs" />
|
2007-04-02 04:37:15 +00:00
|
|
|
|
<Compile Include="AgentThrottle.cs" />
|
2007-07-30 11:26:56 +00:00
|
|
|
|
<Compile Include="Animations.cs" />
|
2007-07-08 04:35:04 +00:00
|
|
|
|
<Compile Include="AppearanceManager.cs" />
|
2006-10-21 02:52:28 +00:00
|
|
|
|
<Compile Include="AssemblyInfo.cs">
|
|
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
|
|
</Compile>
|
2007-07-08 04:35:04 +00:00
|
|
|
|
<Compile Include="AssetManager.cs" />
|
2007-07-15 06:36:27 +00:00
|
|
|
|
<Compile Include="AssetTypes.cs" />
|
2006-10-21 02:52:28 +00:00
|
|
|
|
<Compile Include="Avatar.cs">
|
|
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
|
|
</Compile>
|
2006-10-24 11:16:26 +00:00
|
|
|
|
<Compile Include="AvatarManager.cs" />
|
2007-02-20 03:29:44 +00:00
|
|
|
|
<Compile Include="BakeLayer.cs" />
|
2007-01-31 13:46:16 +00:00
|
|
|
|
<Compile Include="BitPack.cs" />
|
2007-04-03 05:47:09 +00:00
|
|
|
|
<Compile Include="BlockingQueue.cs" />
|
2007-12-06 00:58:28 +00:00
|
|
|
|
<Compile Include="Capabilities\CapsClient.cs" />
|
|
|
|
|
|
<Compile Include="Capabilities\CapsListener.cs" />
|
|
|
|
|
|
<Compile Include="Capabilities\CapsBase.cs">
|
|
|
|
|
|
<SubType>Component</SubType>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="Capabilities\EventQueueClient.cs" />
|
|
|
|
|
|
<Compile Include="Capabilities\EventQueueListener.cs" />
|
|
|
|
|
|
<Compile Include="Caps.cs" />
|
2007-11-06 09:26:10 +00:00
|
|
|
|
<Compile Include="CapsToPacket.cs" />
|
2007-09-01 07:52:55 +00:00
|
|
|
|
<Compile Include="CoordinateFrame.cs" />
|
2007-08-04 14:31:31 +00:00
|
|
|
|
<Compile Include="EventDictionary.cs" />
|
2007-01-07 11:01:59 +00:00
|
|
|
|
<Compile Include="DirectoryManager.cs" />
|
2007-07-16 21:30:00 +00:00
|
|
|
|
<Compile Include="FriendsManager.cs" />
|
2007-11-06 09:26:10 +00:00
|
|
|
|
<Compile Include="Image.cs" />
|
2007-07-13 14:49:36 +00:00
|
|
|
|
<Compile Include="Inventory.cs" />
|
|
|
|
|
|
<Compile Include="InventoryManager.cs" />
|
2007-01-29 22:20:12 +00:00
|
|
|
|
<Compile Include="LLObject.cs" />
|
2007-11-06 09:26:10 +00:00
|
|
|
|
<Compile Include="LLSD\BinaryLLSD.cs" />
|
|
|
|
|
|
<Compile Include="LLSD\LLSD.cs" />
|
|
|
|
|
|
<Compile Include="LLSD\NotationLLSD.cs" />
|
|
|
|
|
|
<Compile Include="LLSD\XmlLLSD.cs" />
|
2007-04-02 04:37:15 +00:00
|
|
|
|
<Compile Include="Login.cs" />
|
2006-10-21 02:52:28 +00:00
|
|
|
|
<Compile Include="EstateTools.cs">
|
|
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="GridManager.cs">
|
|
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="GroupManager.cs" />
|
2006-11-07 22:36:58 +00:00
|
|
|
|
<Compile Include="Helpers.cs" />
|
2007-02-01 18:29:40 +00:00
|
|
|
|
<Compile Include="NameValue.cs" />
|
2006-10-21 02:52:28 +00:00
|
|
|
|
<Compile Include="NetworkManager.cs">
|
|
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="ObjectManager.cs">
|
|
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
|
|
</Compile>
|
2007-07-13 14:49:36 +00:00
|
|
|
|
<Compile Include="ObjectPoolBase.cs" />
|
2007-07-17 00:06:34 +00:00
|
|
|
|
<Compile Include="OpenJPEG.cs" />
|
2007-03-19 13:38:10 +00:00
|
|
|
|
<Compile Include="ParcelManager.cs" />
|
2006-11-01 21:02:31 +00:00
|
|
|
|
<Compile Include="ParticleSystem.cs">
|
|
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
|
|
</Compile>
|
2007-07-08 04:35:04 +00:00
|
|
|
|
<Compile Include="Permissions.cs" />
|
2006-10-21 02:52:28 +00:00
|
|
|
|
<Compile Include="Prims.cs">
|
|
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="ProtocolManager.cs">
|
|
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
|
|
</Compile>
|
2007-11-06 09:26:10 +00:00
|
|
|
|
<Compile Include="ReaderWriterLock.cs" />
|
2008-01-03 21:55:49 +00:00
|
|
|
|
<Compile Include="InternalDictionary.cs" />
|
2006-10-21 02:52:28 +00:00
|
|
|
|
<Compile Include="SecondLife.cs">
|
|
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
|
|
</Compile>
|
2006-12-11 12:46:58 +00:00
|
|
|
|
<Compile Include="Settings.cs" />
|
2007-02-06 00:08:51 +00:00
|
|
|
|
<Compile Include="Simulator.cs" />
|
2007-08-04 14:31:31 +00:00
|
|
|
|
<Compile Include="SoundManager.cs" />
|
2007-01-31 13:46:16 +00:00
|
|
|
|
<Compile Include="TerrainManager.cs" />
|
2007-05-12 01:42:28 +00:00
|
|
|
|
<Compile Include="TextureEntry.cs" />
|
2007-07-17 00:06:34 +00:00
|
|
|
|
<Compile Include="TGALoader.cs" />
|
2007-04-15 04:59:44 +00:00
|
|
|
|
<Compile Include="ThreadUtil.cs" />
|
2007-07-13 14:49:36 +00:00
|
|
|
|
<Compile Include="InventoryNode.cs" />
|
|
|
|
|
|
<Compile Include="InventoryNodeDictionary.cs" />
|
2006-10-21 02:52:28 +00:00
|
|
|
|
<Compile Include="Types.cs">
|
|
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
|
|
</Compile>
|
2007-07-13 14:49:36 +00:00
|
|
|
|
<Compile Include="UDPBase.cs" />
|
2006-10-21 02:52:28 +00:00
|
|
|
|
<Compile Include="_Packets_.cs" />
|
2007-01-23 03:28:35 +00:00
|
|
|
|
<Compile Include="_VisualParam_.cs" />
|
2006-10-21 02:52:28 +00:00
|
|
|
|
</ItemGroup>
|
2006-10-21 05:53:58 +00:00
|
|
|
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
2006-10-21 02:52:28 +00:00
|
|
|
|
<PropertyGroup>
|
|
|
|
|
|
<PreBuildEvent>
|
|
|
|
|
|
</PreBuildEvent>
|
2007-11-30 23:19:05 +00:00
|
|
|
|
<PostBuildEvent>xcopy "$(ProjectDir)\Resources\*.*" "$(OutDir)libsl_data" /i /d /y</PostBuildEvent>
|
2006-10-21 02:52:28 +00:00
|
|
|
|
</PropertyGroup>
|
2008-01-04 03:51:05 +00:00
|
|
|
|
</Project>
|