You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

41 lines
2.2 KiB

  1. /* Copyright (C) 2008-2016 Peter Palotas, Jeffrey Jangli, Alexandr Normuradov
  2. *
  3. * Permission is hereby granted, free of charge, to any person obtaining a copy
  4. * of this software and associated documentation files (the "Software"), to deal
  5. * in the Software without restriction, including without limitation the rights
  6. * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  7. * copies of the Software, and to permit persons to whom the Software is
  8. * furnished to do so, subject to the following conditions:
  9. *
  10. * The above copyright notice and this permission notice shall be included in
  11. * all copies or substantial portions of the Software.
  12. *
  13. * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  14. * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  15. * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  16. * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  17. * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  18. * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  19. * THE SOFTWARE.
  20. */
  21. using System.Reflection;
  22. using System.Runtime.CompilerServices;
  23. using System.Runtime.InteropServices;
  24. // General Information about an assembly is controlled through the following
  25. // set of attributes. Change these attribute values to modify the information
  26. // associated with an assembly.
  27. [assembly: AssemblyTitle("AlphaFS")]
  28. [assembly: AssemblyDescription("Alphaleonis Extended Win32 File System Support Library for .NET")]
  29. [assembly: AssemblyConfiguration("")]
  30. [assembly: AssemblyCulture("")]
  31. [assembly: ComVisible(false)]
  32. [assembly: Guid("6dc8e700-bb73-43fe-9f01-3300a9d61cd7")]
  33. [assembly: System.CLSCompliant(true)]
  34. // This will enable internal class members to be visible from the UnitTest namespace.
  35. [assembly: InternalsVisibleToAttribute("AlphaFS.UnitTest, PublicKey=002400000480000094000000060200000024000052534131000400000100010033b590a45dff32ded24ceeb7e9ecbad4541e77de3e741c09c26ab0d569a9bccd9ac3997761139f0ede66c514377bb4d3aaa72548f535a6171d6a78884da038a711ad11cfab3369d86ee2de84ecc443c80fb606d8a6e8c337b77b87797239fb3e7e5806982380de7eb75bc6bdb08b4f3a405f146597e173c0357a95ecf8c771bd")]