/ SolutionInfo.vb
SolutionInfo.vb
 1  Imports System.Reflection
 2  Imports System.Security
 3  
 4  <Assembly: AssemblyVersion("1.0.0.0")> 
 5  <Assembly: AssemblyFileVersion("1.0.0.0")> 
 6  <Assembly: AssemblyConfiguration("DEV")> 
 7  
 8  
 9  '' System.Security
10  ''<Assembly: AllowPartiallyTrustedCallers> 
11  <Assembly: SecurityRules(SecurityRuleSet.Level1)> 
12  
13  
14  Friend Module SolutionDescription
15  
16      Public Const Copyright As String = "o.s.i.s.a. GmbH 2012"
17  
18      Public Const Trademark As String = "NETBase"
19  
20      Public Const Company As String = "o.s.i.s.a. GmbH"
21  
22      Public Const Product As String = "NETBase Framework"
23  End Module