12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- #Region "Apache License"
- #End Region
- <Assembly: System.Reflection.AssemblyVersion("2.0.8.0")>
- <Assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.2")>
- #If NOT NETCF Then
- #If NOT SSCLI Then
- <Assembly: System.Reflection.AssemblyFileVersion("2.0.8.0")>
- #End If
- #End If
- <Assembly: System.Reflection.AssemblyCompany("The Apache Software Foundation")>
- <Assembly: System.Reflection.AssemblyCopyright("Copyright 2004-2017 The Apache Software Foundation.")>
- <Assembly: System.Reflection.AssemblyTrademark("Apache and Apache log4net are trademarks of The Apache Software Foundation")>
|