aboutsummaryrefslogtreecommitdiff
path: root/StormLib_vs17_dll.vcxproj
diff options
context:
space:
mode:
authorLadislav Zezula <zezula@volny.cz>2020-05-10 06:43:37 +0200
committerLadislav Zezula <zezula@volny.cz>2020-05-10 06:43:37 +0200
commit6065d16ba99f40011c494a31a8f65b7edd15025e (patch)
tree4fdfc84ff5c9882d775b1e3da2ce70020ab5a39c /StormLib_vs17_dll.vcxproj
parent147b4aa7e5278287e235cad1849e0d9dd0d5a0f0 (diff)
* ZLIB updated
* Minor fixes
Diffstat (limited to 'StormLib_vs17_dll.vcxproj')
-rw-r--r--StormLib_vs17_dll.vcxproj7
1 files changed, 6 insertions, 1 deletions
diff --git a/StormLib_vs17_dll.vcxproj b/StormLib_vs17_dll.vcxproj
index 33dfe4a..b1823d2 100644
--- a/StormLib_vs17_dll.vcxproj
+++ b/StormLib_vs17_dll.vcxproj
@@ -420,7 +420,12 @@
<WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Level4</WarningLevel>
<WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Level4</WarningLevel>
</ClCompile>
- <ClCompile Include="src\SBaseSubTypes.cpp" />
+ <ClCompile Include="src\SBaseSubTypes.cpp">
+ <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Level4</WarningLevel>
+ <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Level4</WarningLevel>
+ <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Level4</WarningLevel>
+ <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Level4</WarningLevel>
+ </ClCompile>
<ClCompile Include="src\SCompression.cpp">
<WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Level4</WarningLevel>
<WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Level4</WarningLevel>