📄 consoleproject.xpt
字号:
<?xml version="1.0"?>
<Template originator = "Daniel Grunwald">
<TemplateConfiguration>
<Name>${res:Templates.Project.ConsoleProject.Name}</Name>
<Category>Boo</Category>
<Icon>Boo.Project.EmptyProject</Icon>
<LanguageName>Boo</LanguageName>
<Description>${res:Templates.Project.ConsoleProject.Description}</Description>
</TemplateConfiguration>
<!-- Actions -->
<Actions>
<Open filename = "Program.boo"/>
</Actions>
<!-- Template Content -->
<Combine name = "${ProjectName}" directory = ".">
<Options/>
<Project name = "${ProjectName}" directory = ".">
<Options/>
<ProjectItems>
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
<Reference Include="Boo.Lang.Useful" />
</ProjectItems>
<Files>
<File name="Program.boo"><![CDATA[namespace ${StandardNamespace}
import System
import System.Collections
print "Hello, World!"
]]></File>
</Files>
</Project>
</Combine>
</Template>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -