Index: VulkanReference.vcxproj
===================================================================
--- VulkanReference.vcxproj	(revision 203ab1bb4bc5c4f4c34de07f7cb1d8ce9d17c3c4)
+++ VulkanReference.vcxproj	(revision 7f60b28d36ec26221af91af3a69b8a68d7b9b7c1)
@@ -71,4 +71,8 @@
   <PropertyGroup Label="UserMacros" />
   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
+    <IncludePath>include;$(IncludePath)</IncludePath>
+    <LibraryPath>lib;$(LibraryPath)</LibraryPath>
+  </PropertyGroup>
+  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
     <IncludePath>include;$(IncludePath)</IncludePath>
     <LibraryPath>lib;$(LibraryPath)</LibraryPath>
