Skip to content

Commit

Permalink
Obfuscation compatibility (TxLib for XAML use)
Browse files Browse the repository at this point in the history
  • Loading branch information
ygoe committed Nov 4, 2015
1 parent 5061d0d commit e32bbb8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions TxLib/Tx.cs
Expand Up @@ -18,6 +18,7 @@
using System.Globalization;
using System.IO;
using System.Linq;
using System.Reflection;
using System.Text;
using System.Text.RegularExpressions;
using System.Threading;
Expand Down Expand Up @@ -4611,6 +4612,7 @@ public enum TxMode
/// can be combined, other values should not be used.
/// </summary>
[Flags]
[Obfuscation(Exclude = true, ApplyToMembers = true, Feature = "renaming")]
public enum TxTime
{
/// <summary>
Expand Down

0 comments on commit e32bbb8

Please sign in to comment.