A C# framework for building web applications based on the Flask syntax.
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at master 22 lines 929 B view raw
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 10using System; 11using System.Reflection; 12 13[assembly: System.Reflection.AssemblyCompanyAttribute("gravel")] 14[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] 15[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] 16[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] 17[assembly: System.Reflection.AssemblyProductAttribute("gravel")] 18[assembly: System.Reflection.AssemblyTitleAttribute("gravel")] 19[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] 20 21// Generated by the MSBuild WriteCodeFragment class. 22