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
This commit is contained in:
Markus Ewald 2008-08-14 21:19:02 +00:00
parent 0d150722b1
commit 39f1e6a4c9
2 changed files with 1 additions and 19 deletions

View file

@ -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 {