Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

AssemblyInfo.cs 1.1KB

12345678910111213141516171819202122232425262728
  1. using System;
  2. using System.Reflection;
  3. using System.Runtime.CompilerServices;
  4. using System.Runtime.InteropServices;
  5. // General Information about an assembly is controlled through the following
  6. // set of attributes. Change these attribute values to modify the information
  7. // associated with an assembly.
  8. [assembly: AssemblyTitle( "Xceed Words for .NET - Examples" )]
  9. [assembly: AssemblyDescription( "This assembly contains the Examples for Xceed Words for .NET." )]
  10. [assembly: AssemblyCompany( "Xceed Software Inc." )]
  11. [assembly: AssemblyProduct( "Xceed Words for .NET" )]
  12. [assembly: AssemblyCopyright( "Copyright (C) Xceed Software Inc. 2009-2017" )]
  13. [assembly: AssemblyCulture( "" )]
  14. // Setting ComVisible to false makes the types in this assembly not visible
  15. // to COM components. If you need to access a type in this assembly from
  16. // COM, set the ComVisible attribute to true on that type.
  17. [assembly: ComVisible(false)]
  18. #pragma warning disable 1699
  19. [assembly: AssemblyDelaySign( false )]
  20. [assembly: AssemblyKeyFile( @"..\..\..\sn.snk" )]
  21. [assembly: AssemblyKeyName( "" )]
  22. #pragma warning restore 1699