Welcome to mirror list, hosted at ThFree Co, Russian Federation.

AssemblyInfo.cs « Properties « AspNet « addins « src « main - github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: cc2f7ae245d5fbcdd76b30cbcb2dec0212375223 (plain)
1
2
3
4
5
6
7
8
9
10
11
// Autogenerated from MonoDevelop.AspNet.addin.xml

using System.Reflection;
using System.Runtime.CompilerServices;

[assembly: AssemblyProduct ("MonoDevelop")]
[assembly: AssemblyTitle ("ASP.NET Project Support")]
[assembly: AssemblyDescription ("Support for ASP.NET projects, including editing, compiling, previewing and deploying to remote servers.")]
[assembly: AssemblyVersion ("2.6")]
[assembly: AssemblyCopyright ("MIT X11")]
[assembly: InternalsVisibleTo("MonoDevelop.AspNet.Tests")]