MySystem.RazorTargetAssemblyInfo.cs 1.1 KB

123456789101112131415161718192021222324
  1. //------------------------------------------------------------------------------
  2. // <auto-generated>
  3. // This code was generated by a tool.
  4. //
  5. // Changes to this file may cause incorrect behavior and will be lost if
  6. // the code is regenerated.
  7. // </auto-generated>
  8. //------------------------------------------------------------------------------
  9. using System;
  10. using System.Reflection;
  11. [assembly: Microsoft.AspNetCore.Mvc.ApplicationParts.ProvideApplicationPartFactoryAttribute("Microsoft.AspNetCore.Mvc.ApplicationParts.CompiledRazorAssemblyApplicationPartFac" +
  12. "tory, Microsoft.AspNetCore.Mvc.Razor")]
  13. [assembly: System.Reflection.AssemblyCompanyAttribute("MySystem")]
  14. [assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
  15. [assembly: System.Reflection.AssemblyProductAttribute("MySystem")]
  16. [assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
  17. [assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
  18. [assembly: System.Reflection.AssemblyTitleAttribute("MySystem.Views")]
  19. [assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
  20. // 由 MSBuild WriteCodeFragment 类生成。