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

AssemblyInfo.cs.in « MonoDevelop.Documentation « src « Core - github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3771813cd31d3d30bed77c71d0f3a64ba5bcb2d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

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

[assembly: AssemblyTitle("MonoDevelop.Documentation")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("MonoDevelop.Documentation")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

[assembly: AssemblyVersion("@ASSEMBLY_VERSION@")]

[assembly: AssemblyDelaySign(false)]