diff options
author | Adam Frisby | 2007-06-21 17:08:21 +0000 |
---|---|---|
committer | Adam Frisby | 2007-06-21 17:08:21 +0000 |
commit | e93869c7a785a4f375685ffa33c913033ed1c85a (patch) | |
tree | abb5e2c58f8750a1bc05acf58716b6b025da4d15 /tools/mass test client/MassTestClient.csproj | |
parent | Fixed the struct and null compare bug. (diff) | |
download | opensim-SC_OLD-e93869c7a785a4f375685ffa33c913033ed1c85a.zip opensim-SC_OLD-e93869c7a785a4f375685ffa33c913033ed1c85a.tar.gz opensim-SC_OLD-e93869c7a785a4f375685ffa33c913033ed1c85a.tar.bz2 opensim-SC_OLD-e93869c7a785a4f375685ffa33c913033ed1c85a.tar.xz |
* Importing Ming's mass test client
Diffstat (limited to 'tools/mass test client/MassTestClient.csproj')
-rw-r--r-- | tools/mass test client/MassTestClient.csproj | 121 |
1 files changed, 121 insertions, 0 deletions
diff --git a/tools/mass test client/MassTestClient.csproj b/tools/mass test client/MassTestClient.csproj new file mode 100644 index 0000000..0f5b6a6 --- /dev/null +++ b/tools/mass test client/MassTestClient.csproj | |||
@@ -0,0 +1,121 @@ | |||
1 | <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
2 | <PropertyGroup> | ||
3 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> | ||
4 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> | ||
5 | <ProductVersion>8.0.50727</ProductVersion> | ||
6 | <SchemaVersion>2.0</SchemaVersion> | ||
7 | <ProjectGuid>{B87682F6-B2D7-4C4D-A529-400C24FD4880}</ProjectGuid> | ||
8 | <OutputType>Exe</OutputType> | ||
9 | <AppDesignerFolder>Properties</AppDesignerFolder> | ||
10 | <RootNamespace>libsecondlife.MassTestClient</RootNamespace> | ||
11 | <AssemblyName>MassTestClient</AssemblyName> | ||
12 | </PropertyGroup> | ||
13 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> | ||
14 | <DebugSymbols>true</DebugSymbols> | ||
15 | <DebugType>full</DebugType> | ||
16 | <Optimize>false</Optimize> | ||
17 | <OutputPath>..\..\..\bin\</OutputPath> | ||
18 | <DefineConstants>DEBUG;TRACE</DefineConstants> | ||
19 | <ErrorReport>prompt</ErrorReport> | ||
20 | <WarningLevel>4</WarningLevel> | ||
21 | </PropertyGroup> | ||
22 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> | ||
23 | <DebugType>pdbonly</DebugType> | ||
24 | <Optimize>true</Optimize> | ||
25 | <OutputPath>bin\</OutputPath> | ||
26 | <DefineConstants>TRACE</DefineConstants> | ||
27 | <ErrorReport>prompt</ErrorReport> | ||
28 | <WarningLevel>4</WarningLevel> | ||
29 | </PropertyGroup> | ||
30 | <ItemGroup> | ||
31 | <Reference Include="libsecondlife, Version=0.9.0.0, Culture=neutral, processorArchitecture=MSIL"> | ||
32 | <SpecificVersion>False</SpecificVersion> | ||
33 | <HintPath>bin\libsecondlife.dll</HintPath> | ||
34 | </Reference> | ||
35 | <Reference Include="libsecondlife.Utilities, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL"> | ||
36 | <SpecificVersion>False</SpecificVersion> | ||
37 | <HintPath>bin\libsecondlife.Utilities.dll</HintPath> | ||
38 | </Reference> | ||
39 | <Reference Include="openjpegnet, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL"> | ||
40 | <SpecificVersion>False</SpecificVersion> | ||
41 | <HintPath>bin\openjpegnet.dll</HintPath> | ||
42 | </Reference> | ||
43 | <Reference Include="System" /> | ||
44 | <Reference Include="System.Data" /> | ||
45 | <Reference Include="System.Xml" /> | ||
46 | </ItemGroup> | ||
47 | <ItemGroup> | ||
48 | <Compile Include="Arguments.cs" /> | ||
49 | <Compile Include="Command.cs" /> | ||
50 | <Compile Include="Commands\Inventory\AppearanceCommand.cs" /> | ||
51 | <Compile Include="Commands\CloneProfileCommand.cs" /> | ||
52 | <Compile Include="Commands\System\DebugCommand.cs" /> | ||
53 | <Compile Include="Commands\Inventory\DumpOutfitCommand.cs" /> | ||
54 | <Compile Include="Commands\Prims\ExportParticlesCommand.cs" /> | ||
55 | <Compile Include="Commands\Inventory\BalanceCommand.cs" /> | ||
56 | <Compile Include="Commands\Inventory\DeleteFolderCommand.cs" /> | ||
57 | <Compile Include="Commands\Inventory\GiveAllCommand.cs" /> | ||
58 | <Compile Include="Commands\Inventory\WearCommand.cs" /> | ||
59 | <Compile Include="Commands\Inventory\InventoryCommand.cs" /> | ||
60 | <Compile Include="Commands\Inventory\ExportOutfitCommand.cs" /> | ||
61 | <Compile Include="Commands\Land\FindSimCommand.cs" /> | ||
62 | <Compile Include="Commands\Inventory\ImportOutfitCommand.cs" /> | ||
63 | <Compile Include="Commands\System\LoginCommand.cs"> | ||
64 | <SubType>Code</SubType> | ||
65 | </Compile> | ||
66 | <Compile Include="Commands\System\LogoutCommand.cs"> | ||
67 | <SubType>Code</SubType> | ||
68 | </Compile> | ||
69 | <Compile Include="Commands\Communication\EchoMasterCommand.cs" /> | ||
70 | <Compile Include="Commands\Communication\IMCommand.cs" /> | ||
71 | <Compile Include="Commands\Communication\SayCommand.cs" /> | ||
72 | <Compile Include="Commands\Communication\ShoutCommand.cs" /> | ||
73 | <Compile Include="Commands\Communication\WhisperCommand.cs" /> | ||
74 | <Compile Include="Commands\System\MD5Command.cs" /> | ||
75 | <Compile Include="Commands\Movement\FollowCommand.cs" /> | ||
76 | <Compile Include="Commands\Movement\GotoCommand.cs" /> | ||
77 | <Compile Include="Commands\Movement\JumpCommand.cs" /> | ||
78 | <Compile Include="Commands\Movement\LocationCommand.cs" /> | ||
79 | <Compile Include="Commands\Movement\SitCommand.cs" /> | ||
80 | <Compile Include="Commands\System\PacketLogCommand.cs" /> | ||
81 | <Compile Include="Commands\Land\ParcelInfoCommand.cs" /> | ||
82 | <Compile Include="Commands\System\QuitCommand.cs"> | ||
83 | <SubType>Code</SubType> | ||
84 | </Compile> | ||
85 | <Compile Include="Commands\Stats\RegionInfoCommand.cs" /> | ||
86 | <Compile Include="Commands\System\SetMasterCommand.cs"> | ||
87 | <SubType>Code</SubType> | ||
88 | </Compile> | ||
89 | <Compile Include="Commands\Prims\ExportCommand.cs" /> | ||
90 | <Compile Include="Commands\Prims\ImportCommand.cs" /> | ||
91 | <Compile Include="Commands\System\LoadCommand.cs" /> | ||
92 | <Compile Include="Commands\Prims\PrimCountCommand.cs" /> | ||
93 | <Compile Include="Commands\System\SetMasterKeyCommand.cs" /> | ||
94 | <Compile Include="Commands\System\ShowEffectsCommand.cs" /> | ||
95 | <Compile Include="Commands\Stats\StatsCommand.cs" /> | ||
96 | <Compile Include="Commands\TouchCommand.cs" /> | ||
97 | <Compile Include="Commands\TreeCommand.cs" /> | ||
98 | <Compile Include="Commands\Stats\UptimeCommand.cs" /> | ||
99 | <Compile Include="Commands\System\HelpCommand.cs" /> | ||
100 | <Compile Include="ClientManager.cs" /> | ||
101 | <Compile Include="Commands\WhoCommand.cs"> | ||
102 | <SubType>Code</SubType> | ||
103 | </Compile> | ||
104 | <Compile Include="Parsing.cs" /> | ||
105 | <Compile Include="Program.cs" /> | ||
106 | <Compile Include="TestClient.cs" /> | ||
107 | <Compile Include="Properties\AssemblyInfo.cs" /> | ||
108 | </ItemGroup> | ||
109 | <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> | ||
110 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. | ||
111 | Other similar extension points exist, see Microsoft.Common.targets. | ||
112 | <Target Name="BeforeBuild"> | ||
113 | </Target> | ||
114 | <Target Name="AfterBuild"> | ||
115 | </Target> | ||
116 | --> | ||
117 | <PropertyGroup> | ||
118 | <PreBuildEvent> | ||
119 | </PreBuildEvent> | ||
120 | </PropertyGroup> | ||
121 | </Project> \ No newline at end of file | ||