summaryrefslogtreecommitdiffhomepage
path: root/projects/VS2017/examples/core_basic_window_cpp.vcxproj
diff options
context:
space:
mode:
authorRay <[email protected]>2019-06-06 12:19:39 +0200
committerRay <[email protected]>2019-06-06 12:19:39 +0200
commitaf38e18389edbe5f36e00933429bf65af9936ea9 (patch)
tree05544d02958fb78a80800d51f225a9cd10014535 /projects/VS2017/examples/core_basic_window_cpp.vcxproj
parent37ce51b2749631a6d1fe64bec8c05936dce973b4 (diff)
downloadraylib-af38e18389edbe5f36e00933429bf65af9936ea9.tar.gz
raylib-af38e18389edbe5f36e00933429bf65af9936ea9.zip
Review projects <PlatformToolset> to use default
Diffstat (limited to 'projects/VS2017/examples/core_basic_window_cpp.vcxproj')
-rw-r--r--projects/VS2017/examples/core_basic_window_cpp.vcxproj8
1 files changed, 4 insertions, 4 deletions
diff --git a/projects/VS2017/examples/core_basic_window_cpp.vcxproj b/projects/VS2017/examples/core_basic_window_cpp.vcxproj
index 6ade272d..3e3f790f 100644
--- a/projects/VS2017/examples/core_basic_window_cpp.vcxproj
+++ b/projects/VS2017/examples/core_basic_window_cpp.vcxproj
@@ -29,26 +29,26 @@
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>true</UseDebugLibraries>
- <PlatformToolset>v141</PlatformToolset>
+ <PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug.DLL|Win32'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>true</UseDebugLibraries>
- <PlatformToolset>v141</PlatformToolset>
+ <PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
- <PlatformToolset>v141</PlatformToolset>
+ <PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset>
<WholeProgramOptimization>true</WholeProgramOptimization>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release.DLL|Win32'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
- <PlatformToolset>v141</PlatformToolset>
+ <PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset>
<WholeProgramOptimization>true</WholeProgramOptimization>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>