12345678910111213141516171819202122232425 |
- using System;
- using System.Reflection;
- [assembly: Microsoft.AspNetCore.Mvc.ApplicationParts.ProvideApplicationPartFactoryAttribute("Microsoft.AspNetCore.Mvc.ApplicationParts.CompiledRazorAssemblyApplicationPartFac" +
- "tory, Microsoft.AspNetCore.Mvc.Razor")]
- [assembly: System.Reflection.AssemblyCompanyAttribute("HyperCube")]
- [assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
- [assembly: System.Reflection.AssemblyProductAttribute("HyperCube")]
- [assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
- [assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
- [assembly: System.Reflection.AssemblyTitleAttribute("HyperCube.Views")]
- [assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
|