From 39f1e6a4c98175caaa34bfd85731b362087d4505 Mon Sep 17 00:00:00 2001 From: Markus Ewald Date: Thu, 14 Aug 2008 21:19:02 +0000 Subject: [PATCH] Project is now architecture-independent since Nuclex.Support (which is used by Nuclex.Windows.Forms) is no longer bound to x86 (XNA dependencies have been moved to Nuclex.Game) git-svn-id: file:///srv/devel/repo-conversion/nuwi@24 d2e56fa2-650e-0410-a79f-9358c0239efd --- ...(x86).csproj => Nuclex.Windows.Forms.csproj | 18 ------------------ .../ProgressReporter/ProgressReporterForm.cs | 2 +- 2 files changed, 1 insertion(+), 19 deletions(-) rename Nuclex.Windows.Forms (x86).csproj => Nuclex.Windows.Forms.csproj (85%) 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 {