⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 assemblyinfo.cs

📁 在网页上显示pdf文件的类库,可以将pdf文件显示的网页上面
💻 CS
字号:
using System.Reflection;
using System.Runtime.CompilerServices;

// Creation date: 07.11.2004
// Checked: 07.11.2004
// Author: Otto Mayer (mot@root.ch)
// Version: 1.03

// Report.NET copyright 2002-2004 root-software ag, B黵glen Switzerland - Otto Mayer, Stefan Spirig, all rights reserved
// This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License
// as published by the Free Software Foundation, version 2.1 of the License.
// This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You
// should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA www.opensource.org/licenses/lgpl-license.html

// General information about the assembly
[assembly: AssemblyDescription("ASP.NET Samples that demonstrate the usage of the Report.NET library")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("root-software ag, Otto Mayer, Stefan Spirig")]
[assembly: AssemblyProduct("Report.NET")]
[assembly: AssemblyCopyright("Report.NET copyright 2002-2004 root-software ag, B黵glen Switzerland - Otto Mayer, Stefan Spirig, all rights reserved")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]		

// Version information
[assembly: AssemblyVersion("1.03.*")]
[assembly: AssemblyFileVersion("1.03.00")]
[assembly: AssemblyInformationalVersion("1.03.00")]

// Assembly signing
[assembly: AssemblyDelaySign(false)]
[assembly: AssemblyKeyFile("")]
[assembly: AssemblyKeyName("")]

⌨️ 快捷键说明

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