Commit c7edf91b by 李定达

1.修改为dll

parent 1dc7b824
No preview for this file type
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
</PropertyGroup> </PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType> <ConfigurationType>DynamicLibrary</ConfigurationType>
<UseDebugLibraries>true</UseDebugLibraries> <UseDebugLibraries>true</UseDebugLibraries>
<CharacterSet>MultiByte</CharacterSet> <CharacterSet>MultiByte</CharacterSet>
<UseOfMfc>false</UseOfMfc> <UseOfMfc>false</UseOfMfc>
......
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
int _reqType = -1; int _reqType = -1;
#define FM_TEST //#define FM_TEST
//#define FM_TESTS //#define FM_TESTS
#include "testdataprocess.h" #include "testdataprocess.h"
...@@ -1253,7 +1253,7 @@ int main() ...@@ -1253,7 +1253,7 @@ int main()
//Test_RSASign(); //Test_RSASign();
//Test_RSAVerify(); //Test_RSAVerify();
//Test_GetPEMKey(); //Test_GetPEMKey();
//Test_3DES(); //Test_3DES();
//Test_LOG(); //Test_LOG();
//Test_GetJsonKey(); //Test_GetJsonKey();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment