MySystem.AssemblyInfo.cs 783 B

12345678910111213141516
  1. //------------------------------------------------------------------------------
  2. // <auto-generated>
  3. // Generated by the MSBuild WriteCodeFragment class.
  4. // </auto-generated>
  5. //------------------------------------------------------------------------------
  6. using System;
  7. using System.Reflection;
  8. [assembly: System.Reflection.AssemblyCompanyAttribute("MySystem")]
  9. [assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
  10. [assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
  11. [assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
  12. [assembly: System.Reflection.AssemblyProductAttribute("MySystem")]
  13. [assembly: System.Reflection.AssemblyTitleAttribute("MySystem")]
  14. [assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]