diff options
Diffstat (limited to 'StormLib_dll.vcxproj')
-rw-r--r-- | StormLib_dll.vcxproj | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/StormLib_dll.vcxproj b/StormLib_dll.vcxproj index c0f9b7b..8f3eb4a 100644 --- a/StormLib_dll.vcxproj +++ b/StormLib_dll.vcxproj @@ -260,6 +260,12 @@ <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Level4</WarningLevel> <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Level4</WarningLevel> </ClCompile> + <ClCompile Include="src\SFileGetFileInfo.cpp"> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Level4</WarningLevel> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Level4</WarningLevel> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Level4</WarningLevel> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Level4</WarningLevel> + </ClCompile> <ClCompile Include="src\SFileListFile.cpp"> <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Level4</WarningLevel> <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Level4</WarningLevel> |