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

📄 faac.vcproj

📁 dsp上用c语言实现的aac音频算法的编解码器代码
💻 VCPROJ
字号:
<?xml version="1.0" encoding="Windows-1252"?><VisualStudioProject	ProjectType="Visual C++"	Version="8,00"	Name="faac"	ProjectGUID="{92992E74-AEDE-46DC-AD8C-ADEA876F1A4C}"	>	<Platforms>		<Platform			Name="Win32"		/>	</Platforms>	<ToolFiles>	</ToolFiles>	<Configurations>		<Configuration			Name="Debug|Win32"			OutputDirectory=".\Debug"			IntermediateDirectory=".\Debug"			ConfigurationType="1"			InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"			UseOfMFC="0"			ATLMinimizesCRunTimeLibraryUsage="false"			CharacterSet="2"			>			<Tool				Name="VCPreBuildEventTool"			/>			<Tool				Name="VCCustomBuildTool"			/>			<Tool				Name="VCXMLDataGeneratorTool"			/>			<Tool				Name="VCWebServiceProxyGeneratorTool"			/>			<Tool				Name="VCMIDLTool"				TypeLibraryName=".\Debug/faac.tlb"			/>			<Tool				Name="VCCLCompilerTool"				Optimization="0"				AdditionalIncludeDirectories="../include;../common/mp4v2;../common/getopt"				PreprocessorDefinitions="WIN32,_DEBUG,_CONSOLE"				BasicRuntimeChecks="3"				RuntimeLibrary="1"				UsePrecompiledHeader="0"				PrecompiledHeaderFile=".\Debug/faac.pch"				AssemblerListingLocation=".\Debug/"				ObjectFile=".\Debug/"				ProgramDataBaseFileName=".\Debug/"				WarningLevel="3"				SuppressStartupBanner="true"				DebugInformationFormat="4"				CompileAs="0"			/>			<Tool				Name="VCManagedResourceCompilerTool"			/>			<Tool				Name="VCResourceCompilerTool"				PreprocessorDefinitions="_DEBUG"				Culture="1043"			/>			<Tool				Name="VCPreLinkEventTool"			/>			<Tool				Name="VCLinkerTool"				AdditionalOptions="/MACHINE:I386"				AdditionalDependencies="odbc32.lib odbccp32.lib ws2_32.lib"				OutputFile=".\Debug/faac.exe"				LinkIncremental="2"				SuppressStartupBanner="true"				GenerateDebugInformation="true"				ProgramDatabaseFile=".\Debug/faac.pdb"				SubSystem="1"			/>			<Tool				Name="VCALinkTool"			/>			<Tool				Name="VCManifestTool"			/>			<Tool				Name="VCXDCMakeTool"			/>			<Tool				Name="VCBscMakeTool"			/>			<Tool				Name="VCFxCopTool"			/>			<Tool				Name="VCAppVerifierTool"			/>			<Tool				Name="VCWebDeploymentTool"			/>			<Tool				Name="VCPostBuildEventTool"			/>		</Configuration>		<Configuration			Name="Release|Win32"			OutputDirectory=".\Release"			IntermediateDirectory=".\Release"			ConfigurationType="1"			InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"			UseOfMFC="0"			ATLMinimizesCRunTimeLibraryUsage="false"			CharacterSet="2"			>			<Tool				Name="VCPreBuildEventTool"			/>			<Tool				Name="VCCustomBuildTool"			/>			<Tool				Name="VCXMLDataGeneratorTool"			/>			<Tool				Name="VCWebServiceProxyGeneratorTool"			/>			<Tool				Name="VCMIDLTool"				TypeLibraryName=".\Release/faac.tlb"			/>			<Tool				Name="VCCLCompilerTool"				InlineFunctionExpansion="1"				AdditionalIncludeDirectories="../include,../common/libsndfile/src,../common/getopt"				PreprocessorDefinitions="WIN32,NDEBUG,_CONSOLE"				StringPooling="true"				RuntimeLibrary="0"				EnableFunctionLevelLinking="true"				UsePrecompiledHeader="0"				PrecompiledHeaderFile=".\Release/faac.pch"				AssemblerListingLocation=".\Release/"				ObjectFile=".\Release/"				ProgramDataBaseFileName=".\Release/"				WarningLevel="3"				SuppressStartupBanner="true"				CompileAs="0"			/>			<Tool				Name="VCManagedResourceCompilerTool"			/>			<Tool				Name="VCResourceCompilerTool"				PreprocessorDefinitions="NDEBUG"				Culture="1043"			/>			<Tool				Name="VCPreLinkEventTool"			/>			<Tool				Name="VCLinkerTool"				AdditionalOptions="/MACHINE:I386"				AdditionalDependencies="odbc32.lib odbccp32.lib ws2_32.lib"				OutputFile=".\Release/faac.exe"				LinkIncremental="1"				SuppressStartupBanner="true"				ProgramDatabaseFile=".\Release/faac.pdb"				SubSystem="1"			/>			<Tool				Name="VCALinkTool"			/>			<Tool				Name="VCManifestTool"			/>			<Tool				Name="VCXDCMakeTool"			/>			<Tool				Name="VCBscMakeTool"			/>			<Tool				Name="VCFxCopTool"			/>			<Tool				Name="VCAppVerifierTool"			/>			<Tool				Name="VCWebDeploymentTool"			/>			<Tool				Name="VCPostBuildEventTool"			/>		</Configuration>	</Configurations>	<References>	</References>	<Files>		<Filter			Name="Source Files"			Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"			>			<File				RelativePath=".\input.c"				>			</File>			<File				RelativePath=".\main.c"				>			</File>		</Filter>		<Filter			Name="Header Files"			Filter="h;hpp;hxx;hm;inl"			>			<File				RelativePath="..\include\faac.h"				>			</File>			<File				RelativePath=".\getopt.h"				>			</File>			<File				RelativePath=".\input.h"				>			</File>		</Filter>	</Files>	<Globals>	</Globals></VisualStudioProject>

⌨️ 快捷键说明

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