vulkaninfo: Do not set VK_LAYER_PATH in VS
authorPetr Kraus <petr_kraus@email.cz>
Tue, 28 Apr 2020 17:32:14 +0000 (19:32 +0200)
committerjeremyk-lunarg <jeremyk@lunarg.com>
Fri, 1 May 2020 19:43:16 +0000 (13:43 -0600)
vulkaninfo/CMakeLists.txt
vulkaninfo/vulkaninfo.vcxproj.user [deleted file]

index 15100a0..ac3070c 100644 (file)
@@ -121,8 +121,6 @@ if(WIN32)
                            "${${configuration}}")
         endif()
     endforeach()
-
-    file(COPY vulkaninfo.vcxproj.user DESTINATION ${CMAKE_BINARY_DIR}/vulkaninfo)
 elseif(APPLE)
     add_definitions(-DVK_USE_PLATFORM_MACOS_MVK -DVK_USE_PLATFORM_METAL_EXT)
 endif()
diff --git a/vulkaninfo/vulkaninfo.vcxproj.user b/vulkaninfo/vulkaninfo.vcxproj.user
deleted file mode 100755 (executable)
index 591cdd9..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
-    <LocalDebuggerEnvironment>VK_LAYER_PATH=..\layers\Debug</LocalDebuggerEnvironment>
-    <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
-  </PropertyGroup>
-  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
-    <LocalDebuggerEnvironment>VK_LAYER_PATH=..\layers\Release</LocalDebuggerEnvironment>
-    <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
-  </PropertyGroup>
-</Project>