Code/Resource
Windows Develop
Linux-Unix program
Internet-Socket-Network
Web Server
Browser Client
Ftp Server
Ftp Client
Browser Plugins
Proxy Server
Email Server
Email Client
WEB Mail
Firewall-Security
Telnet Server
Telnet Client
ICQ-IM-Chat
Search Engine
Sniffer Package capture
Remote Control
xml-soap-webservice
P2P
WEB(ASP,PHP,...)
TCP/IP Stack
SNMP
Grid Computing
SilverLight
DNS
Cluster Service
Network Security
Communication-Mobile
Game Program
Editor
Multimedia program
Graph program
Compiler program
Compress-Decompress algrithms
Crypt_Decrypt algrithms
Mathimatics-Numerical algorithms
MultiLanguage
Disk/Storage
Java Develop
assembly language
Applications
Other systems
Database system
Embeded-SCM Develop
FlashMX/Flex
source in ebook
Delphi VCL
OS Develop
MiddleWare
MPI
MacOS develop
LabView
ELanguage
Software/Tools
E-Books
Artical/Document
AssemblyInfo.cpp
Package: DVD.rar [view]
Upload User: asa1698
Upload Date: 2022-01-15
Package Size: 8015k
Code Size: 1k
Category:
DVD
Development Platform:
C#
- #include "stdafx.h"
- using namespace System;
- using namespace System::Reflection;
- using namespace System::Runtime::CompilerServices;
- using namespace System::Runtime::InteropServices;
- using namespace System::Security::Permissions;
- //
- // 程序集的常规信息通过下列属性集
- // 控制。更改这些属性值可修改
- // 与程序集关联的信息。
- //
- [assembly:AssemblyTitleAttribute("DVD")];
- [assembly:AssemblyDescriptionAttribute("")];
- [assembly:AssemblyConfigurationAttribute("")];
- [assembly:AssemblyCompanyAttribute("HAUST")];
- [assembly:AssemblyProductAttribute("DVD")];
- [assembly:AssemblyCopyrightAttribute("Copyright (c) HAUST 2009")];
- [assembly:AssemblyTrademarkAttribute("")];
- [assembly:AssemblyCultureAttribute("")];
- //
- // 程序集的版本信息由下面四个值组成:
- //
- // 主版本
- // 次版本
- // 内部版本号
- // 修订号
- //
- // 您可以指定所有值,也可使用“修订号”和“内部版本号”的默认值,
- // 方法是按如下所示使用“*”:
- [assembly:AssemblyVersionAttribute("1.0.*")];
- [assembly:ComVisible(false)];
- [assembly:CLSCompliantAttribute(true)];
- [assembly:SecurityPermission(SecurityAction::RequestMinimum, UnmanagedCode = true)];