aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common/Properties
diff options
context:
space:
mode:
authorRoy Ben-Shabat <Roy@Twine-s.com>2018-02-14 10:55:19 +0200
committerRoy Ben-Shabat <Roy@Twine-s.com>2018-02-14 10:55:19 +0200
commit94ac70f0eaf29fcca4ae3ff5552c52cad22df492 (patch)
tree0f1fbfe8ff4ad11cfda38153a92bce057fd7a71e /Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common/Properties
parentee88fc31d9b1b8f4782c7103d91de2d1b11c211b (diff)
downloadTango-94ac70f0eaf29fcca4ae3ff5552c52cad22df492.tar.gz
Tango-94ac70f0eaf29fcca4ae3ff5552c52cad22df492.zip
Refactored all studio modules to use StudioModuleBase.
Diffstat (limited to 'Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common/Properties')
-rw-r--r--Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common/Properties/AssemblyInfo.cs3
1 files changed, 3 insertions, 0 deletions
diff --git a/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common/Properties/AssemblyInfo.cs b/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common/Properties/AssemblyInfo.cs
index 33d6edb60..f03b250be 100644
--- a/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common/Properties/AssemblyInfo.cs
+++ b/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common/Properties/AssemblyInfo.cs
@@ -15,3 +15,6 @@ using System.Windows;
//(used if a resource is not found in the page,
// app, or any theme specific resource dictionaries)
)]
+
+//Friends With
+[assembly: InternalsVisibleTo("Tango.MachineStudio.UI")]