diff options
Diffstat (limited to 'StormLib_vs17_test.vcxproj')
-rw-r--r-- | StormLib_vs17_test.vcxproj | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/StormLib_vs17_test.vcxproj b/StormLib_vs17_test.vcxproj index d592d5b..8bba34f 100644 --- a/StormLib_vs17_test.vcxproj +++ b/StormLib_vs17_test.vcxproj @@ -435,7 +435,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> |