📄 vibecrypto.dsp
字号:
# Microsoft Developer Studio Project File - Name="vibecrypto" - Package Owner=<4>
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Static Library" 0x0104
CFG=vibecrypto - Win32 Debug
!MESSAGE This is not a valid makefile. To build this project using NMAKE,
!MESSAGE use the Export Makefile command and run
!MESSAGE
!MESSAGE NMAKE /f "vibecrypto.mak".
!MESSAGE
!MESSAGE You can specify a configuration when running NMAKE
!MESSAGE by defining the macro CFG on the command line. For example:
!MESSAGE
!MESSAGE NMAKE /f "vibecrypto.mak" CFG="vibecrypto - Win32 Debug"
!MESSAGE
!MESSAGE Possible choices for configuration are:
!MESSAGE
!MESSAGE "vibecrypto - Win32 Release" (based on "Win32 (x86) Static Library")
!MESSAGE "vibecrypto - Win32 Debug" (based on "Win32 (x86) Static Library")
!MESSAGE
# Begin Project
# PROP AllowPerConfigDependencies 0
# PROP Scc_ProjName ""
# PROP Scc_LocalPath ""
CPP=cl.exe
RSC=rc.exe
!IF "$(CFG)" == "vibecrypto - Win32 Release"
# PROP BASE Use_MFC 0
# PROP BASE Use_Debug_Libraries 0
# PROP BASE Output_Dir "Release"
# PROP BASE Intermediate_Dir "Release"
# PROP BASE Target_Dir ""
# PROP Use_MFC 0
# PROP Use_Debug_Libraries 0
# PROP Output_Dir "Release"
# PROP Intermediate_Dir "Release"
# PROP Target_Dir ""
# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c
# ADD CPP /nologo /MT /W3 /GX /O2 /I "..\..\..\include" /I "..\..\..\crypto\include" /I "..\..\..\crypto\algorithms\include" /I "..\..\..\crypto\fips\include" /I "..\..\..\crypto\ictk\include" /I "..\..\..\support\library\openssllib\win32\inc32" /D "NDEBUG" /D "_LIB" /D VOLT_BUILD=VOLT_BUILD_STATIC /D VOLT_OS=VOLT_WINDOWS_32 /D VOLT_CHIP=VOLT_INTEL_32 /D VOLT_COMPILER=VOLT_MS_VC_6_0 /D VOLT_ERROR_LOG=VOLT_ERROR_LOG_FULL /D "WIN32" /D "_MBCS" /YX /FD /c
# ADD BASE RSC /l 0x409 /d "NDEBUG"
# ADD RSC /l 0x409 /d "NDEBUG"
BSC32=bscmake.exe
# ADD BASE BSC32 /nologo
# ADD BSC32 /nologo
LIB32=link.exe -lib
# ADD BASE LIB32 /nologo
# ADD LIB32 /nologo /out:"..\vibecrypto.lib"
!ELSEIF "$(CFG)" == "vibecrypto - Win32 Debug"
# PROP BASE Use_MFC 0
# PROP BASE Use_Debug_Libraries 1
# PROP BASE Output_Dir "Debug"
# PROP BASE Intermediate_Dir "Debug"
# PROP BASE Target_Dir ""
# PROP Use_MFC 0
# PROP Use_Debug_Libraries 1
# PROP Output_Dir "Debug"
# PROP Intermediate_Dir "Debug"
# PROP Target_Dir ""
# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c
# ADD CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /I "..\..\..\include" /I "..\..\..\crypto\include" /I "..\..\..\crypto\algorithms\include" /I "..\..\..\crypto\fips\include" /I "..\..\..\crypto\ictk\include" /I "..\..\..\ibe\include" /I "..\..\..\support\library\openssllib\win32\inc32" /D VOLT_ERROR_LOG=VOLT_ERROR_LOG_FULL /D "_DEBUG" /D VOLT_ASSERTIONS_ENABLED=1 /D "_LIB" /D VOLT_BUILD=VOLT_BUILD_STATIC /D VOLT_OS=VOLT_WINDOWS_32 /D VOLT_CHIP=VOLT_INTEL_32 /D VOLT_COMPILER=VOLT_MS_VC_6_0 /D "WIN32" /D "_MBCS" /YX /FD /GZ /c
# ADD BASE RSC /l 0x409 /d "_DEBUG"
# ADD RSC /l 0x409 /d "_DEBUG"
BSC32=bscmake.exe
# ADD BASE BSC32 /nologo
# ADD BSC32 /nologo
LIB32=link.exe -lib
# ADD BASE LIB32 /nologo
# ADD LIB32 /nologo /out:"..\vibecrypto.lib"
!ENDIF
# Begin Target
# Name "vibecrypto - Win32 Release"
# Name "vibecrypto - Win32 Debug"
# Begin Group "Source Files"
# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
# Begin Source File
SOURCE=..\..\..\crypto\algorithms\aes\aesimpl.c
# End Source File
# Begin Source File
SOURCE=..\..\..\crypto\algorithms\aes\aeskey.c
# End Source File
# Begin Source File
SOURCE=..\..\..\crypto\algorithms\aes\aestype.c
# End Source File
# Begin Source File
SOURCE=..\..\..\crypto\api\algobj.c
# End Source File
# Begin Source File
SOURCE=..\..\..\crypto\algorithms\base64\base64impl.c
# End Source File
# Begin Source File
SOURCE=..\..\..\crypto\algorithms\base64\base64type.c
# End Source File
# Begin Source File
SOURCE=..\..\..\crypto\util\bit.c
# End Source File
# Begin Source File
SOURCE=..\..\..\crypto\algorithms\block\blocktype.c
# End Source File
# Begin Source File
SOURCE=..\..\..\crypto\algorithms\cbc\cbcimpl.c
# End Source File
# Begin Source File
SOURCE=..\..\..\crypto\algorithms\cbc\cbctype.c
# End Source File
# Begin Source File
SOURCE=..\..\..\crypto\algorithms\cfb\cfbimpl.c
# End Source File
# Begin Source File
SOURCE=..\..\..\crypto\algorithms\cfb\cfbtype.c
# End Source File
# Begin Source File
SOURCE=..\..\..\crypto\api\decode.c
# End Source File
# Begin Source File
SOURCE=..\..\..\crypto\api\decrypt.c
# End Source File
# Begin Source File
SOURCE=..\..\..\crypto\algorithms\des\desimpl.c
# End Source File
# Begin Source File
SOURCE=..\..\..\crypto\algorithms\des\deskey.c
# End Source File
# Begin Source File
SOURCE=..\..\..\crypto\algorithms\des\destype.c
# End Source File
# Begin Source File
SOURCE=..\..\..\crypto\api\digest.c
# End Source File
# Begin Source File
SOURCE=..\..\..\crypto\algorithms\dsa\dsakeytype.c
# End Source File
# Begin Source File
SOURCE=..\..\..\crypto\algorithms\dsa\dsakgimpl.c
# End Source File
# Begin Source File
SOURCE=..\..\..\crypto\algorithms\dsa\dsakgtype.c
# End Source File
# Begin Source File
SOURCE=..\..\..\crypto\algorithms\dsa\dsaparamtype.c
# End Source File
# Begin Source File
SOURCE=..\..\..\crypto\algorithms\dsa\dsapgimpl.c
# End Source File
# Begin Source File
SOURCE=..\..\..\crypto\algorithms\dsa\dsapgtype.c
# End Source File
# Begin Source File
SOURCE=..\..\..\crypto\algorithms\dsa\dsasignimpl.c
# End Source File
# Begin Source File
SOURCE=..\..\..\crypto\algorithms\dsa\dsasigntype.c
# End Source File
# Begin Source File
SOURCE=..\..\..\crypto\api\encode.c
# End Source File
# Begin Source File
SOURCE=..\..\..\crypto\api\encrypt.c
# End Source File
# Begin Source File
SOURCE=..\..\..\crypto\api\errorctx.c
# End Source File
# Begin Source File
SOURCE=..\..\..\crypto\algorithms\fips186\fips186impl.c
# End Source File
# Begin Source File
SOURCE=..\..\..\crypto\algorithms\fips186\fips186type.c
# End Source File
# Begin Source File
SOURCE=..\..\..\crypto\algorithms\prime\fipsprime.c
# End Source File
# Begin Source File
SOURCE=..\..\..\crypto\algorithms\hmac\hmacImpl.c
# End Source File
# Begin Source File
SOURCE=..\..\..\crypto\algorithms\hmac\hmackey.c
# End Source File
# Begin Source File
SOURCE=..\..\..\crypto\algorithms\hmac\hmactype.c
# End Source File
# Begin Source File
SOURCE=..\..\..\crypto\algorithms\ibe\ibecurvetype.c
# End Source File
# Begin Source File
SOURCE=..\..\..\crypto\algorithms\ibe\ibeencimpl.c
# End Source File
# Begin Source File
SOURCE=..\..\..\crypto\algorithms\ibe\ibeenctype.c
# End Source File
# Begin Source File
SOURCE=..\..\..\crypto\algorithms\ibe\ibeparamtype.c
# End Source File
# Begin Source File
SOURCE=..\..\..\crypto\algorithms\ibe\ibeprikey.c
# End Source File
# Begin Source File
SOURCE=..\..\..\crypto\algorithms\ibe\ibepubkey.c
# End Source File
# Begin Source File
SOURCE=..\..\..\crypto\api\key.c
# End Source File
# Begin Source File
SOURCE=..\..\..\crypto\api\keyobj.c
# End Source File
# Begin Source File
SOURCE=..\..\..\crypto\api\libctx.c
# End Source File
# Begin Source File
SOURCE=..\..\..\crypto\api\mac.c
# End Source File
# Begin Source File
SOURCE=..\..\..\crypto\algorithms\md5\md5impl.c
# End Source File
# Begin Source File
SOURCE=..\..\..\crypto\algorithms\md5\md5type.c
# End Source File
# Begin Source File
SOURCE=..\..\..\crypto\api\mpctx.c
# End Source File
# Begin Source File
SOURCE=..\..\..\crypto\object\object.c
# End Source File
# Begin Source File
SOURCE=..\..\..\crypto\algorithms\ofb\ofbimpl.c
# End Source File
# Begin Source File
SOURCE=..\..\..\crypto\algorithms\ofb\ofbtype.c
# End Source File
# Begin Source File
SOURCE=..\..\..\crypto\algorithms\p5pad\p5pad.c
# End Source File
# Begin Source File
SOURCE=..\..\..\crypto\api\param.c
# End Source File
# Begin Source File
SOURCE=..\..\..\crypto\api\paramobj.c
# End Source File
# Begin Source File
SOURCE=..\..\..\crypto\algorithms\prime\rabinmiller.c
# End Source File
# Begin Source File
SOURCE=..\..\..\crypto\api\random.c
# End Source File
# Begin Source File
SOURCE=..\..\..\crypto\algorithms\sha1\sha1impl.c
# End Source File
# Begin Source File
SOURCE=..\..\..\crypto\algorithms\sha1\sha1type.c
# End Source File
# Begin Source File
SOURCE=..\..\..\crypto\algorithms\sha224\sha224impl.c
# End Source File
# Begin Source File
SOURCE=..\..\..\crypto\algorithms\sha224\sha224type.c
# End Source File
# Begin Source File
SOURCE=..\..\..\crypto\algorithms\sha256\sha256impl.c
# End Source File
# Begin Source File
SOURCE=..\..\..\crypto\algorithms\sha256\sha256type.c
# End Source File
# Begin Source File
SOURCE=..\..\..\crypto\algorithms\sha384\sha384impl.c
# End Source File
# Begin Source File
SOURCE=..\..\..\crypto\algorithms\sha384\sha384type.c
# End Source File
# Begin Source File
SOURCE=..\..\..\crypto\algorithms\sha512\sha512impl.c
# End Source File
# Begin Source File
SOURCE=..\..\..\crypto\algorithms\sha512\sha512type.c
# End Source File
# Begin Source File
SOURCE=..\..\..\crypto\algorithms\prime\sieve.c
# End Source File
# Begin Source File
SOURCE=..\..\..\crypto\api\sign.c
# End Source File
# Begin Source File
SOURCE=..\..\..\crypto\util\simplectx.c
# End Source File
# Begin Source File
SOURCE=..\..\..\crypto\api\state.c
# End Source File
# Begin Source File
SOURCE=..\..\..\crypto\surrender\surrender.c
# End Source File
# Begin Source File
SOURCE=..\..\..\crypto\algorithms\tdes\tdesimpl.c
# End Source File
# Begin Source File
SOURCE=..\..\..\crypto\algorithms\tdes\tdeskey.c
# End Source File
# Begin Source File
SOURCE=..\..\..\crypto\algorithms\tdes\tdestype.c
# End Source File
# Begin Source File
SOURCE=..\..\..\crypto\api\wrap.c
# End Source File
# End Group
# Begin Group "Header Files"
# PROP Default_Filter "h;hpp;hxx;hm;inl"
# End Group
# Begin Source File
SOURCE=..\ictk.lib
# End Source File
# End Target
# End Project
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -