📄 gsm.vcproj
字号:
<?xml version="1.0" encoding="Windows-1252"?><VisualStudioProject ProjectType="Visual C++" Version="8.00" Name="gsm" ProjectGUID="{BCC92C68-2F27-4407-ADCF-2543A6930313}" > <Platforms> <Platform Name="Win32" /> </Platforms> <ToolFiles> </ToolFiles> <Configurations> <Configuration Name="Release|Win32" OutputDirectory=".\Release" IntermediateDirectory=".\Release/gsm" ConfigurationType="2" InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" UseOfMFC="0" ATLMinimizesCRunTimeLibraryUsage="false" CharacterSet="2" > <Tool Name="VCPreBuildEventTool" /> <Tool Name="VCCustomBuildTool" /> <Tool Name="VCXMLDataGeneratorTool" /> <Tool Name="VCWebServiceProxyGeneratorTool" /> <Tool Name="VCMIDLTool" PreprocessorDefinitions="NDEBUG" MkTypLibCompatible="true" SuppressStartupBanner="true" TargetEnvironment="1" TypeLibraryName=".\Release/gsm.tlb" HeaderFileName="" /> <Tool Name="VCCLCompilerTool" Optimization="2" InlineFunctionExpansion="1" EnableIntrinsicFunctions="true" OmitFramePointers="true" AdditionalIncludeDirectories="..\w32,..\src,..\gsm" PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;GSM_EXPORTS;SASR;USE_FLOAT_MUL;FAST" StringPooling="true" RuntimeLibrary="2" EnableFunctionLevelLinking="true" EnableEnhancedInstructionSet="1" UsePrecompiledHeader="0" PrecompiledHeaderFile=".\Release/gsm/gsm.pch" AssemblerListingLocation=".\Release/gsm/" ObjectFile=".\Release/gsm/" ProgramDataBaseFileName=".\Release/gsm/" WarningLevel="3" SuppressStartupBanner="true" CompileAs="0" /> <Tool Name="VCManagedResourceCompilerTool" /> <Tool Name="VCResourceCompilerTool" PreprocessorDefinitions="NDEBUG" Culture="1033" /> <Tool Name="VCPreLinkEventTool" /> <Tool Name="VCLinkerTool" IgnoreImportLibrary="true" OutputFile="Release/gsm.x86" LinkIncremental="1" SuppressStartupBanner="true" ProgramDatabaseFile=".\Release/gsm.pdb" ImportLibrary=".\Release/gsm.lib" TargetMachine="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="Debug|Win32" OutputDirectory=".\Debug" IntermediateDirectory=".\Debug/gsm" ConfigurationType="2" InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" UseOfMFC="0" ATLMinimizesCRunTimeLibraryUsage="false" CharacterSet="2" > <Tool Name="VCPreBuildEventTool" /> <Tool Name="VCCustomBuildTool" /> <Tool Name="VCXMLDataGeneratorTool" /> <Tool Name="VCWebServiceProxyGeneratorTool" /> <Tool Name="VCMIDLTool" PreprocessorDefinitions="_DEBUG" MkTypLibCompatible="true" SuppressStartupBanner="true" TargetEnvironment="1" TypeLibraryName=".\Debug/gsm.tlb" HeaderFileName="" /> <Tool Name="VCCLCompilerTool" Optimization="0" AdditionalIncludeDirectories="..\w32,..\src,..\gsm" PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;GSM_EXPORTS;SASR;USE_FLOAT_MUL;FAST" BasicRuntimeChecks="3" RuntimeLibrary="3" UsePrecompiledHeader="0" PrecompiledHeaderFile=".\Debug/gsm/gsm.pch" AssemblerListingLocation=".\Debug/gsm/" ObjectFile=".\Debug/gsm/" ProgramDataBaseFileName=".\Debug/gsm/" WarningLevel="3" SuppressStartupBanner="true" Detect64BitPortabilityProblems="true" DebugInformationFormat="4" CompileAs="0" /> <Tool Name="VCManagedResourceCompilerTool" /> <Tool Name="VCResourceCompilerTool" PreprocessorDefinitions="_DEBUG" Culture="1033" /> <Tool Name="VCPreLinkEventTool" /> <Tool Name="VCLinkerTool" IgnoreImportLibrary="true" OutputFile="Debug/gsm.x86" LinkIncremental="1" SuppressStartupBanner="true" GenerateDebugInformation="true" ProgramDatabaseFile=".\Debug/gsm.pdb" ImportLibrary=".\Debug/gsm.lib" TargetMachine="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="..\gsm\add.c" > </File> <File RelativePath="..\gsm\code.c" > </File> <File RelativePath="..\gsm\debug.c" > </File> <File RelativePath="..\gsm\decode.c" > </File> <File RelativePath="..\codecs\gsm.cpp" > <FileConfiguration Name="Release|Win32" > <Tool Name="VCCLCompilerTool" Optimization="2" AdditionalIncludeDirectories="" PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;GSM_EXPORTS;$(NoInherit)" /> </FileConfiguration> <FileConfiguration Name="Debug|Win32" > <Tool Name="VCCLCompilerTool" Optimization="0" AdditionalIncludeDirectories="" PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;GSM_EXPORTS;$(NoInherit)" BasicRuntimeChecks="3" /> </FileConfiguration> </File> <File RelativePath="..\gsm\gsm_create.c" > </File> <File RelativePath="..\gsm\gsm_decode.c" > </File> <File RelativePath="..\gsm\gsm_destroy.c" > </File> <File RelativePath="..\gsm\gsm_encode.c" > </File> <File RelativePath="..\gsm\gsm_explode.c" > </File> <File RelativePath="..\gsm\gsm_implode.c" > </File> <File RelativePath="..\gsm\gsm_option.c" > </File> <File RelativePath="..\gsm\gsm_print.c" > </File> <File RelativePath="..\gsm\long_term.c" > </File> <File RelativePath="..\gsm\lpc.c" > </File> <File RelativePath="..\gsm\preprocess.c" > </File> <File RelativePath="..\gsm\rpe.c" > </File> <File RelativePath="..\gsm\short_term.c" > </File> <File RelativePath="..\gsm\table.c" > </File> </Filter> <Filter Name="Header Files" Filter="h;hpp;hxx;hm;inl" > <File RelativePath="..\gsm\config.h" > </File> <File RelativePath="..\gsm\gsm.h" > </File> <File RelativePath="..\gsm\private.h" > </File> <File RelativePath="..\gsm\proto.h" > </File> <File RelativePath="..\gsm\toast.h" > </File> <File RelativePath="..\gsm\unproto.h" > </File> </Filter> <Filter Name="Resource Files" Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" > </Filter> </Files> <Globals> </Globals></VisualStudioProject>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -