|
|
|
@ -19,6 +19,7 @@
@@ -19,6 +19,7 @@
|
|
|
|
|
using System; |
|
|
|
|
using System.Collections; |
|
|
|
|
using System.Collections.Generic; |
|
|
|
|
using System.ComponentModel; |
|
|
|
|
using System.Linq; |
|
|
|
|
using System.Windows.Forms; |
|
|
|
|
|
|
|
|
@ -257,5 +258,13 @@ namespace ICSharpCode.SharpDevelop.Project
@@ -257,5 +258,13 @@ namespace ICSharpCode.SharpDevelop.Project
|
|
|
|
|
UpdateGrid(); |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
protected override void OnClosing(CancelEventArgs e) |
|
|
|
|
{ |
|
|
|
|
// Update solution active configuration when the dialog is closing.
|
|
|
|
|
solution.ActiveConfiguration = solutionConfig; |
|
|
|
|
|
|
|
|
|
base.OnClosing(e); |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|