diff options
author | Ladislav Zezula <ladislav.zezula@avg.com> | 2013-12-05 15:59:00 +0100 |
---|---|---|
committer | Ladislav Zezula <ladislav.zezula@avg.com> | 2013-12-05 15:59:00 +0100 |
commit | c34c37b3418f1e5ab3678ce65d46f81803dec91d (patch) | |
tree | 4a9cf4c61634691981f9dc367b53dac4070f8d0d /StormLib_dll.vcproj | |
parent | ff0c25952a28a927c48738ab5207b9bda69e588a (diff) |
+ StormLib 9.0 BETA
Diffstat (limited to 'StormLib_dll.vcproj')
-rw-r--r-- | StormLib_dll.vcproj | 84 |
1 files changed, 84 insertions, 0 deletions
diff --git a/StormLib_dll.vcproj b/StormLib_dll.vcproj index 4991465..ee12d66 100644 --- a/StormLib_dll.vcproj +++ b/StormLib_dll.vcproj @@ -1145,6 +1145,90 @@ </FileConfiguration> </File> <File + RelativePath=".\src\SFileGetFileInfo.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> + <File RelativePath=".\src\SFileListFile.cpp" > <FileConfiguration |