PageRenderTime 40ms CodeModel.GetById 9ms RepoModel.GetById 0ms app.codeStats 0ms

/Main/src/DynamicDataDisplay/Properties/AssemblyInfo.cs

#
C# | 39 lines | 18 code | 7 blank | 14 comment | 0 complexity | 92301ecae06505f0de486f3b3c0b54e7 MD5 | raw file
Possible License(s): CC-BY-SA-3.0
  1. using System.Reflection;
  2. using System.Runtime.InteropServices;
  3. using System.Windows;
  4. using System.Resources;
  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("Dynamic Data Display")]
  9. [assembly: AssemblyDescription("Controls for visualization of scientific data")]
  10. [assembly: AssemblyConfiguration("")]
  11. [assembly: AssemblyCompany("Microsoft")]
  12. [assembly: AssemblyProduct("Microsoft Research Dynamic Data Display")]
  13. [assembly: AssemblyCopyright("Copyright © Microsoft 2009")]
  14. [assembly: AssemblyTrademark("")]
  15. [assembly: AssemblyCulture("")]
  16. [assembly: ComVisible(false)]
  17. //In order to begin building localizable applications, set
  18. //<UICulture>CultureYouAreCodingWith</UICulture> in your .csproj file
  19. //inside a <PropertyGroup>. For example, if you are using US english
  20. //in your source files, set the <UICulture> to en-US. Then uncomment
  21. //the NeutralResourceLanguage attribute below. Update the "en-US" in
  22. //the line below to match the UICulture setting in the project file.
  23. //[assembly: NeutralResourcesLanguage("en-US", UltimateResourceFallbackLocation.Satellite)]
  24. //[assembly: ThemeInfo(
  25. // ResourceDictionaryLocation.SourceAssembly,
  26. // ResourceDictionaryLocation.SourceAssembly
  27. //)]
  28. [assembly: AssemblyVersion("0.3.2.0")]
  29. [assembly: NeutralResourcesLanguage("en-US")]
  30. [assembly: SatelliteContractVersion("0.3.2.0")]
  31. [assembly: AssemblyFileVersionAttribute("0.3.2.0")]
  32. [assembly: ThemeInfo(ResourceDictionaryLocation.None, ResourceDictionaryLocation.SourceAssembly)]