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

index 2c6906b..05685ce 100644 (file)
@@ -135,8 +135,6 @@ if(WIN32)
                            "${${configuration}}")
         endif()
     endforeach()
-
-    file(COPY cube.vcxproj.user DESTINATION ${CMAKE_BINARY_DIR}/cube)
 endif()
 
 add_custom_command(COMMENT "Compiling cube vertex shader"
diff --git a/cube/cube.vcxproj.user b/cube/cube.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>