assemblyinfo.cs
来自「实习时候做的一个c#的财务管理系统」· CS 代码 · 共 32 行
CS
32 行
#region Using directives
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
#endregion
// 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("designed by 扬州兴财科技有限公司 於军 崔卫军")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("江都经济开发区财政局")]
[assembly: AssemblyProduct("江都经济开发区财政局项目收支管理系统")]
[assembly: AssemblyCopyright("@copy 2008")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
// This sets the default COM visibility of types in the assembly to invisible.
// If you need to expose a type to COM, use [ComVisible(true)] on that type.
[assembly: ComVisible(false)]
// The assembly version has following format :
//
// Major.Minor.Build.Revision
//
// You can specify all the values or you can use the default the Revision and
// Build Numbers by using the '*' as shown below:
[assembly: AssemblyVersion("1.0.*")]
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?