diff options
author | Ladislav Zezula <zezula@volny.cz> | 2024-11-02 09:21:36 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-02 09:21:36 +0100 |
commit | d0554312c6dd41008391fd907514b547ca02257d (patch) | |
tree | 27cf630257df50b4af8950af1391ae18bebc7066 /StormLib_vs08_test.vcproj | |
parent | cc17c9bc5a6d5a85487beef60eab36e1c1513e00 (diff) | |
parent | 2ec11ad1fd50098a789a9b477bb9c4240f569e7e (diff) |
Merge pull request #366 from ladislav-zezula/LZ_FileNameSafe
StormLib version 9.30
Diffstat (limited to 'StormLib_vs08_test.vcproj')
-rw-r--r-- | StormLib_vs08_test.vcproj | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/StormLib_vs08_test.vcproj b/StormLib_vs08_test.vcproj index d3506ea..48f2dbd 100644 --- a/StormLib_vs08_test.vcproj +++ b/StormLib_vs08_test.vcproj @@ -1039,6 +1039,42 @@ </FileConfiguration> </File> <File + RelativePath=".\src\SMemUtf8.cpp" + > + <FileConfiguration + Name="Debug|Win32" + > + <Tool + Name="VCCLCompilerTool" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="Debug|x64" + > + <Tool + Name="VCCLCompilerTool" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="Release|Win32" + > + <Tool + Name="VCCLCompilerTool" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="Release|x64" + > + <Tool + Name="VCCLCompilerTool" + WarningLevel="4" + /> + </FileConfiguration> + </File> + <File RelativePath=".\test\StormTest.cpp" > <FileConfiguration |