.project

来自「RTOS -REWORKS ReWorks里一个有关事件的例子。」· PROJECT 代码 · 共 27 行

PROJECT
27
字号
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
	<name>eventTest</name>
	<comment></comment>
	<projects>
	</projects>
	<buildSpec>
		<buildCommand>
			<name>cn.com.ecict.rede.bootableproject.core.bootablebuilder</name>
			<arguments>
			</arguments>
		</buildCommand>
		<buildCommand>
			<name>org.eclipse.cdt.managedbuilder.core.genmakebuilder</name>
			<arguments>
			</arguments>
		</buildCommand>
	</buildSpec>
	<natures>
		<nature>cn.com.ecict.rede.core.redeProjectNature</nature>
		<nature>cn.com.ecict.rede.bootableproject.core.bootableProjectNature</nature>
		<nature>org.eclipse.cdt.core.cnature</nature>
		<nature>org.eclipse.cdt.managedbuilder.core.managedBuildNature</nature>
		<nature>org.eclipse.cdt.core.ccnature</nature>
	</natures>
</projectDescription>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?