⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 qf_rtos.vcproj

📁 本程序将ucosii移入了QF框架
💻 VCPROJ
字号:
<?xml version="1.0" encoding = "gb2312"?>
<VisualStudioProject
	ProjectType="Visual C++"
	Version="7.00"
	Name="QF_RTOS"
	ProjectGUID="{A36377BA-1FCD-40AF-82DC-320C6D7452B9}"
	Keyword="Win32Proj">
	<Platforms>
		<Platform
			Name="Win32"/>
	</Platforms>
	<Configurations>
		<Configuration
			Name="Debug|Win32"
			OutputDirectory="Debug"
			IntermediateDirectory="Debug"
			ConfigurationType="4"
			CharacterSet="2">
			<Tool
				Name="VCCLCompilerTool"
				Optimization="0"
				AdditionalIncludeDirectories="..\QF_RTOS\RTOS\Source;..\QF_RTOS\RTOS\Win32;..\QF_RTOS\QF\Include;..\QF_RTOS\QF\Source;..\QF_RTOS\QF\UCOSII"
				PreprocessorDefinitions="WIN32;_DEBUG;_LIB"
				MinimalRebuild="TRUE"
				BasicRuntimeChecks="3"
				RuntimeLibrary="5"
				UsePrecompiledHeader="0"
				WarningLevel="3"
				Detect64BitPortabilityProblems="FALSE"
				DebugInformationFormat="4"/>
			<Tool
				Name="VCCustomBuildTool"/>
			<Tool
				Name="VCLibrarianTool"
				OutputFile="$(OutDir)/QF_RTOS.lib"/>
			<Tool
				Name="VCMIDLTool"/>
			<Tool
				Name="VCPostBuildEventTool"/>
			<Tool
				Name="VCPreBuildEventTool"/>
			<Tool
				Name="VCPreLinkEventTool"/>
			<Tool
				Name="VCResourceCompilerTool"/>
			<Tool
				Name="VCWebServiceProxyGeneratorTool"/>
		</Configuration>
		<Configuration
			Name="Release|Win32"
			OutputDirectory="Release"
			IntermediateDirectory="Release"
			ConfigurationType="4"
			CharacterSet="2">
			<Tool
				Name="VCCLCompilerTool"
				Optimization="2"
				InlineFunctionExpansion="1"
				OmitFramePointers="TRUE"
				PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
				StringPooling="TRUE"
				RuntimeLibrary="4"
				EnableFunctionLevelLinking="TRUE"
				UsePrecompiledHeader="0"
				WarningLevel="3"
				Detect64BitPortabilityProblems="TRUE"
				DebugInformationFormat="3"/>
			<Tool
				Name="VCCustomBuildTool"/>
			<Tool
				Name="VCLibrarianTool"
				OutputFile="$(OutDir)/QF_RTOS.lib"/>
			<Tool
				Name="VCMIDLTool"/>
			<Tool
				Name="VCPostBuildEventTool"/>
			<Tool
				Name="VCPreBuildEventTool"/>
			<Tool
				Name="VCPreLinkEventTool"/>
			<Tool
				Name="VCResourceCompilerTool"/>
			<Tool
				Name="VCWebServiceProxyGeneratorTool"/>
		</Configuration>
	</Configurations>
	<Files>
		<Filter
			Name="QF"
			Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm">
			<Filter
				Name="Source"
				Filter="">
				<File
					RelativePath="QF\Source\Qactive.cpp">
				</File>
				<File
					RelativePath="QF\Source\Qepool.cpp">
				</File>
				<File
					RelativePath="QF\Source\Qequeue.cpp">
					<FileConfiguration
						Name="Debug|Win32"
						ExcludedFromBuild="TRUE">
						<Tool
							Name="VCCLCompilerTool"/>
					</FileConfiguration>
				</File>
				<File
					RelativePath="QF\Source\Qf.cpp">
				</File>
				<File
					RelativePath="QF\Source\Qfpkg.h">
				</File>
				<File
					RelativePath="QF\Source\Qfsm.cpp">
				</File>
				<File
					RelativePath="QF\Source\Qhsm.cpp">
				</File>
				<File
					RelativePath="QF\Source\QhsmTran.cpp">
				</File>
				<File
					RelativePath="QF\Source\Qtimer.cpp">
				</File>
			</Filter>
			<Filter
				Name="UCOSII"
				Filter="">
				<File
					RelativePath="QF\UCOSII\port.h">
				</File>
				<File
					RelativePath="QF\UCOSII\uCOSII.cpp">
				</File>
			</Filter>
			<Filter
				Name="Include"
				Filter="">
				<File
					RelativePath="QF\Include\Qactive.h">
				</File>
				<File
					RelativePath="QF\Include\Qassert.h">
				</File>
				<File
					RelativePath="QF\Include\Qepool.h">
				</File>
				<File
					RelativePath="QF\Include\Qequeue.h">
				</File>
				<File
					RelativePath="QF\Include\Qevent.h">
				</File>
				<File
					RelativePath="QF\Include\Qf.h">
				</File>
				<File
					RelativePath="QF\Include\Qf_uCOSII.h">
				</File>
				<File
					RelativePath="QF\Include\Qfsm.h">
				</File>
				<File
					RelativePath="QF\Include\Qhsm.h">
				</File>
				<File
					RelativePath="QF\Include\Qtimer.h">
				</File>
			</Filter>
		</Filter>
		<Filter
			Name="RTOS"
			Filter="h;hpp;hxx;hm;inl;inc">
			<Filter
				Name="Source"
				Filter="">
				<File
					RelativePath="RTOS\Source\os_cfg_r.h">
				</File>
				<File
					RelativePath="RTOS\Source\os_core.c">
				</File>
				<File
					RelativePath="RTOS\Source\os_dbg_r.c">
				</File>
				<File
					RelativePath="RTOS\Source\os_flag.c">
				</File>
				<File
					RelativePath="RTOS\Source\os_mbox.c">
				</File>
				<File
					RelativePath="RTOS\Source\os_mem.c">
				</File>
				<File
					RelativePath="RTOS\Source\os_mutex.c">
				</File>
				<File
					RelativePath="RTOS\Source\os_q.c">
				</File>
				<File
					RelativePath="RTOS\Source\os_sem.c">
				</File>
				<File
					RelativePath="RTOS\Source\os_task.c">
				</File>
				<File
					RelativePath="RTOS\Source\os_time.c">
				</File>
				<File
					RelativePath="RTOS\Source\ucos_ii.h">
				</File>
			</Filter>
			<Filter
				Name="Win32"
				Filter="">
				<File
					RelativePath="RTOS\Win32\2cfunc.cpp">
				</File>
				<File
					RelativePath="RTOS\Win32\os_cpu.h">
				</File>
				<File
					RelativePath="RTOS\Win32\os_cpu_c.c">
				</File>
				<File
					RelativePath="RTOS\Win32\timer.c">
				</File>
			</Filter>
		</Filter>
	</Files>
	<Globals>
	</Globals>
</VisualStudioProject>

⌨️ 快捷键说明

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