diff --git a/BizHawk.Client.Common/BizHawk.Client.Common.csproj b/BizHawk.Client.Common/BizHawk.Client.Common.csproj index c1b8134315..adaba99594 100644 --- a/BizHawk.Client.Common/BizHawk.Client.Common.csproj +++ b/BizHawk.Client.Common/BizHawk.Client.Common.csproj @@ -49,8 +49,7 @@ ..\References\Ionic.Zip.dll - - False + ..\References\Newtonsoft.Json.dll diff --git a/BizHawk.Client.Common/config/ConfigService.cs b/BizHawk.Client.Common/config/ConfigService.cs index d8e0037b8d..babcec000c 100644 --- a/BizHawk.Client.Common/config/ConfigService.cs +++ b/BizHawk.Client.Common/config/ConfigService.cs @@ -17,7 +17,6 @@ namespace BizHawk.Client.Common Serializer = new JsonSerializer { MissingMemberHandling = MissingMemberHandling.Ignore, - MissingTypeHandling = MissingTypeHandling.Ignore, TypeNameHandling = TypeNameHandling.Auto, ConstructorHandling = ConstructorHandling.Default, diff --git a/BizHawk.Emulation.Common/BizHawk.Emulation.Common.csproj b/BizHawk.Emulation.Common/BizHawk.Emulation.Common.csproj index 5dfecb7cfa..3a436fdacf 100644 --- a/BizHawk.Emulation.Common/BizHawk.Emulation.Common.csproj +++ b/BizHawk.Emulation.Common/BizHawk.Emulation.Common.csproj @@ -41,8 +41,7 @@ 8.0 - - False + ..\References\Newtonsoft.Json.dll diff --git a/ExternalCoreProjects/Virtu/Virtu.csproj b/ExternalCoreProjects/Virtu/Virtu.csproj index e3e9fc67b1..b8275a61c8 100644 --- a/ExternalCoreProjects/Virtu/Virtu.csproj +++ b/ExternalCoreProjects/Virtu/Virtu.csproj @@ -1,5 +1,5 @@  - + Debug @@ -9,7 +9,7 @@ Properties Virtu Virtu - v4.0 + v4.6.1 512 @@ -21,6 +21,7 @@ DEBUG;TRACE prompt 4 + false pdbonly @@ -29,6 +30,7 @@ TRACE prompt 4 + false diff --git a/References/Newtonsoft.Json.dll b/References/Newtonsoft.Json.dll index 4035c64ace..a04a6ca3aa 100644 Binary files a/References/Newtonsoft.Json.dll and b/References/Newtonsoft.Json.dll differ diff --git a/References/Virtu.dll b/References/Virtu.dll index 8d73f2512d..b164b2dc13 100644 Binary files a/References/Virtu.dll and b/References/Virtu.dll differ