3 originator = "Marcos David Marin Amador"
5 lastModified = "08/16/2007">
7 <!-- Template Header -->
8 <TemplateConfiguration>
9 <_Name>Console Project</_Name>
10 <_Category>C</_Category>
11 <Icon>md-project-console|res:c-icon-32.png</Icon>
12 <LanguageName>C</LanguageName>
13 <_Description>Creates simple hello world C project.</_Description>
14 </TemplateConfiguration>
16 <!-- Template Content -->
17 <Combine name = "${ProjectName}" directory = ".">
18 <Project name = "${ProjectName}" directory = "." type = "C/C++">
21 PauseConsoleOutput = "True"
26 <File name = "main.c"><![CDATA[// project created on ${Date} at ${Time}
29 int main (int argc, char *argv[])
31 printf ("Hello world!\n");