From 0c72fe2d9e48f8041e2ecdb0901f18f43c86c24b Mon Sep 17 00:00:00 2001 From: Markus Ewald Date: Mon, 10 Dec 2007 21:22:14 +0000 Subject: [PATCH] Fixed Box3 which still had a 'center' argument in its constructor despite the transformation matrix being given; set all projects to always use the x86 configuration to avoid trouble on Windows Vista x64 (all of them are directly or indirectly dependent on XNA, which only works in an x86 environment); improve GeoAssert unit tests for Nuclex.Geometry to provide more meaningful fail messages for the unit tests git-svn-id: file:///srv/devel/repo-conversion/nuwi@15 d2e56fa2-650e-0410-a79f-9358c0239efd --- Nuclex.Windows.Forms.csproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Nuclex.Windows.Forms.csproj b/Nuclex.Windows.Forms.csproj index cc9db0a..9924562 100644 --- a/Nuclex.Windows.Forms.csproj +++ b/Nuclex.Windows.Forms.csproj @@ -19,7 +19,7 @@ full false bin\x86\Debug - DEBUG;TRACE + TRACE;DEBUG;UNITTEST prompt 4 true @@ -31,7 +31,7 @@ pdbonly true bin\x86\Release - TRACE + TRACE;UNITTEST prompt 4 true