Browse Source

add ertabbr

master
yashen 9 years ago
parent
commit
068e79b7be
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      B3WeChat/Properties/AssemblyInfo.cs

+ 3
- 0
B3WeChat/Properties/AssemblyInfo.cs View File

@ -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")]

Loading…
Cancel
Save