assemblyinfo.cs

来自「In the previous article, we presented an」· CS 代码 · 共 25 行

CS
25
字号
using System;
using System.Reflection;

//------------------------------------------------------------------------------
// <autogenerated>
//     This code was generated by a tool.
//     Runtime Version: 1.1.4322.573
//
//     Changes to this file may cause incorrect behavior and will be lost if 
//     the code is regenerated.
// </autogenerated>
//------------------------------------------------------------------------------

[assembly: AssemblyTitleAttribute("UDDI Explorer")]
[assembly: AssemblyDescriptionAttribute("")]
[assembly: AssemblyConfigurationAttribute("Release")]
[assembly: AssemblyCompanyAttribute("Dao Ngoc Thanh")]
[assembly: AssemblyProductAttribute("WorkflowDesigner")]
[assembly: AssemblyCopyrightAttribute("Copyright (C) 2005 Dao Ngoc Thanh, all rights reserved")]
[assembly: AssemblyTrademarkAttribute("")]
[assembly: AssemblyCultureAttribute("")]
[assembly: AssemblyVersionAttribute("1.0.100.100")]
[assembly: AssemblyInformationalVersionAttribute("1.0")]

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?