From 2a636245b4d4dcffb06800447a06333980c986aa Mon Sep 17 00:00:00 2001
From: chylex <contact@chylex.com>
Date: Mon, 17 Jan 2022 20:51:28 +0100
Subject: [PATCH] Remove directives to expose assembly internals to now removed
 test projects

---
 Properties/AssemblyInfo.cs | 11 +++--------
 1 file changed, 3 insertions(+), 8 deletions(-)

diff --git a/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs
index 1df8aaf0..72790758 100644
--- a/Properties/AssemblyInfo.cs
+++ b/Properties/AssemblyInfo.cs
@@ -4,7 +4,7 @@
 using System.Runtime.InteropServices;
 using TweetDuck;
 
-// General Information about an assembly is controlled through the following 
+// General Information about an assembly is controlled through the following
 // set of attributes. Change these attribute values to modify the information
 // associated with an assembly.
 [assembly: AssemblyTitle("TweetDeck Client for Windows")]
@@ -16,8 +16,8 @@
 [assembly: AssemblyTrademark("")]
 [assembly: AssemblyCulture("")]
 
-// Setting ComVisible to false makes the types in this assembly not visible 
-// to COM components.  If you need to access a type in this assembly from 
+// Setting ComVisible to false makes the types in this assembly not visible
+// to COM components.  If you need to access a type in this assembly from
 // COM, set the ComVisible attribute to true on that type.
 [assembly: ComVisible(false)]
 
@@ -27,8 +27,3 @@
 [assembly: NeutralResourcesLanguage("en")]
 
 [assembly: CLSCompliant(true)]
-
-#if DEBUG
-[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("TweetTest.System")]
-[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("TweetTest.Unit")]
-#endif