default.build
来自「NANT 用于在.NET 平台上自动编译工具」· BUILD 代码 · 共 12 行
BUILD
12 行
<?xml version="1.0"?>
<project name="NAnt Examples" default="rebuild">
<target name="*">
<nant target="${target::get-current-target()}">
<buildfiles>
<include name="**/*.build" />
<exclude name="default.build" />
</buildfiles>
</nant>
</target>
</project>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?