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.vcxproj | 2 +- projects/VS2017/examples/core_basic_window_cpp.vcxproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'projects/VS2017/examples') diff --git a/projects/VS2017/examples/core_basic_window.vcxproj b/projects/VS2017/examples/core_basic_window.vcxproj index 81ceadc8..19de27ab 100644 --- a/projects/VS2017/examples/core_basic_window.vcxproj +++ b/projects/VS2017/examples/core_basic_window.vcxproj @@ -38,7 +38,7 @@ {0981CA98-E4A5-4DF1-987F-A41D09131EFC} Win32Proj core_basic_window - 10.0.17763.0 + 10.0 core_basic_window 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