Skip to content

Commit

Permalink
Fix for release
Browse files Browse the repository at this point in the history
  • Loading branch information
studyzy committed Apr 14, 2019
1 parent a1f4eee commit 6f02990
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 410 deletions.
2 changes: 0 additions & 2 deletions ImeWlConverterCmd/ImeWlConverterCmd.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,9 @@
<None Remove="Resources\ChaoyinCodeMapping.txt" />
<None Remove="Resources\ChineseCode.txt" />
<None Remove="Resources\Erbi.txt" />
<None Remove="Resources\TouchPalPinyinDic.txt" />
<None Remove="Resources\WordPinyin.txt" />
<None Remove="Resources\Zhengma.txt" />
<None Remove="Resources\Zhuyin.txt" />
<None Remove="Resources\alipayQR.jpg" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="Resources\Cangjie5.txt" />
Expand Down
2 changes: 1 addition & 1 deletion ImeWlConverterCmd/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ class Program
{
static void Main(string[] args)
{
Console.WriteLine("Hello World!");
//Console.WriteLine("Hello World!");
//var cj = Helpers.DictionaryHelper.GetResourceContent("Cangjie5.txt");
//Console.WriteLine(cj);
var consoleRun = new ConsoleRun(args);
Expand Down
Loading

0 comments on commit 6f02990

Please sign in to comment.