asn1test.vcproj
来自「asn格式文件的编译器」· VCPROJ 代码 · 共 198 行
VCPROJ
198 行
<?xml version="1.0" encoding = "big5"?><VisualStudioProject ProjectType="Visual C++" Version="7.00" Name="asn1test" ProjectGUID="{F012966D-7796-4562-8587-6ADF79466B8F}" SccProjectName=""$/ITGv4/Asn1/testsuite", TUCAAAAA" SccLocalPath="."> <Platforms> <Platform Name="Win32"/> </Platforms> <Configurations> <Configuration Name="Debug|Win32" OutputDirectory=".\Debug" IntermediateDirectory=".\Debug" ConfigurationType="1" UseOfMFC="0" ATLMinimizesCRunTimeLibraryUsage="FALSE" CharacterSet="2"> <Tool Name="VCCLCompilerTool" Optimization="0" AdditionalIncludeDirectories="..,cxx,../asn1,../asnh323/cxx" PreprocessorDefinitions="_DEBUG,_CONSOLE,__WIN32__,WIN32,ASN1_HAS_IOSTREAM,ASN1_ALLOCATOR," BasicRuntimeChecks="3" RuntimeLibrary="3" RuntimeTypeInfo="TRUE" UsePrecompiledHeader="2" PrecompiledHeaderFile=".\Debug/asn1test.pch" AssemblerListingLocation=".\Debug/" ObjectFile=".\Debug/" ProgramDataBaseFileName=".\Debug/" WarningLevel="3" SuppressStartupBanner="TRUE" DebugInformationFormat="4" CompileAs="0"/> <Tool Name="VCCustomBuildTool"/> <Tool Name="VCLinkerTool" AdditionalOptions="/MACHINE:I386" AdditionalDependencies="odbc32.lib odbccp32.lib" OutputFile=".\Debug/asn1test.exe" LinkIncremental="2" SuppressStartupBanner="TRUE" AdditionalLibraryDirectories="..\..\Lib" GenerateDebugInformation="TRUE" ProgramDatabaseFile=".\Debug/asn1test.pdb" SubSystem="1"/> <Tool Name="VCMIDLTool" TypeLibraryName=".\Debug/asn1test.tlb"/> <Tool Name="VCPostBuildEventTool"/> <Tool Name="VCPreBuildEventTool"/> <Tool Name="VCPreLinkEventTool"/> <Tool Name="VCResourceCompilerTool" PreprocessorDefinitions="_DEBUG" Culture="1028"/> <Tool Name="VCWebServiceProxyGeneratorTool"/> <Tool Name="VCWebDeploymentTool"/> </Configuration> <Configuration Name="Release|Win32" OutputDirectory=".\Release" IntermediateDirectory=".\Release" ConfigurationType="1" UseOfMFC="0" ATLMinimizesCRunTimeLibraryUsage="FALSE" CharacterSet="2"> <Tool Name="VCCLCompilerTool" InlineFunctionExpansion="1" AdditionalIncludeDirectories="Release,..,cxx" PreprocessorDefinitions="NDEBUG,_CONSOLE,__WIN32__,WIN32,ASN1_HAS_IOSTREAM,ASN1_ALLOCATOR, ASN1_DLL" StringPooling="TRUE" RuntimeLibrary="2" EnableFunctionLevelLinking="TRUE" UsePrecompiledHeader="2" PrecompiledHeaderFile=".\Release/asn1test.pch" AssemblerListingLocation=".\Release/" ObjectFile=".\Release/" ProgramDataBaseFileName=".\Release/" BrowseInformation="1" WarningLevel="3" SuppressStartupBanner="TRUE" CompileAs="0"/> <Tool Name="VCCustomBuildTool"/> <Tool Name="VCLinkerTool" AdditionalOptions="/MACHINE:I386" AdditionalDependencies="odbc32.lib odbccp32.lib" OutputFile=".\Release/asn1test.exe" LinkIncremental="1" SuppressStartupBanner="TRUE" AdditionalLibraryDirectories="../../Lib" ProgramDatabaseFile=".\Release/asn1test.pdb" SubSystem="1"/> <Tool Name="VCMIDLTool" TypeLibraryName=".\Release/asn1test.tlb"/> <Tool Name="VCPostBuildEventTool"/> <Tool Name="VCPreBuildEventTool"/> <Tool Name="VCPreLinkEventTool"/> <Tool Name="VCResourceCompilerTool" PreprocessorDefinitions="NDEBUG" Culture="1028"/> <Tool Name="VCWebServiceProxyGeneratorTool"/> <Tool Name="VCWebDeploymentTool"/> </Configuration> </Configurations> <Files> <Filter Name="Source Files" Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"> <File RelativePath=".\asn1test.cpp"> </File> <File RelativePath=".\cxx\myhttp.cxx"> <FileConfiguration Name="Release|Win32"> <Tool Name="VCCLCompilerTool" AdditionalIncludeDirectories="Release,..,cxx;../..;$(NoInherit)"/> </FileConfiguration> </File> <File RelativePath=".\test.asn"> <FileConfiguration Name="Debug|Win32"> <Tool Name="VCCustomBuildTool" CommandLine="..\..\Lib\asnparser -c -v -o cxx test.asn" Outputs="cxx\myhttp.cxx;cxx\myhttp.inl;cxx\myhttp.h;cxx\test1.cxx;cxx\test1.inl;cxx\test1.h"/> </FileConfiguration> <FileConfiguration Name="Release|Win32"> <Tool Name="VCCustomBuildTool" CommandLine="..\..\Lib\asnparser -c -v -o cxx test.asn" Outputs="cxx\myhttp.cxx;cxx\myhttp.inl;cxx\myhttp.h;cxx\test1.cxx;cxx\test1.inl;cxx\test1.h"/> </FileConfiguration> </File> <File RelativePath=".\cxx\test1.cxx"> <FileConfiguration Name="Release|Win32"> <Tool Name="VCCLCompilerTool" AdditionalIncludeDirectories="Release,..,cxx;../..;..\..;$(NoInherit)"/> </FileConfiguration> </File> </Filter> <Filter Name="Header Files" Filter="h;hpp;hxx;hm;inl"> <File RelativePath=".\asn1test.h"> </File> <File RelativePath="cxx\myhttp.h"> </File> <File RelativePath="cxx\myhttp.inl"> </File> <File RelativePath="cxx\test1.h"> </File> <File RelativePath="cxx\test1.inl"> </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 + =
减小字号Ctrl + -
显示快捷键?