File: EmptyBooProject.xpt.xml

package info (click to toggle)
monodevelop-boo 2.4-2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 528 kB
  • ctags: 57
  • sloc: makefile: 246; xml: 193; sh: 160
file content (19 lines) | stat: -rw-r--r-- 637 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0"?>
<Template originator   = "Peter Johanson" 
	  created      = "04/03/2005"
	  lastModified = "04/03/2005">
	
	<!-- Template Header -->
	<TemplateConfiguration>
                <_Name>Empty Project</_Name>
                <_Category>Boo</_Category>
                <Icon>md-project|res:boo-icon-32.png</Icon>
                <LanguageName>Boo</LanguageName>
                <_Description>Creates an empty Boo solution.</_Description>
	</TemplateConfiguration>
	
	<!-- Template Content -->
	<Combine name = "${ProjectName}" directory = ".">
		<Project name = "${ProjectName}" directory = "."/>
	</Combine>
</Template>