14adbc8e1a
SVN-Revision: r828
9 lines
282 B
C#
9 lines
282 B
C#
using System.Reflection;
|
|
using System.Runtime.CompilerServices;
|
|
using System.Runtime.InteropServices;
|
|
|
|
// 有关程序集的一般信息由以下
|
|
// 控制。更改这些特性值可修改
|
|
// 与程序集关联的信息。
|
|
[assembly: AssemblyTitle("LadfDataApp")]
|
|
[assembly: Asse |