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

推荐订阅源

罗磊的独立博客
Martin Fowler
Martin Fowler
J
Java Code Geeks
The GitHub Blog
The GitHub Blog
C
Check Point Blog
H
Help Net Security
Google DeepMind News
Google DeepMind News
人人都是产品经理
人人都是产品经理
博客园 - 聂微东
P
Proofpoint News Feed
V
Visual Studio Blog
Stack Overflow Blog
Stack Overflow Blog
雷峰网
雷峰网
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
Vercel News
Vercel News
S
SegmentFault 最新的问题
L
LangChain Blog
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
The Cloudflare Blog
Hugging Face - Blog
Hugging Face - Blog
有赞技术团队
有赞技术团队
博客园_首页
小众软件
小众软件
aimingoo的专栏
aimingoo的专栏

博客园 - 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