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

Workspace.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: c5577df711cbdf85b4161edacd06ac4f00110e07 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0"?>
<Template >

	<!-- Template Header -->
	<TemplateConfiguration>
		<_Name>Workspace</_Name>
		<_Category>Other</_Category>
		<Icon>md-workspace</Icon>
		<LanguageName/>
		<_Description>A blank workspace</_Description>
	</TemplateConfiguration>
	
	<!-- Template Content -->
	<Combine name = "${ProjectName}" directory = "." type = "MonoDevelop.Projects.Workspace, MonoDevelop.Core" />
	
</Template>