diff --git a/src/Main/SharpDevelop/Project/Configuration/SolutionConfigurationEditor.cs b/src/Main/SharpDevelop/Project/Configuration/SolutionConfigurationEditor.cs index f27de1ce3d..2f63bb38fc 100644 --- a/src/Main/SharpDevelop/Project/Configuration/SolutionConfigurationEditor.cs +++ b/src/Main/SharpDevelop/Project/Configuration/SolutionConfigurationEditor.cs @@ -19,12 +19,12 @@ using System; using System.Collections; using System.Collections.Generic; +using System.ComponentModel; using System.Linq; using System.Windows.Forms; using ICSharpCode.Core; using ICSharpCode.SharpDevelop.Project; -using System.ComponentModel; namespace ICSharpCode.SharpDevelop.Project {