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

📄 ucip.vcproj

📁 一个tcp/ip协议栈,带有PPP、IP、TCP、UDP等协议
💻 VCPROJ
字号:
<?xml version="1.0" encoding = "Windows-1252"?>
<VisualStudioProject
	ProjectType="Visual C++"
	Version="7.00"
	Name="UCIP"
	SccProjectName=""
	SccLocalPath="">
	<Platforms>
		<Platform
			Name="Win32"/>
	</Platforms>
	<Configurations>
		<Configuration
			Name="Debug|Win32"
			OutputDirectory=".\Debug"
			IntermediateDirectory=".\Debug"
			ConfigurationType="4"
			UseOfMFC="0"
			ATLMinimizesCRunTimeLibraryUsage="FALSE"
			CharacterSet="2">
			<Tool
				Name="VCCLCompilerTool"
				Optimization="0"
				AdditionalIncludeDirectories="..,..\OS_WIN32"
				PreprocessorDefinitions="WIN32,_DEBUG,_LIB,OS_WIN32"
				BasicRuntimeChecks="3"
				RuntimeLibrary="3"
				StructMemberAlignment="1"
				UsePrecompiledHeader="2"
				PrecompiledHeaderFile=".\Debug/UCIP.pch"
				AssemblerListingLocation=".\Debug/"
				ObjectFile=".\Debug/"
				ProgramDataBaseFileName=".\Debug/"
				WarningLevel="3"
				SuppressStartupBanner="TRUE"
				DebugInformationFormat="4"
				CompileAs="0"/>
			<Tool
				Name="VCCustomBuildTool"/>
			<Tool
				Name="VCLibrarianTool"
				OutputFile=".\Debug\UCIP.lib"
				SuppressStartupBanner="TRUE"/>
			<Tool
				Name="VCMIDLTool"/>
			<Tool
				Name="VCPostBuildEventTool"/>
			<Tool
				Name="VCPreBuildEventTool"/>
			<Tool
				Name="VCPreLinkEventTool"/>
			<Tool
				Name="VCResourceCompilerTool"
				PreprocessorDefinitions="_DEBUG"
				Culture="3081"/>
			<Tool
				Name="VCWebServiceProxyGeneratorTool"/>
		</Configuration>
		<Configuration
			Name="Release|Win32"
			OutputDirectory=".\Release"
			IntermediateDirectory=".\Release"
			ConfigurationType="4"
			UseOfMFC="0"
			ATLMinimizesCRunTimeLibraryUsage="FALSE"
			CharacterSet="2">
			<Tool
				Name="VCCLCompilerTool"
				InlineFunctionExpansion="1"
				PreprocessorDefinitions="WIN32,NDEBUG,_LIB"
				StringPooling="TRUE"
				RuntimeLibrary="4"
				EnableFunctionLevelLinking="TRUE"
				UsePrecompiledHeader="2"
				PrecompiledHeaderFile=".\Release/UCIP.pch"
				AssemblerListingLocation=".\Release/"
				ObjectFile=".\Release/"
				ProgramDataBaseFileName=".\Release/"
				WarningLevel="3"
				SuppressStartupBanner="TRUE"/>
			<Tool
				Name="VCCustomBuildTool"/>
			<Tool
				Name="VCLibrarianTool"
				OutputFile=".\Release\UCIP.lib"
				SuppressStartupBanner="TRUE"/>
			<Tool
				Name="VCMIDLTool"/>
			<Tool
				Name="VCPostBuildEventTool"/>
			<Tool
				Name="VCPreBuildEventTool"/>
			<Tool
				Name="VCPreLinkEventTool"/>
			<Tool
				Name="VCResourceCompilerTool"
				PreprocessorDefinitions="NDEBUG"
				Culture="3081"/>
			<Tool
				Name="VCWebServiceProxyGeneratorTool"/>
		</Configuration>
	</Configurations>
	<Files>
		<Filter
			Name="Source Files"
			Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
			<File
				RelativePath="..\InetAddr.c">
			</File>
			<File
				RelativePath="..\net.c">
			</File>
			<File
				RelativePath="..\netaddrs.c">
			</File>
			<File
				RelativePath="..\netarp.c">
			</File>
			<File
				RelativePath="..\netauth.c">
			</File>
			<File
				RelativePath="..\netbootp.c">
			</File>
			<File
				RelativePath="..\netbuf.c">
			</File>
			<File
				RelativePath="..\netchap.c">
			</File>
			<File
				RelativePath="..\netchat.c">
			</File>
			<File
				RelativePath="..\netchpms.c">
			</File>
			<File
				RelativePath="..\netdebug.c">
			</File>
			<File
				RelativePath="..\netdhcp.c">
			</File>
			<File
				RelativePath="..\neteth.c">
			</File>
			<File
				RelativePath="..\netether.c">
			</File>
			<File
				RelativePath="..\netfsm.c">
			</File>
			<File
				RelativePath="..\neticmp.c">
			</File>
			<File
				RelativePath="..\netip.c">
			</File>
			<File
				RelativePath="..\netipcp.c">
			</File>
			<File
				RelativePath="..\netlcp.c">
			</File>
			<File
				RelativePath="..\netmagic.c">
			</File>
			<File
				RelativePath="..\netmd5.c">
			</File>
			<File
				RelativePath="..\netpap.c">
			</File>
			<File
				RelativePath="..\netppp.c">
			</File>
			<File
				RelativePath="..\netrand.c">
			</File>
			<File
				RelativePath="..\netsock.c">
			</File>
			<File
				RelativePath="..\netsocka.c">
			</File>
			<File
				RelativePath="..\nettcp.c">
			</File>
			<File
				RelativePath="..\nettimer.c">
			</File>
			<File
				RelativePath="..\netudp.c">
			</File>
			<File
				RelativePath="..\netvj.c">
			</File>
		</Filter>
		<Filter
			Name="Header Files"
			Filter="h;hpp;hxx;hm;inl">
			<File
				RelativePath="..\devio.h">
			</File>
			<File
				RelativePath="..\InetAddr.h">
			</File>
			<File
				RelativePath="..\net.h">
			</File>
			<File
				RelativePath="..\netaddrs.h">
			</File>
			<File
				RelativePath="..\netarp.h">
			</File>
			<File
				RelativePath="..\netauth.h">
			</File>
			<File
				RelativePath="..\netbootp.h">
			</File>
			<File
				RelativePath="..\netbuf.h">
			</File>
			<File
				RelativePath="..\netchap.h">
			</File>
			<File
				RelativePath="..\netchat.h">
			</File>
			<File
				RelativePath="..\netchpms.h">
			</File>
			<File
				RelativePath="..\netconf.h">
			</File>
			<File
				RelativePath="..\netdebug.h">
			</File>
			<File
				RelativePath="..\netdhcp.h">
			</File>
			<File
				RelativePath="..\neteth.h">
			</File>
			<File
				RelativePath="..\netether.h">
			</File>
			<File
				RelativePath="..\netfsm.h">
			</File>
			<File
				RelativePath="..\neticmp.h">
			</File>
			<File
				RelativePath="..\netifdev.h">
			</File>
			<File
				RelativePath="..\netip.h">
			</File>
			<File
				RelativePath="..\netipcp.h">
			</File>
			<File
				RelativePath="..\netiphdr.h">
			</File>
			<File
				RelativePath="..\netlcp.h">
			</File>
			<File
				RelativePath="..\netmagic.h">
			</File>
			<File
				RelativePath="..\netmd5.h">
			</File>
			<File
				RelativePath="..\netos.h">
			</File>
			<File
				RelativePath="..\netpap.h">
			</File>
			<File
				RelativePath="..\netppp.h">
			</File>
			<File
				RelativePath="..\netrand.h">
			</File>
			<File
				RelativePath="..\netsock.h">
			</File>
			<File
				RelativePath="..\netsocka.h">
			</File>
			<File
				RelativePath="..\netsockd.h">
			</File>
			<File
				RelativePath="..\nettcp.h">
			</File>
			<File
				RelativePath="..\nettcphd.h">
			</File>
			<File
				RelativePath="..\nettimer.h">
			</File>
			<File
				RelativePath="..\nettypes.h">
			</File>
			<File
				RelativePath="..\netudp.h">
			</File>
			<File
				RelativePath="..\netvj.h">
			</File>
		</Filter>
		<Filter
			Name="IF_DEV Files"
			Filter="*.*">
			<File
				RelativePath="..\if_dev\cs89x\if_cs89d.c">
			</File>
			<File
				RelativePath="..\if_dev\cs89x\if_cs89d.h">
			</File>
			<File
				RelativePath="..\if_dev\cs89x\if_cs89r.h">
			</File>
			<File
				RelativePath="..\if_dev\cs89x\if_cs89x.c">
			</File>
			<File
				RelativePath="..\if_dev\cs89x\if_cs89x.h">
			</File>
			<File
				RelativePath="..\if_dev\ne2k\if_ne2k.h">
			</File>
			<File
				RelativePath="..\if_dev\ne2k\if_ne2kd.c">
			</File>
			<File
				RelativePath="..\if_dev\ne2k\if_ne2kr.h">
			</File>
			<File
				RelativePath="..\if_dev\ne2k\if_os.c">
			</File>
			<File
				RelativePath="..\if_dev\ne2k\if_os.h">
			</File>
		</Filter>
	</Files>
	<Globals>
	</Globals>
</VisualStudioProject>

⌨️ 快捷键说明

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