From 973c368deabbc4d90c93037ebcd6006dc79bf645 Mon Sep 17 00:00:00 2001 From: Katy Coe Date: Fri, 11 Sep 2020 13:37:15 +0200 Subject: [PATCH] C++: Fix incorrect Debug x86 .sln config (#66) --- Il2CppInspector.Common/Properties/Resources.Designer.cs | 2 +- Il2CppInspector.Common/Properties/Resources.resx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Il2CppInspector.Common/Properties/Resources.Designer.cs b/Il2CppInspector.Common/Properties/Resources.Designer.cs index ffcc309..74645a2 100644 --- a/Il2CppInspector.Common/Properties/Resources.Designer.cs +++ b/Il2CppInspector.Common/Properties/Resources.Designer.cs @@ -351,7 +351,7 @@ namespace Il2CppInspector.Properties { /// Release|x64 = Release|x64 /// Release|x86 = Release|x86 /// EndGlobalSection - /// GlobalSection(ProjectConfigurationPlatfo [rest of string was truncated]";. + /// GlobalSection(ProjectConfig [rest of string was truncated]";. /// internal static string CppSlnTemplate { get { diff --git a/Il2CppInspector.Common/Properties/Resources.resx b/Il2CppInspector.Common/Properties/Resources.resx index dbc552f..590f06b 100644 --- a/Il2CppInspector.Common/Properties/Resources.resx +++ b/Il2CppInspector.Common/Properties/Resources.resx @@ -497,8 +497,8 @@ Global GlobalSection(ProjectConfigurationPlatforms) = postSolution {%PROJECTGUID%}.Debug|x64.ActiveCfg = Debug|x64 {%PROJECTGUID%}.Debug|x64.Build.0 = Debug|x64 - {%PROJECTGUID%}.Debug|x86.ActiveCfg = Release|x64 - {%PROJECTGUID%}.Debug|x86.Build.0 = Release|x64 + {%PROJECTGUID%}.Debug|x86.ActiveCfg = Debug|Win32 + {%PROJECTGUID%}.Debug|x86.Build.0 = Debug|Win32 {%PROJECTGUID%}.Release|x64.ActiveCfg = Release|x64 {%PROJECTGUID%}.Release|x64.Build.0 = Release|x64 {%PROJECTGUID%}.Release|x86.ActiveCfg = Release|Win32