aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/Properties/AssemblyInfo.cs
blob: 5cdfd162a10f28dcc92b8a5c56b16d8042058130 (plain)
1
2
3
4
5
6
7
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;

[assembly: System.Windows.ThemeInfo(System.Windows.ResourceDictionaryLocation.None, System.Windows.ResourceDictionaryLocation.SourceAssembly)]
[assembly: AssemblyTitle("Tango - Machine Studio")]
[assembly: ComVisible(false)]
m.Linq; using System.Text; using System.Threading.Tasks; namespace Tango.MachineStudio.MachineDesigner.Models { interface IHasDifference { /// <summary> /// Gets a value indicating whether this instance has differences. /// </summary> bool HasDifferences { get;} } }