Browse Source

Fix namespace order [refs #250]

pull/606/head
olegbevz 11 years ago
parent
commit
ed680e13fc
  1. 2
      src/Main/SharpDevelop/Project/Configuration/SolutionConfigurationEditor.cs

2
src/Main/SharpDevelop/Project/Configuration/SolutionConfigurationEditor.cs

@ -19,12 +19,12 @@
using System; using System;
using System.Collections; using System.Collections;
using System.Collections.Generic; using System.Collections.Generic;
using System.ComponentModel;
using System.Linq; using System.Linq;
using System.Windows.Forms; using System.Windows.Forms;
using ICSharpCode.Core; using ICSharpCode.Core;
using ICSharpCode.SharpDevelop.Project; using ICSharpCode.SharpDevelop.Project;
using System.ComponentModel;
namespace ICSharpCode.SharpDevelop.Project namespace ICSharpCode.SharpDevelop.Project
{ {

Loading…
Cancel
Save