EncryptDecrypt.dsp 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159
  1. # Microsoft Developer Studio Project File - Name="EncryptDecrypt" - Package Owner=<4>
  2. # Microsoft Developer Studio Generated Build File, Format Version 6.00
  3. # ** DO NOT EDIT **
  4. # TARGTYPE "Win32 (x86) Static Library" 0x0104
  5. CFG=EncryptDecrypt - Win32 Debug
  6. !MESSAGE This is not a valid makefile. To build this project using NMAKE,
  7. !MESSAGE use the Export Makefile command and run
  8. !MESSAGE
  9. !MESSAGE NMAKE /f "EncryptDecrypt.mak".
  10. !MESSAGE
  11. !MESSAGE You can specify a configuration when running NMAKE
  12. !MESSAGE by defining the macro CFG on the command line. For example:
  13. !MESSAGE
  14. !MESSAGE NMAKE /f "EncryptDecrypt.mak" CFG="EncryptDecrypt - Win32 Debug"
  15. !MESSAGE
  16. !MESSAGE Possible choices for configuration are:
  17. !MESSAGE
  18. !MESSAGE "EncryptDecrypt - Win32 Release" (based on "Win32 (x86) Static Library")
  19. !MESSAGE "EncryptDecrypt - Win32 Debug" (based on "Win32 (x86) Static Library")
  20. !MESSAGE
  21. # Begin Project
  22. # PROP AllowPerConfigDependencies 0
  23. # PROP Scc_ProjName ""
  24. # PROP Scc_LocalPath ""
  25. CPP=cl.exe
  26. RSC=rc.exe
  27. !IF "$(CFG)" == "EncryptDecrypt - Win32 Release"
  28. # PROP BASE Use_MFC 2
  29. # PROP BASE Use_Debug_Libraries 0
  30. # PROP BASE Output_Dir "Release"
  31. # PROP BASE Intermediate_Dir "Release"
  32. # PROP BASE Target_Dir ""
  33. # PROP Use_MFC 2
  34. # PROP Use_Debug_Libraries 0
  35. # PROP Output_Dir "Release"
  36. # PROP Intermediate_Dir "Release"
  37. # PROP Target_Dir ""
  38. # ADD BASE CPP /nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_AFXDLL" /Yu"stdafx.h" /FD /c
  39. # ADD CPP /nologo /MD /W3 /GX /O2 /I "EncrypDecrypt" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Yu"stdafx.h" /FD /c
  40. # ADD BASE RSC /l 0x409 /d "NDEBUG" /d "_AFXDLL"
  41. # ADD RSC /l 0x409 /d "NDEBUG" /d "_AFXDLL"
  42. BSC32=bscmake.exe
  43. # ADD BASE BSC32 /nologo
  44. # ADD BSC32 /nologo
  45. LIB32=link.exe -lib
  46. # ADD BASE LIB32 /nologo
  47. # ADD LIB32 /nologo
  48. # Begin Special Build Tool
  49. OutDir=.\Release
  50. SOURCE="$(InputPath)"
  51. PostBuild_Cmds=copy $(OutDir)\*.lib ..\
  52. # End Special Build Tool
  53. !ELSEIF "$(CFG)" == "EncryptDecrypt - Win32 Debug"
  54. # PROP BASE Use_MFC 2
  55. # PROP BASE Use_Debug_Libraries 1
  56. # PROP BASE Output_Dir "Debug"
  57. # PROP BASE Intermediate_Dir "Debug"
  58. # PROP BASE Target_Dir ""
  59. # PROP Use_MFC 2
  60. # PROP Use_Debug_Libraries 1
  61. # PROP Output_Dir "Debug"
  62. # PROP Intermediate_Dir "Debug"
  63. # PROP Target_Dir ""
  64. # ADD BASE CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /Yu"stdafx.h" /FD /GZ /c
  65. # ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Yu"stdafx.h" /FD /GZ /c
  66. # ADD BASE RSC /l 0x409 /d "_DEBUG" /d "_AFXDLL"
  67. # ADD RSC /l 0x409 /d "_DEBUG" /d "_AFXDLL"
  68. BSC32=bscmake.exe
  69. # ADD BASE BSC32 /nologo
  70. # ADD BSC32 /nologo
  71. LIB32=link.exe -lib
  72. # ADD BASE LIB32 /nologo
  73. # ADD LIB32 /nologo /out:"Debug\EncryptDecryptD.lib"
  74. # Begin Special Build Tool
  75. OutDir=.\Debug
  76. SOURCE="$(InputPath)"
  77. PostBuild_Cmds=copy $(OutDir)\*.lib ..\
  78. # End Special Build Tool
  79. !ENDIF
  80. # Begin Target
  81. # Name "EncryptDecrypt - Win32 Release"
  82. # Name "EncryptDecrypt - Win32 Debug"
  83. # Begin Group "Source Files"
  84. # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
  85. # Begin Source File
  86. SOURCE=.\Encryption.cpp
  87. # End Source File
  88. # Begin Source File
  89. SOURCE=.\MemUtil.cpp
  90. # End Source File
  91. # Begin Source File
  92. SOURCE=.\NewRandom.cpp
  93. # End Source File
  94. # Begin Source File
  95. SOURCE=.\rijndael.cpp
  96. # End Source File
  97. # Begin Source File
  98. SOURCE=.\sha2.cpp
  99. # End Source File
  100. # Begin Source File
  101. SOURCE=.\StdAfx.cpp
  102. # ADD CPP /Yc"stdafx.h"
  103. # End Source File
  104. # End Group
  105. # Begin Group "Header Files"
  106. # PROP Default_Filter "h;hpp;hxx;hm;inl"
  107. # Begin Source File
  108. SOURCE=.\Encryption.h
  109. # End Source File
  110. # Begin Source File
  111. SOURCE=.\IEncryption.h
  112. # End Source File
  113. # Begin Source File
  114. SOURCE=.\MemUtil.h
  115. # End Source File
  116. # Begin Source File
  117. SOURCE=.\NewRandom.h
  118. # End Source File
  119. # Begin Source File
  120. SOURCE=.\rijndael.h
  121. # End Source File
  122. # Begin Source File
  123. SOURCE=.\sha2.h
  124. # End Source File
  125. # Begin Source File
  126. SOURCE=.\StdAfx.h
  127. # End Source File
  128. # End Group
  129. # Begin Source File
  130. SOURCE=.\Readme.txt
  131. # End Source File
  132. # End Target
  133. # End Project