summaryrefslogtreecommitdiffstats
path: root/SendGrid/SendGridMail/Properties/AssemblyInfo.cs
diff options
context:
space:
mode:
authorBrandon West <brawest@gmail.com>2014-06-14 13:45:46 -0600
committerBrandon West <brawest@gmail.com>2014-06-14 13:45:46 -0600
commitf0a21488812acbc91aef78cadafc673079d6dd8b (patch)
treed90efea3a8fc2cdb77bc58079ff65717f59ad905 /SendGrid/SendGridMail/Properties/AssemblyInfo.cs
parentdc9f051dc737f050f88b80a6fa5cc4fb56d07360 (diff)
downloadsendgrid-csharp-f0a21488812acbc91aef78cadafc673079d6dd8b.zip
sendgrid-csharp-f0a21488812acbc91aef78cadafc673079d6dd8b.tar.gz
sendgrid-csharp-f0a21488812acbc91aef78cadafc673079d6dd8b.tar.bz2
more fixes
Diffstat (limited to 'SendGrid/SendGridMail/Properties/AssemblyInfo.cs')
-rw-r--r--SendGrid/SendGridMail/Properties/AssemblyInfo.cs6
1 files changed, 2 insertions, 4 deletions
diff --git a/SendGrid/SendGridMail/Properties/AssemblyInfo.cs b/SendGrid/SendGridMail/Properties/AssemblyInfo.cs
index 3ae7c11..019e8b1 100644
--- a/SendGrid/SendGridMail/Properties/AssemblyInfo.cs
+++ b/SendGrid/SendGridMail/Properties/AssemblyInfo.cs
@@ -1,6 +1,4 @@
-#define build
-
-using System.Reflection;
+using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
@@ -27,7 +25,7 @@ using System.Runtime.InteropServices;
[assembly: Guid("193fa200-8430-4206-aacd-2d2bb2dfa6cf")]
-#if (build)
+#if (BUILD)
[assembly: InternalsVisibleTo("Tests")]
#else
[assembly: InternalsVisibleTo("Tests," + "" +