Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

AssemblyInfo.cs 2.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. /*************************************************************************************
  2. DocX – DocX is the community edition of Xceed Words for .NET
  3. Copyright (C) 2009-2016 Xceed Software Inc.
  4. This program is provided to you under the terms of the Microsoft Public
  5. License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license
  6. For more features and fast professional support,
  7. pick up Xceed Words for .NET at https://xceed.com/xceed-words-for-net/
  8. ***********************************************************************************/
  9. using System;
  10. using System.Reflection;
  11. using System.Runtime.CompilerServices;
  12. using System.Runtime.InteropServices;
  13. // General Information about an assembly is controlled through the following
  14. // set of attributes. Change these attribute values to modify the information
  15. // associated with an assembly.
  16. [assembly: AssemblyTitle( "Xceed Words for .NET" )]
  17. [assembly: AssemblyDescription( "This assembly implements the classes for Xceed Words for .NET." )]
  18. [assembly: AssemblyCompany( "Xceed Software Inc." )]
  19. [assembly: AssemblyProduct( "Xceed Words for .NET" )]
  20. [assembly: AssemblyCopyright( "Copyright (C) Xceed Software Inc. 2009-2017" )]
  21. [assembly: AssemblyCulture("")]
  22. // Setting ComVisible to false makes the types in this assembly not visible
  23. // to COM components. If you need to access a type in this assembly from
  24. // COM, set the ComVisible attribute to true on that type.
  25. [assembly: ComVisible(false)]
  26. [assembly: InternalsVisibleTo( "UnitTests" + ",PublicKey=" +
  27. "0024000004800000940000000602000000240000525341310004000001000100d59d8147eb2015" +
  28. "ca98a92da860fd766d101271d8c2f545894870fd6183255737d79347bbf5250291ae75651e1150" +
  29. "1b7452ee003b80b936614cdda51db8eb6f8fde913e67d45395b480a992be17bf04744a7fe803ea" +
  30. "131b925dcf84a73d22264352eca7c3fcf9387f3eee1d60ac7974f04866e6c72928dc0609abe341" +
  31. "f92cbfb5")]
  32. #pragma warning disable 1699
  33. [assembly: AssemblyDelaySign( false )]
  34. [assembly: AssemblyKeyFile( @"..\..\sn.snk" )]
  35. [assembly: AssemblyKeyName( "" )]
  36. #pragma warning restore 1699