Index: VulkanReference.vcxproj
===================================================================
--- VulkanReference.vcxproj	(revision 203ab1bb4bc5c4f4c34de07f7cb1d8ce9d17c3c4)
+++ VulkanReference.vcxproj	(revision 95c657f717b25768a0b6b0ccc36f693ab028b5c4)
@@ -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>
