惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

酷 壳 – CoolShell
酷 壳 – CoolShell
D
Docker
Microsoft Security Blog
Microsoft Security Blog
Google DeepMind News
Google DeepMind News
M
MIT News - Artificial intelligence
P
Proofpoint News Feed
Engineering at Meta
Engineering at Meta
Y
Y Combinator Blog
Vercel News
Vercel News
F
Fortinet All Blogs
B
Blog
Recent Announcements
Recent Announcements
A
About on SuperTechFans
GbyAI
GbyAI
T
The Blog of Author Tim Ferriss
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
博客园 - Franky
MongoDB | Blog
MongoDB | Blog
Stack Overflow Blog
Stack Overflow Blog
B
Blog RSS Feed
C
Check Point Blog
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
V
Visual Studio Blog
月光博客
月光博客

博客园 - Rickel

在webView 中使用JS 调用 Android / IOS的函数 Function 数据库镜像的配置 查看SQL Server中某数据库下每个表占用的空间大小 about WBS sql server 2005 压缩实例下所有数据库文件及日志文件 语句 TFS服务器及服务帐号迁域的处理 [西安招聘] 微软西安分公司 招聘.NET软件工程师,MOSS开发工程师 SQL清除数据库日志方法 JavaScript 中的Key 事件区别 ASP.NET URL Rewrite. URL重写 生成高品质的缩略图 Apache Error:(OS 10048)Only one usage of each socket address is normally permitted. 页面响应自定义控件的事件 推荐大家看 《亵渎》 断字处理 break-word I'm Back 部署带Crystal Reports的Web应用程序 用C#读取Excel文件:从指定单元格开始向右向下读取数据 毕业一周年纪念
Well-formed AssemblyInfo.cs
Rickel · 2005-07-08 · via 博客园 - Rickel

using System;
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
using System.Security.Permissions;#region General information
[assembly: AssemblyTitle(
"AlanDean.Framework.Logic.dll")]
[assembly: AssemblyDescription(
"Framework Logic Library")]
[assembly: AssemblyConfiguration(
"")]
[assembly: AssemblyCompany(
"Alan Dean")]
[assembly: AssemblyProduct(
"Alan Dean Framework")]
[assembly: AssemblyCopyright(
"©2004 All Rights Reserved")]
[assembly: AssemblyTrademark(
"")]
#endregion#region Strong name
[assembly: AssemblyCulture(
"")]

[assembly: AssemblyVersion(

"1.0.0.0")]

[assembly: AssemblyDelaySign(

false)]
[assembly: AssemblyKeyFile(
"C:\\AlanDean.snk")]
[assembly: AssemblyKeyName(
"")]
#endregion#region COM
[assembly: ComVisible(
false)]
#endregion#region CLS
[assembly: CLSCompliant(
true)]
#endregion#region Security
[assembly:PermissionSetAttribute(SecurityAction.RequestMinimum, Name
="Nothing")]
#endregion