资源简介
最终一个开源版本,后面的4.几已经不开源了,做图形的可以下来学习学习
代码片段和文件信息
/////////////////////////////////////////////////////////////////////////////////
// Paint.NET //
// Copyright (C) Rick Brewster Tom Jackson and past contributors. //
// Portions Copyright (C) Microsoft Corporation. All Rights Reserved. //
// See src/Setup/License.txt for full licensing and attribution details. //
// 2 //
// 1 //
/////////////////////////////////////////////////////////////////////////////////
using System.Reflection;
using System.Runtime.CompilerServices;
//
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
//
[assembly: Assemblytitle(““)]
[assembly: AssemblyDescription(““)]
[assembly: AssemblyConfiguration(““)]
[assembly: AssemblyCompany(““)]
[assembly: AssemblyProduct(““)]
[assembly: AssemblyCopyright(““)]
[assembly: AssemblyTrademark(““)]
[assembly: AssemblyCulture(““)]
//
// Version information for an assembly consists of the following four values:
//
// Major Version
// Minor Version
// Build Number
// Revision
//
// You can specify all the values or you can default the Revision and Build Numbers
// by using the ‘*‘ as shown below:
[assembly: AssemblyVersion(“1.0.*“)]
//
// In order to sign your assembly you must specify a key to use. Refer to the
// Microsoft .NET framework documentation for more information on assembly signing.
//
// Use the attributes below to control which key is used for signing.
//
// Notes:
// (*) If no key is specified the assembly is not signed.
// (*) KeyName refers to a key that has been installed in the Crypto Service
// Provider (CSP) on your machine. KeyFile refers to a file which contains
// a key.
// (*) If the KeyFile and the KeyName values are both specified the
// following processing occurs:
// (1) If the KeyName can be found in the CSP that key is used.
// (2) If the KeyName does not exist and the KeyFile does exist the key
// in the KeyFile is installed into the CSP and used.
// (*) In order to create a KeyFile you can use the sn.exe (Strong Name) utility.
// When specifying the KeyFile the location of the KeyFile should be
// relative to the project output directory which is
// %Project Directory%\obj\. For example if your KeyFile is
// located in the project directory you would specify the AssemblyKeyFile
// attribute as [assembly: AssemblyKeyFile(“..\\..\\mykey.snk“)]
// (*) Delay Signing is an advanced option - see the Microsoft .NET framework
// documentation for more information on this.
//
[assembly: A
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 3092 2006-11-26 04:25 paint.net-3.36\extras\CodeLab\AssemblyInfo.cs
文件 3330 2006-11-26 04:25 paint.net-3.36\extras\CodeLab\CodeEditor.cs
文件 2421 2006-11-26 04:25 paint.net-3.36\extras\CodeLab\CodeLab.cs
文件 5533 2006-03-09 09:45 paint.net-3.36\extras\CodeLab\CodeLab.csproj
文件 897 2006-02-04 01:35 paint.net-3.36\extras\CodeLab\CodeLab.sln
文件 23375 2006-11-26 04:25 paint.net-3.36\extras\CodeLab\CodeLabConfigDialog.cs
文件 6216 2006-02-04 01:35 paint.net-3.36\extras\CodeLab\CodeLabConfigDialog.resx
文件 1459 2006-11-26 04:25 paint.net-3.36\extras\CodeLab\CodeLabConfigToken.cs
文件 1352 2006-11-26 04:25 paint.net-3.36\extras\CodeLab\CompilerErrorWrapper.cs
文件 573 2006-03-09 09:45 paint.net-3.36\extras\CodeLab\Icons\CodeLab.png
文件 1830 2007-12-15 10:51 paint.net-3.36\extras\HDPhoto\Backup\HDPhoto\AssemblyInfo.cs
文件 4674 2007-09-09 07:42 paint.net-3.36\extras\HDPhoto\Backup\HDPhoto\HDPhoto.csproj
文件 15243 2007-12-15 16:22 paint.net-3.36\extras\HDPhoto\Backup\HDPhoto\HDPhotoFileType.cs
文件 1310 2007-12-15 11:04 paint.net-3.36\extras\HDPhoto\Backup\HDPhoto\HDPhotoFileTypeFactory.cs
文件 1952 2007-12-15 16:22 paint.net-3.36\extras\HDPhoto\Backup\HDPhoto\HDPhotoSaveConfigToken.cs
文件 9138 2007-12-15 16:22 paint.net-3.36\extras\HDPhoto\Backup\HDPhoto\HDPhotoSaveConfigWidget.cs
文件 5814 2007-04-29 12:15 paint.net-3.36\extras\HDPhoto\Backup\HDPhoto\HDPhotoSaveConfigWidget.resx
文件 3854 2007-09-09 07:46 paint.net-3.36\extras\HDPhoto\Backup\HDPhoto\Strings.Designer.cs
文件 6161 2007-09-09 07:46 paint.net-3.36\extras\HDPhoto\Backup\HDPhoto\Strings.resx
文件 910 2007-03-14 06:34 paint.net-3.36\extras\HDPhoto\Backup\HDPhoto.sln
文件 1830 2007-12-15 10:51 paint.net-3.36\extras\HDPhoto\HDPhoto\AssemblyInfo.cs
文件 6054 2016-11-29 21:47 paint.net-3.36\extras\HDPhoto\HDPhoto\HDPhoto.csproj
文件 452 2016-11-29 21:47 paint.net-3.36\extras\HDPhoto\HDPhoto\HDPhoto.csproj.user
文件 15243 2007-12-15 16:22 paint.net-3.36\extras\HDPhoto\HDPhoto\HDPhotoFileType.cs
文件 1310 2007-12-15 11:04 paint.net-3.36\extras\HDPhoto\HDPhoto\HDPhotoFileTypeFactory.cs
文件 1952 2007-12-15 16:22 paint.net-3.36\extras\HDPhoto\HDPhoto\HDPhotoSaveConfigToken.cs
文件 9138 2007-12-15 16:22 paint.net-3.36\extras\HDPhoto\HDPhoto\HDPhotoSaveConfigWidget.cs
文件 5814 2007-04-29 12:15 paint.net-3.36\extras\HDPhoto\HDPhoto\HDPhotoSaveConfigWidget.resx
文件 5949 2016-11-29 21:47 paint.net-3.36\extras\HDPhoto\HDPhoto\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache
文件 497 2016-11-29 21:47 paint.net-3.36\extras\HDPhoto\HDPhoto\obj\Debug\HDPhoto.csproj.FileListAbsolute.txt
............此处省略1742个文件信息
- 上一篇:C#经典编程220例 免积分 教学光盘 C#入门至精通必看
- 下一篇:深入浅出PDF
相关资源
- C#经典编程220例 免积分 教学光盘 C#入
- C# PCM音乐流播放
- 微信ipad协议C#winfrom版 功能可用!扫码
- AE+C#三维显示
- KTV点歌系统C#源码
- C#读取mat文件csmatio.zip
- C#项目合集9个项目
- C# MVC 支付宝商户转账即时到账源码个
- C#高级编程第10版中文PDF非扫描版带目
- C#高级编程第11版
- C#商城源码
- C#高级编程第11版(Professional C# 7 and
- 全套C#教程(可当手册)
- 编写高质量代码改善C#程序的157个建议
- PLC通讯实现-C#访问OPCUA实现读写PLC
- 基于AE和C#二次开发
- 动软代码生成器C#连接mysql三层代码模
- Reflector.zip
- C#汽车销售信息管理系统
- 基于C# C S结构的仓库管理系统的设计
- C#实现矩阵计算类库
- C#设计模式ASP.NETc#编程思想
- C#调用FFMPEG转视频文件为M3U8
- winform(c#)集成所有opencv功能demo
- SportsStore.zip
- 一个优秀的基于C#+ASP.NET多层结构开发
- C# 通过 OPC连接plc,读取数据。
- 基于Libvlc库的c#中可进行录制/录像功
- C#推箱子游戏
- 大型会员管理系统源码 通用会员管理
评论
共有 条评论