PageRenderTime 52ms CodeModel.GetById 28ms RepoModel.GetById 0ms app.codeStats 0ms

/IronPython_Main/Languages/Ruby/Samples/Tutorial/app/design/Tutorial/Properties/AssemblyInfo.cs

#
C# | 69 lines | 21 code | 8 blank | 40 comment | 0 complexity | 3f700a73f2152297bc6c8c55c97aed46 MD5 | raw file
Possible License(s): GPL-2.0, MPL-2.0-no-copyleft-exception, CPL-1.0, CC-BY-SA-3.0, BSD-3-Clause, ISC, AGPL-3.0, LGPL-2.1, Apache-2.0
  1. /* ****************************************************************************
  2. *
  3. * Copyright (c) Microsoft Corporation.
  4. *
  5. * This source code is subject to terms and conditions of the Apache License, Version 2.0. A
  6. * copy of the license can be found in the License.html file at the root of this distribution. If
  7. * you cannot locate the Apache License, Version 2.0, please send an email to
  8. * ironruby@microsoft.com. By using this source code in any fashion, you are agreeing to be bound
  9. * by the terms of the Apache License, Version 2.0.
  10. *
  11. * You must not remove this notice, or any other, from this software.
  12. *
  13. *
  14. * ***************************************************************************/
  15. using System.Reflection;
  16. using System.Resources;
  17. using System.Runtime.CompilerServices;
  18. using System.Runtime.InteropServices;
  19. using System.Windows;
  20. // General Information about an assembly is controlled through the following
  21. // set of attributes. Change these attribute values to modify the information
  22. // associated with an assembly.
  23. [assembly: AssemblyTitle("Tutorial")]
  24. [assembly: AssemblyDescription("")]
  25. [assembly: AssemblyConfiguration("")]
  26. [assembly: AssemblyCompany("MSIT")]
  27. [assembly: AssemblyProduct("Tutorial")]
  28. [assembly: AssemblyCopyright("Copyright Š MSIT 2009")]
  29. [assembly: AssemblyTrademark("")]
  30. [assembly: AssemblyCulture("")]
  31. // Setting ComVisible to false makes the types in this assembly not visible
  32. // to COM components. If you need to access a type in this assembly from
  33. // COM, set the ComVisible attribute to true on that type.
  34. [assembly: ComVisible(false)]
  35. //In order to begin building localizable applications, set
  36. //<UICulture>CultureYouAreCodingWith</UICulture> in your .csproj file
  37. //inside a <PropertyGroup>. For example, if you are using US english
  38. //in your source files, set the <UICulture> to en-US. Then uncomment
  39. //the NeutralResourceLanguage attribute below. Update the "en-US" in
  40. //the line below to match the UICulture setting in the project file.
  41. [assembly: NeutralResourcesLanguageAttribute("en-US" , UltimateResourceFallbackLocation.MainAssembly)]
  42. [assembly:ThemeInfo(
  43. ResourceDictionaryLocation.None, //where theme specific resource dictionaries are located
  44. //(used if a resource is not found in the page,
  45. // or application resource dictionaries)
  46. ResourceDictionaryLocation.SourceAssembly //where the generic resource dictionary is located
  47. //(used if a resource is not found in the page,
  48. // app, or any theme specific resource dictionaries)
  49. )]
  50. // Version information for an assembly consists of the following four values:
  51. //
  52. // Major Version
  53. // Minor Version
  54. // Build Number
  55. // Revision
  56. //
  57. // You can specify all the values or you can default the Build and Revision Numbers
  58. // by using the '*' as shown below:
  59. // [assembly: AssemblyVersion("1.0.*")]
  60. [assembly: AssemblyVersion("1.0.0.0")]
  61. [assembly: AssemblyFileVersion("2.7.1010.0")]