Fixing Sahara issues & .NET Framework project files

This commit is contained in:
Gustave Monce
2019-12-25 13:41:06 +01:00
parent b8d63d1a11
commit fa896b7c39
15 changed files with 1587 additions and 11 deletions
+2
View File
@@ -45,7 +45,9 @@ namespace WPinternals
{
AppDomain.CurrentDomain.UnhandledException += CurrentDomain_UnhandledException;
#if NETCORE
System.Text.Encoding.RegisterProvider(System.Text.CodePagesEncodingProvider.Instance);
#endif
if (Environment.GetCommandLineArgs().Count() > 1)
CommandLine.OpenConsole();