File: BooLibraryProject.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 (33 lines) | stat: -rw-r--r-- 833 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
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<?xml version="1.0"?>
<Template originator   = "Peter Johanson"
          created      = "10/13/2004"
          lastModified = "10/13/2004">

	<!-- Template Header -->
	<TemplateConfiguration>
		<_Name>Boo Library</_Name>
		<_Category>Boo</_Category>
		<Icon>md-project-library|res:boo-icon-32.png</Icon>
		<LanguageName>Boo</LanguageName>
		<_Description>Creates a Boo library</_Description>
	</TemplateConfiguration>
	
	<Actions>
		<Open filename = "MyClass.boo"/>
	</Actions>	
	
	<Combine name = "${ProjectName}" directory = ".">
		<Options>
			<StartupProject>${ProjectName}</StartupProject>
		</Options>
		
		<Project name = "${ProjectName}" directory = ".">
			<Options Target = "Library" />
			<Files>
				<FileTemplateReference TemplateID="EmptyClass" name="MyClass.boo" />
			</Files>

		</Project>
	</Combine>
</Template>