From 0c89b3ccba7c9b7332ab67ae1936aff51ca62367 Mon Sep 17 00:00:00 2001 From: NingSun Date: Thu, 8 Feb 2018 08:34:03 -0800 Subject: Initial sshsm project structure Issue-ID: AAF-94 Change-Id: I5e82fff418e7567b161acf9b98013a9b85ffc5b4 Signed-off-by: NingSun --- SoftHSMv2/win32/p11test/p11test.vcxproj.in | 159 +++++++++++++++++++++++++++++ 1 file changed, 159 insertions(+) create mode 100644 SoftHSMv2/win32/p11test/p11test.vcxproj.in (limited to 'SoftHSMv2/win32/p11test/p11test.vcxproj.in') diff --git a/SoftHSMv2/win32/p11test/p11test.vcxproj.in b/SoftHSMv2/win32/p11test/p11test.vcxproj.in new file mode 100644 index 0000000..c8a493c --- /dev/null +++ b/SoftHSMv2/win32/p11test/p11test.vcxproj.in @@ -0,0 +1,159 @@ + + + + + Debug + @PLATFORM@ + + + Release + @PLATFORM@ + + + + {7C5EE7FC-B5FC-47BF-8164-A452FE689472} + Win32Proj + p11test + + + + Application + true + Unicode + @PLATFORMTOOLSET@ + + + Application + false + true + Unicode + @PLATFORMTOOLSET@ + + + + + + + + + + + + + true + + + false + + + + + + Level3 + Disabled + _CRT_SECURE_NO_WARNINGS;WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + ..;..\..\src\lib;..\..\src\lib\test;..\..\src\lib\pkcs11;..\..\src\lib\common;..\..\src\lib\crypto;..\..\src\lib\object_store;..\..\src\lib\data_mgr;..\..\src\lib\session_mgr;..\..\src\lib\slot_mgr;..\..\src\lib\handle_mgr;..\..\src\lib\win32;@CUINCPATH@;@INCLUDEPATH@;%(AdditionalIncludeDirectories) + @RUNTIMELIBRARY@ + + + Console + true + ..\@PLATFORMDIR@$(Configuration);@CULIBPATH@;@DEBUGLIBPATH@;%(AdditionalLibraryDirectories) + convarch.lib;cppunitd.lib;@LIBNAME@;@EXTRALIBS@%(AdditionalDependencies) + + + +copy ..\..\src\lib\test\softhsm2.conf.win32 "$(TargetDir)\softhsm2.conf" +copy ..\..\src\lib\test\softhsm2-alt.conf.win32 "$(TargetDir)\softhsm2-alt.conf" +mkdir "$(TargetDir)\tokens" 2> nul +copy ..\..\src\lib\test\tokens\dummy.in "$(TargetDir)\tokens\dummy" + + Copying dummy test files to Debug folder + + + + + Level3 + + + MaxSpeed + true + true + _CRT_SECURE_NO_WARNINGS;WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + ..;..\..\src\lib;..\..\src\lib\test;..\..\src\lib\pkcs11;..\..\src\lib\common;..\..\src\lib\crypto;..\..\src\lib\object_store;..\..\src\lib\data_mgr;..\..\src\lib\session_mgr;..\..\src\lib\slot_mgr;..\..\src\lib\handle_mgr;..\..\src\lib\win32;@CUINCPATH@;@INCLUDEPATH@;%(AdditionalIncludeDirectories) + @RUNTIMELIBRARY@ + + + Console + true + true + true + ..\@PLATFORMDIR@$(Configuration);@CULIBPATH@;@LIBPATH@;%(AdditionalLibraryDirectories) + convarch.lib;cppunit.lib;@LIBNAME@;@EXTRALIBS@%(AdditionalDependencies) + + + +copy ..\..\src\lib\test\softhsm2.conf.win32 "$(TargetDir)\softhsm2.conf" +copy ..\..\src\lib\test\softhsm2-alt.conf.win32 "$(TargetDir)\softhsm2-alt.conf" +mkdir "$(TargetDir)\tokens" 2> nul +copy ..\..\src\lib\test\tokens\dummy.in "$(TargetDir)\tokens\dummy" + + Copying dummy test files to Release folder + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit 1.2.3-korg