You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
Imports System Imports System.Reflection Imports System.Runtime.InteropServices
' ���ij�����Ϣͨ������
' ���Լ����ơ�������Щ����ֵ��
' ��������������Ϣ��
' ������������ֵ
<Assembly: AssemblyTitle("")> <Assembly: AssemblyDescription("")> <Assembly: AssemblyCompany("��о�����Ƽ�����˾")> <Assembly: AssemblyProduct("USB CAN Demo")> <Assembly: AssemblyCopyright("")> <Assembly: AssemblyTrademark("")> <Assembly: CLSCompliant(True)>
'��������Ŀ�� COM ������������ GUID �������Ϳ��� ID
<Assembly: Guid("689F5363-A2B3-43DE-84B9-A7526F240EE8")>
' ���İ汾��Ϣ������ 4 ��ֵ���ɣ�
'
' ���汾
' �ΰ汾
' �ڲ��汾��
' ����
'
' ������ָ��������Щֵ��Ҳ����ʹ�á��ڲ��汾�š��͡����š���Ĭ��ֵ�������ǰ�
' ������ʾʹ�� '*':
<Assembly: AssemblyVersion("1.0.*")>
|