diff options
author | Brandon West <brawest@gmail.com> | 2014-06-20 17:31:56 -0600 |
---|---|---|
committer | Brandon West <brawest@gmail.com> | 2014-06-20 17:31:56 -0600 |
commit | 9d2104117b6a8d120c4f8d554e7b002dab0f83e4 (patch) | |
tree | 5fea2865d6e5bcf5f1bcab42141fd9eb8953f5f1 /SendGrid | |
parent | 9946f65563a35f642acc349841600f9eea1e902d (diff) | |
download | sendgrid-csharp-9d2104117b6a8d120c4f8d554e7b002dab0f83e4.zip sendgrid-csharp-9d2104117b6a8d120c4f8d554e7b002dab0f83e4.tar.gz sendgrid-csharp-9d2104117b6a8d120c4f8d554e7b002dab0f83e4.tar.bz2 |
clean up assemblyinfo
Diffstat (limited to 'SendGrid')
-rw-r--r-- | SendGrid/SendGridMail/Properties/AssemblyInfo.cs | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/SendGrid/SendGridMail/Properties/AssemblyInfo.cs b/SendGrid/SendGridMail/Properties/AssemblyInfo.cs index fc4b4f5..dbff93a 100644 --- a/SendGrid/SendGridMail/Properties/AssemblyInfo.cs +++ b/SendGrid/SendGridMail/Properties/AssemblyInfo.cs @@ -27,13 +27,9 @@ using System.Runtime.InteropServices; #if (BUILD)
[assembly: InternalsVisibleTo("Tests")]
-#endif
-
-#if (DEBUG)
+#elif (DEBUG)
[assembly: InternalsVisibleTo("Tests")]
-#endif
-
-#if (RELEASE)
+#else
[assembly: InternalsVisibleTo("Tests," + "" +
"PublicKey=00240000048000009400000006020000002400005253413100040000010001004126bffd5a4461" +
"e915193b2695401cee8d67bb14b252a34e5230e6468582f108aafbe31d39f2059240461d622e86" +
|