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

📄 lwip_unittests.vcproj

📁 NXPl788上lwip的无操作系统移植,基于Embest开发板
💻 VCPROJ
字号:
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
	ProjectType="Visual C++"
	Version="8,00"
	Name="lwip_unittests"
	ProjectGUID="{6CCABAA4-F86F-4119-AFF8-43C9A4A234C2}"
	RootNamespace="lwip_unittests"
	>
	<Platforms>
		<Platform
			Name="Win32"
		/>
	</Platforms>
	<ToolFiles>
	</ToolFiles>
	<Configurations>
		<Configuration
			Name="Debug|Win32"
			OutputDirectory="$(SolutionDir)$(ConfigurationName)"
			IntermediateDirectory="$(ConfigurationName)"
			ConfigurationType="1"
			CharacterSet="2"
			>
			<Tool
				Name="VCPreBuildEventTool"
			/>
			<Tool
				Name="VCCustomBuildTool"
			/>
			<Tool
				Name="VCXMLDataGeneratorTool"
			/>
			<Tool
				Name="VCWebServiceProxyGeneratorTool"
			/>
			<Tool
				Name="VCMIDLTool"
			/>
			<Tool
				Name="VCCLCompilerTool"
				Optimization="0"
				AdditionalIncludeDirectories="..\check;..\..\..\..\check\src;$(LWIP_DIR)\src\include,$(LWIP_DIR)\src\include\ipv4,..\include,.."
				MinimalRebuild="true"
				BasicRuntimeChecks="3"
				RuntimeLibrary="1"
				WarningLevel="4"
				DebugInformationFormat="4"
			/>
			<Tool
				Name="VCManagedResourceCompilerTool"
			/>
			<Tool
				Name="VCResourceCompilerTool"
			/>
			<Tool
				Name="VCPreLinkEventTool"
			/>
			<Tool
				Name="VCLinkerTool"
				GenerateDebugInformation="true"
				TargetMachine="1"
			/>
			<Tool
				Name="VCALinkTool"
			/>
			<Tool
				Name="VCManifestTool"
			/>
			<Tool
				Name="VCXDCMakeTool"
			/>
			<Tool
				Name="VCBscMakeTool"
			/>
			<Tool
				Name="VCFxCopTool"
			/>
			<Tool
				Name="VCAppVerifierTool"
			/>
			<Tool
				Name="VCPostBuildEventTool"
			/>
		</Configuration>
		<Configuration
			Name="Release|Win32"
			OutputDirectory="$(SolutionDir)$(ConfigurationName)"
			IntermediateDirectory="$(ConfigurationName)"
			ConfigurationType="1"
			CharacterSet="2"
			WholeProgramOptimization="1"
			>
			<Tool
				Name="VCPreBuildEventTool"
			/>
			<Tool
				Name="VCCustomBuildTool"
			/>
			<Tool
				Name="VCXMLDataGeneratorTool"
			/>
			<Tool
				Name="VCWebServiceProxyGeneratorTool"
			/>
			<Tool
				Name="VCMIDLTool"
			/>
			<Tool
				Name="VCCLCompilerTool"
				Optimization="2"
				EnableIntrinsicFunctions="true"
				AdditionalIncludeDirectories="..\check;..\..\..\..\check\src;$(LWIP_DIR)\src\include,$(LWIP_DIR)\src\include\ipv4,..\include,.."
				RuntimeLibrary="2"
				EnableFunctionLevelLinking="true"
				WarningLevel="4"
				DebugInformationFormat="3"
			/>
			<Tool
				Name="VCManagedResourceCompilerTool"
			/>
			<Tool
				Name="VCResourceCompilerTool"
			/>
			<Tool
				Name="VCPreLinkEventTool"
			/>
			<Tool
				Name="VCLinkerTool"
				GenerateDebugInformation="true"
				OptimizeReferences="2"
				EnableCOMDATFolding="2"
				TargetMachine="1"
			/>
			<Tool
				Name="VCALinkTool"
			/>
			<Tool
				Name="VCManifestTool"
			/>
			<Tool
				Name="VCXDCMakeTool"
			/>
			<Tool
				Name="VCBscMakeTool"
			/>
			<Tool
				Name="VCFxCopTool"
			/>
			<Tool
				Name="VCAppVerifierTool"
			/>
			<Tool
				Name="VCPostBuildEventTool"
			/>
		</Configuration>
	</Configurations>
	<References>
	</References>
	<Files>
		<Filter
			Name="core"
			>
			<File
				RelativePath="..\..\..\..\lwip\test\unit\core\test_mem.c"
				>
			</File>
			<File
				RelativePath="..\..\..\..\lwip\test\unit\core\test_mem.h"
				>
			</File>
		</Filter>
		<Filter
			Name="tcp"
			>
			<File
				RelativePath="..\..\..\..\lwip\test\unit\tcp\tcp_helper.c"
				>
			</File>
			<File
				RelativePath="..\..\..\..\lwip\test\unit\tcp\tcp_helper.h"
				>
			</File>
			<File
				RelativePath="..\..\..\..\lwip\test\unit\tcp\test_tcp.c"
				>
			</File>
			<File
				RelativePath="..\..\..\..\lwip\test\unit\tcp\test_tcp.h"
				>
			</File>
			<File
				RelativePath="..\..\..\..\lwip\test\unit\tcp\test_tcp_oos.c"
				>
			</File>
			<File
				RelativePath="..\..\..\..\lwip\test\unit\tcp\test_tcp_oos.h"
				>
			</File>
		</Filter>
		<Filter
			Name="udp"
			>
			<File
				RelativePath="..\..\..\..\lwip\test\unit\udp\test_udp.c"
				>
			</File>
			<File
				RelativePath="..\..\..\..\lwip\test\unit\udp\test_udp.h"
				>
			</File>
		</Filter>
		<Filter
			Name="etharp"
			>
			<File
				RelativePath="..\..\..\..\lwip\test\unit\etharp\test_etharp.c"
				>
			</File>
			<File
				RelativePath="..\..\..\..\lwip\test\unit\etharp\test_etharp.h"
				>
			</File>
		</Filter>
		<File
			RelativePath="..\..\..\..\lwip\test\unit\lwip_check.h"
			>
		</File>
		<File
			RelativePath="..\..\..\..\lwip\test\unit\lwip_unittests.c"
			>
		</File>
	</Files>
	<Globals>
	</Globals>
</VisualStudioProject>

⌨️ 快捷键说明

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