mirror of
https://github.com/ICDSystems/ICD.Common.Utils.git
synced 2026-02-15 04:35:00 +00:00
Renamed project to ICD.Common.Utils
This commit is contained in:
6
ICD.Common.Utils/ObfuscationSettings.cs
Normal file
6
ICD.Common.Utils/ObfuscationSettings.cs
Normal file
@@ -0,0 +1,6 @@
|
||||
using System.Reflection;
|
||||
|
||||
[assembly: Obfuscation(Feature = "platform api: System.Threading.Thread, System.Reflection.*, System.IO.Stream, System.Windows.Forms.*", Exclude = true)]
|
||||
[assembly: Obfuscation(Feature = "rename symbol names with printable characters", Exclude = false)]
|
||||
[assembly: Obfuscation(Feature = "code control flow obfuscation", Exclude = false)]
|
||||
[assembly: Obfuscation(Feature = "Apply to type * when class: renaming", Exclude = true, ApplyToMembers = false)]
|
||||
Reference in New Issue
Block a user