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

📄 telnetd.prg.vcproj

📁 Contiki是一个开源
💻 VCPROJ
字号:
<?xml version="1.0" encoding="Windows-1252"?><VisualStudioProject	ProjectType="Visual C++"	Version="9,00"	Name="telnetd.prg"	ProjectGUID="{ED41B93E-1FEF-477A-AFCC-7CAC0A324E24}"	RootNamespace="telnetdprg"	Keyword="Win32Proj"	TargetFrameworkVersion="131072"	>	<Platforms>		<Platform			Name="Win32"		/>	</Platforms>	<ToolFiles>	</ToolFiles>	<Configurations>		<Configuration			Name="Debug|Win32"			OutputDirectory="$(SolutionDir)$(ConfigurationName)"			IntermediateDirectory="$(SolutionDir)$(ConfigurationName)"			ConfigurationType="2"			CharacterSet="2"			BuildLogFile="$(IntDir)\$(TargetFileName).BuildLog.htm"			>			<Tool				Name="VCPreBuildEventTool"			/>			<Tool				Name="VCCustomBuildTool"			/>			<Tool				Name="VCXMLDataGeneratorTool"			/>			<Tool				Name="VCWebServiceProxyGeneratorTool"			/>			<Tool				Name="VCMIDLTool"			/>			<Tool				Name="VCCLCompilerTool"				Optimization="0"				AdditionalIncludeDirectories="..;../../../cpu/native;../../../core;../../../apps/program-handler;../../../apps/shell;../../../apps/webbrowser"				PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;PLATFORM_BUILD;WITH_LOADER_ARCH;AUTOSTART_ENABLE"				BasicRuntimeChecks="3"				RuntimeLibrary="3"				ProgramDataBaseFileName="$(IntDir)\$(TargetFileName).vc90.pdb"				WarningLevel="3"				DebugInformationFormat="3"				CompileAs="0"			/>			<Tool				Name="VCManagedResourceCompilerTool"			/>			<Tool				Name="VCResourceCompilerTool"			/>			<Tool				Name="VCPreLinkEventTool"			/>			<Tool				Name="VCLinkerTool"				AdditionalDependencies="&quot;$(OutDir)\contiki.lib&quot;"				OutputFile="$(OutDir)\$(ProjectName)"				LinkIncremental="1"				GenerateDebugInformation="true"				ProgramDatabaseFile="$(TargetDir)$(TargetFileName).pdb"				SubSystem="1"				ImportLibrary="$(TargetDir)$(TargetFileName).lib"				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="$(SolutionDir)$(ConfigurationName)"			ConfigurationType="2"			CharacterSet="2"			WholeProgramOptimization="1"			BuildLogFile="$(IntDir)\$(TargetFileName).BuildLog.htm"			>			<Tool				Name="VCPreBuildEventTool"			/>			<Tool				Name="VCCustomBuildTool"			/>			<Tool				Name="VCXMLDataGeneratorTool"			/>			<Tool				Name="VCWebServiceProxyGeneratorTool"			/>			<Tool				Name="VCMIDLTool"			/>			<Tool				Name="VCCLCompilerTool"				AdditionalIncludeDirectories="..;../../../cpu/native;../../../core;../../../apps/program-handler;../../../apps/shell;../../../apps/webbrowser"				PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;PLATFORM_BUILD;WITH_LOADER_ARCH;AUTOSTART_ENABLE"				RuntimeLibrary="2"				ProgramDataBaseFileName="$(IntDir)\$(TargetFileName).vc90.pdb"				WarningLevel="3"				DebugInformationFormat="3"				CompileAs="0"			/>			<Tool				Name="VCManagedResourceCompilerTool"			/>			<Tool				Name="VCResourceCompilerTool"			/>			<Tool				Name="VCPreLinkEventTool"			/>			<Tool				Name="VCLinkerTool"				AdditionalDependencies="&quot;$(OutDir)\contiki.lib&quot;"				OutputFile="$(OutDir)\$(ProjectName)"				LinkIncremental="1"				GenerateDebugInformation="true"				ProgramDatabaseFile="$(TargetDir)$(TargetFileName).pdb"				SubSystem="1"				OptimizeReferences="2"				EnableCOMDATFolding="2"				ImportLibrary="$(TargetDir)$(TargetFileName).lib"				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="lib"			>			<File				RelativePath="..\..\..\core\lib\list.c"				>			</File>			<File				RelativePath="..\..\..\core\lib\list.h"				>			</File>			<File				RelativePath="..\..\..\core\lib\memb.c"				>			</File>			<File				RelativePath="..\..\..\core\lib\memb.h"				>			</File>			<File				RelativePath="..\..\..\core\lib\random.c"				>			</File>			<File				RelativePath="..\..\..\core\lib\random.h"				>			</File>		</Filter>		<Filter			Name="shell"			>			<File				RelativePath="..\..\..\apps\shell\shell-blink.h"				>			</File>			<File				RelativePath="..\..\..\apps\shell\shell-exec.h"				>			</File>			<File				RelativePath="..\..\..\apps\shell\shell-file.c"				>			</File>			<File				RelativePath="..\..\..\apps\shell\shell-file.h"				>			</File>			<File				RelativePath="..\..\..\apps\shell\shell-netfile.h"				>			</File>			<File				RelativePath="..\..\..\apps\shell\shell-profile.h"				>			</File>			<File				RelativePath="..\..\..\apps\shell\shell-ps.c"				>			</File>			<File				RelativePath="..\..\..\apps\shell\shell-ps.h"				>			</File>			<File				RelativePath="..\..\..\apps\shell\shell-reboot.h"				>			</File>			<File				RelativePath="..\..\..\apps\shell\shell-rime-netcmd.h"				>			</File>			<File				RelativePath="..\..\..\apps\shell\shell-rime-ping.h"				>			</File>			<File				RelativePath="..\..\..\apps\shell\shell-rime-sniff.h"				>			</File>			<File				RelativePath="..\..\..\apps\shell\shell-rime.h"				>			</File>			<File				RelativePath="..\..\..\apps\shell\shell-rsh.h"				>			</File>			<File				RelativePath="..\..\..\apps\shell\shell-run.c"				>			</File>			<File				RelativePath="..\..\..\apps\shell\shell-run.h"				>			</File>			<File				RelativePath="..\..\..\apps\shell\shell-sendtest.h"				>			</File>			<File				RelativePath="..\..\..\apps\shell\shell-sky.h"				>			</File>			<File				RelativePath="..\..\..\apps\shell\shell-text.c"				>			</File>			<File				RelativePath="..\..\..\apps\shell\shell-text.h"				>			</File>			<File				RelativePath="..\..\..\apps\shell\shell-time.c"				>			</File>			<File				RelativePath="..\..\..\apps\shell\shell-time.h"				>			</File>			<File				RelativePath="..\..\..\apps\shell\shell-vars.h"				>			</File>			<File				RelativePath="..\..\..\apps\shell\shell-wget.c"				>			</File>			<File				RelativePath="..\..\..\apps\shell\shell-wget.h"				>			</File>			<File				RelativePath="..\..\..\apps\shell\shell.c"				>			</File>			<File				RelativePath="..\..\..\apps\shell\shell.h"				>			</File>		</Filter>		<Filter			Name="webbrowser"			>			<File				RelativePath="..\..\..\apps\webbrowser\http-strings.c"				>			</File>			<File				RelativePath="..\..\..\apps\webbrowser\http-strings.h"				>			</File>			<File				RelativePath="..\..\..\apps\webbrowser\http-user-agent-string.c"				>			</File>			<File				RelativePath="..\..\..\apps\webbrowser\http-user-agent-string.h"				>			</File>			<File				RelativePath="..\..\..\apps\webbrowser\webclient.c"				>			</File>			<File				RelativePath="..\..\..\apps\webbrowser\webclient.h"				>			</File>		</Filter>		<File			RelativePath="..\..\..\apps\telnetd\telnetd-gui.c"			>		</File>		<File			RelativePath="..\..\..\apps\telnetd\telnetd.c"			>		</File>		<File			RelativePath="..\..\..\apps\telnetd\telnetd.h"			>		</File>	</Files>	<Globals>	</Globals></VisualStudioProject>

⌨️ 快捷键说明

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