demos: Change MSVC proj files to remove PATH and add VK_LAYER_PATH
authorJon Ashburn <jon@lunarg.com>
Mon, 28 Mar 2016 14:44:46 +0000 (08:44 -0600)
committerJon Ashburn <jon@lunarg.com>
Mon, 28 Mar 2016 14:44:46 +0000 (08:44 -0600)
commited8b4e5b881574e68df2d1f8a547c01e283520b0
tree578026854ac01857f84b93f02e81fa3aa7f70834
parent990614d7f62b09807eb8d7ec727e5f16acdcf99d
demos: Change MSVC proj files to remove PATH  and add VK_LAYER_PATH

The PATH is lower in search order so ICD that install loader in System32
which is now happening no longer find the local built vulkan-1.dll via the
PATH setting. Add the VK_LAYER_PATH  so the local built layers get found.

Change-Id: I56097199a108e30fdf4787e09e62c8ca1544de91
demos/cube.vcxproj.user
demos/tri.vcxproj.user
demos/vulkaninfo.vcxproj.user