2006-11-22 00:09:31 +00:00
|
|
|
|
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
|
|
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
|
|
|
|
<ProductVersion>8.0.50727</ProductVersion>
|
|
|
|
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
|
|
|
|
<ProjectGuid>{B87682F6-B2D7-4C4D-A529-400C24FD4880}</ProjectGuid>
|
|
|
|
|
|
<OutputType>Exe</OutputType>
|
|
|
|
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
2006-11-24 22:27:15 +00:00
|
|
|
|
<RootNamespace>libsecondlife.TestClient</RootNamespace>
|
|
|
|
|
|
<AssemblyName>TestClient</AssemblyName>
|
2006-11-22 00:09:31 +00:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
|
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
|
|
|
|
<DebugType>full</DebugType>
|
|
|
|
|
|
<Optimize>false</Optimize>
|
2006-11-28 17:58:48 +00:00
|
|
|
|
<OutputPath>..\..\..\bin\</OutputPath>
|
2006-11-22 00:09:31 +00:00
|
|
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
|
|
|
|
<DebugType>pdbonly</DebugType>
|
|
|
|
|
|
<Optimize>true</Optimize>
|
|
|
|
|
|
<OutputPath>..\..\bin\</OutputPath>
|
|
|
|
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<Reference Include="System" />
|
|
|
|
|
|
<Reference Include="System.Data" />
|
|
|
|
|
|
<Reference Include="System.Xml" />
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
2006-11-29 13:41:22 +00:00
|
|
|
|
<Compile Include="Arguments.cs" />
|
2006-11-22 00:09:31 +00:00
|
|
|
|
<Compile Include="Command.cs" />
|
2006-12-16 17:27:08 +00:00
|
|
|
|
<Compile Include="Commands\AppearanceCommand.cs" />
|
2006-12-27 21:55:35 +00:00
|
|
|
|
<Compile Include="Commands\CloneProfileCommand.cs" />
|
2007-01-22 01:15:08 +00:00
|
|
|
|
<Compile Include="Commands\DebugCommand.cs" />
|
2007-02-17 02:00:01 +00:00
|
|
|
|
<Compile Include="Commands\DumpOutfitCommand.cs" />
|
2007-02-28 03:47:46 +00:00
|
|
|
|
<Compile Include="Commands\ExportParticlesCommand.cs" />
|
2007-01-09 07:10:02 +00:00
|
|
|
|
<Compile Include="Commands\Inventory\BalanceCommand.cs" />
|
2007-01-09 05:59:37 +00:00
|
|
|
|
<Compile Include="Commands\Inventory\DeleteFolderCommand.cs" />
|
2007-01-09 07:10:02 +00:00
|
|
|
|
<Compile Include="Commands\Inventory\GiveAllCommand.cs" />
|
2007-01-09 05:59:37 +00:00
|
|
|
|
<Compile Include="Commands\Inventory\WearCommand.cs" />
|
|
|
|
|
|
<Compile Include="Commands\Inventory\InventoryCommand.cs" />
|
2006-12-15 01:05:52 +00:00
|
|
|
|
<Compile Include="Commands\ExportOutfitCommand.cs" />
|
2006-12-27 21:55:35 +00:00
|
|
|
|
<Compile Include="Commands\FindSimCommand.cs" />
|
2006-12-15 01:05:52 +00:00
|
|
|
|
<Compile Include="Commands\ImportOutfitCommand.cs" />
|
2006-12-16 09:07:28 +00:00
|
|
|
|
<Compile Include="Commands\LoginCommand.cs">
|
|
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="Commands\LogoutCommand.cs">
|
|
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
|
|
</Compile>
|
2007-01-09 07:10:02 +00:00
|
|
|
|
<Compile Include="Commands\Communication\EchoMasterCommand.cs" />
|
|
|
|
|
|
<Compile Include="Commands\Communication\IMCommand.cs" />
|
|
|
|
|
|
<Compile Include="Commands\Communication\SayCommand.cs" />
|
|
|
|
|
|
<Compile Include="Commands\Communication\ShoutCommand.cs" />
|
|
|
|
|
|
<Compile Include="Commands\Communication\WhisperCommand.cs" />
|
2007-02-17 02:00:01 +00:00
|
|
|
|
<Compile Include="Commands\MD5Command.cs" />
|
2007-01-09 07:10:02 +00:00
|
|
|
|
<Compile Include="Commands\Movement\FollowCommand.cs" />
|
|
|
|
|
|
<Compile Include="Commands\Movement\GotoCommand.cs" />
|
|
|
|
|
|
<Compile Include="Commands\Movement\JumpCommand.cs" />
|
|
|
|
|
|
<Compile Include="Commands\Movement\LocationCommand.cs" />
|
|
|
|
|
|
<Compile Include="Commands\Movement\SitCommand.cs" />
|
2006-12-02 22:30:36 +00:00
|
|
|
|
<Compile Include="Commands\PacketLogCommand.cs" />
|
2007-03-09 05:02:31 +00:00
|
|
|
|
<Compile Include="Commands\ParcelInfoCommand.cs" />
|
2006-12-16 09:07:28 +00:00
|
|
|
|
<Compile Include="Commands\QuitCommand.cs">
|
|
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
|
|
</Compile>
|
2007-04-18 08:18:32 +00:00
|
|
|
|
<Compile Include="Commands\RegionInfoCommand.cs" />
|
2006-12-16 09:07:28 +00:00
|
|
|
|
<Compile Include="Commands\SetMasterCommand.cs">
|
|
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
|
|
</Compile>
|
2006-11-30 03:35:36 +00:00
|
|
|
|
<Compile Include="Commands\ExportCommand.cs" />
|
2006-12-01 23:32:12 +00:00
|
|
|
|
<Compile Include="Commands\ImportCommand.cs" />
|
2006-11-29 09:18:34 +00:00
|
|
|
|
<Compile Include="Commands\LoadCommand.cs" />
|
2006-11-22 00:09:31 +00:00
|
|
|
|
<Compile Include="Commands\PrimCountCommand.cs" />
|
2007-04-23 01:39:14 +00:00
|
|
|
|
<Compile Include="Commands\SetMasterKeyCommand.cs" />
|
2007-04-23 06:39:37 +00:00
|
|
|
|
<Compile Include="Commands\ShowEffectsCommand.cs" />
|
2007-04-03 05:47:09 +00:00
|
|
|
|
<Compile Include="Commands\StatsCommand.cs" />
|
2007-01-29 22:40:07 +00:00
|
|
|
|
<Compile Include="Commands\TouchCommand.cs" />
|
2006-11-22 00:09:31 +00:00
|
|
|
|
<Compile Include="Commands\TreeCommand.cs" />
|
|
|
|
|
|
<Compile Include="Commands\UptimeCommand.cs" />
|
|
|
|
|
|
<Compile Include="Commands\HelpCommand.cs" />
|
2006-12-16 09:07:28 +00:00
|
|
|
|
<Compile Include="ClientManager.cs" />
|
|
|
|
|
|
<Compile Include="Commands\WhoCommand.cs">
|
|
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
|
|
</Compile>
|
2007-01-19 13:30:56 +00:00
|
|
|
|
<Compile Include="Parsing.cs" />
|
2006-11-22 00:09:31 +00:00
|
|
|
|
<Compile Include="Program.cs" />
|
2006-11-24 22:27:15 +00:00
|
|
|
|
<Compile Include="TestClient.cs" />
|
2006-11-22 00:09:31 +00:00
|
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
2007-02-17 02:00:01 +00:00
|
|
|
|
<ProjectReference Include="..\..\..\openjpegnet\openjpegnet.csproj">
|
|
|
|
|
|
<Project>{D0DCFDCB-71FA-4343-A8D1-24D4665A94A4}</Project>
|
|
|
|
|
|
<Name>openjpegnet</Name>
|
|
|
|
|
|
</ProjectReference>
|
2006-11-22 00:09:31 +00:00
|
|
|
|
<ProjectReference Include="..\..\libsecondlife.csproj">
|
|
|
|
|
|
<Project>{D9CDEDFB-8169-4B03-B57F-0DF638F044EC}</Project>
|
|
|
|
|
|
<Name>libsecondlife</Name>
|
|
|
|
|
|
</ProjectReference>
|
2007-01-19 00:33:24 +00:00
|
|
|
|
<ProjectReference Include="..\..\libsecondlife.Utilities\libsecondlife.Utilities.csproj">
|
|
|
|
|
|
<Project>{CE5E06C2-2428-416B-ADC1-F1FE16A0FB27}</Project>
|
|
|
|
|
|
<Name>libsecondlife.Utilities</Name>
|
|
|
|
|
|
</ProjectReference>
|
2006-11-22 00:09:31 +00:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
|
|
|
|
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
|
|
|
|
|
Other similar extension points exist, see Microsoft.Common.targets.
|
|
|
|
|
|
<Target Name="BeforeBuild">
|
|
|
|
|
|
</Target>
|
|
|
|
|
|
<Target Name="AfterBuild">
|
|
|
|
|
|
</Target>
|
|
|
|
|
|
-->
|
2007-04-23 06:39:37 +00:00
|
|
|
|
</Project>
|