From e01f7d16209f0e4dd126ede6eb60694fd1b9d594 Mon Sep 17 00:00:00 2001 From: Daniel Lee Harple Date: Fri, 19 Mar 2010 05:04:40 -0400 Subject: [PATCH] Always make internals visible to UnitTests, so tests can be run in non-debug builds. --- Skills/Properties/AssemblyInfo.cs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Skills/Properties/AssemblyInfo.cs b/Skills/Properties/AssemblyInfo.cs index 8d32e79..5f3b598 100644 --- a/Skills/Properties/AssemblyInfo.cs +++ b/Skills/Properties/AssemblyInfo.cs @@ -38,8 +38,4 @@ using System.Runtime.InteropServices; [assembly: AssemblyVersion("1.0.0.0")] [assembly: AssemblyFileVersion("1.0.0.0")] - -#if DEBUG - [assembly: InternalsVisibleTo("UnitTests")] -#endif \ No newline at end of file