代码搜索:Assembly
找到约 10,000 项符合「Assembly」的源代码
代码结果 10,000
www.eeworm.com/read/139284/5806240
cs assemblyinfo.cs
using System.Reflection;
using System.Runtime.CompilerServices;
//
// 有关程序集的常规信息是通过下列
//属性集控制的。更改这些属性值可修改与程序集
//关联的信息。
//
[assembly: AssemblyTitle("")]
[assembly: AssemblyDescription("")]
www.eeworm.com/read/138104/5817503
bat build.bat
@echo off
REM simple build file for the FreeImageNET.dll assembly
csc /target:library /out:FreeImageNET.dll *.cs