PageRenderTime 43ms CodeModel.GetById 18ms RepoModel.GetById 0ms app.codeStats 0ms

/Main/src/DevSamples/VectorFieldSampleApp/Properties/AssemblyInfo.cs

#
C# | 55 lines | 20 code | 8 blank | 27 comment | 0 complexity | 1dbe25da3104ea3456e61de6f86cee12 MD5 | raw file
Possible License(s): CC-BY-SA-3.0
  1. using System.Reflection;
  2. using System.Resources;
  3. using System.Runtime.CompilerServices;
  4. using System.Runtime.InteropServices;
  5. using System.Windows;
  6. // General Information about an assembly is controlled through the following
  7. // set of attributes. Change these attribute values to modify the information
  8. // associated with an assembly.
  9. [assembly: AssemblyTitle("VectorFieldSampleApp")]
  10. [assembly: AssemblyDescription("")]
  11. [assembly: AssemblyConfiguration("")]
  12. [assembly: AssemblyCompany("Microsoft")]
  13. [assembly: AssemblyProduct("VectorFieldSampleApp")]
  14. [assembly: AssemblyCopyright("Copyright © Microsoft 2009")]
  15. [assembly: AssemblyTrademark("")]
  16. [assembly: AssemblyCulture("")]
  17. // Setting ComVisible to false makes the types in this assembly not visible
  18. // to COM components. If you need to access a type in this assembly from
  19. // COM, set the ComVisible attribute to true on that type.
  20. [assembly: ComVisible(false)]
  21. //In order to begin building localizable applications, set
  22. //<UICulture>CultureYouAreCodingWith</UICulture> in your .csproj file
  23. //inside a <PropertyGroup>. For example, if you are using US english
  24. //in your source files, set the <UICulture> to en-US. Then uncomment
  25. //the NeutralResourceLanguage attribute below. Update the "en-US" in
  26. //the line below to match the UICulture setting in the project file.
  27. //[assembly: NeutralResourcesLanguage("en-US", UltimateResourceFallbackLocation.Satellite)]
  28. [assembly: ThemeInfo(
  29. ResourceDictionaryLocation.None, //where theme specific resource dictionaries are located
  30. //(used if a resource is not found in the page,
  31. // or application resource dictionaries)
  32. ResourceDictionaryLocation.SourceAssembly //where the generic resource dictionary is located
  33. //(used if a resource is not found in the page,
  34. // app, or any theme specific resource dictionaries)
  35. )]
  36. // Version information for an assembly consists of the following four values:
  37. //
  38. // Major Version
  39. // Minor Version
  40. // Build Number
  41. // Revision
  42. //
  43. // You can specify all the values or you can default the Build and Revision Numbers
  44. // by using the '*' as shown below:
  45. // [assembly: AssemblyVersion("1.0.*")]
  46. [assembly: AssemblyVersion("1.0.0.0")]
  47. [assembly: AssemblyFileVersion("1.0.0.0")]