diff options
author | Ladislav Zezula <E:\Ladik\Mail> | 2015-11-07 23:04:44 +0100 |
---|---|---|
committer | Ladislav Zezula <E:\Ladik\Mail> | 2015-11-07 23:04:44 +0100 |
commit | dae6c5e315445b0c25d6a500deb7e7e625d8df90 (patch) | |
tree | ea2c745ca2633a13fb859277ec73dc690a2565e4 | |
parent | 18dda26660660e7ceaf18524e3d5e3d611df8f20 (diff) |
+ Hashing function no longer replaces slashes for backslashes (storm.dll v 2002 doesn't do that either)
+ Support for names beginning with slashes, like \/\BTNThoriumAmmunition.blp
-rw-r--r-- | StormLib_v08.sln | 278 | ||||
-rw-r--r-- | StormLib_v08.vcproj | 10018 | ||||
-rw-r--r-- | src/SFileCreateArchive.cpp | 2 | ||||
-rw-r--r-- | src/SFileFindFile.cpp | 2 | ||||
-rw-r--r-- | src/SFileOpenArchive.cpp | 2 | ||||
-rw-r--r-- | storm_dll/Storm_dll.sln | 1 | ||||
-rw-r--r-- | storm_dll/storm_test.cpp | 12 | ||||
-rw-r--r-- | test/StormTest.cpp | 10 |
8 files changed, 5166 insertions, 5159 deletions
diff --git a/StormLib_v08.sln b/StormLib_v08.sln index 569009e..71be9d2 100644 --- a/StormLib_v08.sln +++ b/StormLib_v08.sln @@ -1,139 +1,139 @@ -Microsoft Visual Studio Solution File, Format Version 10.00
-# Visual Studio 2008
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "StormLib", "StormLib_v08.vcproj", "{78424708-1F6E-4D4B-920C-FB6D26847055}"
-EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "StormLib_dll", "StormLib_dll.vcproj", "{CB385198-50B1-4CF4-883B-11F042DED6AA}"
-EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "StormLib_test", "StormLib_test.vcproj", "{AA561A7B-26EA-49AF-90E8-C53C1FA2965D}"
-EndProject
-Global
- GlobalSection(SolutionConfigurationPlatforms) = preSolution
- Debug|Win32 = Debug|Win32
- Debug|x64 = Debug|x64
- DebugAD|Win32 = DebugAD|Win32
- DebugAD|x64 = DebugAD|x64
- DebugAS|Win32 = DebugAS|Win32
- DebugAS|x64 = DebugAS|x64
- DebugUD|Win32 = DebugUD|Win32
- DebugUD|x64 = DebugUD|x64
- DebugUS|Win32 = DebugUS|Win32
- DebugUS|x64 = DebugUS|x64
- Release|Win32 = Release|Win32
- Release|x64 = Release|x64
- ReleaseAD|Win32 = ReleaseAD|Win32
- ReleaseAD|x64 = ReleaseAD|x64
- ReleaseAS|Win32 = ReleaseAS|Win32
- ReleaseAS|x64 = ReleaseAS|x64
- ReleaseUD|Win32 = ReleaseUD|Win32
- ReleaseUD|x64 = ReleaseUD|x64
- ReleaseUS|Win32 = ReleaseUS|Win32
- ReleaseUS|x64 = ReleaseUS|x64
- EndGlobalSection
- GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {78424708-1F6E-4D4B-920C-FB6D26847055}.Debug|Win32.ActiveCfg = DebugUS|x64
- {78424708-1F6E-4D4B-920C-FB6D26847055}.Debug|x64.ActiveCfg = DebugUS|x64
- {78424708-1F6E-4D4B-920C-FB6D26847055}.Debug|x64.Build.0 = DebugUS|x64
- {78424708-1F6E-4D4B-920C-FB6D26847055}.DebugAD|Win32.ActiveCfg = DebugAD|Win32
- {78424708-1F6E-4D4B-920C-FB6D26847055}.DebugAD|Win32.Build.0 = DebugAD|Win32
- {78424708-1F6E-4D4B-920C-FB6D26847055}.DebugAD|x64.ActiveCfg = DebugAD|x64
- {78424708-1F6E-4D4B-920C-FB6D26847055}.DebugAD|x64.Build.0 = DebugAD|x64
- {78424708-1F6E-4D4B-920C-FB6D26847055}.DebugAS|Win32.ActiveCfg = DebugAS|Win32
- {78424708-1F6E-4D4B-920C-FB6D26847055}.DebugAS|Win32.Build.0 = DebugAS|Win32
- {78424708-1F6E-4D4B-920C-FB6D26847055}.DebugAS|x64.ActiveCfg = DebugAS|x64
- {78424708-1F6E-4D4B-920C-FB6D26847055}.DebugAS|x64.Build.0 = DebugAS|x64
- {78424708-1F6E-4D4B-920C-FB6D26847055}.DebugUD|Win32.ActiveCfg = DebugUD|Win32
- {78424708-1F6E-4D4B-920C-FB6D26847055}.DebugUD|Win32.Build.0 = DebugUD|Win32
- {78424708-1F6E-4D4B-920C-FB6D26847055}.DebugUD|x64.ActiveCfg = DebugUD|x64
- {78424708-1F6E-4D4B-920C-FB6D26847055}.DebugUD|x64.Build.0 = DebugUD|x64
- {78424708-1F6E-4D4B-920C-FB6D26847055}.DebugUS|Win32.ActiveCfg = DebugUS|Win32
- {78424708-1F6E-4D4B-920C-FB6D26847055}.DebugUS|Win32.Build.0 = DebugUS|Win32
- {78424708-1F6E-4D4B-920C-FB6D26847055}.DebugUS|x64.ActiveCfg = DebugUS|x64
- {78424708-1F6E-4D4B-920C-FB6D26847055}.DebugUS|x64.Build.0 = DebugUS|x64
- {78424708-1F6E-4D4B-920C-FB6D26847055}.Release|Win32.ActiveCfg = ReleaseUS|x64
- {78424708-1F6E-4D4B-920C-FB6D26847055}.Release|x64.ActiveCfg = ReleaseUS|x64
- {78424708-1F6E-4D4B-920C-FB6D26847055}.Release|x64.Build.0 = ReleaseUS|x64
- {78424708-1F6E-4D4B-920C-FB6D26847055}.ReleaseAD|Win32.ActiveCfg = ReleaseAD|Win32
- {78424708-1F6E-4D4B-920C-FB6D26847055}.ReleaseAD|Win32.Build.0 = ReleaseAD|Win32
- {78424708-1F6E-4D4B-920C-FB6D26847055}.ReleaseAD|x64.ActiveCfg = ReleaseAD|x64
- {78424708-1F6E-4D4B-920C-FB6D26847055}.ReleaseAD|x64.Build.0 = ReleaseAD|x64
- {78424708-1F6E-4D4B-920C-FB6D26847055}.ReleaseAS|Win32.ActiveCfg = ReleaseAS|Win32
- {78424708-1F6E-4D4B-920C-FB6D26847055}.ReleaseAS|Win32.Build.0 = ReleaseAS|Win32
- {78424708-1F6E-4D4B-920C-FB6D26847055}.ReleaseAS|x64.ActiveCfg = ReleaseAS|x64
- {78424708-1F6E-4D4B-920C-FB6D26847055}.ReleaseAS|x64.Build.0 = ReleaseAS|x64
- {78424708-1F6E-4D4B-920C-FB6D26847055}.ReleaseUD|Win32.ActiveCfg = ReleaseUD|Win32
- {78424708-1F6E-4D4B-920C-FB6D26847055}.ReleaseUD|Win32.Build.0 = ReleaseUD|Win32
- {78424708-1F6E-4D4B-920C-FB6D26847055}.ReleaseUD|x64.ActiveCfg = ReleaseUD|x64
- {78424708-1F6E-4D4B-920C-FB6D26847055}.ReleaseUD|x64.Build.0 = ReleaseUD|x64
- {78424708-1F6E-4D4B-920C-FB6D26847055}.ReleaseUS|Win32.ActiveCfg = ReleaseUS|Win32
- {78424708-1F6E-4D4B-920C-FB6D26847055}.ReleaseUS|Win32.Build.0 = ReleaseUS|Win32
- {78424708-1F6E-4D4B-920C-FB6D26847055}.ReleaseUS|x64.ActiveCfg = ReleaseUS|x64
- {78424708-1F6E-4D4B-920C-FB6D26847055}.ReleaseUS|x64.Build.0 = ReleaseUS|x64
- {CB385198-50B1-4CF4-883B-11F042DED6AA}.Debug|Win32.ActiveCfg = Debug|Win32
- {CB385198-50B1-4CF4-883B-11F042DED6AA}.Debug|Win32.Build.0 = Debug|Win32
- {CB385198-50B1-4CF4-883B-11F042DED6AA}.Debug|x64.ActiveCfg = Debug|x64
- {CB385198-50B1-4CF4-883B-11F042DED6AA}.Debug|x64.Build.0 = Debug|x64
- {CB385198-50B1-4CF4-883B-11F042DED6AA}.DebugAD|Win32.ActiveCfg = Debug|x64
- {CB385198-50B1-4CF4-883B-11F042DED6AA}.DebugAD|x64.ActiveCfg = Debug|x64
- {CB385198-50B1-4CF4-883B-11F042DED6AA}.DebugAD|x64.Build.0 = Debug|x64
- {CB385198-50B1-4CF4-883B-11F042DED6AA}.DebugAS|Win32.ActiveCfg = Debug|x64
- {CB385198-50B1-4CF4-883B-11F042DED6AA}.DebugAS|x64.ActiveCfg = Debug|x64
- {CB385198-50B1-4CF4-883B-11F042DED6AA}.DebugAS|x64.Build.0 = Debug|x64
- {CB385198-50B1-4CF4-883B-11F042DED6AA}.DebugUD|Win32.ActiveCfg = Debug|x64
- {CB385198-50B1-4CF4-883B-11F042DED6AA}.DebugUD|x64.ActiveCfg = Debug|x64
- {CB385198-50B1-4CF4-883B-11F042DED6AA}.DebugUD|x64.Build.0 = Debug|x64
- {CB385198-50B1-4CF4-883B-11F042DED6AA}.DebugUS|Win32.ActiveCfg = Debug|x64
- {CB385198-50B1-4CF4-883B-11F042DED6AA}.DebugUS|x64.ActiveCfg = Debug|x64
- {CB385198-50B1-4CF4-883B-11F042DED6AA}.DebugUS|x64.Build.0 = Debug|x64
- {CB385198-50B1-4CF4-883B-11F042DED6AA}.Release|Win32.ActiveCfg = Release|Win32
- {CB385198-50B1-4CF4-883B-11F042DED6AA}.Release|Win32.Build.0 = Release|Win32
- {CB385198-50B1-4CF4-883B-11F042DED6AA}.Release|x64.ActiveCfg = Release|x64
- {CB385198-50B1-4CF4-883B-11F042DED6AA}.Release|x64.Build.0 = Release|x64
- {CB385198-50B1-4CF4-883B-11F042DED6AA}.ReleaseAD|Win32.ActiveCfg = Release|x64
- {CB385198-50B1-4CF4-883B-11F042DED6AA}.ReleaseAD|x64.ActiveCfg = Release|x64
- {CB385198-50B1-4CF4-883B-11F042DED6AA}.ReleaseAD|x64.Build.0 = Release|x64
- {CB385198-50B1-4CF4-883B-11F042DED6AA}.ReleaseAS|Win32.ActiveCfg = Release|x64
- {CB385198-50B1-4CF4-883B-11F042DED6AA}.ReleaseAS|x64.ActiveCfg = Release|x64
- {CB385198-50B1-4CF4-883B-11F042DED6AA}.ReleaseAS|x64.Build.0 = Release|x64
- {CB385198-50B1-4CF4-883B-11F042DED6AA}.ReleaseUD|Win32.ActiveCfg = Release|x64
- {CB385198-50B1-4CF4-883B-11F042DED6AA}.ReleaseUD|x64.ActiveCfg = Release|x64
- {CB385198-50B1-4CF4-883B-11F042DED6AA}.ReleaseUD|x64.Build.0 = Release|x64
- {CB385198-50B1-4CF4-883B-11F042DED6AA}.ReleaseUS|Win32.ActiveCfg = Release|x64
- {CB385198-50B1-4CF4-883B-11F042DED6AA}.ReleaseUS|x64.ActiveCfg = Release|x64
- {CB385198-50B1-4CF4-883B-11F042DED6AA}.ReleaseUS|x64.Build.0 = Release|x64
- {AA561A7B-26EA-49AF-90E8-C53C1FA2965D}.Debug|Win32.ActiveCfg = Debug|Win32
- {AA561A7B-26EA-49AF-90E8-C53C1FA2965D}.Debug|Win32.Build.0 = Debug|Win32
- {AA561A7B-26EA-49AF-90E8-C53C1FA2965D}.Debug|x64.ActiveCfg = Debug|x64
- {AA561A7B-26EA-49AF-90E8-C53C1FA2965D}.Debug|x64.Build.0 = Debug|x64
- {AA561A7B-26EA-49AF-90E8-C53C1FA2965D}.DebugAD|Win32.ActiveCfg = Debug|x64
- {AA561A7B-26EA-49AF-90E8-C53C1FA2965D}.DebugAD|x64.ActiveCfg = Debug|x64
- {AA561A7B-26EA-49AF-90E8-C53C1FA2965D}.DebugAD|x64.Build.0 = Debug|x64
- {AA561A7B-26EA-49AF-90E8-C53C1FA2965D}.DebugAS|Win32.ActiveCfg = Debug|x64
- {AA561A7B-26EA-49AF-90E8-C53C1FA2965D}.DebugAS|x64.ActiveCfg = Debug|x64
- {AA561A7B-26EA-49AF-90E8-C53C1FA2965D}.DebugAS|x64.Build.0 = Debug|x64
- {AA561A7B-26EA-49AF-90E8-C53C1FA2965D}.DebugUD|Win32.ActiveCfg = Debug|x64
- {AA561A7B-26EA-49AF-90E8-C53C1FA2965D}.DebugUD|x64.ActiveCfg = Debug|x64
- {AA561A7B-26EA-49AF-90E8-C53C1FA2965D}.DebugUD|x64.Build.0 = Debug|x64
- {AA561A7B-26EA-49AF-90E8-C53C1FA2965D}.DebugUS|Win32.ActiveCfg = Debug|x64
- {AA561A7B-26EA-49AF-90E8-C53C1FA2965D}.DebugUS|x64.ActiveCfg = Debug|x64
- {AA561A7B-26EA-49AF-90E8-C53C1FA2965D}.DebugUS|x64.Build.0 = Debug|x64
- {AA561A7B-26EA-49AF-90E8-C53C1FA2965D}.Release|Win32.ActiveCfg = Release|Win32
- {AA561A7B-26EA-49AF-90E8-C53C1FA2965D}.Release|Win32.Build.0 = Release|Win32
- {AA561A7B-26EA-49AF-90E8-C53C1FA2965D}.Release|x64.ActiveCfg = Release|x64
- {AA561A7B-26EA-49AF-90E8-C53C1FA2965D}.Release|x64.Build.0 = Release|x64
- {AA561A7B-26EA-49AF-90E8-C53C1FA2965D}.ReleaseAD|Win32.ActiveCfg = Release|x64
- {AA561A7B-26EA-49AF-90E8-C53C1FA2965D}.ReleaseAD|x64.ActiveCfg = Release|x64
- {AA561A7B-26EA-49AF-90E8-C53C1FA2965D}.ReleaseAD|x64.Build.0 = Release|x64
- {AA561A7B-26EA-49AF-90E8-C53C1FA2965D}.ReleaseAS|Win32.ActiveCfg = Release|x64
- {AA561A7B-26EA-49AF-90E8-C53C1FA2965D}.ReleaseAS|x64.ActiveCfg = Release|x64
- {AA561A7B-26EA-49AF-90E8-C53C1FA2965D}.ReleaseAS|x64.Build.0 = Release|x64
- {AA561A7B-26EA-49AF-90E8-C53C1FA2965D}.ReleaseUD|Win32.ActiveCfg = Release|x64
- {AA561A7B-26EA-49AF-90E8-C53C1FA2965D}.ReleaseUD|x64.ActiveCfg = Release|x64
- {AA561A7B-26EA-49AF-90E8-C53C1FA2965D}.ReleaseUD|x64.Build.0 = Release|x64
- {AA561A7B-26EA-49AF-90E8-C53C1FA2965D}.ReleaseUS|Win32.ActiveCfg = Release|x64
- {AA561A7B-26EA-49AF-90E8-C53C1FA2965D}.ReleaseUS|x64.ActiveCfg = Release|x64
- {AA561A7B-26EA-49AF-90E8-C53C1FA2965D}.ReleaseUS|x64.Build.0 = Release|x64
- EndGlobalSection
- GlobalSection(SolutionProperties) = preSolution
- HideSolutionNode = FALSE
- EndGlobalSection
-EndGlobal
+Microsoft Visual Studio Solution File, Format Version 10.00 +# Visual Studio 2008 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "StormLib", "StormLib_v08.vcproj", "{78424708-1F6E-4D4B-920C-FB6D26847055}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "StormLib_dll", "StormLib_dll.vcproj", "{CB385198-50B1-4CF4-883B-11F042DED6AA}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "StormLib_test", "StormLib_test.vcproj", "{AA561A7B-26EA-49AF-90E8-C53C1FA2965D}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Win32 = Debug|Win32 + Debug|x64 = Debug|x64 + DebugAD|Win32 = DebugAD|Win32 + DebugAD|x64 = DebugAD|x64 + DebugAS|Win32 = DebugAS|Win32 + DebugAS|x64 = DebugAS|x64 + DebugUD|Win32 = DebugUD|Win32 + DebugUD|x64 = DebugUD|x64 + DebugUS|Win32 = DebugUS|Win32 + DebugUS|x64 = DebugUS|x64 + Release|Win32 = Release|Win32 + Release|x64 = Release|x64 + ReleaseAD|Win32 = ReleaseAD|Win32 + ReleaseAD|x64 = ReleaseAD|x64 + ReleaseAS|Win32 = ReleaseAS|Win32 + ReleaseAS|x64 = ReleaseAS|x64 + ReleaseUD|Win32 = ReleaseUD|Win32 + ReleaseUD|x64 = ReleaseUD|x64 + ReleaseUS|Win32 = ReleaseUS|Win32 + ReleaseUS|x64 = ReleaseUS|x64 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {78424708-1F6E-4D4B-920C-FB6D26847055}.Debug|Win32.ActiveCfg = DebugUS|x64 + {78424708-1F6E-4D4B-920C-FB6D26847055}.Debug|x64.ActiveCfg = DebugUS|x64 + {78424708-1F6E-4D4B-920C-FB6D26847055}.Debug|x64.Build.0 = DebugUS|x64 + {78424708-1F6E-4D4B-920C-FB6D26847055}.DebugAD|Win32.ActiveCfg = DebugAD|Win32 + {78424708-1F6E-4D4B-920C-FB6D26847055}.DebugAD|Win32.Build.0 = DebugAD|Win32 + {78424708-1F6E-4D4B-920C-FB6D26847055}.DebugAD|x64.ActiveCfg = DebugAD|x64 + {78424708-1F6E-4D4B-920C-FB6D26847055}.DebugAD|x64.Build.0 = DebugAD|x64 + {78424708-1F6E-4D4B-920C-FB6D26847055}.DebugAS|Win32.ActiveCfg = DebugAS|Win32 + {78424708-1F6E-4D4B-920C-FB6D26847055}.DebugAS|Win32.Build.0 = DebugAS|Win32 + {78424708-1F6E-4D4B-920C-FB6D26847055}.DebugAS|x64.ActiveCfg = DebugAS|x64 + {78424708-1F6E-4D4B-920C-FB6D26847055}.DebugAS|x64.Build.0 = DebugAS|x64 + {78424708-1F6E-4D4B-920C-FB6D26847055}.DebugUD|Win32.ActiveCfg = DebugUD|Win32 + {78424708-1F6E-4D4B-920C-FB6D26847055}.DebugUD|Win32.Build.0 = DebugUD|Win32 + {78424708-1F6E-4D4B-920C-FB6D26847055}.DebugUD|x64.ActiveCfg = DebugUD|x64 + {78424708-1F6E-4D4B-920C-FB6D26847055}.DebugUD|x64.Build.0 = DebugUD|x64 + {78424708-1F6E-4D4B-920C-FB6D26847055}.DebugUS|Win32.ActiveCfg = DebugUS|Win32 + {78424708-1F6E-4D4B-920C-FB6D26847055}.DebugUS|Win32.Build.0 = DebugUS|Win32 + {78424708-1F6E-4D4B-920C-FB6D26847055}.DebugUS|x64.ActiveCfg = DebugUS|x64 + {78424708-1F6E-4D4B-920C-FB6D26847055}.DebugUS|x64.Build.0 = DebugUS|x64 + {78424708-1F6E-4D4B-920C-FB6D26847055}.Release|Win32.ActiveCfg = ReleaseUS|x64 + {78424708-1F6E-4D4B-920C-FB6D26847055}.Release|x64.ActiveCfg = ReleaseUS|x64 + {78424708-1F6E-4D4B-920C-FB6D26847055}.Release|x64.Build.0 = ReleaseUS|x64 + {78424708-1F6E-4D4B-920C-FB6D26847055}.ReleaseAD|Win32.ActiveCfg = ReleaseAD|Win32 + {78424708-1F6E-4D4B-920C-FB6D26847055}.ReleaseAD|Win32.Build.0 = ReleaseAD|Win32 + {78424708-1F6E-4D4B-920C-FB6D26847055}.ReleaseAD|x64.ActiveCfg = ReleaseAD|x64 + {78424708-1F6E-4D4B-920C-FB6D26847055}.ReleaseAD|x64.Build.0 = ReleaseAD|x64 + {78424708-1F6E-4D4B-920C-FB6D26847055}.ReleaseAS|Win32.ActiveCfg = ReleaseAS|Win32 + {78424708-1F6E-4D4B-920C-FB6D26847055}.ReleaseAS|Win32.Build.0 = ReleaseAS|Win32 + {78424708-1F6E-4D4B-920C-FB6D26847055}.ReleaseAS|x64.ActiveCfg = ReleaseAS|x64 + {78424708-1F6E-4D4B-920C-FB6D26847055}.ReleaseAS|x64.Build.0 = ReleaseAS|x64 + {78424708-1F6E-4D4B-920C-FB6D26847055}.ReleaseUD|Win32.ActiveCfg = ReleaseUD|Win32 + {78424708-1F6E-4D4B-920C-FB6D26847055}.ReleaseUD|Win32.Build.0 = ReleaseUD|Win32 + {78424708-1F6E-4D4B-920C-FB6D26847055}.ReleaseUD|x64.ActiveCfg = ReleaseUD|x64 + {78424708-1F6E-4D4B-920C-FB6D26847055}.ReleaseUD|x64.Build.0 = ReleaseUD|x64 + {78424708-1F6E-4D4B-920C-FB6D26847055}.ReleaseUS|Win32.ActiveCfg = ReleaseUS|Win32 + {78424708-1F6E-4D4B-920C-FB6D26847055}.ReleaseUS|Win32.Build.0 = ReleaseUS|Win32 + {78424708-1F6E-4D4B-920C-FB6D26847055}.ReleaseUS|x64.ActiveCfg = ReleaseUS|x64 + {78424708-1F6E-4D4B-920C-FB6D26847055}.ReleaseUS|x64.Build.0 = ReleaseUS|x64 + {CB385198-50B1-4CF4-883B-11F042DED6AA}.Debug|Win32.ActiveCfg = Debug|Win32 + {CB385198-50B1-4CF4-883B-11F042DED6AA}.Debug|Win32.Build.0 = Debug|Win32 + {CB385198-50B1-4CF4-883B-11F042DED6AA}.Debug|x64.ActiveCfg = Debug|x64 + {CB385198-50B1-4CF4-883B-11F042DED6AA}.Debug|x64.Build.0 = Debug|x64 + {CB385198-50B1-4CF4-883B-11F042DED6AA}.DebugAD|Win32.ActiveCfg = Debug|x64 + {CB385198-50B1-4CF4-883B-11F042DED6AA}.DebugAD|x64.ActiveCfg = Debug|x64 + {CB385198-50B1-4CF4-883B-11F042DED6AA}.DebugAD|x64.Build.0 = Debug|x64 + {CB385198-50B1-4CF4-883B-11F042DED6AA}.DebugAS|Win32.ActiveCfg = Debug|x64 + {CB385198-50B1-4CF4-883B-11F042DED6AA}.DebugAS|x64.ActiveCfg = Debug|x64 + {CB385198-50B1-4CF4-883B-11F042DED6AA}.DebugAS|x64.Build.0 = Debug|x64 + {CB385198-50B1-4CF4-883B-11F042DED6AA}.DebugUD|Win32.ActiveCfg = Debug|x64 + {CB385198-50B1-4CF4-883B-11F042DED6AA}.DebugUD|x64.ActiveCfg = Debug|x64 + {CB385198-50B1-4CF4-883B-11F042DED6AA}.DebugUD|x64.Build.0 = Debug|x64 + {CB385198-50B1-4CF4-883B-11F042DED6AA}.DebugUS|Win32.ActiveCfg = Debug|x64 + {CB385198-50B1-4CF4-883B-11F042DED6AA}.DebugUS|x64.ActiveCfg = Debug|x64 + {CB385198-50B1-4CF4-883B-11F042DED6AA}.DebugUS|x64.Build.0 = Debug|x64 + {CB385198-50B1-4CF4-883B-11F042DED6AA}.Release|Win32.ActiveCfg = Release|Win32 + {CB385198-50B1-4CF4-883B-11F042DED6AA}.Release|Win32.Build.0 = Release|Win32 + {CB385198-50B1-4CF4-883B-11F042DED6AA}.Release|x64.ActiveCfg = Release|x64 + {CB385198-50B1-4CF4-883B-11F042DED6AA}.Release|x64.Build.0 = Release|x64 + {CB385198-50B1-4CF4-883B-11F042DED6AA}.ReleaseAD|Win32.ActiveCfg = Release|x64 + {CB385198-50B1-4CF4-883B-11F042DED6AA}.ReleaseAD|x64.ActiveCfg = Release|x64 + {CB385198-50B1-4CF4-883B-11F042DED6AA}.ReleaseAD|x64.Build.0 = Release|x64 + {CB385198-50B1-4CF4-883B-11F042DED6AA}.ReleaseAS|Win32.ActiveCfg = Release|x64 + {CB385198-50B1-4CF4-883B-11F042DED6AA}.ReleaseAS|x64.ActiveCfg = Release|x64 + {CB385198-50B1-4CF4-883B-11F042DED6AA}.ReleaseAS|x64.Build.0 = Release|x64 + {CB385198-50B1-4CF4-883B-11F042DED6AA}.ReleaseUD|Win32.ActiveCfg = Release|x64 + {CB385198-50B1-4CF4-883B-11F042DED6AA}.ReleaseUD|x64.ActiveCfg = Release|x64 + {CB385198-50B1-4CF4-883B-11F042DED6AA}.ReleaseUD|x64.Build.0 = Release|x64 + {CB385198-50B1-4CF4-883B-11F042DED6AA}.ReleaseUS|Win32.ActiveCfg = Release|x64 + {CB385198-50B1-4CF4-883B-11F042DED6AA}.ReleaseUS|x64.ActiveCfg = Release|x64 + {CB385198-50B1-4CF4-883B-11F042DED6AA}.ReleaseUS|x64.Build.0 = Release|x64 + {AA561A7B-26EA-49AF-90E8-C53C1FA2965D}.Debug|Win32.ActiveCfg = Debug|Win32 + {AA561A7B-26EA-49AF-90E8-C53C1FA2965D}.Debug|Win32.Build.0 = Debug|Win32 + {AA561A7B-26EA-49AF-90E8-C53C1FA2965D}.Debug|x64.ActiveCfg = Debug|x64 + {AA561A7B-26EA-49AF-90E8-C53C1FA2965D}.Debug|x64.Build.0 = Debug|x64 + {AA561A7B-26EA-49AF-90E8-C53C1FA2965D}.DebugAD|Win32.ActiveCfg = Debug|x64 + {AA561A7B-26EA-49AF-90E8-C53C1FA2965D}.DebugAD|x64.ActiveCfg = Debug|x64 + {AA561A7B-26EA-49AF-90E8-C53C1FA2965D}.DebugAD|x64.Build.0 = Debug|x64 + {AA561A7B-26EA-49AF-90E8-C53C1FA2965D}.DebugAS|Win32.ActiveCfg = Debug|x64 + {AA561A7B-26EA-49AF-90E8-C53C1FA2965D}.DebugAS|x64.ActiveCfg = Debug|x64 + {AA561A7B-26EA-49AF-90E8-C53C1FA2965D}.DebugAS|x64.Build.0 = Debug|x64 + {AA561A7B-26EA-49AF-90E8-C53C1FA2965D}.DebugUD|Win32.ActiveCfg = Debug|x64 + {AA561A7B-26EA-49AF-90E8-C53C1FA2965D}.DebugUD|x64.ActiveCfg = Debug|x64 + {AA561A7B-26EA-49AF-90E8-C53C1FA2965D}.DebugUD|x64.Build.0 = Debug|x64 + {AA561A7B-26EA-49AF-90E8-C53C1FA2965D}.DebugUS|Win32.ActiveCfg = Debug|x64 + {AA561A7B-26EA-49AF-90E8-C53C1FA2965D}.DebugUS|x64.ActiveCfg = Debug|x64 + {AA561A7B-26EA-49AF-90E8-C53C1FA2965D}.DebugUS|x64.Build.0 = Debug|x64 + {AA561A7B-26EA-49AF-90E8-C53C1FA2965D}.Release|Win32.ActiveCfg = Release|Win32 + {AA561A7B-26EA-49AF-90E8-C53C1FA2965D}.Release|Win32.Build.0 = Release|Win32 + {AA561A7B-26EA-49AF-90E8-C53C1FA2965D}.Release|x64.ActiveCfg = Release|x64 + {AA561A7B-26EA-49AF-90E8-C53C1FA2965D}.Release|x64.Build.0 = Release|x64 + {AA561A7B-26EA-49AF-90E8-C53C1FA2965D}.ReleaseAD|Win32.ActiveCfg = Release|x64 + {AA561A7B-26EA-49AF-90E8-C53C1FA2965D}.ReleaseAD|x64.ActiveCfg = Release|x64 + {AA561A7B-26EA-49AF-90E8-C53C1FA2965D}.ReleaseAD|x64.Build.0 = Release|x64 + {AA561A7B-26EA-49AF-90E8-C53C1FA2965D}.ReleaseAS|Win32.ActiveCfg = Release|x64 + {AA561A7B-26EA-49AF-90E8-C53C1FA2965D}.ReleaseAS|x64.ActiveCfg = Release|x64 + {AA561A7B-26EA-49AF-90E8-C53C1FA2965D}.ReleaseAS|x64.Build.0 = Release|x64 + {AA561A7B-26EA-49AF-90E8-C53C1FA2965D}.ReleaseUD|Win32.ActiveCfg = Release|x64 + {AA561A7B-26EA-49AF-90E8-C53C1FA2965D}.ReleaseUD|x64.ActiveCfg = Release|x64 + {AA561A7B-26EA-49AF-90E8-C53C1FA2965D}.ReleaseUD|x64.Build.0 = Release|x64 + {AA561A7B-26EA-49AF-90E8-C53C1FA2965D}.ReleaseUS|Win32.ActiveCfg = Release|x64 + {AA561A7B-26EA-49AF-90E8-C53C1FA2965D}.ReleaseUS|x64.ActiveCfg = Release|x64 + {AA561A7B-26EA-49AF-90E8-C53C1FA2965D}.ReleaseUS|x64.Build.0 = Release|x64 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/StormLib_v08.vcproj b/StormLib_v08.vcproj index cb1a79d..db947a7 100644 --- a/StormLib_v08.vcproj +++ b/StormLib_v08.vcproj @@ -1,5009 +1,5009 @@ -<?xml version="1.0" encoding="windows-1250"?>
-<VisualStudioProject
- ProjectType="Visual C++"
- Version="9,00"
- Name="StormLib"
- ProjectGUID="{78424708-1F6E-4D4B-920C-FB6D26847055}"
- RootNamespace="StormLib"
- Keyword="Win32Proj"
- TargetFrameworkVersion="131072"
- >
- <Platforms>
- <Platform
- Name="Win32"
- />
- <Platform
- Name="x64"
- />
- </Platforms>
- <ToolFiles>
- </ToolFiles>
- <Configurations>
- <Configuration
- Name="DebugAD|Win32"
- OutputDirectory="./bin/$(ProjectName)/$(PlatformName)/$(ConfigurationName)"
- IntermediateDirectory="./bin/$(ProjectName)/$(PlatformName)/$(ConfigurationName)"
- ConfigurationType="4"
- CharacterSet="2"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- PreprocessorDefinitions="WIN32;_DEBUG;_LIB"
- MinimalRebuild="false"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- UsePrecompiledHeader="0"
- WarningLevel="1"
- DebugInformationFormat="3"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLibrarianTool"
- OutputFile="$(OutDir)\$(ProjectName)DAD.lib"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- CommandLine="StormLib.bat $(PlatformName) $(ConfigurationName)"
- />
- </Configuration>
- <Configuration
- Name="DebugAD|x64"
- OutputDirectory="./bin/$(ProjectName)/$(PlatformName)/$(ConfigurationName)"
- IntermediateDirectory="./bin/$(ProjectName)/$(PlatformName)/$(ConfigurationName)"
- ConfigurationType="4"
- CharacterSet="2"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- TargetEnvironment="3"
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- PreprocessorDefinitions="WIN32;_DEBUG;_LIB"
- MinimalRebuild="false"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- UsePrecompiledHeader="0"
- WarningLevel="1"
- DebugInformationFormat="3"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLibrarianTool"
- OutputFile="$(OutDir)\$(ProjectName)DAD.lib"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- CommandLine="StormLib.bat $(PlatformName) $(ConfigurationName)"
- />
- </Configuration>
- <Configuration
- Name="DebugAS|Win32"
- OutputDirectory="./bin/$(ProjectName)/$(PlatformName)/$(ConfigurationName)"
- IntermediateDirectory="./bin/$(ProjectName)/$(PlatformName)/$(ConfigurationName)"
- ConfigurationType="4"
- CharacterSet="2"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- PreprocessorDefinitions="WIN32;_DEBUG;_LIB"
- MinimalRebuild="false"
- BasicRuntimeChecks="3"
- RuntimeLibrary="1"
- UsePrecompiledHeader="0"
- WarningLevel="1"
- DebugInformationFormat="3"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLibrarianTool"
- OutputFile="$(OutDir)\$(ProjectName)DAS.lib"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- CommandLine="StormLib.bat $(PlatformName) $(ConfigurationName)"
- />
- </Configuration>
- <Configuration
- Name="DebugAS|x64"
- OutputDirectory="./bin/$(ProjectName)/$(PlatformName)/$(ConfigurationName)"
- IntermediateDirectory="./bin/$(ProjectName)/$(PlatformName)/$(ConfigurationName)"
- ConfigurationType="4"
- CharacterSet="2"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- TargetEnvironment="3"
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- PreprocessorDefinitions="WIN32;_DEBUG;_LIB"
- MinimalRebuild="false"
- BasicRuntimeChecks="3"
- RuntimeLibrary="1"
- UsePrecompiledHeader="0"
- WarningLevel="1"
- DebugInformationFormat="3"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLibrarianTool"
- OutputFile="$(OutDir)\$(ProjectName)DAS.lib"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- CommandLine="StormLib.bat $(PlatformName) $(ConfigurationName)"
- />
- </Configuration>
- <Configuration
- Name="ReleaseAD|Win32"
- OutputDirectory="./bin/$(ProjectName)/$(PlatformName)/$(ConfigurationName)"
- IntermediateDirectory="./bin/$(ProjectName)/$(PlatformName)/$(ConfigurationName)"
- ConfigurationType="4"
- CharacterSet="2"
- WholeProgramOptimization="1"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
- RuntimeLibrary="2"
- UsePrecompiledHeader="0"
- WarningLevel="1"
- DebugInformationFormat="3"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLibrarianTool"
- OutputFile="$(OutDir)\$(ProjectName)RAD.lib"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- CommandLine="StormLib.bat $(PlatformName) $(ConfigurationName)"
- />
- </Configuration>
- <Configuration
- Name="ReleaseAD|x64"
- OutputDirectory="./bin/$(ProjectName)/$(PlatformName)/$(ConfigurationName)"
- IntermediateDirectory="./bin/$(ProjectName)/$(PlatformName)/$(ConfigurationName)"
- ConfigurationType="4"
- CharacterSet="2"
- WholeProgramOptimization="1"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- TargetEnvironment="3"
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
- RuntimeLibrary="2"
- UsePrecompiledHeader="0"
- WarningLevel="1"
- DebugInformationFormat="3"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLibrarianTool"
- OutputFile="$(OutDir)\$(ProjectName)RAD.lib"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- CommandLine="StormLib.bat $(PlatformName) $(ConfigurationName)"
- />
- </Configuration>
- <Configuration
- Name="ReleaseAS|Win32"
- OutputDirectory="./bin/$(ProjectName)/$(PlatformName)/$(ConfigurationName)"
- IntermediateDirectory="./bin/$(ProjectName)/$(PlatformName)/$(ConfigurationName)"
- ConfigurationType="4"
- CharacterSet="2"
- WholeProgramOptimization="1"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
- RuntimeLibrary="0"
- UsePrecompiledHeader="0"
- WarningLevel="1"
- DebugInformationFormat="3"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLibrarianTool"
- OutputFile="$(OutDir)\$(ProjectName)RAS.lib"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- CommandLine="StormLib.bat $(PlatformName) $(ConfigurationName)"
- />
- </Configuration>
- <Configuration
- Name="ReleaseAS|x64"
- OutputDirectory="./bin/$(ProjectName)/$(PlatformName)/$(ConfigurationName)"
- IntermediateDirectory="./bin/$(ProjectName)/$(PlatformName)/$(ConfigurationName)"
- ConfigurationType="4"
- CharacterSet="2"
- WholeProgramOptimization="1"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- TargetEnvironment="3"
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
- RuntimeLibrary="0"
- UsePrecompiledHeader="0"
- WarningLevel="1"
- DebugInformationFormat="3"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLibrarianTool"
- OutputFile="$(OutDir)\$(ProjectName)RAS.lib"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- CommandLine="StormLib.bat $(PlatformName) $(ConfigurationName)"
- />
- </Configuration>
- <Configuration
- Name="DebugUD|Win32"
- OutputDirectory="./bin/$(ProjectName)/$(PlatformName)/$(ConfigurationName)"
- IntermediateDirectory="./bin/$(ProjectName)/$(PlatformName)/$(ConfigurationName)"
- ConfigurationType="4"
- CharacterSet="1"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- PreprocessorDefinitions="WIN32;_DEBUG;_LIB"
- MinimalRebuild="false"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- UsePrecompiledHeader="0"
- WarningLevel="1"
- DebugInformationFormat="3"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLibrarianTool"
- OutputFile="$(OutDir)\$(ProjectName)DUD.lib"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- CommandLine="StormLib.bat $(PlatformName) $(ConfigurationName)"
- />
- </Configuration>
- <Configuration
- Name="DebugUD|x64"
- OutputDirectory="./bin/$(ProjectName)/$(PlatformName)/$(ConfigurationName)"
- IntermediateDirectory="./bin/$(ProjectName)/$(PlatformName)/$(ConfigurationName)"
- ConfigurationType="4"
- CharacterSet="1"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- TargetEnvironment="3"
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- PreprocessorDefinitions="WIN32;_DEBUG;_LIB"
- MinimalRebuild="false"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- UsePrecompiledHeader="0"
- WarningLevel="1"
- DebugInformationFormat="3"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLibrarianTool"
- OutputFile="$(OutDir)\$(ProjectName)DUD.lib"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- CommandLine="StormLib.bat $(PlatformName) $(ConfigurationName)"
- />
- </Configuration>
- <Configuration
- Name="DebugUS|Win32"
- OutputDirectory="./bin/$(ProjectName)/$(PlatformName)/$(ConfigurationName)"
- IntermediateDirectory="./bin/$(ProjectName)/$(PlatformName)/$(ConfigurationName)"
- ConfigurationType="4"
- CharacterSet="1"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- PreprocessorDefinitions="WIN32;_DEBUG;_LIB"
- MinimalRebuild="false"
- BasicRuntimeChecks="3"
- RuntimeLibrary="1"
- UsePrecompiledHeader="0"
- WarningLevel="1"
- DebugInformationFormat="3"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLibrarianTool"
- OutputFile="$(OutDir)\$(ProjectName)DUS.lib"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- CommandLine="StormLib.bat $(PlatformName) $(ConfigurationName)"
- />
- </Configuration>
- <Configuration
- Name="DebugUS|x64"
- OutputDirectory="./bin/$(ProjectName)/$(PlatformName)/$(ConfigurationName)"
- IntermediateDirectory="./bin/$(ProjectName)/$(PlatformName)/$(ConfigurationName)"
- ConfigurationType="4"
- CharacterSet="1"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- TargetEnvironment="3"
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- PreprocessorDefinitions="WIN32;_DEBUG;_LIB"
- MinimalRebuild="false"
- BasicRuntimeChecks="3"
- RuntimeLibrary="1"
- UsePrecompiledHeader="0"
- WarningLevel="1"
- DebugInformationFormat="3"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLibrarianTool"
- OutputFile="$(OutDir)\$(ProjectName)DUS.lib"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- CommandLine="StormLib.bat $(PlatformName) $(ConfigurationName)"
- />
- </Configuration>
- <Configuration
- Name="ReleaseUD|Win32"
- OutputDirectory="./bin/$(ProjectName)/$(PlatformName)/$(ConfigurationName)"
- IntermediateDirectory="./bin/$(ProjectName)/$(PlatformName)/$(ConfigurationName)"
- ConfigurationType="4"
- CharacterSet="1"
- WholeProgramOptimization="1"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
- RuntimeLibrary="2"
- UsePrecompiledHeader="0"
- WarningLevel="1"
- DebugInformationFormat="3"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLibrarianTool"
- OutputFile="$(OutDir)\$(ProjectName)RUD.lib"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- CommandLine="StormLib.bat $(PlatformName) $(ConfigurationName)"
- />
- </Configuration>
- <Configuration
- Name="ReleaseUD|x64"
- OutputDirectory="./bin/$(ProjectName)/$(PlatformName)/$(ConfigurationName)"
- IntermediateDirectory="./bin/$(ProjectName)/$(PlatformName)/$(ConfigurationName)"
- ConfigurationType="4"
- CharacterSet="1"
- WholeProgramOptimization="1"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- TargetEnvironment="3"
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
- RuntimeLibrary="2"
- UsePrecompiledHeader="0"
- WarningLevel="1"
- DebugInformationFormat="3"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLibrarianTool"
- OutputFile="$(OutDir)\$(ProjectName)RUD.lib"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- CommandLine="StormLib.bat $(PlatformName) $(ConfigurationName)"
- />
- </Configuration>
- <Configuration
- Name="ReleaseUS|Win32"
- OutputDirectory="./bin/$(ProjectName)/$(PlatformName)/$(ConfigurationName)"
- IntermediateDirectory="./bin/$(ProjectName)/$(PlatformName)/$(ConfigurationName)"
- ConfigurationType="4"
- CharacterSet="1"
- WholeProgramOptimization="1"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
- RuntimeLibrary="0"
- UsePrecompiledHeader="0"
- WarningLevel="1"
- DebugInformationFormat="3"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLibrarianTool"
- OutputFile="$(OutDir)\$(ProjectName)RUS.lib"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- CommandLine="StormLib.bat $(PlatformName) $(ConfigurationName)"
- />
- </Configuration>
- <Configuration
- Name="ReleaseUS|x64"
- OutputDirectory="./bin/$(ProjectName)/$(PlatformName)/$(ConfigurationName)"
- IntermediateDirectory="./bin/$(ProjectName)/$(PlatformName)/$(ConfigurationName)"
- ConfigurationType="4"
- CharacterSet="1"
- WholeProgramOptimization="1"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- TargetEnvironment="3"
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
- RuntimeLibrary="0"
- UsePrecompiledHeader="0"
- WarningLevel="1"
- DebugInformationFormat="3"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLibrarianTool"
- OutputFile="$(OutDir)\$(ProjectName)RUS.lib"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- CommandLine="StormLib.bat $(PlatformName) $(ConfigurationName)"
- />
- </Configuration>
- </Configurations>
- <References>
- </References>
- <Files>
- <Filter
- Name="Doc Files"
- >
- <File
- RelativePath=".\doc\History.txt"
- >
- </File>
- <File
- RelativePath=".\doc\The MoPaQ File Format 0.9.txt"
- >
- </File>
- <File
- RelativePath=".\doc\The MoPaQ File Format 1.0.txt"
- >
- </File>
- </Filter>
- <Filter
- Name="Header Files"
- >
- <File
- RelativePath=".\src\StormCommon.h"
- >
- </File>
- <File
- RelativePath=".\src\StormLib.h"
- >
- </File>
- <File
- RelativePath=".\src\StormPort.h"
- >
- </File>
- </Filter>
- <Filter
- Name="Source Files"
- >
- <File
- RelativePath=".\src\FileStream.cpp"
- >
- <FileConfiguration
- Name="DebugAD|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="1"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="DebugAD|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="1"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="DebugAS|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="1"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="DebugAS|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="1"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="ReleaseAD|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="1"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="ReleaseAD|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="1"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="ReleaseAS|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="1"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="ReleaseAS|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="1"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="DebugUD|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="1"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="DebugUD|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="1"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="DebugUS|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="1"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="DebugUS|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="1"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="ReleaseUD|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="1"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="ReleaseUD|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="1"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="ReleaseUS|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="1"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="ReleaseUS|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="1"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath=".\src\SBaseCommon.cpp"
- >
- <FileConfiguration
- Name="DebugAD|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="DebugAD|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="DebugAS|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="DebugAS|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="ReleaseAD|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="ReleaseAD|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="ReleaseAS|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="ReleaseAS|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="DebugUD|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="DebugUD|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="DebugUS|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="DebugUS|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="ReleaseUD|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="ReleaseUD|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="ReleaseUS|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="ReleaseUS|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath=".\src\SBaseFileTable.cpp"
- >
- <FileConfiguration
- Name="DebugAD|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="DebugAD|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="DebugAS|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="DebugAS|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="ReleaseAD|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="ReleaseAD|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="ReleaseAS|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="ReleaseAS|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="DebugUD|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="DebugUD|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="DebugUS|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="DebugUS|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="ReleaseUD|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="ReleaseUD|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="ReleaseUS|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="ReleaseUS|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath=".\src\SBaseSubTypes.cpp"
- >
- <FileConfiguration
- Name="DebugAD|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="DebugAD|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="DebugAS|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="DebugAS|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="ReleaseAD|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="ReleaseAD|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="ReleaseAS|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="ReleaseAS|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="DebugUD|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="DebugUD|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="DebugUS|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="DebugUS|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="ReleaseUD|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="ReleaseUD|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="ReleaseUS|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="ReleaseUS|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath=".\src\SCompression.cpp"
- >
- <FileConfiguration
- Name="DebugAD|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="DebugAD|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="DebugAS|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="DebugAS|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="ReleaseAD|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="ReleaseAD|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="ReleaseAS|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="ReleaseAS|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="DebugUD|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="DebugUD|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="DebugUS|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="DebugUS|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="ReleaseUD|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="ReleaseUD|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="ReleaseUS|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="ReleaseUS|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath=".\src\SFileAddFile.cpp"
- >
- <FileConfiguration
- Name="DebugAD|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="DebugAD|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="DebugAS|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="DebugAS|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="ReleaseAD|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="ReleaseAD|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="ReleaseAS|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="ReleaseAS|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="DebugUD|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="DebugUD|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="DebugUS|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="DebugUS|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="ReleaseUD|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="ReleaseUD|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="ReleaseUS|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="ReleaseUS|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath=".\src\SFileAttributes.cpp"
- >
- <FileConfiguration
- Name="DebugAD|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="DebugAD|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="DebugAS|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="DebugAS|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="ReleaseAD|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="ReleaseAD|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="ReleaseAS|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="ReleaseAS|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="DebugUD|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="DebugUD|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="DebugUS|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="DebugUS|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="ReleaseUD|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="ReleaseUD|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="ReleaseUS|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="ReleaseUS|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath=".\src\SFileCompactArchive.cpp"
- >
- <FileConfiguration
- Name="DebugAD|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="DebugAD|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="DebugAS|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="DebugAS|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="ReleaseAD|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="ReleaseAD|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="ReleaseAS|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="ReleaseAS|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="DebugUD|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="DebugUD|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="DebugUS|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="DebugUS|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="ReleaseUD|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="ReleaseUD|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="ReleaseUS|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="ReleaseUS|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath=".\src\SFileCreateArchive.cpp"
- >
- <FileConfiguration
- Name="DebugAD|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="DebugAD|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="DebugAS|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="DebugAS|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="ReleaseAD|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="ReleaseAD|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="ReleaseAS|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="ReleaseAS|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="DebugUD|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="DebugUD|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="DebugUS|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="DebugUS|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="ReleaseUD|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="ReleaseUD|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="ReleaseUS|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="ReleaseUS|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath=".\src\SFileExtractFile.cpp"
- >
- <FileConfiguration
- Name="DebugAD|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="DebugAD|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="DebugAS|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="DebugAS|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="ReleaseAD|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="ReleaseAD|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="ReleaseAS|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="ReleaseAS|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="DebugUD|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="DebugUD|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="DebugUS|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="DebugUS|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="ReleaseUD|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="ReleaseUD|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="ReleaseUS|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="ReleaseUS|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath=".\src\SFileFindFile.cpp"
- >
- <FileConfiguration
- Name="DebugAD|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="DebugAD|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="DebugAS|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="DebugAS|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="ReleaseAD|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="ReleaseAD|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="ReleaseAS|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="ReleaseAS|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="DebugUD|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="DebugUD|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="DebugUS|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="DebugUS|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="ReleaseUD|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="ReleaseUD|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="ReleaseUS|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="ReleaseUS|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath=".\src\SFileGetFileInfo.cpp"
- >
- <FileConfiguration
- Name="DebugAD|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="DebugAD|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="DebugAS|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="DebugAS|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="ReleaseAD|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="ReleaseAD|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="ReleaseAS|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="ReleaseAS|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="DebugUD|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="DebugUD|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="DebugUS|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="DebugUS|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="ReleaseUD|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="ReleaseUD|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="ReleaseUS|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="ReleaseUS|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath=".\src\SFileListFile.cpp"
- >
- <FileConfiguration
- Name="DebugAD|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="DebugAD|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="DebugAS|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="DebugAS|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="ReleaseAD|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="ReleaseAD|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="ReleaseAS|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="ReleaseAS|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="DebugUD|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="DebugUD|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="DebugUS|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="DebugUS|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="ReleaseUD|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="ReleaseUD|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="ReleaseUS|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="ReleaseUS|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath=".\src\SFileOpenArchive.cpp"
- >
- <FileConfiguration
- Name="DebugAD|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="DebugAD|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="DebugAS|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="DebugAS|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="ReleaseAD|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="ReleaseAD|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="ReleaseAS|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="ReleaseAS|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="DebugUD|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="DebugUD|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="DebugUS|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="DebugUS|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="ReleaseUD|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="ReleaseUD|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="ReleaseUS|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="ReleaseUS|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath=".\src\SFileOpenFileEx.cpp"
- >
- <FileConfiguration
- Name="DebugAD|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="DebugAD|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="DebugAS|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="DebugAS|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="ReleaseAD|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="ReleaseAD|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="ReleaseAS|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="ReleaseAS|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="DebugUD|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="DebugUD|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="DebugUS|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="DebugUS|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="ReleaseUD|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="ReleaseUD|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="ReleaseUS|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="ReleaseUS|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath=".\src\SFilePatchArchives.cpp"
- >
- <FileConfiguration
- Name="DebugAD|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="DebugAD|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="DebugAS|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="DebugAS|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="ReleaseAD|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="ReleaseAD|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="ReleaseAS|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="ReleaseAS|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="DebugUD|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="DebugUD|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="DebugUS|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="DebugUS|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="ReleaseUD|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="ReleaseUD|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="ReleaseUS|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="ReleaseUS|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath=".\src\SFileReadFile.cpp"
- >
- <FileConfiguration
- Name="DebugAD|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="DebugAD|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="DebugAS|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="DebugAS|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="ReleaseAD|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="ReleaseAD|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="ReleaseAS|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="ReleaseAS|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="DebugUD|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="DebugUD|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="DebugUS|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="DebugUS|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="ReleaseUD|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="ReleaseUD|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="ReleaseUS|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="ReleaseUS|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath=".\src\SFileVerify.cpp"
- >
- <FileConfiguration
- Name="DebugAD|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="DebugAD|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="DebugAS|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="DebugAS|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="ReleaseAD|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="ReleaseAD|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="ReleaseAS|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="ReleaseAS|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="DebugUD|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="DebugUD|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="DebugUS|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="DebugUS|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="ReleaseUD|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="ReleaseUD|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="ReleaseUS|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="ReleaseUS|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="StormCommon.h"
- WarningLevel="4"
- />
- </FileConfiguration>
- </File>
- <Filter
- Name="adpcm"
- >
- <File
- RelativePath=".\src\adpcm\adpcm.cpp"
- >
- </File>
- <File
- RelativePath=".\src\adpcm\adpcm.h"
- >
- </File>
- </Filter>
- <Filter
- Name="bzip2"
- >
- <File
- RelativePath=".\src\bzip2\blocksort.c"
- >
- </File>
- <File
- RelativePath=".\src\bzip2\bzlib.c"
- >
- </File>
- <File
- RelativePath=".\src\bzip2\compress.c"
- >
- </File>
- <File
- RelativePath=".\src\bzip2\crctable.c"
- >
- </File>
- <File
- RelativePath=".\src\bzip2\decompress.c"
- >
- </File>
- <File
- RelativePath=".\src\bzip2\huffman.c"
- >
- </File>
- <File
- RelativePath=".\src\bzip2\randtable.c"
- >
- </File>
- </Filter>
- <Filter
- Name="huffman"
- >
- <File
- RelativePath=".\src\huffman\huff.cpp"
- >
- </File>
- <File
- RelativePath=".\src\huffman\huff.h"
- >
- </File>
- </Filter>
- <Filter
- Name="libtomcrypt"
- >
- <Filter
- Name="hashes"
- >
- <File
- RelativePath=".\src\libtomcrypt\src\hashes\hash_memory.c"
- >
- </File>
- <File
- RelativePath=".\src\libtomcrypt\src\hashes\md5.c"
- >
- </File>
- <File
- RelativePath=".\src\libtomcrypt\src\hashes\sha1.c"
- >
- </File>
- </Filter>
- <Filter
- Name="math"
- >
- <File
- RelativePath=".\src\libtomcrypt\src\math\ltm_desc.c"
- >
- </File>
- <File
- RelativePath=".\src\libtomcrypt\src\math\multi.c"
- >
- </File>
- <File
- RelativePath=".\src\libtomcrypt\src\math\rand_prime.c"
- >
- </File>
- </Filter>
- <Filter
- Name="misc"
- >
- <File
- RelativePath=".\src\libtomcrypt\src\misc\base64_decode.c"
- >
- </File>
- <File
- RelativePath=".\src\libtomcrypt\src\misc\crypt_argchk.c"
- >
- </File>
- <File
- RelativePath=".\src\libtomcrypt\src\misc\crypt_find_hash.c"
- >
- </File>
- <File
- RelativePath=".\src\libtomcrypt\src\misc\crypt_find_prng.c"
- >
- </File>
- <File
- RelativePath=".\src\libtomcrypt\src\misc\crypt_hash_descriptor.c"
- >
- </File>
- <File
- RelativePath=".\src\libtomcrypt\src\misc\crypt_hash_is_valid.c"
- >
- </File>
- <File
- RelativePath=".\src\libtomcrypt\src\misc\crypt_libc.c"
- >
- </File>
- <File
- RelativePath=".\src\libtomcrypt\src\misc\crypt_ltc_mp_descriptor.c"
- >
- </File>
- <File
- RelativePath=".\src\libtomcrypt\src\misc\crypt_prng_descriptor.c"
- >
- </File>
- <File
- RelativePath=".\src\libtomcrypt\src\misc\crypt_prng_is_valid.c"
- >
- </File>
- <File
- RelativePath=".\src\libtomcrypt\src\misc\crypt_register_hash.c"
- >
- </File>
- <File
- RelativePath=".\src\libtomcrypt\src\misc\crypt_register_prng.c"
- >
- </File>
- <File
- RelativePath=".\src\libtomcrypt\src\misc\zeromem.c"
- >
- </File>
- </Filter>
- <Filter
- Name="pk"
- >
- <Filter
- Name="asn1"
- >
- <File
- RelativePath=".\src\libtomcrypt\src\pk\asn1\der_decode_bit_string.c"
- >
- </File>
- <File
- RelativePath=".\src\libtomcrypt\src\pk\asn1\der_decode_boolean.c"
- >
- </File>
- <File
- RelativePath=".\src\libtomcrypt\src\pk\asn1\der_decode_choice.c"
- >
- </File>
- <File
- RelativePath=".\src\libtomcrypt\src\pk\asn1\der_decode_ia5_string.c"
- >
- </File>
- <File
- RelativePath=".\src\libtomcrypt\src\pk\asn1\der_decode_integer.c"
- >
- </File>
- <File
- RelativePath=".\src\libtomcrypt\src\pk\asn1\der_decode_object_identifier.c"
- >
- </File>
- <File
- RelativePath=".\src\libtomcrypt\src\pk\asn1\der_decode_octet_string.c"
- >
- </File>
- <File
- RelativePath=".\src\libtomcrypt\src\pk\asn1\der_decode_printable_string.c"
- >
- </File>
- <File
- RelativePath=".\src\libtomcrypt\src\pk\asn1\der_decode_sequence_ex.c"
- >
- </File>
- <File
- RelativePath=".\src\libtomcrypt\src\pk\asn1\der_decode_sequence_flexi.c"
- >
- </File>
- <File
- RelativePath=".\src\libtomcrypt\src\pk\asn1\der_decode_sequence_multi.c"
- >
- </File>
- <File
- RelativePath=".\src\libtomcrypt\src\pk\asn1\der_decode_short_integer.c"
- >
- </File>
- <File
- RelativePath=".\src\libtomcrypt\src\pk\asn1\der_decode_utctime.c"
- >
- </File>
- <File
- RelativePath=".\src\libtomcrypt\src\pk\asn1\der_decode_utf8_string.c"
- >
- </File>
- <File
- RelativePath=".\src\libtomcrypt\src\pk\asn1\der_encode_bit_string.c"
- >
- </File>
- <File
- RelativePath=".\src\libtomcrypt\src\pk\asn1\der_encode_boolean.c"
- >
- </File>
- <File
- RelativePath=".\src\libtomcrypt\src\pk\asn1\der_encode_ia5_string.c"
- >
- </File>
- <File
- RelativePath=".\src\libtomcrypt\src\pk\asn1\der_encode_integer.c"
- >
- </File>
- <File
- RelativePath=".\src\libtomcrypt\src\pk\asn1\der_encode_object_identifier.c"
- >
- </File>
- <File
- RelativePath=".\src\libtomcrypt\src\pk\asn1\der_encode_octet_string.c"
- >
- </File>
- <File
- RelativePath=".\src\libtomcrypt\src\pk\asn1\der_encode_printable_string.c"
- >
- </File>
- <File
- RelativePath=".\src\libtomcrypt\src\pk\asn1\der_encode_sequence_ex.c"
- >
- </File>
- <File
- RelativePath=".\src\libtomcrypt\src\pk\asn1\der_encode_sequence_multi.c"
- >
- </File>
- <File
- RelativePath=".\src\libtomcrypt\src\pk\asn1\der_encode_set.c"
- >
- </File>
- <File
- RelativePath=".\src\libtomcrypt\src\pk\asn1\der_encode_setof.c"
- >
- </File>
- <File
- RelativePath=".\src\libtomcrypt\src\pk\asn1\der_encode_short_integer.c"
- >
- </File>
- <File
- RelativePath=".\src\libtomcrypt\src\pk\asn1\der_encode_utctime.c"
- >
- </File>
- <File
- RelativePath=".\src\libtomcrypt\src\pk\asn1\der_encode_utf8_string.c"
- >
- </File>
- <File
- RelativePath=".\src\libtomcrypt\src\pk\asn1\der_length_bit_string.c"
- >
- </File>
- <File
- RelativePath=".\src\libtomcrypt\src\pk\asn1\der_length_boolean.c"
- >
- </File>
- <File
- RelativePath=".\src\libtomcrypt\src\pk\asn1\der_length_ia5_string.c"
- >
- </File>
- <File
- RelativePath=".\src\libtomcrypt\src\pk\asn1\der_length_integer.c"
- >
- </File>
- <File
- RelativePath=".\src\libtomcrypt\src\pk\asn1\der_length_object_identifier.c"
- >
- </File>
- <File
- RelativePath=".\src\libtomcrypt\src\pk\asn1\der_length_octet_string.c"
- >
- </File>
- <File
- RelativePath=".\src\libtomcrypt\src\pk\asn1\der_length_printable_string.c"
- >
- </File>
- <File
- RelativePath=".\src\libtomcrypt\src\pk\asn1\der_length_sequence.c"
- >
- </File>
- <File
- RelativePath=".\src\libtomcrypt\src\pk\asn1\der_length_short_integer.c"
- >
- </File>
- <File
- RelativePath=".\src\libtomcrypt\src\pk\asn1\der_length_utctime.c"
- >
- </File>
- <File
- RelativePath=".\src\libtomcrypt\src\pk\asn1\der_length_utf8_string.c"
- >
- </File>
- <File
- RelativePath=".\src\libtomcrypt\src\pk\asn1\der_sequence_free.c"
- >
- </File>
- </Filter>
- <Filter
- Name="ecc"
- >
- <File
- RelativePath=".\src\libtomcrypt\src\pk\ecc\ltc_ecc_map.c"
- >
- </File>
- <File
- RelativePath=".\src\libtomcrypt\src\pk\ecc\ltc_ecc_mul2add.c"
- >
- </File>
- <File
- RelativePath=".\src\libtomcrypt\src\pk\ecc\ltc_ecc_mulmod.c"
- >
- </File>
- <File
- RelativePath=".\src\libtomcrypt\src\pk\ecc\ltc_ecc_points.c"
- >
- </File>
- <File
- RelativePath=".\src\libtomcrypt\src\pk\ecc\ltc_ecc_projective_add_point.c"
- >
- </File>
- <File
- RelativePath=".\src\libtomcrypt\src\pk\ecc\ltc_ecc_projective_dbl_point.c"
- >
- </File>
- </Filter>
- <Filter
- Name="pkcs1"
- >
- <File
- RelativePath=".\src\libtomcrypt\src\pk\pkcs1\pkcs_1_mgf1.c"
- >
- </File>
- <File
- RelativePath=".\src\libtomcrypt\src\pk\pkcs1\pkcs_1_oaep_decode.c"
- >
- </File>
- <File
- RelativePath=".\src\libtomcrypt\src\pk\pkcs1\pkcs_1_pss_decode.c"
- >
- </File>
- <File
- RelativePath=".\src\libtomcrypt\src\pk\pkcs1\pkcs_1_pss_encode.c"
- >
- </File>
- <File
- RelativePath=".\src\libtomcrypt\src\pk\pkcs1\pkcs_1_v1_5_decode.c"
- >
- </File>
- <File
- RelativePath=".\src\libtomcrypt\src\pk\pkcs1\pkcs_1_v1_5_encode.c"
- >
- </File>
- </Filter>
- <Filter
- Name="rsa"
- >
- <File
- RelativePath=".\src\libtomcrypt\src\pk\rsa\rsa_exptmod.c"
- >
- </File>
- <File
- RelativePath=".\src\libtomcrypt\src\pk\rsa\rsa_free.c"
- >
- </File>
- <File
- RelativePath=".\src\libtomcrypt\src\pk\rsa\rsa_import.c"
- >
- </File>
- <File
- RelativePath=".\src\libtomcrypt\src\pk\rsa\rsa_make_key.c"
- >
- </File>
- <File
- RelativePath=".\src\libtomcrypt\src\pk\rsa\rsa_sign_hash.c"
- >
- </File>
- <File
- RelativePath=".\src\libtomcrypt\src\pk\rsa\rsa_verify_hash.c"
- >
- </File>
- <File
- RelativePath=".\src\libtomcrypt\src\pk\rsa\rsa_verify_simple.c"
- >
- </File>
- </Filter>
- </Filter>
- </Filter>
- <Filter
- Name="libtommath"
- >
- <File
- RelativePath=".\src\libtommath\bn_fast_mp_invmod.c"
- >
- </File>
- <File
- RelativePath=".\src\libtommath\bn_fast_mp_montgomery_reduce.c"
- >
- </File>
- <File
- RelativePath=".\src\libtommath\bn_fast_s_mp_mul_digs.c"
- >
- </File>
- <File
- RelativePath=".\src\libtommath\bn_fast_s_mp_mul_high_digs.c"
- >
- </File>
- <File
- RelativePath=".\src\libtommath\bn_fast_s_mp_sqr.c"
- >
- </File>
- <File
- RelativePath=".\src\libtommath\bn_mp_2expt.c"
- >
- </File>
- <File
- RelativePath=".\src\libtommath\bn_mp_abs.c"
- >
- </File>
- <File
- RelativePath=".\src\libtommath\bn_mp_add.c"
- >
- </File>
- <File
- RelativePath=".\src\libtommath\bn_mp_add_d.c"
- >
- </File>
- <File
- RelativePath=".\src\libtommath\bn_mp_addmod.c"
- >
- </File>
- <File
- RelativePath=".\src\libtommath\bn_mp_and.c"
- >
- </File>
- <File
- RelativePath=".\src\libtommath\bn_mp_clamp.c"
- >
- </File>
- <File
- RelativePath=".\src\libtommath\bn_mp_clear.c"
- >
- </File>
- <File
- RelativePath=".\src\libtommath\bn_mp_clear_multi.c"
- >
- </File>
- <File
- RelativePath=".\src\libtommath\bn_mp_cmp.c"
- >
- </File>
- <File
- RelativePath=".\src\libtommath\bn_mp_cmp_d.c"
- >
- </File>
- <File
- RelativePath=".\src\libtommath\bn_mp_cmp_mag.c"
- >
- </File>
- <File
- RelativePath=".\src\libtommath\bn_mp_cnt_lsb.c"
- >
- </File>
- <File
- RelativePath=".\src\libtommath\bn_mp_copy.c"
- >
- </File>
- <File
- RelativePath=".\src\libtommath\bn_mp_count_bits.c"
- >
- </File>
- <File
- RelativePath=".\src\libtommath\bn_mp_div.c"
- >
- </File>
- <File
- RelativePath=".\src\libtommath\bn_mp_div_2.c"
- >
- </File>
- <File
- RelativePath=".\src\libtommath\bn_mp_div_2d.c"
- >
- </File>
- <File
- RelativePath=".\src\libtommath\bn_mp_div_3.c"
- >
- </File>
- <File
- RelativePath=".\src\libtommath\bn_mp_div_d.c"
- >
- </File>
- <File
- RelativePath=".\src\libtommath\bn_mp_dr_is_modulus.c"
- >
- </File>
- <File
- RelativePath=".\src\libtommath\bn_mp_dr_reduce.c"
- >
- </File>
- <File
- RelativePath=".\src\libtommath\bn_mp_dr_setup.c"
- >
- </File>
- <File
- RelativePath=".\src\libtommath\bn_mp_exch.c"
- >
- </File>
- <File
- RelativePath=".\src\libtommath\bn_mp_expt_d.c"
- >
- </File>
- <File
- RelativePath=".\src\libtommath\bn_mp_exptmod.c"
- >
- </File>
- <File
- RelativePath=".\src\libtommath\bn_mp_exptmod_fast.c"
- >
- </File>
- <File
- RelativePath=".\src\libtommath\bn_mp_exteuclid.c"
- >
- </File>
- <File
- RelativePath=".\src\libtommath\bn_mp_fread.c"
- >
- </File>
- <File
- RelativePath=".\src\libtommath\bn_mp_fwrite.c"
- >
- </File>
- <File
- RelativePath=".\src\libtommath\bn_mp_gcd.c"
- >
- </File>
- <File
- RelativePath=".\src\libtommath\bn_mp_get_int.c"
- >
- </File>
- <File
- RelativePath=".\src\libtommath\bn_mp_grow.c"
- >
- </File>
- <File
- RelativePath=".\src\libtommath\bn_mp_init.c"
- >
- </File>
- <File
- RelativePath=".\src\libtommath\bn_mp_init_copy.c"
- >
- </File>
- <File
- RelativePath=".\src\libtommath\bn_mp_init_multi.c"
- >
- </File>
- <File
- RelativePath=".\src\libtommath\bn_mp_init_set.c"
- >
- </File>
- <File
- RelativePath=".\src\libtommath\bn_mp_init_set_int.c"
- >
- </File>
- <File
- RelativePath=".\src\libtommath\bn_mp_init_size.c"
- >
- </File>
- <File
- RelativePath=".\src\libtommath\bn_mp_invmod.c"
- >
- </File>
- <File
- RelativePath=".\src\libtommath\bn_mp_invmod_slow.c"
- >
- </File>
- <File
- RelativePath=".\src\libtommath\bn_mp_is_square.c"
- >
- </File>
- <File
- RelativePath=".\src\libtommath\bn_mp_jacobi.c"
- >
- </File>
- <File
- RelativePath=".\src\libtommath\bn_mp_karatsuba_mul.c"
- >
- </File>
- <File
- RelativePath=".\src\libtommath\bn_mp_karatsuba_sqr.c"
- >
- </File>
- <File
- RelativePath=".\src\libtommath\bn_mp_lcm.c"
- >
- </File>
- <File
- RelativePath=".\src\libtommath\bn_mp_lshd.c"
- >
- </File>
- <File
- RelativePath=".\src\libtommath\bn_mp_mod.c"
- >
- </File>
- <File
- RelativePath=".\src\libtommath\bn_mp_mod_2d.c"
- >
- </File>
- <File
- RelativePath=".\src\libtommath\bn_mp_mod_d.c"
- >
- </File>
- <File
- RelativePath=".\src\libtommath\bn_mp_montgomery_calc_normalization.c"
- >
- </File>
- <File
- RelativePath=".\src\libtommath\bn_mp_montgomery_reduce.c"
- >
- </File>
- <File
- RelativePath=".\src\libtommath\bn_mp_montgomery_setup.c"
- >
- </File>
- <File
- RelativePath=".\src\libtommath\bn_mp_mul.c"
- >
- </File>
- <File
- RelativePath=".\src\libtommath\bn_mp_mul_2.c"
- >
- </File>
- <File
- RelativePath=".\src\libtommath\bn_mp_mul_2d.c"
- >
- </File>
- <File
- RelativePath=".\src\libtommath\bn_mp_mul_d.c"
- >
- </File>
- <File
- RelativePath=".\src\libtommath\bn_mp_mulmod.c"
- >
- </File>
- <File
- RelativePath=".\src\libtommath\bn_mp_n_root.c"
- >
- </File>
- <File
- RelativePath=".\src\libtommath\bn_mp_neg.c"
- >
- </File>
- <File
- RelativePath=".\src\libtommath\bn_mp_or.c"
- >
- </File>
- <File
- RelativePath=".\src\libtommath\bn_mp_prime_fermat.c"
- >
- </File>
- <File
- RelativePath=".\src\libtommath\bn_mp_prime_is_divisible.c"
- >
- </File>
- <File
- RelativePath=".\src\libtommath\bn_mp_prime_is_prime.c"
- >
- </File>
- <File
- RelativePath=".\src\libtommath\bn_mp_prime_miller_rabin.c"
- >
- </File>
- <File
- RelativePath=".\src\libtommath\bn_mp_prime_next_prime.c"
- >
- </File>
- <File
- RelativePath=".\src\libtommath\bn_mp_prime_rabin_miller_trials.c"
- >
- </File>
- <File
- RelativePath=".\src\libtommath\bn_mp_prime_random_ex.c"
- >
- </File>
- <File
- RelativePath=".\src\libtommath\bn_mp_radix_size.c"
- >
- </File>
- <File
- RelativePath=".\src\libtommath\bn_mp_radix_smap.c"
- >
- </File>
- <File
- RelativePath=".\src\libtommath\bn_mp_rand.c"
- >
- </File>
- <File
- RelativePath=".\src\libtommath\bn_mp_read_radix.c"
- >
- </File>
- <File
- RelativePath=".\src\libtommath\bn_mp_read_signed_bin.c"
- >
- </File>
- <File
- RelativePath=".\src\libtommath\bn_mp_read_unsigned_bin.c"
- >
- </File>
- <File
- RelativePath=".\src\libtommath\bn_mp_reduce.c"
- >
- </File>
- <File
- RelativePath=".\src\libtommath\bn_mp_reduce_2k.c"
- >
- </File>
- <File
- RelativePath=".\src\libtommath\bn_mp_reduce_2k_l.c"
- >
- </File>
- <File
- RelativePath=".\src\libtommath\bn_mp_reduce_2k_setup.c"
- >
- </File>
- <File
- RelativePath=".\src\libtommath\bn_mp_reduce_2k_setup_l.c"
- >
- </File>
- <File
- RelativePath=".\src\libtommath\bn_mp_reduce_is_2k.c"
- >
- </File>
- <File
- RelativePath=".\src\libtommath\bn_mp_reduce_is_2k_l.c"
- >
- </File>
- <File
- RelativePath=".\src\libtommath\bn_mp_reduce_setup.c"
- >
- </File>
- <File
- RelativePath=".\src\libtommath\bn_mp_rshd.c"
- >
- </File>
- <File
- RelativePath=".\src\libtommath\bn_mp_set.c"
- >
- </File>
- <File
- RelativePath=".\src\libtommath\bn_mp_set_int.c"
- >
- </File>
- <File
- RelativePath=".\src\libtommath\bn_mp_shrink.c"
- >
- </File>
- <File
- RelativePath=".\src\libtommath\bn_mp_signed_bin_size.c"
- >
- </File>
- <File
- RelativePath=".\src\libtommath\bn_mp_sqr.c"
- >
- </File>
- <File
- RelativePath=".\src\libtommath\bn_mp_sqrmod.c"
- >
- </File>
- <File
- RelativePath=".\src\libtommath\bn_mp_sqrt.c"
- >
- </File>
- <File
- RelativePath=".\src\libtommath\bn_mp_sub.c"
- >
- </File>
- <File
- RelativePath=".\src\libtommath\bn_mp_sub_d.c"
- >
- </File>
- <File
- RelativePath=".\src\libtommath\bn_mp_submod.c"
- >
- </File>
- <File
- RelativePath=".\src\libtommath\bn_mp_to_signed_bin.c"
- >
- </File>
- <File
- RelativePath=".\src\libtommath\bn_mp_to_signed_bin_n.c"
- >
- </File>
- <File
- RelativePath=".\src\libtommath\bn_mp_to_unsigned_bin.c"
- >
- </File>
- <File
- RelativePath=".\src\libtommath\bn_mp_to_unsigned_bin_n.c"
- >
- </File>
- <File
- RelativePath=".\src\libtommath\bn_mp_toom_mul.c"
- >
- </File>
- <File
- RelativePath=".\src\libtommath\bn_mp_toom_sqr.c"
- >
- </File>
- <File
- RelativePath=".\src\libtommath\bn_mp_toradix.c"
- >
- </File>
- <File
- RelativePath=".\src\libtommath\bn_mp_toradix_n.c"
- >
- </File>
- <File
- RelativePath=".\src\libtommath\bn_mp_unsigned_bin_size.c"
- >
- </File>
- <File
- RelativePath=".\src\libtommath\bn_mp_xor.c"
- >
- </File>
- <File
- RelativePath=".\src\libtommath\bn_mp_zero.c"
- >
- </File>
- <File
- RelativePath=".\src\libtommath\bn_prime_tab.c"
- >
- </File>
- <File
- RelativePath=".\src\libtommath\bn_reverse.c"
- >
- </File>
- <File
- RelativePath=".\src\libtommath\bn_s_mp_add.c"
- >
- </File>
- <File
- RelativePath=".\src\libtommath\bn_s_mp_exptmod.c"
- >
- </File>
- <File
- RelativePath=".\src\libtommath\bn_s_mp_mul_digs.c"
- >
- </File>
- <File
- RelativePath=".\src\libtommath\bn_s_mp_mul_high_digs.c"
- >
- </File>
- <File
- RelativePath=".\src\libtommath\bn_s_mp_sqr.c"
- >
- </File>
- <File
- RelativePath=".\src\libtommath\bn_s_mp_sub.c"
- >
- </File>
- <File
- RelativePath=".\src\libtommath\bncore.c"
- >
- </File>
- </Filter>
- <Filter
- Name="lzma"
- >
- <File
- RelativePath=".\src\lzma\C\LzFind.c"
- >
- </File>
- <File
- RelativePath=".\src\lzma\C\LzFindMt.c"
- >
- </File>
- <File
- RelativePath=".\src\lzma\C\LzmaDec.c"
- >
- </File>
- <File
- RelativePath=".\src\lzma\C\LzmaEnc.c"
- >
- </File>
- <File
- RelativePath=".\src\lzma\C\Threads.c"
- >
- </File>
- </Filter>
- <Filter
- Name="pklib"
- >
- <File
- RelativePath=".\src\pklib\explode.c"
- >
- </File>
- <File
- RelativePath=".\src\pklib\implode.c"
- >
- </File>
- <File
- RelativePath=".\src\pklib\pklib.h"
- >
- </File>
- </Filter>
- <Filter
- Name="sparse"
- >
- <File
- RelativePath=".\src\sparse\sparse.cpp"
- >
- </File>
- <File
- RelativePath=".\src\sparse\sparse.h"
- >
- </File>
- </Filter>
- <Filter
- Name="zlib"
- >
- <File
- RelativePath=".\src\zlib\adler32.c"
- >
- </File>
- <File
- RelativePath=".\src\zlib\compress_zlib.c"
- >
- </File>
- <File
- RelativePath=".\src\zlib\crc32.c"
- >
- </File>
- <File
- RelativePath=".\src\zlib\deflate.c"
- >
- </File>
- <File
- RelativePath=".\src\zlib\inffast.c"
- >
- </File>
- <File
- RelativePath=".\src\zlib\inflate.c"
- >
- </File>
- <File
- RelativePath=".\src\zlib\inftrees.c"
- >
- </File>
- <File
- RelativePath=".\src\zlib\trees.c"
- >
- </File>
- <File
- RelativePath=".\src\zlib\zutil.c"
- >
- </File>
- </Filter>
- <Filter
- Name="jenkins"
- >
- <File
- RelativePath=".\src\jenkins\lookup.h"
- >
- </File>
- <File
- RelativePath=".\src\jenkins\lookup3.c"
- >
- </File>
- </Filter>
- </Filter>
- </Files>
- <Globals>
- </Globals>
-</VisualStudioProject>
+<?xml version="1.0" encoding="windows-1250"?> +<VisualStudioProject + ProjectType="Visual C++" + Version="9,00" + Name="StormLib" + ProjectGUID="{78424708-1F6E-4D4B-920C-FB6D26847055}" + RootNamespace="StormLib" + Keyword="Win32Proj" + TargetFrameworkVersion="131072" + > + <Platforms> + <Platform + Name="Win32" + /> + <Platform + Name="x64" + /> + </Platforms> + <ToolFiles> + </ToolFiles> + <Configurations> + <Configuration + Name="DebugAD|Win32" + OutputDirectory="./bin/$(ProjectName)/$(PlatformName)/$(ConfigurationName)" + IntermediateDirectory="./bin/$(ProjectName)/$(PlatformName)/$(ConfigurationName)" + ConfigurationType="4" + CharacterSet="2" + > + <Tool + Name="VCPreBuildEventTool" + /> + <Tool + Name="VCCustomBuildTool" + /> + <Tool + Name="VCXMLDataGeneratorTool" + /> + <Tool + Name="VCWebServiceProxyGeneratorTool" + /> + <Tool + Name="VCMIDLTool" + /> + <Tool + Name="VCCLCompilerTool" + Optimization="0" + PreprocessorDefinitions="WIN32;_DEBUG;_LIB" + MinimalRebuild="false" + BasicRuntimeChecks="3" + RuntimeLibrary="3" + UsePrecompiledHeader="0" + WarningLevel="1" + DebugInformationFormat="3" + /> + <Tool + Name="VCManagedResourceCompilerTool" + /> + <Tool + Name="VCResourceCompilerTool" + /> + <Tool + Name="VCPreLinkEventTool" + /> + <Tool + Name="VCLibrarianTool" + OutputFile="$(OutDir)\$(ProjectName)DAD.lib" + /> + <Tool + Name="VCALinkTool" + /> + <Tool + Name="VCXDCMakeTool" + /> + <Tool + Name="VCBscMakeTool" + /> + <Tool + Name="VCFxCopTool" + /> + <Tool + Name="VCPostBuildEventTool" + CommandLine="StormLib.bat $(PlatformName) $(ConfigurationName)" + /> + </Configuration> + <Configuration + Name="DebugAD|x64" + OutputDirectory="./bin/$(ProjectName)/$(PlatformName)/$(ConfigurationName)" + IntermediateDirectory="./bin/$(ProjectName)/$(PlatformName)/$(ConfigurationName)" + ConfigurationType="4" + CharacterSet="2" + > + <Tool + Name="VCPreBuildEventTool" + /> + <Tool + Name="VCCustomBuildTool" + /> + <Tool + Name="VCXMLDataGeneratorTool" + /> + <Tool + Name="VCWebServiceProxyGeneratorTool" + /> + <Tool + Name="VCMIDLTool" + TargetEnvironment="3" + /> + <Tool + Name="VCCLCompilerTool" + Optimization="0" + PreprocessorDefinitions="WIN32;_DEBUG;_LIB" + MinimalRebuild="false" + BasicRuntimeChecks="3" + RuntimeLibrary="3" + UsePrecompiledHeader="0" + WarningLevel="1" + DebugInformationFormat="3" + /> + <Tool + Name="VCManagedResourceCompilerTool" + /> + <Tool + Name="VCResourceCompilerTool" + /> + <Tool + Name="VCPreLinkEventTool" + /> + <Tool + Name="VCLibrarianTool" + OutputFile="$(OutDir)\$(ProjectName)DAD.lib" + /> + <Tool + Name="VCALinkTool" + /> + <Tool + Name="VCXDCMakeTool" + /> + <Tool + Name="VCBscMakeTool" + /> + <Tool + Name="VCFxCopTool" + /> + <Tool + Name="VCPostBuildEventTool" + CommandLine="StormLib.bat $(PlatformName) $(ConfigurationName)" + /> + </Configuration> + <Configuration + Name="DebugAS|Win32" + OutputDirectory="./bin/$(ProjectName)/$(PlatformName)/$(ConfigurationName)" + IntermediateDirectory="./bin/$(ProjectName)/$(PlatformName)/$(ConfigurationName)" + ConfigurationType="4" + CharacterSet="2" + > + <Tool + Name="VCPreBuildEventTool" + /> + <Tool + Name="VCCustomBuildTool" + /> + <Tool + Name="VCXMLDataGeneratorTool" + /> + <Tool + Name="VCWebServiceProxyGeneratorTool" + /> + <Tool + Name="VCMIDLTool" + /> + <Tool + Name="VCCLCompilerTool" + Optimization="0" + PreprocessorDefinitions="WIN32;_DEBUG;_LIB" + MinimalRebuild="false" + BasicRuntimeChecks="3" + RuntimeLibrary="1" + UsePrecompiledHeader="0" + WarningLevel="1" + DebugInformationFormat="3" + /> + <Tool + Name="VCManagedResourceCompilerTool" + /> + <Tool + Name="VCResourceCompilerTool" + /> + <Tool + Name="VCPreLinkEventTool" + /> + <Tool + Name="VCLibrarianTool" + OutputFile="$(OutDir)\$(ProjectName)DAS.lib" + /> + <Tool + Name="VCALinkTool" + /> + <Tool + Name="VCXDCMakeTool" + /> + <Tool + Name="VCBscMakeTool" + /> + <Tool + Name="VCFxCopTool" + /> + <Tool + Name="VCPostBuildEventTool" + CommandLine="StormLib.bat $(PlatformName) $(ConfigurationName)" + /> + </Configuration> + <Configuration + Name="DebugAS|x64" + OutputDirectory="./bin/$(ProjectName)/$(PlatformName)/$(ConfigurationName)" + IntermediateDirectory="./bin/$(ProjectName)/$(PlatformName)/$(ConfigurationName)" + ConfigurationType="4" + CharacterSet="2" + > + <Tool + Name="VCPreBuildEventTool" + /> + <Tool + Name="VCCustomBuildTool" + /> + <Tool + Name="VCXMLDataGeneratorTool" + /> + <Tool + Name="VCWebServiceProxyGeneratorTool" + /> + <Tool + Name="VCMIDLTool" + TargetEnvironment="3" + /> + <Tool + Name="VCCLCompilerTool" + Optimization="0" + PreprocessorDefinitions="WIN32;_DEBUG;_LIB" + MinimalRebuild="false" + BasicRuntimeChecks="3" + RuntimeLibrary="1" + UsePrecompiledHeader="0" + WarningLevel="1" + DebugInformationFormat="3" + /> + <Tool + Name="VCManagedResourceCompilerTool" + /> + <Tool + Name="VCResourceCompilerTool" + /> + <Tool + Name="VCPreLinkEventTool" + /> + <Tool + Name="VCLibrarianTool" + OutputFile="$(OutDir)\$(ProjectName)DAS.lib" + /> + <Tool + Name="VCALinkTool" + /> + <Tool + Name="VCXDCMakeTool" + /> + <Tool + Name="VCBscMakeTool" + /> + <Tool + Name="VCFxCopTool" + /> + <Tool + Name="VCPostBuildEventTool" + CommandLine="StormLib.bat $(PlatformName) $(ConfigurationName)" + /> + </Configuration> + <Configuration + Name="ReleaseAD|Win32" + OutputDirectory="./bin/$(ProjectName)/$(PlatformName)/$(ConfigurationName)" + IntermediateDirectory="./bin/$(ProjectName)/$(PlatformName)/$(ConfigurationName)" + ConfigurationType="4" + CharacterSet="2" + WholeProgramOptimization="1" + > + <Tool + Name="VCPreBuildEventTool" + /> + <Tool + Name="VCCustomBuildTool" + /> + <Tool + Name="VCXMLDataGeneratorTool" + /> + <Tool + Name="VCWebServiceProxyGeneratorTool" + /> + <Tool + Name="VCMIDLTool" + /> + <Tool + Name="VCCLCompilerTool" + Optimization="2" + PreprocessorDefinitions="WIN32;NDEBUG;_LIB" + RuntimeLibrary="2" + UsePrecompiledHeader="0" + WarningLevel="1" + DebugInformationFormat="3" + /> + <Tool + Name="VCManagedResourceCompilerTool" + /> + <Tool + Name="VCResourceCompilerTool" + /> + <Tool + Name="VCPreLinkEventTool" + /> + <Tool + Name="VCLibrarianTool" + OutputFile="$(OutDir)\$(ProjectName)RAD.lib" + /> + <Tool + Name="VCALinkTool" + /> + <Tool + Name="VCXDCMakeTool" + /> + <Tool + Name="VCBscMakeTool" + /> + <Tool + Name="VCFxCopTool" + /> + <Tool + Name="VCPostBuildEventTool" + CommandLine="StormLib.bat $(PlatformName) $(ConfigurationName)" + /> + </Configuration> + <Configuration + Name="ReleaseAD|x64" + OutputDirectory="./bin/$(ProjectName)/$(PlatformName)/$(ConfigurationName)" + IntermediateDirectory="./bin/$(ProjectName)/$(PlatformName)/$(ConfigurationName)" + ConfigurationType="4" + CharacterSet="2" + WholeProgramOptimization="1" + > + <Tool + Name="VCPreBuildEventTool" + /> + <Tool + Name="VCCustomBuildTool" + /> + <Tool + Name="VCXMLDataGeneratorTool" + /> + <Tool + Name="VCWebServiceProxyGeneratorTool" + /> + <Tool + Name="VCMIDLTool" + TargetEnvironment="3" + /> + <Tool + Name="VCCLCompilerTool" + Optimization="2" + PreprocessorDefinitions="WIN32;NDEBUG;_LIB" + RuntimeLibrary="2" + UsePrecompiledHeader="0" + WarningLevel="1" + DebugInformationFormat="3" + /> + <Tool + Name="VCManagedResourceCompilerTool" + /> + <Tool + Name="VCResourceCompilerTool" + /> + <Tool + Name="VCPreLinkEventTool" + /> + <Tool + Name="VCLibrarianTool" + OutputFile="$(OutDir)\$(ProjectName)RAD.lib" + /> + <Tool + Name="VCALinkTool" + /> + <Tool + Name="VCXDCMakeTool" + /> + <Tool + Name="VCBscMakeTool" + /> + <Tool + Name="VCFxCopTool" + /> + <Tool + Name="VCPostBuildEventTool" + CommandLine="StormLib.bat $(PlatformName) $(ConfigurationName)" + /> + </Configuration> + <Configuration + Name="ReleaseAS|Win32" + OutputDirectory="./bin/$(ProjectName)/$(PlatformName)/$(ConfigurationName)" + IntermediateDirectory="./bin/$(ProjectName)/$(PlatformName)/$(ConfigurationName)" + ConfigurationType="4" + CharacterSet="2" + WholeProgramOptimization="1" + > + <Tool + Name="VCPreBuildEventTool" + /> + <Tool + Name="VCCustomBuildTool" + /> + <Tool + Name="VCXMLDataGeneratorTool" + /> + <Tool + Name="VCWebServiceProxyGeneratorTool" + /> + <Tool + Name="VCMIDLTool" + /> + <Tool + Name="VCCLCompilerTool" + Optimization="2" + PreprocessorDefinitions="WIN32;NDEBUG;_LIB" + RuntimeLibrary="0" + UsePrecompiledHeader="0" + WarningLevel="1" + DebugInformationFormat="3" + /> + <Tool + Name="VCManagedResourceCompilerTool" + /> + <Tool + Name="VCResourceCompilerTool" + /> + <Tool + Name="VCPreLinkEventTool" + /> + <Tool + Name="VCLibrarianTool" + OutputFile="$(OutDir)\$(ProjectName)RAS.lib" + /> + <Tool + Name="VCALinkTool" + /> + <Tool + Name="VCXDCMakeTool" + /> + <Tool + Name="VCBscMakeTool" + /> + <Tool + Name="VCFxCopTool" + /> + <Tool + Name="VCPostBuildEventTool" + CommandLine="StormLib.bat $(PlatformName) $(ConfigurationName)" + /> + </Configuration> + <Configuration + Name="ReleaseAS|x64" + OutputDirectory="./bin/$(ProjectName)/$(PlatformName)/$(ConfigurationName)" + IntermediateDirectory="./bin/$(ProjectName)/$(PlatformName)/$(ConfigurationName)" + ConfigurationType="4" + CharacterSet="2" + WholeProgramOptimization="1" + > + <Tool + Name="VCPreBuildEventTool" + /> + <Tool + Name="VCCustomBuildTool" + /> + <Tool + Name="VCXMLDataGeneratorTool" + /> + <Tool + Name="VCWebServiceProxyGeneratorTool" + /> + <Tool + Name="VCMIDLTool" + TargetEnvironment="3" + /> + <Tool + Name="VCCLCompilerTool" + Optimization="2" + PreprocessorDefinitions="WIN32;NDEBUG;_LIB" + RuntimeLibrary="0" + UsePrecompiledHeader="0" + WarningLevel="1" + DebugInformationFormat="3" + /> + <Tool + Name="VCManagedResourceCompilerTool" + /> + <Tool + Name="VCResourceCompilerTool" + /> + <Tool + Name="VCPreLinkEventTool" + /> + <Tool + Name="VCLibrarianTool" + OutputFile="$(OutDir)\$(ProjectName)RAS.lib" + /> + <Tool + Name="VCALinkTool" + /> + <Tool + Name="VCXDCMakeTool" + /> + <Tool + Name="VCBscMakeTool" + /> + <Tool + Name="VCFxCopTool" + /> + <Tool + Name="VCPostBuildEventTool" + CommandLine="StormLib.bat $(PlatformName) $(ConfigurationName)" + /> + </Configuration> + <Configuration + Name="DebugUD|Win32" + OutputDirectory="./bin/$(ProjectName)/$(PlatformName)/$(ConfigurationName)" + IntermediateDirectory="./bin/$(ProjectName)/$(PlatformName)/$(ConfigurationName)" + ConfigurationType="4" + CharacterSet="1" + > + <Tool + Name="VCPreBuildEventTool" + /> + <Tool + Name="VCCustomBuildTool" + /> + <Tool + Name="VCXMLDataGeneratorTool" + /> + <Tool + Name="VCWebServiceProxyGeneratorTool" + /> + <Tool + Name="VCMIDLTool" + /> + <Tool + Name="VCCLCompilerTool" + Optimization="0" + PreprocessorDefinitions="WIN32;_DEBUG;_LIB" + MinimalRebuild="false" + BasicRuntimeChecks="3" + RuntimeLibrary="3" + UsePrecompiledHeader="0" + WarningLevel="1" + DebugInformationFormat="3" + /> + <Tool + Name="VCManagedResourceCompilerTool" + /> + <Tool + Name="VCResourceCompilerTool" + /> + <Tool + Name="VCPreLinkEventTool" + /> + <Tool + Name="VCLibrarianTool" + OutputFile="$(OutDir)\$(ProjectName)DUD.lib" + /> + <Tool + Name="VCALinkTool" + /> + <Tool + Name="VCXDCMakeTool" + /> + <Tool + Name="VCBscMakeTool" + /> + <Tool + Name="VCFxCopTool" + /> + <Tool + Name="VCPostBuildEventTool" + CommandLine="StormLib.bat $(PlatformName) $(ConfigurationName)" + /> + </Configuration> + <Configuration + Name="DebugUD|x64" + OutputDirectory="./bin/$(ProjectName)/$(PlatformName)/$(ConfigurationName)" + IntermediateDirectory="./bin/$(ProjectName)/$(PlatformName)/$(ConfigurationName)" + ConfigurationType="4" + CharacterSet="1" + > + <Tool + Name="VCPreBuildEventTool" + /> + <Tool + Name="VCCustomBuildTool" + /> + <Tool + Name="VCXMLDataGeneratorTool" + /> + <Tool + Name="VCWebServiceProxyGeneratorTool" + /> + <Tool + Name="VCMIDLTool" + TargetEnvironment="3" + /> + <Tool + Name="VCCLCompilerTool" + Optimization="0" + PreprocessorDefinitions="WIN32;_DEBUG;_LIB" + MinimalRebuild="false" + BasicRuntimeChecks="3" + RuntimeLibrary="3" + UsePrecompiledHeader="0" + WarningLevel="1" + DebugInformationFormat="3" + /> + <Tool + Name="VCManagedResourceCompilerTool" + /> + <Tool + Name="VCResourceCompilerTool" + /> + <Tool + Name="VCPreLinkEventTool" + /> + <Tool + Name="VCLibrarianTool" + OutputFile="$(OutDir)\$(ProjectName)DUD.lib" + /> + <Tool + Name="VCALinkTool" + /> + <Tool + Name="VCXDCMakeTool" + /> + <Tool + Name="VCBscMakeTool" + /> + <Tool + Name="VCFxCopTool" + /> + <Tool + Name="VCPostBuildEventTool" + CommandLine="StormLib.bat $(PlatformName) $(ConfigurationName)" + /> + </Configuration> + <Configuration + Name="DebugUS|Win32" + OutputDirectory="./bin/$(ProjectName)/$(PlatformName)/$(ConfigurationName)" + IntermediateDirectory="./bin/$(ProjectName)/$(PlatformName)/$(ConfigurationName)" + ConfigurationType="4" + CharacterSet="1" + > + <Tool + Name="VCPreBuildEventTool" + /> + <Tool + Name="VCCustomBuildTool" + /> + <Tool + Name="VCXMLDataGeneratorTool" + /> + <Tool + Name="VCWebServiceProxyGeneratorTool" + /> + <Tool + Name="VCMIDLTool" + /> + <Tool + Name="VCCLCompilerTool" + Optimization="0" + PreprocessorDefinitions="WIN32;_DEBUG;_LIB" + MinimalRebuild="false" + BasicRuntimeChecks="3" + RuntimeLibrary="1" + UsePrecompiledHeader="0" + WarningLevel="1" + DebugInformationFormat="3" + /> + <Tool + Name="VCManagedResourceCompilerTool" + /> + <Tool + Name="VCResourceCompilerTool" + /> + <Tool + Name="VCPreLinkEventTool" + /> + <Tool + Name="VCLibrarianTool" + OutputFile="$(OutDir)\$(ProjectName)DUS.lib" + /> + <Tool + Name="VCALinkTool" + /> + <Tool + Name="VCXDCMakeTool" + /> + <Tool + Name="VCBscMakeTool" + /> + <Tool + Name="VCFxCopTool" + /> + <Tool + Name="VCPostBuildEventTool" + CommandLine="StormLib.bat $(PlatformName) $(ConfigurationName)" + /> + </Configuration> + <Configuration + Name="DebugUS|x64" + OutputDirectory="./bin/$(ProjectName)/$(PlatformName)/$(ConfigurationName)" + IntermediateDirectory="./bin/$(ProjectName)/$(PlatformName)/$(ConfigurationName)" + ConfigurationType="4" + CharacterSet="1" + > + <Tool + Name="VCPreBuildEventTool" + /> + <Tool + Name="VCCustomBuildTool" + /> + <Tool + Name="VCXMLDataGeneratorTool" + /> + <Tool + Name="VCWebServiceProxyGeneratorTool" + /> + <Tool + Name="VCMIDLTool" + TargetEnvironment="3" + /> + <Tool + Name="VCCLCompilerTool" + Optimization="0" + PreprocessorDefinitions="WIN32;_DEBUG;_LIB" + MinimalRebuild="false" + BasicRuntimeChecks="3" + RuntimeLibrary="1" + UsePrecompiledHeader="0" + WarningLevel="1" + DebugInformationFormat="3" + /> + <Tool + Name="VCManagedResourceCompilerTool" + /> + <Tool + Name="VCResourceCompilerTool" + /> + <Tool + Name="VCPreLinkEventTool" + /> + <Tool + Name="VCLibrarianTool" + OutputFile="$(OutDir)\$(ProjectName)DUS.lib" + /> + <Tool + Name="VCALinkTool" + /> + <Tool + Name="VCXDCMakeTool" + /> + <Tool + Name="VCBscMakeTool" + /> + <Tool + Name="VCFxCopTool" + /> + <Tool + Name="VCPostBuildEventTool" + CommandLine="StormLib.bat $(PlatformName) $(ConfigurationName)" + /> + </Configuration> + <Configuration + Name="ReleaseUD|Win32" + OutputDirectory="./bin/$(ProjectName)/$(PlatformName)/$(ConfigurationName)" + IntermediateDirectory="./bin/$(ProjectName)/$(PlatformName)/$(ConfigurationName)" + ConfigurationType="4" + CharacterSet="1" + WholeProgramOptimization="1" + > + <Tool + Name="VCPreBuildEventTool" + /> + <Tool + Name="VCCustomBuildTool" + /> + <Tool + Name="VCXMLDataGeneratorTool" + /> + <Tool + Name="VCWebServiceProxyGeneratorTool" + /> + <Tool + Name="VCMIDLTool" + /> + <Tool + Name="VCCLCompilerTool" + Optimization="2" + PreprocessorDefinitions="WIN32;NDEBUG;_LIB" + RuntimeLibrary="2" + UsePrecompiledHeader="0" + WarningLevel="1" + DebugInformationFormat="3" + /> + <Tool + Name="VCManagedResourceCompilerTool" + /> + <Tool + Name="VCResourceCompilerTool" + /> + <Tool + Name="VCPreLinkEventTool" + /> + <Tool + Name="VCLibrarianTool" + OutputFile="$(OutDir)\$(ProjectName)RUD.lib" + /> + <Tool + Name="VCALinkTool" + /> + <Tool + Name="VCXDCMakeTool" + /> + <Tool + Name="VCBscMakeTool" + /> + <Tool + Name="VCFxCopTool" + /> + <Tool + Name="VCPostBuildEventTool" + CommandLine="StormLib.bat $(PlatformName) $(ConfigurationName)" + /> + </Configuration> + <Configuration + Name="ReleaseUD|x64" + OutputDirectory="./bin/$(ProjectName)/$(PlatformName)/$(ConfigurationName)" + IntermediateDirectory="./bin/$(ProjectName)/$(PlatformName)/$(ConfigurationName)" + ConfigurationType="4" + CharacterSet="1" + WholeProgramOptimization="1" + > + <Tool + Name="VCPreBuildEventTool" + /> + <Tool + Name="VCCustomBuildTool" + /> + <Tool + Name="VCXMLDataGeneratorTool" + /> + <Tool + Name="VCWebServiceProxyGeneratorTool" + /> + <Tool + Name="VCMIDLTool" + TargetEnvironment="3" + /> + <Tool + Name="VCCLCompilerTool" + Optimization="2" + PreprocessorDefinitions="WIN32;NDEBUG;_LIB" + RuntimeLibrary="2" + UsePrecompiledHeader="0" + WarningLevel="1" + DebugInformationFormat="3" + /> + <Tool + Name="VCManagedResourceCompilerTool" + /> + <Tool + Name="VCResourceCompilerTool" + /> + <Tool + Name="VCPreLinkEventTool" + /> + <Tool + Name="VCLibrarianTool" + OutputFile="$(OutDir)\$(ProjectName)RUD.lib" + /> + <Tool + Name="VCALinkTool" + /> + <Tool + Name="VCXDCMakeTool" + /> + <Tool + Name="VCBscMakeTool" + /> + <Tool + Name="VCFxCopTool" + /> + <Tool + Name="VCPostBuildEventTool" + CommandLine="StormLib.bat $(PlatformName) $(ConfigurationName)" + /> + </Configuration> + <Configuration + Name="ReleaseUS|Win32" + OutputDirectory="./bin/$(ProjectName)/$(PlatformName)/$(ConfigurationName)" + IntermediateDirectory="./bin/$(ProjectName)/$(PlatformName)/$(ConfigurationName)" + ConfigurationType="4" + CharacterSet="1" + WholeProgramOptimization="1" + > + <Tool + Name="VCPreBuildEventTool" + /> + <Tool + Name="VCCustomBuildTool" + /> + <Tool + Name="VCXMLDataGeneratorTool" + /> + <Tool + Name="VCWebServiceProxyGeneratorTool" + /> + <Tool + Name="VCMIDLTool" + /> + <Tool + Name="VCCLCompilerTool" + Optimization="2" + PreprocessorDefinitions="WIN32;NDEBUG;_LIB" + RuntimeLibrary="0" + UsePrecompiledHeader="0" + WarningLevel="1" + DebugInformationFormat="3" + /> + <Tool + Name="VCManagedResourceCompilerTool" + /> + <Tool + Name="VCResourceCompilerTool" + /> + <Tool + Name="VCPreLinkEventTool" + /> + <Tool + Name="VCLibrarianTool" + OutputFile="$(OutDir)\$(ProjectName)RUS.lib" + /> + <Tool + Name="VCALinkTool" + /> + <Tool + Name="VCXDCMakeTool" + /> + <Tool + Name="VCBscMakeTool" + /> + <Tool + Name="VCFxCopTool" + /> + <Tool + Name="VCPostBuildEventTool" + CommandLine="StormLib.bat $(PlatformName) $(ConfigurationName)" + /> + </Configuration> + <Configuration + Name="ReleaseUS|x64" + OutputDirectory="./bin/$(ProjectName)/$(PlatformName)/$(ConfigurationName)" + IntermediateDirectory="./bin/$(ProjectName)/$(PlatformName)/$(ConfigurationName)" + ConfigurationType="4" + CharacterSet="1" + WholeProgramOptimization="1" + > + <Tool + Name="VCPreBuildEventTool" + /> + <Tool + Name="VCCustomBuildTool" + /> + <Tool + Name="VCXMLDataGeneratorTool" + /> + <Tool + Name="VCWebServiceProxyGeneratorTool" + /> + <Tool + Name="VCMIDLTool" + TargetEnvironment="3" + /> + <Tool + Name="VCCLCompilerTool" + Optimization="2" + PreprocessorDefinitions="WIN32;NDEBUG;_LIB" + RuntimeLibrary="0" + UsePrecompiledHeader="0" + WarningLevel="1" + DebugInformationFormat="3" + /> + <Tool + Name="VCManagedResourceCompilerTool" + /> + <Tool + Name="VCResourceCompilerTool" + /> + <Tool + Name="VCPreLinkEventTool" + /> + <Tool + Name="VCLibrarianTool" + OutputFile="$(OutDir)\$(ProjectName)RUS.lib" + /> + <Tool + Name="VCALinkTool" + /> + <Tool + Name="VCXDCMakeTool" + /> + <Tool + Name="VCBscMakeTool" + /> + <Tool + Name="VCFxCopTool" + /> + <Tool + Name="VCPostBuildEventTool" + CommandLine="StormLib.bat $(PlatformName) $(ConfigurationName)" + /> + </Configuration> + </Configurations> + <References> + </References> + <Files> + <Filter + Name="Doc Files" + > + <File + RelativePath=".\doc\History.txt" + > + </File> + <File + RelativePath=".\doc\The MoPaQ File Format 0.9.txt" + > + </File> + <File + RelativePath=".\doc\The MoPaQ File Format 1.0.txt" + > + </File> + </Filter> + <Filter + Name="Header Files" + > + <File + RelativePath=".\src\StormCommon.h" + > + </File> + <File + RelativePath=".\src\StormLib.h" + > + </File> + <File + RelativePath=".\src\StormPort.h" + > + </File> + </Filter> + <Filter + Name="Source Files" + > + <File + RelativePath=".\src\FileStream.cpp" + > + <FileConfiguration + Name="DebugAD|Win32" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="1" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="DebugAD|x64" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="1" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="DebugAS|Win32" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="1" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="DebugAS|x64" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="1" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="ReleaseAD|Win32" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="1" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="ReleaseAD|x64" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="1" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="ReleaseAS|Win32" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="1" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="ReleaseAS|x64" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="1" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="DebugUD|Win32" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="1" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="DebugUD|x64" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="1" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="DebugUS|Win32" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="1" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="DebugUS|x64" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="1" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="ReleaseUD|Win32" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="1" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="ReleaseUD|x64" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="1" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="ReleaseUS|Win32" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="1" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="ReleaseUS|x64" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="1" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + </File> + <File + RelativePath=".\src\SBaseCommon.cpp" + > + <FileConfiguration + Name="DebugAD|Win32" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="DebugAD|x64" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="DebugAS|Win32" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="DebugAS|x64" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="ReleaseAD|Win32" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="ReleaseAD|x64" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="ReleaseAS|Win32" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="ReleaseAS|x64" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="DebugUD|Win32" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="DebugUD|x64" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="DebugUS|Win32" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="DebugUS|x64" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="ReleaseUD|Win32" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="ReleaseUD|x64" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="ReleaseUS|Win32" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="ReleaseUS|x64" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + </File> + <File + RelativePath=".\src\SBaseFileTable.cpp" + > + <FileConfiguration + Name="DebugAD|Win32" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="DebugAD|x64" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="DebugAS|Win32" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="DebugAS|x64" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="ReleaseAD|Win32" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="ReleaseAD|x64" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="ReleaseAS|Win32" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="ReleaseAS|x64" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="DebugUD|Win32" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="DebugUD|x64" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="DebugUS|Win32" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="DebugUS|x64" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="ReleaseUD|Win32" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="ReleaseUD|x64" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="ReleaseUS|Win32" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="ReleaseUS|x64" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + </File> + <File + RelativePath=".\src\SBaseSubTypes.cpp" + > + <FileConfiguration + Name="DebugAD|Win32" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="DebugAD|x64" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="DebugAS|Win32" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="DebugAS|x64" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="ReleaseAD|Win32" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="ReleaseAD|x64" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="ReleaseAS|Win32" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="ReleaseAS|x64" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="DebugUD|Win32" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="DebugUD|x64" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="DebugUS|Win32" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="DebugUS|x64" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="ReleaseUD|Win32" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="ReleaseUD|x64" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="ReleaseUS|Win32" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="ReleaseUS|x64" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + </File> + <File + RelativePath=".\src\SCompression.cpp" + > + <FileConfiguration + Name="DebugAD|Win32" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="DebugAD|x64" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="DebugAS|Win32" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="DebugAS|x64" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="ReleaseAD|Win32" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="ReleaseAD|x64" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="ReleaseAS|Win32" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="ReleaseAS|x64" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="DebugUD|Win32" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="DebugUD|x64" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="DebugUS|Win32" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="DebugUS|x64" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="ReleaseUD|Win32" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="ReleaseUD|x64" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="ReleaseUS|Win32" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="ReleaseUS|x64" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + </File> + <File + RelativePath=".\src\SFileAddFile.cpp" + > + <FileConfiguration + Name="DebugAD|Win32" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="DebugAD|x64" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="DebugAS|Win32" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="DebugAS|x64" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="ReleaseAD|Win32" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="ReleaseAD|x64" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="ReleaseAS|Win32" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="ReleaseAS|x64" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="DebugUD|Win32" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="DebugUD|x64" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="DebugUS|Win32" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="DebugUS|x64" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="ReleaseUD|Win32" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="ReleaseUD|x64" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="ReleaseUS|Win32" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="ReleaseUS|x64" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + </File> + <File + RelativePath=".\src\SFileAttributes.cpp" + > + <FileConfiguration + Name="DebugAD|Win32" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="DebugAD|x64" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="DebugAS|Win32" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="DebugAS|x64" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="ReleaseAD|Win32" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="ReleaseAD|x64" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="ReleaseAS|Win32" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="ReleaseAS|x64" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="DebugUD|Win32" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="DebugUD|x64" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="DebugUS|Win32" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="DebugUS|x64" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="ReleaseUD|Win32" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="ReleaseUD|x64" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="ReleaseUS|Win32" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="ReleaseUS|x64" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + </File> + <File + RelativePath=".\src\SFileCompactArchive.cpp" + > + <FileConfiguration + Name="DebugAD|Win32" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="DebugAD|x64" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="DebugAS|Win32" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="DebugAS|x64" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="ReleaseAD|Win32" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="ReleaseAD|x64" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="ReleaseAS|Win32" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="ReleaseAS|x64" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="DebugUD|Win32" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="DebugUD|x64" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="DebugUS|Win32" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="DebugUS|x64" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="ReleaseUD|Win32" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="ReleaseUD|x64" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="ReleaseUS|Win32" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="ReleaseUS|x64" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + </File> + <File + RelativePath=".\src\SFileCreateArchive.cpp" + > + <FileConfiguration + Name="DebugAD|Win32" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="DebugAD|x64" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="DebugAS|Win32" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="DebugAS|x64" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="ReleaseAD|Win32" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="ReleaseAD|x64" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="ReleaseAS|Win32" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="ReleaseAS|x64" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="DebugUD|Win32" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="DebugUD|x64" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="DebugUS|Win32" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="DebugUS|x64" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="ReleaseUD|Win32" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="ReleaseUD|x64" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="ReleaseUS|Win32" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="ReleaseUS|x64" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + </File> + <File + RelativePath=".\src\SFileExtractFile.cpp" + > + <FileConfiguration + Name="DebugAD|Win32" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="DebugAD|x64" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="DebugAS|Win32" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="DebugAS|x64" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="ReleaseAD|Win32" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="ReleaseAD|x64" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="ReleaseAS|Win32" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="ReleaseAS|x64" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="DebugUD|Win32" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="DebugUD|x64" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="DebugUS|Win32" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="DebugUS|x64" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="ReleaseUD|Win32" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="ReleaseUD|x64" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="ReleaseUS|Win32" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="ReleaseUS|x64" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + </File> + <File + RelativePath=".\src\SFileFindFile.cpp" + > + <FileConfiguration + Name="DebugAD|Win32" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="DebugAD|x64" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="DebugAS|Win32" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="DebugAS|x64" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="ReleaseAD|Win32" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="ReleaseAD|x64" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="ReleaseAS|Win32" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="ReleaseAS|x64" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="DebugUD|Win32" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="DebugUD|x64" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="DebugUS|Win32" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="DebugUS|x64" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="ReleaseUD|Win32" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="ReleaseUD|x64" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="ReleaseUS|Win32" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="ReleaseUS|x64" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + </File> + <File + RelativePath=".\src\SFileGetFileInfo.cpp" + > + <FileConfiguration + Name="DebugAD|Win32" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="DebugAD|x64" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="DebugAS|Win32" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="DebugAS|x64" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="ReleaseAD|Win32" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="ReleaseAD|x64" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="ReleaseAS|Win32" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="ReleaseAS|x64" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="DebugUD|Win32" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="DebugUD|x64" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="DebugUS|Win32" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="DebugUS|x64" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="ReleaseUD|Win32" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="ReleaseUD|x64" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="ReleaseUS|Win32" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="ReleaseUS|x64" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + </File> + <File + RelativePath=".\src\SFileListFile.cpp" + > + <FileConfiguration + Name="DebugAD|Win32" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="DebugAD|x64" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="DebugAS|Win32" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="DebugAS|x64" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="ReleaseAD|Win32" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="ReleaseAD|x64" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="ReleaseAS|Win32" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="ReleaseAS|x64" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="DebugUD|Win32" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="DebugUD|x64" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="DebugUS|Win32" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="DebugUS|x64" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="ReleaseUD|Win32" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="ReleaseUD|x64" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="ReleaseUS|Win32" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="ReleaseUS|x64" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + </File> + <File + RelativePath=".\src\SFileOpenArchive.cpp" + > + <FileConfiguration + Name="DebugAD|Win32" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="DebugAD|x64" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="DebugAS|Win32" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="DebugAS|x64" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="ReleaseAD|Win32" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="ReleaseAD|x64" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="ReleaseAS|Win32" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="ReleaseAS|x64" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="DebugUD|Win32" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="DebugUD|x64" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="DebugUS|Win32" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="DebugUS|x64" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="ReleaseUD|Win32" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="ReleaseUD|x64" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="ReleaseUS|Win32" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="ReleaseUS|x64" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + </File> + <File + RelativePath=".\src\SFileOpenFileEx.cpp" + > + <FileConfiguration + Name="DebugAD|Win32" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="DebugAD|x64" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="DebugAS|Win32" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="DebugAS|x64" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="ReleaseAD|Win32" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="ReleaseAD|x64" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="ReleaseAS|Win32" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="ReleaseAS|x64" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="DebugUD|Win32" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="DebugUD|x64" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="DebugUS|Win32" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="DebugUS|x64" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="ReleaseUD|Win32" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="ReleaseUD|x64" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="ReleaseUS|Win32" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="ReleaseUS|x64" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + </File> + <File + RelativePath=".\src\SFilePatchArchives.cpp" + > + <FileConfiguration + Name="DebugAD|Win32" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="DebugAD|x64" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="DebugAS|Win32" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="DebugAS|x64" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="ReleaseAD|Win32" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="ReleaseAD|x64" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="ReleaseAS|Win32" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="ReleaseAS|x64" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="DebugUD|Win32" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="DebugUD|x64" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="DebugUS|Win32" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="DebugUS|x64" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="ReleaseUD|Win32" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="ReleaseUD|x64" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="ReleaseUS|Win32" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="ReleaseUS|x64" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + </File> + <File + RelativePath=".\src\SFileReadFile.cpp" + > + <FileConfiguration + Name="DebugAD|Win32" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="DebugAD|x64" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="DebugAS|Win32" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="DebugAS|x64" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="ReleaseAD|Win32" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="ReleaseAD|x64" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="ReleaseAS|Win32" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="ReleaseAS|x64" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="DebugUD|Win32" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="DebugUD|x64" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="DebugUS|Win32" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="DebugUS|x64" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="ReleaseUD|Win32" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="ReleaseUD|x64" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="ReleaseUS|Win32" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="ReleaseUS|x64" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + </File> + <File + RelativePath=".\src\SFileVerify.cpp" + > + <FileConfiguration + Name="DebugAD|Win32" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="DebugAD|x64" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="DebugAS|Win32" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="DebugAS|x64" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="ReleaseAD|Win32" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="ReleaseAD|x64" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="ReleaseAS|Win32" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="ReleaseAS|x64" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="DebugUD|Win32" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="DebugUD|x64" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="DebugUS|Win32" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="DebugUS|x64" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="ReleaseUD|Win32" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="ReleaseUD|x64" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="ReleaseUS|Win32" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + <FileConfiguration + Name="ReleaseUS|x64" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="StormCommon.h" + WarningLevel="4" + /> + </FileConfiguration> + </File> + <Filter + Name="adpcm" + > + <File + RelativePath=".\src\adpcm\adpcm.cpp" + > + </File> + <File + RelativePath=".\src\adpcm\adpcm.h" + > + </File> + </Filter> + <Filter + Name="bzip2" + > + <File + RelativePath=".\src\bzip2\blocksort.c" + > + </File> + <File + RelativePath=".\src\bzip2\bzlib.c" + > + </File> + <File + RelativePath=".\src\bzip2\compress.c" + > + </File> + <File + RelativePath=".\src\bzip2\crctable.c" + > + </File> + <File + RelativePath=".\src\bzip2\decompress.c" + > + </File> + <File + RelativePath=".\src\bzip2\huffman.c" + > + </File> + <File + RelativePath=".\src\bzip2\randtable.c" + > + </File> + </Filter> + <Filter + Name="huffman" + > + <File + RelativePath=".\src\huffman\huff.cpp" + > + </File> + <File + RelativePath=".\src\huffman\huff.h" + > + </File> + </Filter> + <Filter + Name="libtomcrypt" + > + <Filter + Name="hashes" + > + <File + RelativePath=".\src\libtomcrypt\src\hashes\hash_memory.c" + > + </File> + <File + RelativePath=".\src\libtomcrypt\src\hashes\md5.c" + > + </File> + <File + RelativePath=".\src\libtomcrypt\src\hashes\sha1.c" + > + </File> + </Filter> + <Filter + Name="math" + > + <File + RelativePath=".\src\libtomcrypt\src\math\ltm_desc.c" + > + </File> + <File + RelativePath=".\src\libtomcrypt\src\math\multi.c" + > + </File> + <File + RelativePath=".\src\libtomcrypt\src\math\rand_prime.c" + > + </File> + </Filter> + <Filter + Name="misc" + > + <File + RelativePath=".\src\libtomcrypt\src\misc\base64_decode.c" + > + </File> + <File + RelativePath=".\src\libtomcrypt\src\misc\crypt_argchk.c" + > + </File> + <File + RelativePath=".\src\libtomcrypt\src\misc\crypt_find_hash.c" + > + </File> + <File + RelativePath=".\src\libtomcrypt\src\misc\crypt_find_prng.c" + > + </File> + <File + RelativePath=".\src\libtomcrypt\src\misc\crypt_hash_descriptor.c" + > + </File> + <File + RelativePath=".\src\libtomcrypt\src\misc\crypt_hash_is_valid.c" + > + </File> + <File + RelativePath=".\src\libtomcrypt\src\misc\crypt_libc.c" + > + </File> + <File + RelativePath=".\src\libtomcrypt\src\misc\crypt_ltc_mp_descriptor.c" + > + </File> + <File + RelativePath=".\src\libtomcrypt\src\misc\crypt_prng_descriptor.c" + > + </File> + <File + RelativePath=".\src\libtomcrypt\src\misc\crypt_prng_is_valid.c" + > + </File> + <File + RelativePath=".\src\libtomcrypt\src\misc\crypt_register_hash.c" + > + </File> + <File + RelativePath=".\src\libtomcrypt\src\misc\crypt_register_prng.c" + > + </File> + <File + RelativePath=".\src\libtomcrypt\src\misc\zeromem.c" + > + </File> + </Filter> + <Filter + Name="pk" + > + <Filter + Name="asn1" + > + <File + RelativePath=".\src\libtomcrypt\src\pk\asn1\der_decode_bit_string.c" + > + </File> + <File + RelativePath=".\src\libtomcrypt\src\pk\asn1\der_decode_boolean.c" + > + </File> + <File + RelativePath=".\src\libtomcrypt\src\pk\asn1\der_decode_choice.c" + > + </File> + <File + RelativePath=".\src\libtomcrypt\src\pk\asn1\der_decode_ia5_string.c" + > + </File> + <File + RelativePath=".\src\libtomcrypt\src\pk\asn1\der_decode_integer.c" + > + </File> + <File + RelativePath=".\src\libtomcrypt\src\pk\asn1\der_decode_object_identifier.c" + > + </File> + <File + RelativePath=".\src\libtomcrypt\src\pk\asn1\der_decode_octet_string.c" + > + </File> + <File + RelativePath=".\src\libtomcrypt\src\pk\asn1\der_decode_printable_string.c" + > + </File> + <File + RelativePath=".\src\libtomcrypt\src\pk\asn1\der_decode_sequence_ex.c" + > + </File> + <File + RelativePath=".\src\libtomcrypt\src\pk\asn1\der_decode_sequence_flexi.c" + > + </File> + <File + RelativePath=".\src\libtomcrypt\src\pk\asn1\der_decode_sequence_multi.c" + > + </File> + <File + RelativePath=".\src\libtomcrypt\src\pk\asn1\der_decode_short_integer.c" + > + </File> + <File + RelativePath=".\src\libtomcrypt\src\pk\asn1\der_decode_utctime.c" + > + </File> + <File + RelativePath=".\src\libtomcrypt\src\pk\asn1\der_decode_utf8_string.c" + > + </File> + <File + RelativePath=".\src\libtomcrypt\src\pk\asn1\der_encode_bit_string.c" + > + </File> + <File + RelativePath=".\src\libtomcrypt\src\pk\asn1\der_encode_boolean.c" + > + </File> + <File + RelativePath=".\src\libtomcrypt\src\pk\asn1\der_encode_ia5_string.c" + > + </File> + <File + RelativePath=".\src\libtomcrypt\src\pk\asn1\der_encode_integer.c" + > + </File> + <File + RelativePath=".\src\libtomcrypt\src\pk\asn1\der_encode_object_identifier.c" + > + </File> + <File + RelativePath=".\src\libtomcrypt\src\pk\asn1\der_encode_octet_string.c" + > + </File> + <File + RelativePath=".\src\libtomcrypt\src\pk\asn1\der_encode_printable_string.c" + > + </File> + <File + RelativePath=".\src\libtomcrypt\src\pk\asn1\der_encode_sequence_ex.c" + > + </File> + <File + RelativePath=".\src\libtomcrypt\src\pk\asn1\der_encode_sequence_multi.c" + > + </File> + <File + RelativePath=".\src\libtomcrypt\src\pk\asn1\der_encode_set.c" + > + </File> + <File + RelativePath=".\src\libtomcrypt\src\pk\asn1\der_encode_setof.c" + > + </File> + <File + RelativePath=".\src\libtomcrypt\src\pk\asn1\der_encode_short_integer.c" + > + </File> + <File + RelativePath=".\src\libtomcrypt\src\pk\asn1\der_encode_utctime.c" + > + </File> + <File + RelativePath=".\src\libtomcrypt\src\pk\asn1\der_encode_utf8_string.c" + > + </File> + <File + RelativePath=".\src\libtomcrypt\src\pk\asn1\der_length_bit_string.c" + > + </File> + <File + RelativePath=".\src\libtomcrypt\src\pk\asn1\der_length_boolean.c" + > + </File> + <File + RelativePath=".\src\libtomcrypt\src\pk\asn1\der_length_ia5_string.c" + > + </File> + <File + RelativePath=".\src\libtomcrypt\src\pk\asn1\der_length_integer.c" + > + </File> + <File + RelativePath=".\src\libtomcrypt\src\pk\asn1\der_length_object_identifier.c" + > + </File> + <File + RelativePath=".\src\libtomcrypt\src\pk\asn1\der_length_octet_string.c" + > + </File> + <File + RelativePath=".\src\libtomcrypt\src\pk\asn1\der_length_printable_string.c" + > + </File> + <File + RelativePath=".\src\libtomcrypt\src\pk\asn1\der_length_sequence.c" + > + </File> + <File + RelativePath=".\src\libtomcrypt\src\pk\asn1\der_length_short_integer.c" + > + </File> + <File + RelativePath=".\src\libtomcrypt\src\pk\asn1\der_length_utctime.c" + > + </File> + <File + RelativePath=".\src\libtomcrypt\src\pk\asn1\der_length_utf8_string.c" + > + </File> + <File + RelativePath=".\src\libtomcrypt\src\pk\asn1\der_sequence_free.c" + > + </File> + </Filter> + <Filter + Name="ecc" + > + <File + RelativePath=".\src\libtomcrypt\src\pk\ecc\ltc_ecc_map.c" + > + </File> + <File + RelativePath=".\src\libtomcrypt\src\pk\ecc\ltc_ecc_mul2add.c" + > + </File> + <File + RelativePath=".\src\libtomcrypt\src\pk\ecc\ltc_ecc_mulmod.c" + > + </File> + <File + RelativePath=".\src\libtomcrypt\src\pk\ecc\ltc_ecc_points.c" + > + </File> + <File + RelativePath=".\src\libtomcrypt\src\pk\ecc\ltc_ecc_projective_add_point.c" + > + </File> + <File + RelativePath=".\src\libtomcrypt\src\pk\ecc\ltc_ecc_projective_dbl_point.c" + > + </File> + </Filter> + <Filter + Name="pkcs1" + > + <File + RelativePath=".\src\libtomcrypt\src\pk\pkcs1\pkcs_1_mgf1.c" + > + </File> + <File + RelativePath=".\src\libtomcrypt\src\pk\pkcs1\pkcs_1_oaep_decode.c" + > + </File> + <File + RelativePath=".\src\libtomcrypt\src\pk\pkcs1\pkcs_1_pss_decode.c" + > + </File> + <File + RelativePath=".\src\libtomcrypt\src\pk\pkcs1\pkcs_1_pss_encode.c" + > + </File> + <File + RelativePath=".\src\libtomcrypt\src\pk\pkcs1\pkcs_1_v1_5_decode.c" + > + </File> + <File + RelativePath=".\src\libtomcrypt\src\pk\pkcs1\pkcs_1_v1_5_encode.c" + > + </File> + </Filter> + <Filter + Name="rsa" + > + <File + RelativePath=".\src\libtomcrypt\src\pk\rsa\rsa_exptmod.c" + > + </File> + <File + RelativePath=".\src\libtomcrypt\src\pk\rsa\rsa_free.c" + > + </File> + <File + RelativePath=".\src\libtomcrypt\src\pk\rsa\rsa_import.c" + > + </File> + <File + RelativePath=".\src\libtomcrypt\src\pk\rsa\rsa_make_key.c" + > + </File> + <File + RelativePath=".\src\libtomcrypt\src\pk\rsa\rsa_sign_hash.c" + > + </File> + <File + RelativePath=".\src\libtomcrypt\src\pk\rsa\rsa_verify_hash.c" + > + </File> + <File + RelativePath=".\src\libtomcrypt\src\pk\rsa\rsa_verify_simple.c" + > + </File> + </Filter> + </Filter> + </Filter> + <Filter + Name="libtommath" + > + <File + RelativePath=".\src\libtommath\bn_fast_mp_invmod.c" + > + </File> + <File + RelativePath=".\src\libtommath\bn_fast_mp_montgomery_reduce.c" + > + </File> + <File + RelativePath=".\src\libtommath\bn_fast_s_mp_mul_digs.c" + > + </File> + <File + RelativePath=".\src\libtommath\bn_fast_s_mp_mul_high_digs.c" + > + </File> + <File + RelativePath=".\src\libtommath\bn_fast_s_mp_sqr.c" + > + </File> + <File + RelativePath=".\src\libtommath\bn_mp_2expt.c" + > + </File> + <File + RelativePath=".\src\libtommath\bn_mp_abs.c" + > + </File> + <File + RelativePath=".\src\libtommath\bn_mp_add.c" + > + </File> + <File + RelativePath=".\src\libtommath\bn_mp_add_d.c" + > + </File> + <File + RelativePath=".\src\libtommath\bn_mp_addmod.c" + > + </File> + <File + RelativePath=".\src\libtommath\bn_mp_and.c" + > + </File> + <File + RelativePath=".\src\libtommath\bn_mp_clamp.c" + > + </File> + <File + RelativePath=".\src\libtommath\bn_mp_clear.c" + > + </File> + <File + RelativePath=".\src\libtommath\bn_mp_clear_multi.c" + > + </File> + <File + RelativePath=".\src\libtommath\bn_mp_cmp.c" + > + </File> + <File + RelativePath=".\src\libtommath\bn_mp_cmp_d.c" + > + </File> + <File + RelativePath=".\src\libtommath\bn_mp_cmp_mag.c" + > + </File> + <File + RelativePath=".\src\libtommath\bn_mp_cnt_lsb.c" + > + </File> + <File + RelativePath=".\src\libtommath\bn_mp_copy.c" + > + </File> + <File + RelativePath=".\src\libtommath\bn_mp_count_bits.c" + > + </File> + <File + RelativePath=".\src\libtommath\bn_mp_div.c" + > + </File> + <File + RelativePath=".\src\libtommath\bn_mp_div_2.c" + > + </File> + <File + RelativePath=".\src\libtommath\bn_mp_div_2d.c" + > + </File> + <File + RelativePath=".\src\libtommath\bn_mp_div_3.c" + > + </File> + <File + RelativePath=".\src\libtommath\bn_mp_div_d.c" + > + </File> + <File + RelativePath=".\src\libtommath\bn_mp_dr_is_modulus.c" + > + </File> + <File + RelativePath=".\src\libtommath\bn_mp_dr_reduce.c" + > + </File> + <File + RelativePath=".\src\libtommath\bn_mp_dr_setup.c" + > + </File> + <File + RelativePath=".\src\libtommath\bn_mp_exch.c" + > + </File> + <File + RelativePath=".\src\libtommath\bn_mp_expt_d.c" + > + </File> + <File + RelativePath=".\src\libtommath\bn_mp_exptmod.c" + > + </File> + <File + RelativePath=".\src\libtommath\bn_mp_exptmod_fast.c" + > + </File> + <File + RelativePath=".\src\libtommath\bn_mp_exteuclid.c" + > + </File> + <File + RelativePath=".\src\libtommath\bn_mp_fread.c" + > + </File> + <File + RelativePath=".\src\libtommath\bn_mp_fwrite.c" + > + </File> + <File + RelativePath=".\src\libtommath\bn_mp_gcd.c" + > + </File> + <File + RelativePath=".\src\libtommath\bn_mp_get_int.c" + > + </File> + <File + RelativePath=".\src\libtommath\bn_mp_grow.c" + > + </File> + <File + RelativePath=".\src\libtommath\bn_mp_init.c" + > + </File> + <File + RelativePath=".\src\libtommath\bn_mp_init_copy.c" + > + </File> + <File + RelativePath=".\src\libtommath\bn_mp_init_multi.c" + > + </File> + <File + RelativePath=".\src\libtommath\bn_mp_init_set.c" + > + </File> + <File + RelativePath=".\src\libtommath\bn_mp_init_set_int.c" + > + </File> + <File + RelativePath=".\src\libtommath\bn_mp_init_size.c" + > + </File> + <File + RelativePath=".\src\libtommath\bn_mp_invmod.c" + > + </File> + <File + RelativePath=".\src\libtommath\bn_mp_invmod_slow.c" + > + </File> + <File + RelativePath=".\src\libtommath\bn_mp_is_square.c" + > + </File> + <File + RelativePath=".\src\libtommath\bn_mp_jacobi.c" + > + </File> + <File + RelativePath=".\src\libtommath\bn_mp_karatsuba_mul.c" + > + </File> + <File + RelativePath=".\src\libtommath\bn_mp_karatsuba_sqr.c" + > + </File> + <File + RelativePath=".\src\libtommath\bn_mp_lcm.c" + > + </File> + <File + RelativePath=".\src\libtommath\bn_mp_lshd.c" + > + </File> + <File + RelativePath=".\src\libtommath\bn_mp_mod.c" + > + </File> + <File + RelativePath=".\src\libtommath\bn_mp_mod_2d.c" + > + </File> + <File + RelativePath=".\src\libtommath\bn_mp_mod_d.c" + > + </File> + <File + RelativePath=".\src\libtommath\bn_mp_montgomery_calc_normalization.c" + > + </File> + <File + RelativePath=".\src\libtommath\bn_mp_montgomery_reduce.c" + > + </File> + <File + RelativePath=".\src\libtommath\bn_mp_montgomery_setup.c" + > + </File> + <File + RelativePath=".\src\libtommath\bn_mp_mul.c" + > + </File> + <File + RelativePath=".\src\libtommath\bn_mp_mul_2.c" + > + </File> + <File + RelativePath=".\src\libtommath\bn_mp_mul_2d.c" + > + </File> + <File + RelativePath=".\src\libtommath\bn_mp_mul_d.c" + > + </File> + <File + RelativePath=".\src\libtommath\bn_mp_mulmod.c" + > + </File> + <File + RelativePath=".\src\libtommath\bn_mp_n_root.c" + > + </File> + <File + RelativePath=".\src\libtommath\bn_mp_neg.c" + > + </File> + <File + RelativePath=".\src\libtommath\bn_mp_or.c" + > + </File> + <File + RelativePath=".\src\libtommath\bn_mp_prime_fermat.c" + > + </File> + <File + RelativePath=".\src\libtommath\bn_mp_prime_is_divisible.c" + > + </File> + <File + RelativePath=".\src\libtommath\bn_mp_prime_is_prime.c" + > + </File> + <File + RelativePath=".\src\libtommath\bn_mp_prime_miller_rabin.c" + > + </File> + <File + RelativePath=".\src\libtommath\bn_mp_prime_next_prime.c" + > + </File> + <File + RelativePath=".\src\libtommath\bn_mp_prime_rabin_miller_trials.c" + > + </File> + <File + RelativePath=".\src\libtommath\bn_mp_prime_random_ex.c" + > + </File> + <File + RelativePath=".\src\libtommath\bn_mp_radix_size.c" + > + </File> + <File + RelativePath=".\src\libtommath\bn_mp_radix_smap.c" + > + </File> + <File + RelativePath=".\src\libtommath\bn_mp_rand.c" + > + </File> + <File + RelativePath=".\src\libtommath\bn_mp_read_radix.c" + > + </File> + <File + RelativePath=".\src\libtommath\bn_mp_read_signed_bin.c" + > + </File> + <File + RelativePath=".\src\libtommath\bn_mp_read_unsigned_bin.c" + > + </File> + <File + RelativePath=".\src\libtommath\bn_mp_reduce.c" + > + </File> + <File + RelativePath=".\src\libtommath\bn_mp_reduce_2k.c" + > + </File> + <File + RelativePath=".\src\libtommath\bn_mp_reduce_2k_l.c" + > + </File> + <File + RelativePath=".\src\libtommath\bn_mp_reduce_2k_setup.c" + > + </File> + <File + RelativePath=".\src\libtommath\bn_mp_reduce_2k_setup_l.c" + > + </File> + <File + RelativePath=".\src\libtommath\bn_mp_reduce_is_2k.c" + > + </File> + <File + RelativePath=".\src\libtommath\bn_mp_reduce_is_2k_l.c" + > + </File> + <File + RelativePath=".\src\libtommath\bn_mp_reduce_setup.c" + > + </File> + <File + RelativePath=".\src\libtommath\bn_mp_rshd.c" + > + </File> + <File + RelativePath=".\src\libtommath\bn_mp_set.c" + > + </File> + <File + RelativePath=".\src\libtommath\bn_mp_set_int.c" + > + </File> + <File + RelativePath=".\src\libtommath\bn_mp_shrink.c" + > + </File> + <File + RelativePath=".\src\libtommath\bn_mp_signed_bin_size.c" + > + </File> + <File + RelativePath=".\src\libtommath\bn_mp_sqr.c" + > + </File> + <File + RelativePath=".\src\libtommath\bn_mp_sqrmod.c" + > + </File> + <File + RelativePath=".\src\libtommath\bn_mp_sqrt.c" + > + </File> + <File + RelativePath=".\src\libtommath\bn_mp_sub.c" + > + </File> + <File + RelativePath=".\src\libtommath\bn_mp_sub_d.c" + > + </File> + <File + RelativePath=".\src\libtommath\bn_mp_submod.c" + > + </File> + <File + RelativePath=".\src\libtommath\bn_mp_to_signed_bin.c" + > + </File> + <File + RelativePath=".\src\libtommath\bn_mp_to_signed_bin_n.c" + > + </File> + <File + RelativePath=".\src\libtommath\bn_mp_to_unsigned_bin.c" + > + </File> + <File + RelativePath=".\src\libtommath\bn_mp_to_unsigned_bin_n.c" + > + </File> + <File + RelativePath=".\src\libtommath\bn_mp_toom_mul.c" + > + </File> + <File + RelativePath=".\src\libtommath\bn_mp_toom_sqr.c" + > + </File> + <File + RelativePath=".\src\libtommath\bn_mp_toradix.c" + > + </File> + <File + RelativePath=".\src\libtommath\bn_mp_toradix_n.c" + > + </File> + <File + RelativePath=".\src\libtommath\bn_mp_unsigned_bin_size.c" + > + </File> + <File + RelativePath=".\src\libtommath\bn_mp_xor.c" + > + </File> + <File + RelativePath=".\src\libtommath\bn_mp_zero.c" + > + </File> + <File + RelativePath=".\src\libtommath\bn_prime_tab.c" + > + </File> + <File + RelativePath=".\src\libtommath\bn_reverse.c" + > + </File> + <File + RelativePath=".\src\libtommath\bn_s_mp_add.c" + > + </File> + <File + RelativePath=".\src\libtommath\bn_s_mp_exptmod.c" + > + </File> + <File + RelativePath=".\src\libtommath\bn_s_mp_mul_digs.c" + > + </File> + <File + RelativePath=".\src\libtommath\bn_s_mp_mul_high_digs.c" + > + </File> + <File + RelativePath=".\src\libtommath\bn_s_mp_sqr.c" + > + </File> + <File + RelativePath=".\src\libtommath\bn_s_mp_sub.c" + > + </File> + <File + RelativePath=".\src\libtommath\bncore.c" + > + </File> + </Filter> + <Filter + Name="lzma" + > + <File + RelativePath=".\src\lzma\C\LzFind.c" + > + </File> + <File + RelativePath=".\src\lzma\C\LzFindMt.c" + > + </File> + <File + RelativePath=".\src\lzma\C\LzmaDec.c" + > + </File> + <File + RelativePath=".\src\lzma\C\LzmaEnc.c" + > + </File> + <File + RelativePath=".\src\lzma\C\Threads.c" + > + </File> + </Filter> + <Filter + Name="pklib" + > + <File + RelativePath=".\src\pklib\explode.c" + > + </File> + <File + RelativePath=".\src\pklib\implode.c" + > + </File> + <File + RelativePath=".\src\pklib\pklib.h" + > + </File> + </Filter> + <Filter + Name="sparse" + > + <File + RelativePath=".\src\sparse\sparse.cpp" + > + </File> + <File + RelativePath=".\src\sparse\sparse.h" + > + </File> + </Filter> + <Filter + Name="zlib" + > + <File + RelativePath=".\src\zlib\adler32.c" + > + </File> + <File + RelativePath=".\src\zlib\compress_zlib.c" + > + </File> + <File + RelativePath=".\src\zlib\crc32.c" + > + </File> + <File + RelativePath=".\src\zlib\deflate.c" + > + </File> + <File + RelativePath=".\src\zlib\inffast.c" + > + </File> + <File + RelativePath=".\src\zlib\inflate.c" + > + </File> + <File + RelativePath=".\src\zlib\inftrees.c" + > + </File> + <File + RelativePath=".\src\zlib\trees.c" + > + </File> + <File + RelativePath=".\src\zlib\zutil.c" + > + </File> + </Filter> + <Filter + Name="jenkins" + > + <File + RelativePath=".\src\jenkins\lookup.h" + > + </File> + <File + RelativePath=".\src\jenkins\lookup3.c" + > + </File> + </Filter> + </Filter> + </Files> + <Globals> + </Globals> +</VisualStudioProject> diff --git a/src/SFileCreateArchive.cpp b/src/SFileCreateArchive.cpp index fb9ed60..df32759 100644 --- a/src/SFileCreateArchive.cpp +++ b/src/SFileCreateArchive.cpp @@ -202,7 +202,7 @@ bool WINAPI SFileCreateArchive2(const TCHAR * szMpqName, PSFILE_CREATE_MPQ pCrea if(nError == ERROR_SUCCESS) { memset(ha, 0, sizeof(TMPQArchive)); - ha->pfnHashString = HashString; + ha->pfnHashString = HashStringSlash; ha->pStream = pStream; ha->dwSectorSize = pCreateInfo->dwSectorSize; ha->UserDataPos = MpqPos; diff --git a/src/SFileFindFile.cpp b/src/SFileFindFile.cpp index aacba12..41f31e1 100644 --- a/src/SFileFindFile.cpp +++ b/src/SFileFindFile.cpp @@ -138,7 +138,7 @@ static bool FileWasFoundBefore( }
// Calculate the hash to the table
- dwNameHash = HashString(szRealFileName, MPQ_HASH_NAME_A);
+ dwNameHash = ha->pfnHashString(szRealFileName, MPQ_HASH_NAME_A);
dwStartIndex = dwIndex = (dwNameHash % hs->dwSearchTableItems);
// The file might have been found before
diff --git a/src/SFileOpenArchive.cpp b/src/SFileOpenArchive.cpp index a951d39..f9469fb 100644 --- a/src/SFileOpenArchive.cpp +++ b/src/SFileOpenArchive.cpp @@ -215,7 +215,7 @@ bool WINAPI SFileOpenArchive( bool bSearchComplete = false; memset(ha, 0, sizeof(TMPQArchive)); - ha->pfnHashString = HashString; + ha->pfnHashString = HashStringSlash; ha->pStream = pStream; pStream = NULL; diff --git a/storm_dll/Storm_dll.sln b/storm_dll/Storm_dll.sln index 3b323fa..2641f65 100644 --- a/storm_dll/Storm_dll.sln +++ b/storm_dll/Storm_dll.sln @@ -1,4 +1,3 @@ - Microsoft Visual Studio Solution File, Format Version 10.00 # Visual Studio 2008 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Storm_dll", "Storm_dll.vcproj", "{BD600973-C6FA-4CE3-8821-67F6418B7F9C}" diff --git a/storm_dll/storm_test.cpp b/storm_dll/storm_test.cpp index e691776..4c69443 100644 --- a/storm_dll/storm_test.cpp +++ b/storm_dll/storm_test.cpp @@ -25,12 +25,16 @@ int main() { HANDLE hMpq = NULL; + HANDLE hFile = NULL; - _asm int 3; - StormOpenFileEx(NULL, NULL, 0, NULL); + if(StormOpenArchive("e:\\Multimedia\\MPQs\\1995 - Test MPQs\\MPQ_2015_v1_MessListFile.mpq", 0, 0, &hMpq)) + { + _asm int 3; + if(StormOpenFileEx(hMpq, "\\\\\\*¹BTNGoblinPyrotechnician.blp", 0, &hFile)) + { + StormCloseFile(hFile); + } - if(StormOpenArchive("E:\\Multimedia\\MPQs\\1995 - Test MPQs\\MPQ_2014_v1_ProtectedMap_Spazzler3.w3x", 0, 0, &hMpq)) - { StormCloseArchive(hMpq); } diff --git a/test/StormTest.cpp b/test/StormTest.cpp index f2ead09..af41024 100644 --- a/test/StormTest.cpp +++ b/test/StormTest.cpp @@ -4184,11 +4184,11 @@ int main(int argc, char * argv[]) // Test working with an archive that has no listfile
if(nError == ERROR_SUCCESS)
nError = TestOpenFile_OpenById("MPQ_1997_v1_Diablo1_DIABDAT.MPQ");
-*/
+
// Open a file whose archive's (signature) file has flags = 0x90000000
if(nError == ERROR_SUCCESS)
nError = TestOpenArchive("MPQ_1997_v1_Diablo1_STANDARD.SNP", "ListFile_Blizzard.txt");
-/*
+
// Open an empty archive (found in WoW cache - it's just a header)
if(nError == ERROR_SUCCESS)
nError = TestOpenArchive("MPQ_2012_v2_EmptyMpq.MPQ");
@@ -4271,7 +4271,11 @@ int main(int argc, char * argv[]) // Open an Warcraft III map locked by Spazy protector
if(nError == ERROR_SUCCESS)
nError = TestOpenArchive("MPQ_2015_v1_ProtectedMap_Spazy.w3x");
-
+*/
+ // Open an Warcraft III map locked by Spazy protector
+ if(nError == ERROR_SUCCESS)
+ nError = TestOpenArchive("MPQ_2015_v1_MessListFile.mpq");
+/*
// Open an protected map
if(nError == ERROR_SUCCESS)
nError = TestOpenArchive("MPQ_2015_v1_flem1.w3x");
|