consoleproject.xpt
来自「SharpDevelop2.0.0 c#开发免费工具」· XPT 代码 · 共 41 行
XPT
41 行
<?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 + =
减小字号Ctrl + -
显示快捷键?