* Makefile.am:
[monodevelop.git] / main / src / addins / CBinding / templates / EmptyCProject.xpt.xml
blob29ac48c9b5b6daf963ab70af18a0098f1e37d6d7
1 <?xml version="1.0"?>
2 <Template
3         originator   = "Marcos David Marin Amador" 
4     created      = "04/12/2007"
5     lastModified = "06/13/2007">
6         
7         <!-- Template Header -->
8         <TemplateConfiguration>
9                 <_Name>Empty C Project</_Name>
10                 <_Category>C</_Category>
11                 <Icon>md-project|res:c-icon-32.png</Icon>
12                 <LanguageName>C</LanguageName>
13                 <_Description>Creates an empty C solution.</_Description>
14         </TemplateConfiguration>
15         
16         <!-- Template Content -->
17         <Combine name = "${ProjectName}" directory = ".">
18                 <Project name = "${ProjectName}" directory = "." type = "C/C++">
19                         <Options
20                                 Target = "Bin"
21                                 PauseConsoleOutput = "True"
22                                 CompilerArgs = ""
23                                 LinkerArgs = ""/>
24                 </Project>
25         </Combine>
26 </Template>