diff options
author | Brandon West <brawest@gmail.com> | 2014-06-14 13:45:46 -0600 |
---|---|---|
committer | Brandon West <brawest@gmail.com> | 2014-06-14 13:45:46 -0600 |
commit | f0a21488812acbc91aef78cadafc673079d6dd8b (patch) | |
tree | d90efea3a8fc2cdb77bc58079ff65717f59ad905 /SendGrid/SendGridMail/Properties/AssemblyInfo.cs | |
parent | dc9f051dc737f050f88b80a6fa5cc4fb56d07360 (diff) | |
download | sendgrid-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.cs | 6 |
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," + "" +
|