Skip to content

Commit

Permalink
- updated project configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
firestorm40 committed May 28, 2019
1 parent 6883707 commit 060e408
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion IxianLiteWallet/IxianLiteWallet.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,14 @@
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<PlatformTarget>x64</PlatformTarget>
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<ItemGroup>
<Reference Include="BouncyCastle.Crypto, Version=1.8.5.0, Culture=neutral, PublicKeyToken=0e99375e54769942, processorArchitecture=MSIL">
Expand Down
2 changes: 1 addition & 1 deletion IxianLiteWallet/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ static void mainLoop()
Console.WriteLine("\thelp\t\t\t-shows this help message");
Console.WriteLine("\tbalance\t\t\t-shows this wallet balance");
Console.WriteLine("\taddress\t\t\t-shows this wallet's primary address");
Console.WriteLine("\taddresses\t\t\t-shows all addresses for this wallet");
Console.WriteLine("\taddresses\t\t-shows all addresses for this wallet");
Console.WriteLine("\tbackup\t\t\t-backup this wallet as an IXIHEX text");
Console.WriteLine("\tchangepass\t\t-changes this wallet's password");
Console.WriteLine("\tsend [address] [amount]\t-sends IxiCash to the specified address");
Expand Down

0 comments on commit 060e408

Please sign in to comment.