summaryrefslogtreecommitdiffhomepage
path: root/projects/VS2017/examples/core_basic_window_cpp.vcxproj
diff options
context:
space:
mode:
authorJeffery Myers <[email protected]>2020-12-01 22:35:48 -0800
committerGitHub <[email protected]>2020-12-02 07:35:48 +0100
commit679a26a1958de05dc8b47ecb9fa8e9c00566b06d (patch)
treef03400c49bbca24accb7fff7a8ea44c5703b0f38 /projects/VS2017/examples/core_basic_window_cpp.vcxproj
parent60928ec82c28fae8ea98f5f29e260b24717123ff (diff)
downloadraylib-679a26a1958de05dc8b47ecb9fa8e9c00566b06d.tar.gz
raylib-679a26a1958de05dc8b47ecb9fa8e9c00566b06d.zip
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.
Diffstat (limited to 'projects/VS2017/examples/core_basic_window_cpp.vcxproj')
-rw-r--r--projects/VS2017/examples/core_basic_window_cpp.vcxproj2
1 files changed, 1 insertions, 1 deletions
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 @@
<ProjectGuid>{B655E850-3322-42F7-941D-6AC18FD66CA1}</ProjectGuid>
<Keyword>Win32Proj</Keyword>
<RootNamespace>raylib_example_cpp</RootNamespace>
- <WindowsTargetPlatformVersion>10.0.17763.0</WindowsTargetPlatformVersion>
+ <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
<ProjectName>core_basic_window_cpp</ProjectName>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />