diff --git a/src/Microsoft.VisualStudio.Editors/MyApplication/MyApplicationDataSerializer.vb b/src/Microsoft.VisualStudio.Editors/MyApplication/MyApplicationDataSerializer.vb index f0f9e20bd08..af4ddcf4187 100644 --- a/src/Microsoft.VisualStudio.Editors/MyApplication/MyApplicationDataSerializer.vb +++ b/src/Microsoft.VisualStudio.Editors/MyApplication/MyApplicationDataSerializer.vb @@ -36,7 +36,7 @@ Namespace Microsoft.VisualStudio.Editors.MyApplication WriteElementString("SplashScreen", "", o.SplashScreenNoRootNS) WriteElementStringRaw("MinimumSplashScreenDisplayTime", "", Xml.XmlConvert.ToString(CType(o.MinimumSplashScreenDisplayTime, Integer))) WriteElementStringRaw("SaveMySettingsOnExit", "", Xml.XmlConvert.ToString(CType(o.SaveMySettingsOnExit, Boolean))) - WriteElementStringRaw("HighDpiMpde", "", Xml.XmlConvert.ToString(CType(o.HighDpiMode, Boolean))) + WriteElementStringRaw("HighDpiMode", "", Xml.XmlConvert.ToString(CType(o.HighDpiMode, Boolean))) WriteEndElement(o) End Sub 'Write2_MyApplicationData