summaryrefslogtreecommitdiffhomepage
path: root/projects/VS2017
diff options
context:
space:
mode:
authorRay <[email protected]>2021-05-12 19:51:39 +0200
committerRay <[email protected]>2021-05-12 19:51:39 +0200
commitfff06d24da52c82f0f792088d97e7b0589eaeba2 (patch)
treed58f1e61e72fe1cdad4e60e6db6c3997106ddc46 /projects/VS2017
parent6c56fe267058d20ebc680a6b1b88daea11520d27 (diff)
parentdbe1c9c6e6d7eaa2b54ee8564ccc12fe47323ee7 (diff)
downloadraylib-fff06d24da52c82f0f792088d97e7b0589eaeba2.tar.gz
raylib-fff06d24da52c82f0f792088d97e7b0589eaeba2.zip
Merge branch 'master' of https://github.com/raysan5/raylib
Diffstat (limited to 'projects/VS2017')
-rw-r--r--projects/VS2017/raylib/raylib.vcxproj4
1 files changed, 0 insertions, 4 deletions
diff --git a/projects/VS2017/raylib/raylib.vcxproj b/projects/VS2017/raylib/raylib.vcxproj
index 756c400d..11ecb404 100644
--- a/projects/VS2017/raylib/raylib.vcxproj
+++ b/projects/VS2017/raylib/raylib.vcxproj
@@ -69,28 +69,24 @@
<ConfigurationType>StaticLibrary</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
<PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset>
- <WholeProgramOptimization>true</WholeProgramOptimization>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
<ConfigurationType>StaticLibrary</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
<PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset>
- <WholeProgramOptimization>true</WholeProgramOptimization>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release.DLL|Win32'" Label="Configuration">
<ConfigurationType>DynamicLibrary</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
<PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset>
- <WholeProgramOptimization>true</WholeProgramOptimization>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release.DLL|x64'" Label="Configuration">
<ConfigurationType>DynamicLibrary</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
<PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset>
- <WholeProgramOptimization>true</WholeProgramOptimization>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />