views:

109

answers:

1

I have a visual studio solution that contains a project that builds a joystick handling library. Unfortunately, the output .lib file is placed in an unrelated folder on the drive. It is placed in another project. I noticed that $(TargetDir) is expanding to the unrelated project's path and not the current solutions path. How do I change this? I searched the visual studio project files for any matching path text and nothing turns up so I can't see how it is pointing to the wrong directory.

A: 

Ok, I screwed up. The project was pointing to the wrong directory (obviously) :-)

max
can you mark this as the accepted answer?
Preet Sangha