The file ShakeGestures -.dll is missing

When I download the ShakeGesturelibrary from MSDN , they tell me to link the .DLL file. But when I unzip the folder, all I get is the source code and a long document on how everything works. Now where can I get this .dll file? If someone can connect him with me, we will be very grateful!

+3
source share
1 answer

Open the project in VS, either rebuild or run the application. Then it will make a dll in projectpath \ obj \ Debug

+1
source

All Articles