From da61476a806292e7a56452a4855964f717afac06 Mon Sep 17 00:00:00 2001 From: Markus Ewald Date: Mon, 14 Feb 2011 18:15:23 +0000 Subject: [PATCH] Assembly is now signed with a strong name key; minor cosmetic improvements git-svn-id: file:///srv/devel/repo-conversion/nusu@213 d2e56fa2-650e-0410-a79f-9358c0239efd --- Nuclex.Support (net-4.0).csproj | 11 +++++++ Nuclex.Support (xna-4.0-phone7).csproj | 11 +++++++ Nuclex.Support (xna-4.0-xbox360).csproj | 11 +++++++ Source/AffineThreadPool.cs | 41 +++++++++++++------------ Source/Semaphore.cs | 2 +- 5 files changed, 56 insertions(+), 20 deletions(-) diff --git a/Nuclex.Support (net-4.0).csproj b/Nuclex.Support (net-4.0).csproj index f6bf83d..b5cf861 100644 --- a/Nuclex.Support (net-4.0).csproj +++ b/Nuclex.Support (net-4.0).csproj @@ -33,6 +33,12 @@ 4 bin\net-4.0\Release\Nuclex.Support.xml + + true + + + ..\Foundation.snk + ..\References\nmock\net-4.0\NMock2.dll @@ -366,6 +372,11 @@ XmlHelper.cs + + + Foundation.snk + +