TestClient can load a list of accounts from a file at the command line now, and a slew of bugfixes
git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@647 52acb1d6-8a22-11de-b505-999d5b087335
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
<DebugSymbols>true</DebugSymbols>
|
||||
<DebugType>full</DebugType>
|
||||
<Optimize>false</Optimize>
|
||||
<OutputPath>..\..\bin\</OutputPath>
|
||||
<OutputPath>..\..\..\bin\</OutputPath>
|
||||
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
<WarningLevel>4</WarningLevel>
|
||||
@@ -35,6 +35,7 @@
|
||||
<ItemGroup>
|
||||
<Compile Include="Command.cs" />
|
||||
<Compile Include="Commands\BalanceCommand.cs" />
|
||||
<Compile Include="Commands\TeleportCommand.cs" />
|
||||
<Compile Include="Commands\LoginCommand.cs" />
|
||||
<Compile Include="Commands\LogoutCommand.cs" />
|
||||
<Compile Include="Commands\WhoCommand.cs" />
|
||||
|
||||
Reference in New Issue
Block a user