using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; [assembly: AssemblyConfiguration("Release")] [assembly: AssemblyCompany("Jasper Yeh @ www.nullstack.net")] [assembly: AssemblyProduct("DevTools (Windows Forms View Plugin)")] [assembly: AssemblyVersion("1.5.0.0")] [assembly: AssemblyFileVersion("1.5.0.0")] [assembly: ClearCanvas.Common.Plugin] [assembly: AssemblyTitle("Nullstack.ClearCanvasEx.DevTools.View.WinForms")] [assembly: AssemblyDescription("A plugin containing the Windows Forms view for the developer tools for the ClearCanvas Desktop Executable.")] [assembly: AssemblyCopyright("Copyright (c) 2010")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] [assembly: ComVisible(false)]