Skip to content

Commit

Permalink
project: Set minimum required windows version.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sibras committed Feb 11, 2017
1 parent 3a062eb commit cf6fd9f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions SMP/libzlib.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -359,6 +359,7 @@ del /f /q $(OutDir)\licenses\zlib.txt
<ModuleDefinitionFile>..\contrib\vstudio\vc11\zlibvc.def</ModuleDefinitionFile>
<LargeAddressAware>true</LargeAddressAware>
<GenerateDebugInformation>true</GenerateDebugInformation>
<MinimumRequiredVersion>5.1</MinimumRequiredVersion>
</Link>
<MASM>
<UseSafeExceptionHandlers>true</UseSafeExceptionHandlers>
Expand Down Expand Up @@ -416,6 +417,7 @@ del /f /q $(OutDir)\licenses\zlib.txt
<ImportLibrary>$(OutDir)\lib\x64\$(TargetName).lib</ImportLibrary>
<ModuleDefinitionFile>..\contrib\vstudio\vc11\zlibvc.def</ModuleDefinitionFile>
<GenerateDebugInformation>true</GenerateDebugInformation>
<MinimumRequiredVersion>6.0</MinimumRequiredVersion>
</Link>
<MASM>
<UseSafeExceptionHandlers>true</UseSafeExceptionHandlers>
Expand Down Expand Up @@ -768,6 +770,7 @@ del /f /q $(OutDir)\licenses\zlib.txt
<ModuleDefinitionFile>..\contrib\vstudio\vc11\zlibvc.def</ModuleDefinitionFile>
<LargeAddressAware>true</LargeAddressAware>
<GenerateDebugInformation>true</GenerateDebugInformation>
<MinimumRequiredVersion>5.1</MinimumRequiredVersion>
</Link>
<MASM>
<UseSafeExceptionHandlers>true</UseSafeExceptionHandlers>
Expand Down Expand Up @@ -837,6 +840,7 @@ del /f /q $(OutDir)\licenses\zlib.txt
<ImportLibrary>$(OutDir)\lib\x64\$(TargetName).lib</ImportLibrary>
<ModuleDefinitionFile>..\contrib\vstudio\vc11\zlibvc.def</ModuleDefinitionFile>
<GenerateDebugInformation>true</GenerateDebugInformation>
<MinimumRequiredVersion>6.0</MinimumRequiredVersion>
</Link>
<MASM>
<UseSafeExceptionHandlers>true</UseSafeExceptionHandlers>
Expand Down

0 comments on commit cf6fd9f

Please sign in to comment.