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

AssemblyInfo.v14.0.cs « MonoDevelop.Projects.Formats.MSBuild « core « src « main - github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6b3d27577c0e73d88b2e8b07fdbd889700a8cf0f (plain)
1
2
3
4
5
6
7
8
9
[assembly: System.Reflection.AssemblyTitle ("MonoDevelop MSBuild 14.0 Builder")]

namespace MonoDevelop.Projects.Formats.MSBuild
{
	static class MSBuildConsts
	{
		public const string Version = "14.0";
	}
}