diff options
author | Ladislav Zezula <zezula@volny.cz> | 2024-11-02 09:18:37 +0100 |
---|---|---|
committer | Ladislav Zezula <zezula@volny.cz> | 2024-11-02 09:18:37 +0100 |
commit | 2ec11ad1fd50098a789a9b477bb9c4240f569e7e (patch) | |
tree | 27cf630257df50b4af8950af1391ae18bebc7066 /StormLib_vs08_dll.vcproj | |
parent | cc17c9bc5a6d5a85487beef60eab36e1c1513e00 (diff) |
Added functions for conversions between MPQ file name <-> Safe file name
Diffstat (limited to 'StormLib_vs08_dll.vcproj')
-rw-r--r-- | StormLib_vs08_dll.vcproj | 84 |
1 files changed, 84 insertions, 0 deletions
diff --git a/StormLib_vs08_dll.vcproj b/StormLib_vs08_dll.vcproj index 66f0705..b51db31 100644 --- a/StormLib_vs08_dll.vcproj +++ b/StormLib_vs08_dll.vcproj @@ -1680,6 +1680,90 @@ /> </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> + <FileConfiguration + Name="DebugAD|Win32" + > + <Tool + Name="VCCLCompilerTool" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="DebugAD|x64" + > + <Tool + Name="VCCLCompilerTool" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="ReleaseAD|Win32" + > + <Tool + Name="VCCLCompilerTool" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="ReleaseAD|x64" + > + <Tool + Name="VCCLCompilerTool" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="ReleaseAS|Win32" + > + <Tool + Name="VCCLCompilerTool" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="ReleaseAS|x64" + > + <Tool + Name="VCCLCompilerTool" + WarningLevel="4" + /> + </FileConfiguration> + </File> <Filter Name="adpcm" > |