diff --git a/default.build b/default.build
index 22bcebe64b..7f320657bd 100644
--- a/default.build
+++ b/default.build
@@ -3,8 +3,11 @@
Build the umbraco 3.1.x Application
-
+
+ ,
+
@@ -44,11 +47,16 @@
+
+
+
+
+
@@ -323,6 +331,15 @@
+
+
+
+
+
+
+
+
+
diff --git a/umbraco/presentation/umbraco/controls/ProgressBar.ascx b/umbraco/presentation/umbraco/controls/ProgressBar.ascx
index ba5782b34e..42dce282c0 100644
--- a/umbraco/presentation/umbraco/controls/ProgressBar.ascx
+++ b/umbraco/presentation/umbraco/controls/ProgressBar.ascx
@@ -1,2 +1,2 @@
<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="ProgressBar.ascx.cs" Inherits="umbraco.presentation.umbraco.controls.ProgressBar" %>
-
" />
\ No newline at end of file
+
\ No newline at end of file
diff --git a/umbraco/presentation/umbraco/controls/ProgressBar.ascx.designer.cs b/umbraco/presentation/umbraco/controls/ProgressBar.ascx.designer.cs
index 320edbe940..8c20442522 100644
--- a/umbraco/presentation/umbraco/controls/ProgressBar.ascx.designer.cs
+++ b/umbraco/presentation/umbraco/controls/ProgressBar.ascx.designer.cs
@@ -1,10 +1,9 @@
//------------------------------------------------------------------------------
//
// This code was generated by a tool.
-// Runtime Version:2.0.50727.4927
//
// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
+// the code is regenerated.
//
//------------------------------------------------------------------------------
@@ -12,14 +11,5 @@ namespace umbraco.presentation.umbraco.controls {
public partial class ProgressBar {
-
- ///
- /// ImgBar control.
- ///
- ///
- /// Auto-generated field.
- /// To modify move field declaration from designer file to code-behind file.
- ///
- protected global::System.Web.UI.HtmlControls.HtmlImage ImgBar;
}
}