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

[assembly: AssemblyTitle("Tango - Serialization Components")]
[assembly: AssemblyVersion("2.0.31.1608")]
[assembly: ComVisible(false)]
s="nn">System; namespace ICSharpCode.AvalonEdit.Utils { /// <summary> /// Reuse the same instances for boxed booleans. /// </summary> static class Boxes { public static readonly object True = true; public static readonly object False = false; public static object Box(bool value) { return value ? True : False; } } }