From 0854a0f3a0aa9d5c51b8d46686ce02723f14a666 Mon Sep 17 00:00:00 2001 From: Jordan Halase Date: Sun, 27 Oct 2019 23:08:04 -0500 Subject: First Commit --- vkpugltest.vcxproj | 136 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 136 insertions(+) create mode 100644 vkpugltest.vcxproj (limited to 'vkpugltest.vcxproj') diff --git a/vkpugltest.vcxproj b/vkpugltest.vcxproj new file mode 100644 index 0000000..cee3a0b --- /dev/null +++ b/vkpugltest.vcxproj @@ -0,0 +1,136 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 16.0 + {D40E96A6-A1AF-4C08-BC54-BA73A37B04C8} + vkpugltest + 10.0 + + + + Application + true + v142 + MultiByte + + + Application + false + v142 + true + MultiByte + + + Application + true + v142 + MultiByte + + + Application + false + v142 + true + MultiByte + + + + + + + + + + + + + + + + + + + + + C:\VulkanSDK\1.1.121.2\Include;$(IncludePath) + $(LibraryPath) + + + + Level3 + Disabled + true + true + + + Console + + + + + Level3 + Disabled + true + true + + + Console + C:\VulkanSDK\1.1.121.2\Lib;%(AdditionalLibraryDirectories) + vulkan-1.lib;%(AdditionalDependencies) + + + + + Level3 + MaxSpeed + true + true + true + true + + + Console + true + true + + + + + Level3 + MaxSpeed + true + true + true + true + + + Console + true + true + + + + + + + + + \ No newline at end of file -- cgit v1.2.1