1. Error
value 'MTd_StaticDebug' doesn't match value 'MDd_DynamicDebug' in MyTestApp.obj
That means your project wants to use static lib as dynamic lib.
2. Solve
project properties ->
C/C++ ->
Code Generation ->
Runtime Library : choose Multi-threaded Debug DLL (for Debug) and Multi-threaded DLL (for Release).