From 679a26a1958de05dc8b47ecb9fa8e9c00566b06d Mon Sep 17 00:00:00 2001 From: Jeffery Myers Date: Tue, 1 Dec 2020 22:35:48 -0800 Subject: Two small quality of life changes to projects. (#1448) 1) use the latest windows SDK not a specific one. 2) use the project dir as the root for the include dir for raylib, to help if the project is ever included in some other solution. --- projects/VS2017/examples/core_basic_window_cpp.vcxproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'projects/VS2017/examples/core_basic_window_cpp.vcxproj') diff --git a/projects/VS2017/examples/core_basic_window_cpp.vcxproj b/projects/VS2017/examples/core_basic_window_cpp.vcxproj index 72263b6f..4ceb171a 100644 --- a/projects/VS2017/examples/core_basic_window_cpp.vcxproj +++ b/projects/VS2017/examples/core_basic_window_cpp.vcxproj @@ -38,7 +38,7 @@ {B655E850-3322-42F7-941D-6AC18FD66CA1} Win32Proj raylib_example_cpp - 10.0.17763.0 + 10.0 core_basic_window_cpp -- cgit v1.2.3