Updating win32 c++ template to copy *.pak files to ProjectDir instead of SolutionDir
* When a project is arranged in a single folder, SolutionDir works just fine
* However, when a project is created using the visual studio 2010 default of using a nested directory, the *.pak files end up in the wrong spot
* Using ProjectDir should let the *.pak files copy to the right spot in both scenarios