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