From daf8f559d6963c411992fee75849d37972c199e0 Mon Sep 17 00:00:00 2001 From: Markus Ewald Date: Mon, 4 Jul 2011 22:27:45 +0000 Subject: [PATCH] Added NO_SPECIALIZED_COLLECTIONS constant to release builds, too git-svn-id: file:///srv/devel/repo-conversion/nusu@216 d2e56fa2-650e-0410-a79f-9358c0239efd --- Nuclex.Support (xna-4.0-phone7).csproj | 2 +- Nuclex.Support (xna-4.0-xbox360).csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Nuclex.Support (xna-4.0-phone7).csproj b/Nuclex.Support (xna-4.0-phone7).csproj index d7da6ed..01bb5f8 100644 --- a/Nuclex.Support (xna-4.0-phone7).csproj +++ b/Nuclex.Support (xna-4.0-phone7).csproj @@ -34,7 +34,7 @@ pdbonly true bin\xna-4.0-phone7\Release\ - TRACE;WINDOWS_PHONE;NO_CLONING;NO_SERIALIZATION;NO_XMLSCHEMA;NO_SYSTEMEVENTS;NO_EXITCONTEXT + TRACE;WINDOWS_PHONE;NO_CLONING;NO_SERIALIZATION;NO_XMLSCHEMA;NO_SYSTEMEVENTS;NO_EXITCONTEXT;NO_SPECIALIZED_COLLECTIONS prompt 4 true diff --git a/Nuclex.Support (xna-4.0-xbox360).csproj b/Nuclex.Support (xna-4.0-xbox360).csproj index 93a5b2f..10c8617 100644 --- a/Nuclex.Support (xna-4.0-xbox360).csproj +++ b/Nuclex.Support (xna-4.0-xbox360).csproj @@ -34,7 +34,7 @@ pdbonly true bin\xna-4.0-xbox360\Release\ - TRACE;XBOX;XBOX360;NO_CLONING;NO_SERIALIZATION;NO_XMLSCHEMA;NO_SYSTEMEVENTS;NO_EXITCONTEXT + TRACE;XBOX;XBOX360;NO_CLONING;NO_SERIALIZATION;NO_XMLSCHEMA;NO_SYSTEMEVENTS;NO_EXITCONTEXT;NO_SPECIALIZED_COLLECTIONS prompt 4 true