Added placeholder methods for all to be supported archtectures.

This commit is contained in:
Eugene Wang
2018-11-17 10:55:37 -05:00
parent a73df1320f
commit 12d74b88f5
23 changed files with 1875 additions and 175 deletions

View File

@@ -14,7 +14,7 @@ namespace ConsoleApp
.DefineApp(Assembly.GetExecutingAssembly())
.Build();
Console.WriteLine($"App = {(config.Is64Bit ? "64bit" : "32bit")}");
Console.WriteLine($"App = {(config.Is32Bit ? "32bit" : "64bit")}");
Console.WriteLine($"Platform = {config.Platform}");
Console.WriteLine();