diff --git a/B3WeChat/Properties/AssemblyInfo.cs b/B3WeChat/Properties/AssemblyInfo.cs index 5d17bf1..e26841c 100644 --- a/B3WeChat/Properties/AssemblyInfo.cs +++ b/B3WeChat/Properties/AssemblyInfo.cs @@ -1,4 +1,5 @@ using Forks.EnterpriseServices.DomainObjects2; +using Forks.EnterpriseServices.Ert; using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; @@ -37,3 +38,5 @@ using System.Runtime.InteropServices; [assembly: AssemblyFileVersion("1.0.0.0")] [assembly: AssemblyMapToTablePrefix("B3WeChat_")] + +[assembly: ErtAbbr("B3WeChat", "BWP.B3WeChat")]