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

📄 hello.vcproj

📁 JSON在symbian中的应用
💻 VCPROJ
字号:
<?xml version="1.0" encoding="gb2312"?>
<VisualStudioProject
	ProjectType="Visual C++"
	Version="7.10"
	Name="hello"
	ProjectGUID="{E2CC9417-953C-401E-BBD5-24010A8D554B}"
	Keyword="SymbianOS_2.Classic">
	<Platforms>
		<Platform
			Name="Win32"/>
	</Platforms>
	<Configurations>
		<Configuration
			Name="Debug|Win32"
			ConfigurationType="1">
			<Tool
				Name="VCCLCompilerTool"/>
			<Tool
				Name="VCCustomBuildTool"/>
			<Tool
				Name="VCLinkerTool"/>
			<Tool
				Name="VCMIDLTool"/>
			<Tool
				Name="VCPostBuildEventTool"/>
			<Tool
				Name="VCPreBuildEventTool"/>
			<Tool
				Name="VCPreLinkEventTool"/>
			<Tool
				Name="VCResourceCompilerTool"/>
			<Tool
				Name="VCWebServiceProxyGeneratorTool"/>
			<Tool
				Name="VCXMLDataGeneratorTool"/>
			<Tool
				Name="VCWebDeploymentTool"/>
			<Tool
				Name="VCManagedWrapperGeneratorTool"/>
			<Tool
				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
		</Configuration>
		<Configuration
			Name="Release|Win32"
			ConfigurationType="1">
			<Tool
				Name="VCCLCompilerTool"/>
			<Tool
				Name="VCCustomBuildTool"/>
			<Tool
				Name="VCLinkerTool"/>
			<Tool
				Name="VCMIDLTool"/>
			<Tool
				Name="VCPostBuildEventTool"/>
			<Tool
				Name="VCPreBuildEventTool"/>
			<Tool
				Name="VCPreLinkEventTool"/>
			<Tool
				Name="VCResourceCompilerTool"/>
			<Tool
				Name="VCWebServiceProxyGeneratorTool"/>
			<Tool
				Name="VCXMLDataGeneratorTool"/>
			<Tool
				Name="VCWebDeploymentTool"/>
			<Tool
				Name="VCManagedWrapperGeneratorTool"/>
			<Tool
				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
		</Configuration>
		<Configuration
			Name="Deb_S60_22SC_WINS|Win32"
			OutputDirectory="$(SolutionDir)$(ConfigurationName)"
			IntermediateDirectory="$(ConfigurationName)"
			ConfigurationType="1">
			<Tool
				Name="VCCLCompilerTool"
				AdditionalOptions="/QIfist"
				Optimization="0"
				AdditionalIncludeDirectories="C:\Symbian\8.0a\S60_2nd_FP2_SC\\epoc32\include\libc;C:\Symbian\8.0a\S60_2nd_FP2_SC\\epoc32\include;"
				PreprocessorDefinitions="__SYMBIAN32__;__SERIES60_26__;__SERIES60_2X__;__SERIES60_2ND_FP2__;__SERIES60_2FP2__;__WINS__;__VC32__;_DEBUG;_UNICODE;"
				IgnoreStandardIncludePath="TRUE"
				StringPooling="TRUE"
				ExceptionHandling="FALSE"
				RuntimeLibrary="5"
				StructMemberAlignment="3"
				BufferSecurityCheck="FALSE"
				RuntimeTypeInfo="FALSE"
				UsePrecompiledHeader="0"
				BrowseInformation="0"
				DebugInformationFormat="3"/>
			<Tool
				Name="VCCustomBuildTool"/>
			<Tool
				Name="VCLinkerTool"
				AdditionalDependencies="estlib.lib euser.lib ecrt0.lib eexe.lib "
				OutputFile="C:\Symbian\8.0a\S60_2nd_FP2_SC\\Epoc32\release\wins\udeb\hello.exe"
				AdditionalLibraryDirectories="C:\Symbian\8.0a\S60_2nd_FP2_SC\epoc32\include\libc;C:\Symbian\8.0a\S60_2nd_FP2_SC\epoc32\include;C:\Symbian\8.0a\S60_2nd_FP2_SC\\Epoc32\release\wins\udeb"
				IgnoreAllDefaultLibraries="TRUE"
				ForceSymbolReferences="?_E32Startup@@YGXXZ"
				GenerateDebugInformation="TRUE"
				AssemblyDebug="1"
				SubSystem="2"
				EntryPointSymbol="_E32Startup"/>
			<Tool
				Name="VCMIDLTool"/>
			<Tool
				Name="VCPostBuildEventTool"/>
			<Tool
				Name="VCPreBuildEventTool"
				CommandLine="RCMake.exe &quot;$(ProjectPath)&quot; S60_22SC WINS UDEB"/>
			<Tool
				Name="VCPreLinkEventTool"/>
			<Tool
				Name="VCResourceCompilerTool"/>
			<Tool
				Name="VCWebServiceProxyGeneratorTool"/>
			<Tool
				Name="VCXMLDataGeneratorTool"/>
			<Tool
				Name="VCWebDeploymentTool"/>
			<Tool
				Name="VCManagedWrapperGeneratorTool"/>
			<Tool
				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
		</Configuration>
	</Configurations>
	<References>
	</References>
	<Files>
		<Filter
			Name="Debug">
		</Filter>
		<File
			RelativePath=".\arraylist.c">
		</File>
		<File
			RelativePath=".\arraylist.h">
		</File>
		<File
			RelativePath=".\config.h">
		</File>
		<File
			RelativePath=".\debug.c">
		</File>
		<File
			RelativePath=".\debug.h">
		</File>
		<File
			RelativePath=".\extern.h">
		</File>
		<File
			RelativePath=".\hello.mmp">
		</File>
		<File
			RelativePath=".\hello.uid.cpp">
		</File>
		<File
			RelativePath=".\json_object.c">
		</File>
		<File
			RelativePath=".\json_object.h">
		</File>
		<File
			RelativePath=".\json_tokener.c">
		</File>
		<File
			RelativePath=".\json_util.c">
		</File>
		<File
			RelativePath=".\json_util.h">
		</File>
		<File
			RelativePath=".\linkhash.c">
		</File>
		<File
			RelativePath=".\linkhash.h">
		</File>
		<File
			RelativePath=".\printbuf.c">
		</File>
		<File
			RelativePath=".\printbuf.h">
		</File>
		<File
			RelativePath=".\slhello.c">
		</File>
	</Files>
	<Globals>
	</Globals>
</VisualStudioProject>

⌨️ 快捷键说明

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