Browse Source

Added ICSharpCode.Core.Presentation to assembly redirect list.

DebuggeeExceptionForm: ShowInTaskbar = false

git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@4057 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
shortcuts
Daniel Grunwald 16 years ago
parent
commit
0a60b31cbc
  1. 1
      src/AddIns/Misc/Debugger/Debugger.AddIn/Project/Src/Service/DebuggeeExceptionForm.Designer.cs
  2. 4
      src/Main/StartUp/Project/app.template.config

1
src/AddIns/Misc/Debugger/Debugger.AddIn/Project/Src/Service/DebuggeeExceptionForm.Designer.cs generated

@ -97,6 +97,7 @@ namespace ICSharpCode.SharpDevelop.Services @@ -97,6 +97,7 @@ namespace ICSharpCode.SharpDevelop.Services
this.Controls.Add(this.lblExceptionText);
this.Controls.Add(this.pictureBox);
this.Name = "DebuggeeExceptionForm";
this.ShowInTaskbar = false;
this.Resize += new System.EventHandler(this.debugeeExceptionFormResize);
((System.ComponentModel.ISupportInitialize)(this.pictureBox)).EndInit();
this.ResumeLayout(false);

4
src/Main/StartUp/Project/app.template.config

@ -21,6 +21,10 @@ @@ -21,6 +21,10 @@
<assemblyIdentity name="ICSharpCode.Core.WinForms" publicKeyToken="f829da5c02be14ee" culture="neutral"/>
<bindingRedirect oldVersion="3.0.0.0-$INSERTVERSION$" newVersion="$INSERTVERSION$"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="ICSharpCode.Core.Presentation" publicKeyToken="f829da5c02be14ee" culture="neutral"/>
<bindingRedirect oldVersion="3.0.0.0-$INSERTVERSION$" newVersion="$INSERTVERSION$"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="ICSharpCode.SharpDevelop" publicKeyToken="f829da5c02be14ee" culture="neutral"/>
<bindingRedirect oldVersion="3.0.0.0-$INSERTVERSION$" newVersion="$INSERTVERSION$"/>

Loading…
Cancel
Save