diff --git a/Nuclex.Windows.Forms (x86).csproj b/Nuclex.Windows.Forms.csproj similarity index 85% rename from Nuclex.Windows.Forms (x86).csproj rename to Nuclex.Windows.Forms.csproj index c635c45..3ecfd66 100644 --- a/Nuclex.Windows.Forms (x86).csproj +++ b/Nuclex.Windows.Forms.csproj @@ -52,24 +52,6 @@ 4 Documents\Nuclex.Windows.Forms.xml - - true - bin\x86\Debug\ - TRACE;DEBUG;UNITTEST - Documents\Nuclex.Windows.Forms.xml - full - x86 - prompt - - - bin\x86\Release\ - TRACE;UNITTEST - Documents\Nuclex.Windows.Forms.xml - true - pdbonly - x86 - prompt - diff --git a/Source/ProgressReporter/ProgressReporterForm.cs b/Source/ProgressReporter/ProgressReporterForm.cs index 0e30f19..989f813 100644 --- a/Source/ProgressReporter/ProgressReporterForm.cs +++ b/Source/ProgressReporter/ProgressReporterForm.cs @@ -7,8 +7,8 @@ using System.Text; using System.Windows.Forms; using System.Threading; -using Nuclex.Support.Tracking; using Nuclex.Support.Scheduling; +using Nuclex.Support.Tracking; namespace Nuclex.Windows.Forms {