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

EmptyCppSourceFile.xft.xml « templates « CBinding « addins « src « main - github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e6c6ef83a17e801ddcb686ca38eb283dbf491be9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0"?>
<Template
	Originator="Marcos David Marin Amador"
	Language="CPP"
	Created="08/03/2007"
	LastModified="08/03/2007">
	
	<TemplateConfiguration>
		<_Name>Empty C++ Source File</_Name>
		<Icon>md-file-source</Icon>
		<_Category>General</_Category>
		<LanguageName>CPP</LanguageName>
		<_Description>Creates an empty C++ source file.</_Description>
		<DefaultFilename>EmptyCppSourceFile</DefaultFilename>
	</TemplateConfiguration>
	
	<TemplateFiles>
		<File DefaultExtension=".cpp" AddStandardHeader="True"/>
	</TemplateFiles>
	
	<FileOptions/>
	
</Template>