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

AddinInfo.cs « MonoDevelop.Core « core « src « main - github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 61d9261580e21f376ffe6e4b1546627c50048e7b (plain)
1
2
3
4
5
6
7
8
9
10
11
12

using System;
using Mono.Addins;

[assembly:AddinRoot ("Core", 
        Namespace = "MonoDevelop", 
        Version = MonoDevelop.BuildInfo.Version,
        CompatVersion = MonoDevelop.BuildInfo.CompatVersion,
        Category = "MonoDevelop Core")]

[assembly:AddinName ("MonoDevelop Runtime")]
[assembly:AddinDescription ("Provides the core services of the MonoDevelop platform")]