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

GenericProject.xpt.xml « templates « MonoDevelop.Ide « core « src « main - github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 750424da36fffce4486724b985ccf650a2d2ab54 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0"?>
<Template originator   = "Lluis Sanchez"
          created      = "02/04/2007"
          lastModified = "02/04/2007">
	
	<!-- Template Header -->
	<TemplateConfiguration>
		<_Name>Generic Project</_Name>
		<Category>other/misc/generic</Category>
		<Icon>md-project</Icon>
		<FileExtension>.mdproj</FileExtension>
		<_Description>Creates a project which can contain any kind of file.</_Description>
	</TemplateConfiguration>
	
	<Combine name = "${ProjectName}" directory = ".">
		<Project name = "${ProjectName}" type="GenericProject" directory = "."/>
	</Combine>
</Template>