Last change
on this file since 17401 was
4068,
checked in by swagner, 14 years ago
|
Sorted usings and removed unused usings in entire solution (#1094)
|
File size:
1.1 KB
|
Line | |
---|
1 | using System;
|
---|
2 | using System.Reflection;
|
---|
3 | using System.Resources;
|
---|
4 | using System.Runtime.CompilerServices;
|
---|
5 | using System.Runtime.InteropServices;
|
---|
6 | [assembly: AssemblyTitle("Netron.Diagramming.Core")]
|
---|
7 | [assembly: AssemblyDescription("Netron diagramming library v3.0")]
|
---|
8 | [assembly: AssemblyCompany("The Netron Project [http://www.netronproject.com], The Orbifold [http://www.orbifold.net]")]
|
---|
9 | [assembly: AssemblyProduct("Netron Light")]
|
---|
10 | [assembly: AssemblyCopyright("GPL, http://www.fsf.org/licensing/licenses/gpl.html")]
|
---|
11 | [assembly: AssemblyVersion("3.0.2672.12446")]
|
---|
12 | [assembly: AssemblyDelaySign(false)]
|
---|
13 | [assembly: CLSCompliant(true)]
|
---|
14 | [assembly: ComVisible(false)] //no ASP or VB6
|
---|
15 | [assembly: NeutralResourcesLanguageAttribute("en-US")]
|
---|
16 | //allow the unit testing to access internal members
|
---|
17 | [assembly: InternalsVisibleTo("UnitTests, PublicKey=00240000048000009400000006020000002400005253413100040000010001007d914597697663473fac1664955221cb6f76b15ad7b52b9ddfd278a6454ef228d7e4cbfb54f402728d1f76531e4739db8df834aea7509773ca1230074b15a9393ee1842f96b2dcf9c7cea1fcb731e9fb980a30018a7956ba8067bf80a44130ec915d2b1bb7e9106d1536d261f9d863d13a9118adf8409ca962977f7dc7ee9eaa")]
|
---|
Note: See
TracBrowser
for help on using the repository browser.