AssemblyInfo.cpp 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. using namespace System;
  2. using namespace System::Reflection;
  3. using namespace System::Runtime::CompilerServices;
  4. using namespace System::Runtime::InteropServices;
  5. using namespace System::Security::Permissions;
  6. //
  7. // General Information about an assembly is controlled through the following
  8. // set of attributes. Change these attribute values to modify the information
  9. // associated with an assembly.
  10. //
  11. [assembly:AssemblyTitleAttribute("wyprujdef")];
  12. [assembly:AssemblyDescriptionAttribute("Cudowne narzêdzie pozwalaj¹ce w szybkimczasie wypruæ defy.")];
  13. [assembly:AssemblyConfigurationAttribute("")];
  14. [assembly:AssemblyCompanyAttribute("VCMI Team")];
  15. [assembly:AssemblyProductAttribute("wyprujdef")];
  16. [assembly:AssemblyCopyrightAttribute("Copyright (c) 2008")];
  17. [assembly:AssemblyTrademarkAttribute("")];
  18. [assembly:AssemblyCultureAttribute("")];
  19. //
  20. // Version information for an assembly consists of the following four values:
  21. //
  22. // Major Version
  23. // Minor Version
  24. // Build Number
  25. // Revision
  26. //
  27. // You can specify all the value or you can default the Revision and Build Numbers
  28. // by using the '*' as shown below:
  29. [assembly:AssemblyVersionAttribute("1.0.*")];
  30. [assembly:ComVisible(false)];
  31. [assembly:CLSCompliantAttribute(true)];
  32. [assembly:SecurityPermission(SecurityAction::RequestMinimum, UnmanagedCode = true)];