diff options
author | Ladislav Zezula <zezula@volny.cz> | 2017-11-11 16:00:12 +0100 |
---|---|---|
committer | Ladislav Zezula <zezula@volny.cz> | 2017-11-11 16:00:12 +0100 |
commit | 08a362935e25598df36e304fd9b8fab41f779d90 (patch) | |
tree | 35e67c49b726e445fbb0964a768a0f14cd545ead | |
parent | f0f124580a10c90cef8298c2647662c501703c98 (diff) |
+ Full support for VS 2015
+ Removed support for VS 2012
+ Fixed bug on ANSI buids (Mac)
-rw-r--r-- | StormLib_dll.vcproj | 2655 | ||||
-rw-r--r-- | StormLib_vs08_test.vcproj (renamed from StormLib_test.vcproj) | 0 | ||||
-rw-r--r-- | StormLib_vs12.sln | 67 | ||||
-rw-r--r-- | StormLib_vs12.vcxproj | 931 | ||||
-rw-r--r-- | StormLib_vs15_dll.vcxproj | 529 | ||||
-rw-r--r-- | StormLib_vs15_dll.vcxproj.filters (renamed from StormLib_vs12.vcxproj.filters) | 166 | ||||
-rw-r--r-- | StormLib_vs15_test.vcxproj | 541 | ||||
-rw-r--r-- | StormLib_vs15_test.vcxproj.filters | 839 |
8 files changed, 1996 insertions, 3732 deletions
diff --git a/StormLib_dll.vcproj b/StormLib_dll.vcproj deleted file mode 100644 index 0b8d247..0000000 --- a/StormLib_dll.vcproj +++ /dev/null @@ -1,2655 +0,0 @@ -<?xml version="1.0" encoding="windows-1250"?> -<VisualStudioProject - ProjectType="Visual C++" - Version="9,00" - Name="StormLib_dll" - ProjectGUID="{CB385198-50B1-4CF4-883B-11F042DED6AA}" - RootNamespace="StormLib_dll" - Keyword="Win32Proj" - TargetFrameworkVersion="131072" - > - <Platforms> - <Platform - Name="Win32" - /> - <Platform - Name="x64" - /> - </Platforms> - <ToolFiles> - </ToolFiles> - <Configurations> - <Configuration - Name="Debug|Win32" - OutputDirectory="./bin/$(ProjectName)/$(PlatformName)/$(ConfigurationName)" - IntermediateDirectory="./bin/$(ProjectName)/$(PlatformName)/$(ConfigurationName)" - ConfigurationType="2" - 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;_WINDOWS;_USRDLL" - MinimalRebuild="true" - BasicRuntimeChecks="3" - RuntimeLibrary="1" - UsePrecompiledHeader="0" - WarningLevel="1" - DebugInformationFormat="3" - /> - <Tool - Name="VCManagedResourceCompilerTool" - /> - <Tool - Name="VCResourceCompilerTool" - /> - <Tool - Name="VCPreLinkEventTool" - /> - <Tool - Name="VCLinkerTool" - OutputFile="$(OutDir)\StormLib.dll" - LinkIncremental="2" - ModuleDefinitionFile=".\StormLib_dll\StormLib.def" - GenerateDebugInformation="true" - SubSystem="2" - RandomizedBaseAddress="1" - DataExecutionPrevention="0" - TargetMachine="1" - /> - <Tool - Name="VCALinkTool" - /> - <Tool - Name="VCManifestTool" - /> - <Tool - Name="VCXDCMakeTool" - /> - <Tool - Name="VCBscMakeTool" - /> - <Tool - Name="VCFxCopTool" - /> - <Tool - Name="VCAppVerifierTool" - /> - <Tool - Name="VCPostBuildEventTool" - /> - </Configuration> - <Configuration - Name="Debug|x64" - OutputDirectory="./bin/$(ProjectName)/$(PlatformName)/$(ConfigurationName)" - IntermediateDirectory="./bin/$(ProjectName)/$(PlatformName)/$(ConfigurationName)" - ConfigurationType="2" - 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;_WINDOWS;_USRDLL" - MinimalRebuild="true" - BasicRuntimeChecks="3" - RuntimeLibrary="1" - UsePrecompiledHeader="0" - WarningLevel="1" - DebugInformationFormat="3" - /> - <Tool - Name="VCManagedResourceCompilerTool" - /> - <Tool - Name="VCResourceCompilerTool" - /> - <Tool - Name="VCPreLinkEventTool" - /> - <Tool - Name="VCLinkerTool" - OutputFile="$(OutDir)\StormLib.dll" - LinkIncremental="2" - ModuleDefinitionFile=".\StormLib_dll\StormLib.def" - GenerateDebugInformation="true" - SubSystem="2" - RandomizedBaseAddress="1" - DataExecutionPrevention="0" - TargetMachine="17" - /> - <Tool - Name="VCALinkTool" - /> - <Tool - Name="VCManifestTool" - /> - <Tool - Name="VCXDCMakeTool" - /> - <Tool - Name="VCBscMakeTool" - /> - <Tool - Name="VCFxCopTool" - /> - <Tool - Name="VCAppVerifierTool" - /> - <Tool - Name="VCPostBuildEventTool" - /> - </Configuration> - <Configuration - Name="Release|Win32" - OutputDirectory="./bin/$(ProjectName)/$(PlatformName)/$(ConfigurationName)" - IntermediateDirectory="./bin/$(ProjectName)/$(PlatformName)/$(ConfigurationName)" - ConfigurationType="2" - CharacterSet="2" - WholeProgramOptimization="1" - > - <Tool - Name="VCPreBuildEventTool" - /> - <Tool - Name="VCCustomBuildTool" - /> - <Tool - Name="VCXMLDataGeneratorTool" - /> - <Tool - Name="VCWebServiceProxyGeneratorTool" - /> - <Tool - Name="VCMIDLTool" - /> - <Tool - Name="VCCLCompilerTool" - PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL" - RuntimeLibrary="0" - UsePrecompiledHeader="0" - WarningLevel="1" - DebugInformationFormat="3" - /> - <Tool - Name="VCManagedResourceCompilerTool" - /> - <Tool - Name="VCResourceCompilerTool" - /> - <Tool - Name="VCPreLinkEventTool" - /> - <Tool - Name="VCLinkerTool" - OutputFile="$(OutDir)\StormLib.dll" - LinkIncremental="1" - ModuleDefinitionFile=".\StormLib_dll\StormLib.def" - GenerateDebugInformation="true" - SubSystem="2" - OptimizeReferences="2" - EnableCOMDATFolding="2" - RandomizedBaseAddress="1" - DataExecutionPrevention="0" - TargetMachine="1" - /> - <Tool - Name="VCALinkTool" - /> - <Tool - Name="VCManifestTool" - /> - <Tool - Name="VCXDCMakeTool" - /> - <Tool - Name="VCBscMakeTool" - /> - <Tool - Name="VCFxCopTool" - /> - <Tool - Name="VCAppVerifierTool" - /> - <Tool - Name="VCPostBuildEventTool" - /> - </Configuration> - <Configuration - Name="Release|x64" - OutputDirectory="./bin/$(ProjectName)/$(PlatformName)/$(ConfigurationName)" - IntermediateDirectory="./bin/$(ProjectName)/$(PlatformName)/$(ConfigurationName)" - ConfigurationType="2" - CharacterSet="2" - WholeProgramOptimization="1" - > - <Tool - Name="VCPreBuildEventTool" - /> - <Tool - Name="VCCustomBuildTool" - /> - <Tool - Name="VCXMLDataGeneratorTool" - /> - <Tool - Name="VCWebServiceProxyGeneratorTool" - /> - <Tool - Name="VCMIDLTool" - TargetEnvironment="3" - /> - <Tool - Name="VCCLCompilerTool" - PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL" - RuntimeLibrary="0" - UsePrecompiledHeader="0" - WarningLevel="1" - DebugInformationFormat="3" - /> - <Tool - Name="VCManagedResourceCompilerTool" - /> - <Tool - Name="VCResourceCompilerTool" - /> - <Tool - Name="VCPreLinkEventTool" - /> - <Tool - Name="VCLinkerTool" - OutputFile="$(OutDir)\StormLib.dll" - LinkIncremental="1" - ModuleDefinitionFile=".\StormLib_dll\StormLib.def" - GenerateDebugInformation="true" - SubSystem="2" - OptimizeReferences="2" - EnableCOMDATFolding="2" - RandomizedBaseAddress="1" - DataExecutionPrevention="0" - TargetMachine="17" - /> - <Tool - Name="VCALinkTool" - /> - <Tool - Name="VCManifestTool" - /> - <Tool - Name="VCXDCMakeTool" - /> - <Tool - Name="VCBscMakeTool" - /> - <Tool - Name="VCFxCopTool" - /> - <Tool - Name="VCAppVerifierTool" - /> - <Tool - Name="VCPostBuildEventTool" - /> - </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=".\stormlib_dll\DllMain.c" - > - <FileConfiguration - Name="Debug|Win32" - > - <Tool - Name="VCCLCompilerTool" - WarningLevel="4" - /> - </FileConfiguration> - <FileConfiguration - Name="Debug|x64" - > - <Tool - Name="VCCLCompilerTool" - WarningLevel="4" - /> - </FileConfiguration> - <FileConfiguration - Name="Release|Win32" - > - <Tool - Name="VCCLCompilerTool" - WarningLevel="4" - /> - </FileConfiguration> - <FileConfiguration - Name="Release|x64" - > - <Tool - Name="VCCLCompilerTool" - WarningLevel="4" - /> - </FileConfiguration> - </File> - <File - RelativePath=".\src\FileStream.cpp" - > - <FileConfiguration - Name="Debug|Win32" - > - <Tool - Name="VCCLCompilerTool" - WarningLevel="4" - /> - </FileConfiguration> - <FileConfiguration - Name="Debug|x64" - > - <Tool - Name="VCCLCompilerTool" - WarningLevel="4" - /> - </FileConfiguration> - <FileConfiguration - Name="Release|Win32" - > - <Tool - Name="VCCLCompilerTool" - WarningLevel="4" - /> - </FileConfiguration> - <FileConfiguration - Name="Release|x64" - > - <Tool - Name="VCCLCompilerTool" - WarningLevel="4" - /> - </FileConfiguration> - </File> - <File - RelativePath=".\src\SBaseCommon.cpp" - > - <FileConfiguration - Name="Debug|Win32" - > - <Tool - Name="VCCLCompilerTool" - WarningLevel="4" - /> - </FileConfiguration> - <FileConfiguration - Name="Debug|x64" - > - <Tool - Name="VCCLCompilerTool" - WarningLevel="4" - /> - </FileConfiguration> - <FileConfiguration - Name="Release|Win32" - > - <Tool - Name="VCCLCompilerTool" - WarningLevel="4" - /> - </FileConfiguration> - <FileConfiguration - Name="Release|x64" - > - <Tool - Name="VCCLCompilerTool" - WarningLevel="4" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - WarningLevel="4" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAD|x64" - > - <Tool - Name="VCCLCompilerTool" - WarningLevel="4" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - WarningLevel="4" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|x64" - > - <Tool - Name="VCCLCompilerTool" - WarningLevel="4" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - WarningLevel="4" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|x64" - > - <Tool - Name="VCCLCompilerTool" - WarningLevel="4" - /> - </FileConfiguration> - </File> - <File - RelativePath=".\src\SBaseFileTable.cpp" - > - <FileConfiguration - Name="Debug|Win32" - > - <Tool - Name="VCCLCompilerTool" - WarningLevel="4" - /> - </FileConfiguration> - <FileConfiguration - Name="Debug|x64" - > - <Tool - Name="VCCLCompilerTool" - WarningLevel="4" - /> - </FileConfiguration> - <FileConfiguration - Name="Release|Win32" - > - <Tool - Name="VCCLCompilerTool" - WarningLevel="4" - /> - </FileConfiguration> - <FileConfiguration - Name="Release|x64" - > - <Tool - Name="VCCLCompilerTool" - WarningLevel="4" - /> - </FileConfiguration> - </File> - <File - RelativePath=".\src\SBaseSubTypes.cpp" - > - </File> - <File - RelativePath=".\src\SCompression.cpp" - > - <FileConfiguration - Name="Debug|Win32" - > - <Tool - Name="VCCLCompilerTool" - WarningLevel="4" - /> - </FileConfiguration> - <FileConfiguration - Name="Debug|x64" - > - <Tool - Name="VCCLCompilerTool" - WarningLevel="4" - /> - </FileConfiguration> - <FileConfiguration - Name="Release|Win32" - > - <Tool - Name="VCCLCompilerTool" - WarningLevel="4" - /> - </FileConfiguration> - <FileConfiguration - Name="Release|x64" - > - <Tool - Name="VCCLCompilerTool" - WarningLevel="4" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - WarningLevel="4" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAD|x64" - > - <Tool - Name="VCCLCompilerTool" - WarningLevel="4" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - WarningLevel="4" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|x64" - > - <Tool - Name="VCCLCompilerTool" - WarningLevel="4" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - WarningLevel="4" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|x64" - > - <Tool - Name="VCCLCompilerTool" - WarningLevel="4" - /> - </FileConfiguration> - </File> - <File - RelativePath=".\src\SFileAddFile.cpp" - > - <FileConfiguration - Name="Debug|Win32" - > - <Tool - Name="VCCLCompilerTool" - WarningLevel="4" - /> - </FileConfiguration> - <FileConfiguration - Name="Debug|x64" - > - <Tool - Name="VCCLCompilerTool" - WarningLevel="4" - /> - </FileConfiguration> - <FileConfiguration - Name="Release|Win32" - > - <Tool - Name="VCCLCompilerTool" - WarningLevel="4" - /> - </FileConfiguration> - <FileConfiguration - Name="Release|x64" - > - <Tool - Name="VCCLCompilerTool" - WarningLevel="4" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - WarningLevel="4" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAD|x64" - > - <Tool - Name="VCCLCompilerTool" - WarningLevel="4" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - WarningLevel="4" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|x64" - > - <Tool - Name="VCCLCompilerTool" - WarningLevel="4" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - WarningLevel="4" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|x64" - > - <Tool - Name="VCCLCompilerTool" - WarningLevel="4" - /> - </FileConfiguration> - </File> - <File - RelativePath=".\src\SFileAttributes.cpp" - > - <FileConfiguration - Name="Debug|Win32" - > - <Tool - Name="VCCLCompilerTool" - WarningLevel="4" - /> - </FileConfiguration> - <FileConfiguration - Name="Debug|x64" - > - <Tool - Name="VCCLCompilerTool" - WarningLevel="4" - /> - </FileConfiguration> - <FileConfiguration - Name="Release|Win32" - > - <Tool - Name="VCCLCompilerTool" - WarningLevel="4" - /> - </FileConfiguration> - <FileConfiguration - Name="Release|x64" - > - <Tool - Name="VCCLCompilerTool" - WarningLevel="4" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - WarningLevel="4" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAD|x64" - > - <Tool - Name="VCCLCompilerTool" - WarningLevel="4" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - WarningLevel="4" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|x64" - > - <Tool - Name="VCCLCompilerTool" - WarningLevel="4" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - WarningLevel="4" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|x64" - > - <Tool - Name="VCCLCompilerTool" - WarningLevel="4" - /> - </FileConfiguration> - </File> - <File - RelativePath=".\src\SFileCompactArchive.cpp" - > - <FileConfiguration - Name="Debug|Win32" - > - <Tool - Name="VCCLCompilerTool" - WarningLevel="4" - /> - </FileConfiguration> - <FileConfiguration - Name="Debug|x64" - > - <Tool - Name="VCCLCompilerTool" - WarningLevel="4" - /> - </FileConfiguration> - <FileConfiguration - Name="Release|Win32" - > - <Tool - Name="VCCLCompilerTool" - WarningLevel="4" - /> - </FileConfiguration> - <FileConfiguration - Name="Release|x64" - > - <Tool - Name="VCCLCompilerTool" - WarningLevel="4" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - WarningLevel="4" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAD|x64" - > - <Tool - Name="VCCLCompilerTool" - WarningLevel="4" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - WarningLevel="4" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|x64" - > - <Tool - Name="VCCLCompilerTool" - WarningLevel="4" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - WarningLevel="4" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|x64" - > - <Tool - Name="VCCLCompilerTool" - WarningLevel="4" - /> - </FileConfiguration> - </File> - <File - RelativePath=".\src\SFileCreateArchive.cpp" - > - <FileConfiguration - Name="Debug|Win32" - > - <Tool - Name="VCCLCompilerTool" - WarningLevel="4" - /> - </FileConfiguration> - <FileConfiguration - Name="Debug|x64" - > - <Tool - Name="VCCLCompilerTool" - WarningLevel="4" - /> - </FileConfiguration> - <FileConfiguration - Name="Release|Win32" - > - <Tool - Name="VCCLCompilerTool" - WarningLevel="4" - /> - </FileConfiguration> - <FileConfiguration - Name="Release|x64" - > - <Tool - Name="VCCLCompilerTool" - WarningLevel="4" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - WarningLevel="4" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAD|x64" - > - <Tool - Name="VCCLCompilerTool" - WarningLevel="4" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - WarningLevel="4" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|x64" - > - <Tool - Name="VCCLCompilerTool" - WarningLevel="4" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - WarningLevel="4" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|x64" - > - <Tool - Name="VCCLCompilerTool" - WarningLevel="4" - /> - </FileConfiguration> - </File> - <File - RelativePath=".\src\SFileExtractFile.cpp" - > - <FileConfiguration - Name="Debug|Win32" - > - <Tool - Name="VCCLCompilerTool" - WarningLevel="4" - /> - </FileConfiguration> - <FileConfiguration - Name="Debug|x64" - > - <Tool - Name="VCCLCompilerTool" - WarningLevel="4" - /> - </FileConfiguration> - <FileConfiguration - Name="Release|Win32" - > - <Tool - Name="VCCLCompilerTool" - WarningLevel="4" - /> - </FileConfiguration> - <FileConfiguration - Name="Release|x64" - > - <Tool - Name="VCCLCompilerTool" - WarningLevel="4" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - WarningLevel="4" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAD|x64" - > - <Tool - Name="VCCLCompilerTool" - WarningLevel="4" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - WarningLevel="4" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|x64" - > - <Tool - Name="VCCLCompilerTool" - WarningLevel="4" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - WarningLevel="4" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|x64" - > - <Tool - Name="VCCLCompilerTool" - WarningLevel="4" - /> - </FileConfiguration> - </File> - <File - RelativePath=".\src\SFileFindFile.cpp" - > - <FileConfiguration - Name="Debug|Win32" - > - <Tool - Name="VCCLCompilerTool" - WarningLevel="4" - /> - </FileConfiguration> - <FileConfiguration - Name="Debug|x64" - > - <Tool - Name="VCCLCompilerTool" - WarningLevel="4" - /> - </FileConfiguration> - <FileConfiguration - Name="Release|Win32" - > - <Tool - Name="VCCLCompilerTool" - WarningLevel="4" - /> - </FileConfiguration> - <FileConfiguration - Name="Release|x64" - > - <Tool - Name="VCCLCompilerTool" - WarningLevel="4" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - WarningLevel="4" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAD|x64" - > - <Tool - Name="VCCLCompilerTool" - WarningLevel="4" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - WarningLevel="4" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|x64" - > - <Tool - Name="VCCLCompilerTool" - WarningLevel="4" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - WarningLevel="4" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|x64" - > - <Tool - Name="VCCLCompilerTool" - WarningLevel="4" - /> - </FileConfiguration> - </File> - <File - RelativePath=".\src\SFileGetFileInfo.cpp" - > - <FileConfiguration - Name="Debug|Win32" - > - <Tool - Name="VCCLCompilerTool" - WarningLevel="4" - /> - </FileConfiguration> - <FileConfiguration - Name="Debug|x64" - > - <Tool - Name="VCCLCompilerTool" - WarningLevel="4" - /> - </FileConfiguration> - <FileConfiguration - Name="Release|Win32" - > - <Tool - Name="VCCLCompilerTool" - WarningLevel="4" - /> - </FileConfiguration> - <FileConfiguration - Name="Release|x64" - > - <Tool - Name="VCCLCompilerTool" - WarningLevel="4" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - WarningLevel="4" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAD|x64" - > - <Tool - Name="VCCLCompilerTool" - WarningLevel="4" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - WarningLevel="4" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|x64" - > - <Tool - Name="VCCLCompilerTool" - WarningLevel="4" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - WarningLevel="4" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|x64" - > - <Tool - Name="VCCLCompilerTool" - WarningLevel="4" - /> - </FileConfiguration> - </File> - <File - RelativePath=".\src\SFileListFile.cpp" - > - <FileConfiguration - Name="Debug|Win32" - > - <Tool - Name="VCCLCompilerTool" - WarningLevel="4" - /> - </FileConfiguration> - <FileConfiguration - Name="Debug|x64" - > - <Tool - Name="VCCLCompilerTool" - WarningLevel="4" - /> - </FileConfiguration> - <FileConfiguration - Name="Release|Win32" - > - <Tool - Name="VCCLCompilerTool" - WarningLevel="4" - /> - </FileConfiguration> - <FileConfiguration - Name="Release|x64" - > - <Tool - Name="VCCLCompilerTool" - WarningLevel="4" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - WarningLevel="4" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAD|x64" - > - <Tool - Name="VCCLCompilerTool" - WarningLevel="4" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - WarningLevel="4" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|x64" - > - <Tool - Name="VCCLCompilerTool" - WarningLevel="4" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - WarningLevel="4" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|x64" - > - <Tool - Name="VCCLCompilerTool" - WarningLevel="4" - /> - </FileConfiguration> - </File> - <File - RelativePath=".\src\SFileOpenArchive.cpp" - > - <FileConfiguration - Name="Debug|Win32" - > - <Tool - Name="VCCLCompilerTool" - WarningLevel="4" - /> - </FileConfiguration> - <FileConfiguration - Name="Debug|x64" - > - <Tool - Name="VCCLCompilerTool" - WarningLevel="4" - /> - </FileConfiguration> - <FileConfiguration - Name="Release|Win32" - > - <Tool - Name="VCCLCompilerTool" - WarningLevel="4" - /> - </FileConfiguration> - <FileConfiguration - Name="Release|x64" - > - <Tool - Name="VCCLCompilerTool" - WarningLevel="4" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - WarningLevel="4" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAD|x64" - > - <Tool - Name="VCCLCompilerTool" - WarningLevel="4" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - WarningLevel="4" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|x64" - > - <Tool - Name="VCCLCompilerTool" - WarningLevel="4" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - WarningLevel="4" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|x64" - > - <Tool - Name="VCCLCompilerTool" - WarningLevel="4" - /> - </FileConfiguration> - </File> - <File - RelativePath=".\src\SFileOpenFileEx.cpp" - > - <FileConfiguration - Name="Debug|Win32" - > - <Tool - Name="VCCLCompilerTool" - WarningLevel="4" - /> - </FileConfiguration> - <FileConfiguration - Name="Debug|x64" - > - <Tool - Name="VCCLCompilerTool" - WarningLevel="4" - /> - </FileConfiguration> - <FileConfiguration - Name="Release|Win32" - > - <Tool - Name="VCCLCompilerTool" - WarningLevel="4" - /> - </FileConfiguration> - <FileConfiguration - Name="Release|x64" - > - <Tool - Name="VCCLCompilerTool" - WarningLevel="4" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - WarningLevel="4" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAD|x64" - > - <Tool - Name="VCCLCompilerTool" - WarningLevel="4" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - WarningLevel="4" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|x64" - > - <Tool - Name="VCCLCompilerTool" - WarningLevel="4" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - WarningLevel="4" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|x64" - > - <Tool - Name="VCCLCompilerTool" - WarningLevel="4" - /> - </FileConfiguration> - </File> - <File - RelativePath=".\src\SFilePatchArchives.cpp" - > - <FileConfiguration - Name="Debug|Win32" - > - <Tool - Name="VCCLCompilerTool" - WarningLevel="4" - /> - </FileConfiguration> - </File> - <File - RelativePath=".\src\SFileReadFile.cpp" - > - <FileConfiguration - Name="Debug|Win32" - > - <Tool - Name="VCCLCompilerTool" - WarningLevel="4" - /> - </FileConfiguration> - <FileConfiguration - Name="Debug|x64" - > - <Tool - Name="VCCLCompilerTool" - WarningLevel="4" - /> - </FileConfiguration> - <FileConfiguration - Name="Release|Win32" - > - <Tool - Name="VCCLCompilerTool" - WarningLevel="4" - /> - </FileConfiguration> - <FileConfiguration - Name="Release|x64" - > - <Tool - Name="VCCLCompilerTool" - WarningLevel="4" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - WarningLevel="4" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAD|x64" - > - <Tool - Name="VCCLCompilerTool" - WarningLevel="4" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - WarningLevel="4" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|x64" - > - <Tool - Name="VCCLCompilerTool" - WarningLevel="4" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - WarningLevel="4" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|x64" - > - <Tool - Name="VCCLCompilerTool" - WarningLevel="4" - /> - </FileConfiguration> - </File> - <File - RelativePath=".\src\SFileVerify.cpp" - > - <FileConfiguration - Name="Debug|Win32" - > - <Tool - Name="VCCLCompilerTool" - WarningLevel="4" - /> - </FileConfiguration> - <FileConfiguration - Name="Debug|x64" - > - <Tool - Name="VCCLCompilerTool" - WarningLevel="4" - /> - </FileConfiguration> - <FileConfiguration - Name="Release|Win32" - > - <Tool - Name="VCCLCompilerTool" - WarningLevel="4" - /> - </FileConfiguration> - <FileConfiguration - Name="Release|x64" - > - <Tool - Name="VCCLCompilerTool" - WarningLevel="4" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - WarningLevel="4" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAD|x64" - > - <Tool - Name="VCCLCompilerTool" - WarningLevel="4" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - WarningLevel="4" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|x64" - > - <Tool - Name="VCCLCompilerTool" - WarningLevel="4" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - WarningLevel="4" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|x64" - > - <Tool - Name="VCCLCompilerTool" - WarningLevel="4" - /> - </FileConfiguration> - </File> - <File - RelativePath=".\stormlib_dll\StormLib.def" - > - </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/StormLib_test.vcproj b/StormLib_vs08_test.vcproj index 0ef7c5e..0ef7c5e 100644 --- a/StormLib_test.vcproj +++ b/StormLib_vs08_test.vcproj diff --git a/StormLib_vs12.sln b/StormLib_vs12.sln deleted file mode 100644 index 2732c37..0000000 --- a/StormLib_vs12.sln +++ /dev/null @@ -1,67 +0,0 @@ -Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 2012 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "StormLib", "StormLib_vs12.vcxproj", "{78424708-1F6E-4D4B-920C-FB6D26847055}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - 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 - 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 - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection -EndGlobal diff --git a/StormLib_vs12.vcxproj b/StormLib_vs12.vcxproj deleted file mode 100644 index b11d1ee..0000000 --- a/StormLib_vs12.vcxproj +++ /dev/null @@ -1,931 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> - <ItemGroup Label="ProjectConfigurations"> - <ProjectConfiguration Include="DebugAD|Win32"> - <Configuration>DebugAD</Configuration> - <Platform>Win32</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="DebugAD|x64"> - <Configuration>DebugAD</Configuration> - <Platform>x64</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="DebugAS|Win32"> - <Configuration>DebugAS</Configuration> - <Platform>Win32</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="DebugAS|x64"> - <Configuration>DebugAS</Configuration> - <Platform>x64</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="DebugUD|Win32"> - <Configuration>DebugUD</Configuration> - <Platform>Win32</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="DebugUD|x64"> - <Configuration>DebugUD</Configuration> - <Platform>x64</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="DebugUS|Win32"> - <Configuration>DebugUS</Configuration> - <Platform>Win32</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="DebugUS|x64"> - <Configuration>DebugUS</Configuration> - <Platform>x64</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="ReleaseAD|Win32"> - <Configuration>ReleaseAD</Configuration> - <Platform>Win32</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="ReleaseAD|x64"> - <Configuration>ReleaseAD</Configuration> - <Platform>x64</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="ReleaseAS|Win32"> - <Configuration>ReleaseAS</Configuration> - <Platform>Win32</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="ReleaseAS|x64"> - <Configuration>ReleaseAS</Configuration> - <Platform>x64</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="ReleaseUD|Win32"> - <Configuration>ReleaseUD</Configuration> - <Platform>Win32</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="ReleaseUD|x64"> - <Configuration>ReleaseUD</Configuration> - <Platform>x64</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="ReleaseUS|Win32"> - <Configuration>ReleaseUS</Configuration> - <Platform>Win32</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="ReleaseUS|x64"> - <Configuration>ReleaseUS</Configuration> - <Platform>x64</Platform> - </ProjectConfiguration> - </ItemGroup> - <PropertyGroup Label="Globals"> - <ProjectName>StormLib</ProjectName> - <ProjectGuid>{78424708-1F6E-4D4B-920C-FB6D26847055}</ProjectGuid> - <RootNamespace>StormLib</RootNamespace> - </PropertyGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugAS|Win32'" Label="Configuration"> - <ConfigurationType>StaticLibrary</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - <UseOfMfc>false</UseOfMfc> - <CharacterSet>MultiByte</CharacterSet> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugAS|x64'" Label="Configuration"> - <ConfigurationType>StaticLibrary</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - <UseOfMfc>false</UseOfMfc> - <CharacterSet>MultiByte</CharacterSet> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseAS|Win32'" Label="Configuration"> - <ConfigurationType>StaticLibrary</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - <UseOfMfc>false</UseOfMfc> - <CharacterSet>MultiByte</CharacterSet> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseAS|x64'" Label="Configuration"> - <ConfigurationType>StaticLibrary</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - <UseOfMfc>false</UseOfMfc> - <CharacterSet>MultiByte</CharacterSet> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugAD|Win32'" Label="Configuration"> - <ConfigurationType>StaticLibrary</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - <UseOfMfc>false</UseOfMfc> - <CharacterSet>MultiByte</CharacterSet> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugAD|x64'" Label="Configuration"> - <ConfigurationType>StaticLibrary</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - <UseOfMfc>false</UseOfMfc> - <CharacterSet>MultiByte</CharacterSet> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseAD|Win32'" Label="Configuration"> - <ConfigurationType>StaticLibrary</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - <UseOfMfc>false</UseOfMfc> - <CharacterSet>MultiByte</CharacterSet> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseAD|x64'" Label="Configuration"> - <ConfigurationType>StaticLibrary</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - <UseOfMfc>false</UseOfMfc> - <CharacterSet>MultiByte</CharacterSet> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugUS|Win32'" Label="Configuration"> - <ConfigurationType>StaticLibrary</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - <UseOfMfc>false</UseOfMfc> - <CharacterSet>Unicode</CharacterSet> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugUS|x64'" Label="Configuration"> - <ConfigurationType>StaticLibrary</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - <UseOfMfc>false</UseOfMfc> - <CharacterSet>Unicode</CharacterSet> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseUS|Win32'" Label="Configuration"> - <ConfigurationType>StaticLibrary</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - <UseOfMfc>false</UseOfMfc> - <CharacterSet>Unicode</CharacterSet> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseUS|x64'" Label="Configuration"> - <ConfigurationType>StaticLibrary</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - <UseOfMfc>false</UseOfMfc> - <CharacterSet>Unicode</CharacterSet> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugUD|Win32'" Label="Configuration"> - <ConfigurationType>StaticLibrary</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - <UseOfMfc>false</UseOfMfc> - <CharacterSet>Unicode</CharacterSet> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugUD|x64'" Label="Configuration"> - <ConfigurationType>StaticLibrary</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - <UseOfMfc>false</UseOfMfc> - <CharacterSet>Unicode</CharacterSet> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseUD|Win32'" Label="Configuration"> - <ConfigurationType>StaticLibrary</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - <CharacterSet>Unicode</CharacterSet> - <UseOfMfc>false</UseOfMfc> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseUD|x64'" Label="Configuration"> - <ConfigurationType>StaticLibrary</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - <UseOfMfc>false</UseOfMfc> - <CharacterSet>Unicode</CharacterSet> - </PropertyGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> - <ImportGroup Label="ExtensionSettings"> - </ImportGroup> - <ImportGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseUS|Win32'" Label="PropertySheets"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <ImportGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseUD|Win32'" Label="PropertySheets"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <ImportGroup Condition="'$(Configuration)|$(Platform)'=='DebugUS|Win32'" Label="PropertySheets"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <ImportGroup Condition="'$(Configuration)|$(Platform)'=='DebugUD|Win32'" Label="PropertySheets"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <ImportGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseAS|Win32'" Label="PropertySheets"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <ImportGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseAD|Win32'" Label="PropertySheets"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <ImportGroup Condition="'$(Configuration)|$(Platform)'=='DebugAS|Win32'" Label="PropertySheets"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <ImportGroup Condition="'$(Configuration)|$(Platform)'=='DebugAD|Win32'" Label="PropertySheets"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <ImportGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseUS|x64'" Label="PropertySheets"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <ImportGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseUD|x64'" Label="PropertySheets"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <ImportGroup Condition="'$(Configuration)|$(Platform)'=='DebugUS|x64'" Label="PropertySheets"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <ImportGroup Condition="'$(Configuration)|$(Platform)'=='DebugUD|x64'" Label="PropertySheets"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <ImportGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseAS|x64'" Label="PropertySheets"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <ImportGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseAD|x64'" Label="PropertySheets"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <ImportGroup Condition="'$(Configuration)|$(Platform)'=='DebugAS|x64'" Label="PropertySheets"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <ImportGroup Condition="'$(Configuration)|$(Platform)'=='DebugAD|x64'" Label="PropertySheets"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <PropertyGroup Label="UserMacros" /> - <PropertyGroup> - <_ProjectFileVersion>11.0.50727.1</_ProjectFileVersion> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugAD|Win32'"> - <OutDir>./bin/$(ProjectName)/$(Platform)/$(Configuration)\</OutDir> - <IntDir>./bin/$(ProjectName)/$(Platform)/$(Configuration)\</IntDir> - <TargetName>$(ProjectName)DAD</TargetName> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugAD|x64'"> - <OutDir>./bin/$(ProjectName)/$(Platform)/$(Configuration)\</OutDir> - <IntDir>./bin/$(ProjectName)/$(Platform)/$(Configuration)\</IntDir> - <TargetName>$(ProjectName)DAD</TargetName> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugAS|Win32'"> - <OutDir>./bin/$(ProjectName)/$(Platform)/$(Configuration)\</OutDir> - <IntDir>./bin/$(ProjectName)/$(Platform)/$(Configuration)\</IntDir> - <TargetName>$(ProjectName)DAS</TargetName> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugAS|x64'"> - <OutDir>./bin/$(ProjectName)/$(Platform)/$(Configuration)\</OutDir> - <IntDir>./bin/$(ProjectName)/$(Platform)/$(Configuration)\</IntDir> - <TargetName>$(ProjectName)DAS</TargetName> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseAD|Win32'"> - <OutDir>./bin/$(ProjectName)/$(Platform)/$(Configuration)\</OutDir> - <IntDir>./bin/$(ProjectName)/$(Platform)/$(Configuration)\</IntDir> - <TargetName>$(ProjectName)RAD</TargetName> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseAD|x64'"> - <OutDir>./bin/$(ProjectName)/$(Platform)/$(Configuration)\</OutDir> - <IntDir>./bin/$(ProjectName)/$(Platform)/$(Configuration)\</IntDir> - <TargetName>$(ProjectName)RAD</TargetName> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseAS|Win32'"> - <OutDir>./bin/$(ProjectName)/$(Platform)/$(Configuration)\</OutDir> - <IntDir>./bin/$(ProjectName)/$(Platform)/$(Configuration)\</IntDir> - <TargetName>$(ProjectName)RAS</TargetName> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseAS|x64'"> - <OutDir>./bin/$(ProjectName)/$(Platform)/$(Configuration)\</OutDir> - <IntDir>./bin/$(ProjectName)/$(Platform)/$(Configuration)\</IntDir> - <TargetName>$(ProjectName)RAS</TargetName> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugUD|Win32'"> - <OutDir>./bin/$(ProjectName)/$(Platform)/$(Configuration)\</OutDir> - <IntDir>./bin/$(ProjectName)/$(Platform)/$(Configuration)\</IntDir> - <TargetName>$(ProjectName)DUD</TargetName> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugUD|x64'"> - <OutDir>./bin/$(ProjectName)/$(Platform)/$(Configuration)\</OutDir> - <IntDir>./bin/$(ProjectName)/$(Platform)/$(Configuration)\</IntDir> - <TargetName>$(ProjectName)DUD</TargetName> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugUS|Win32'"> - <OutDir>./bin/$(ProjectName)/$(Platform)/$(Configuration)\</OutDir> - <IntDir>./bin/$(ProjectName)/$(Platform)/$(Configuration)\</IntDir> - <TargetName>$(ProjectName)DUS</TargetName> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugUS|x64'"> - <OutDir>./bin/$(ProjectName)/$(Platform)/$(Configuration)\</OutDir> - <IntDir>./bin/$(ProjectName)/$(Platform)/$(Configuration)\</IntDir> - <TargetName>$(ProjectName)DUS</TargetName> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseUD|Win32'"> - <OutDir>./bin/$(ProjectName)/$(Platform)/$(Configuration)\</OutDir> - <IntDir>./bin/$(ProjectName)/$(Platform)/$(Configuration)\</IntDir> - <TargetName>$(ProjectName)RUD</TargetName> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseUD|x64'"> - <OutDir>./bin/$(ProjectName)/$(Platform)/$(Configuration)\</OutDir> - <IntDir>./bin/$(ProjectName)/$(Platform)/$(Configuration)\</IntDir> - <TargetName>$(ProjectName)RUD</TargetName> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseUS|Win32'"> - <OutDir>./bin/$(ProjectName)/$(Platform)/$(Configuration)\</OutDir> - <IntDir>./bin/$(ProjectName)/$(Platform)/$(Configuration)\</IntDir> - <TargetName>$(ProjectName)RUS</TargetName> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseUS|x64'"> - <OutDir>./bin/$(ProjectName)/$(Platform)/$(Configuration)\</OutDir> - <IntDir>./bin/$(ProjectName)/$(Platform)/$(Configuration)\</IntDir> - <TargetName>$(ProjectName)RUS</TargetName> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DebugAD|Win32'"> - <ClCompile> - <Optimization>Disabled</Optimization> - <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <MinimalRebuild>false</MinimalRebuild> - <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> - <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> - <PrecompiledHeader /> - <WarningLevel>Level1</WarningLevel> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Lib> - <OutputFile>./bin/$(ProjectName)/$(Platform)/$(Configuration)/$(TargetName).lib</OutputFile> - </Lib> - <PostBuildEvent> - <Command>StormLib.bat $(Platform) $(Configuration)</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DebugAD|x64'"> - <Midl> - <TargetEnvironment>X64</TargetEnvironment> - </Midl> - <ClCompile> - <Optimization>Disabled</Optimization> - <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <MinimalRebuild>false</MinimalRebuild> - <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> - <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> - <PrecompiledHeader /> - <WarningLevel>Level1</WarningLevel> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Lib> - <OutputFile>./bin/$(ProjectName)/$(Platform)/$(Configuration)/$(TargetName).lib</OutputFile> - </Lib> - <PostBuildEvent> - <Command>StormLib.bat $(Platform) $(Configuration)</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DebugAS|Win32'"> - <ClCompile> - <Optimization>Disabled</Optimization> - <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <MinimalRebuild>false</MinimalRebuild> - <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> - <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> - <PrecompiledHeader /> - <WarningLevel>Level1</WarningLevel> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Lib> - <OutputFile>./bin/$(ProjectName)/$(Platform)/$(Configuration)/$(TargetName).lib</OutputFile> - </Lib> - <PostBuildEvent> - <Command>StormLib.bat $(Platform) $(Configuration)</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DebugAS|x64'"> - <Midl> - <TargetEnvironment>X64</TargetEnvironment> - </Midl> - <ClCompile> - <Optimization>Disabled</Optimization> - <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <MinimalRebuild>false</MinimalRebuild> - <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> - <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> - <PrecompiledHeader /> - <WarningLevel>Level1</WarningLevel> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Lib> - <OutputFile>./bin/$(ProjectName)/$(Platform)/$(Configuration)/$(TargetName).lib</OutputFile> - </Lib> - <PostBuildEvent> - <Command>StormLib.bat $(Platform) $(Configuration)</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseAD|Win32'"> - <ClCompile> - <Optimization>MaxSpeed</Optimization> - <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> - <PrecompiledHeader /> - <WarningLevel>Level1</WarningLevel> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Lib> - <OutputFile>./bin/$(ProjectName)/$(Platform)/$(Configuration)/$(TargetName).lib</OutputFile> - </Lib> - <PostBuildEvent> - <Command>StormLib.bat $(Platform) $(Configuration)</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseAD|x64'"> - <Midl> - <TargetEnvironment>X64</TargetEnvironment> - </Midl> - <ClCompile> - <Optimization>MaxSpeed</Optimization> - <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> - <PrecompiledHeader /> - <WarningLevel>Level1</WarningLevel> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Lib> - <OutputFile>./bin/$(ProjectName)/$(Platform)/$(Configuration)/$(TargetName).lib</OutputFile> - </Lib> - <PostBuildEvent> - <Command>StormLib.bat $(Platform) $(Configuration)</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseAS|Win32'"> - <ClCompile> - <Optimization>MaxSpeed</Optimization> - <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader /> - <WarningLevel>Level1</WarningLevel> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Lib> - <OutputFile>./bin/$(ProjectName)/$(Platform)/$(Configuration)/$(TargetName).lib</OutputFile> - </Lib> - <PostBuildEvent> - <Command>StormLib.bat $(Platform) $(Configuration)</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseAS|x64'"> - <Midl> - <TargetEnvironment>X64</TargetEnvironment> - </Midl> - <ClCompile> - <Optimization>MaxSpeed</Optimization> - <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader /> - <WarningLevel>Level1</WarningLevel> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Lib> - <OutputFile>./bin/$(ProjectName)/$(Platform)/$(Configuration)/$(TargetName).lib</OutputFile> - </Lib> - <PostBuildEvent> - <Command>StormLib.bat $(Platform) $(Configuration)</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DebugUD|Win32'"> - <ClCompile> - <Optimization>Disabled</Optimization> - <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <MinimalRebuild>false</MinimalRebuild> - <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> - <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> - <PrecompiledHeader /> - <WarningLevel>Level1</WarningLevel> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Lib> - <OutputFile>./bin/$(ProjectName)/$(Platform)/$(Configuration)/$(TargetName).lib</OutputFile> - </Lib> - <PostBuildEvent> - <Command>StormLib.bat $(Platform) $(Configuration)</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DebugUD|x64'"> - <Midl> - <TargetEnvironment>X64</TargetEnvironment> - </Midl> - <ClCompile> - <Optimization>Disabled</Optimization> - <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <MinimalRebuild>false</MinimalRebuild> - <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> - <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> - <PrecompiledHeader /> - <WarningLevel>Level1</WarningLevel> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Lib> - <OutputFile>./bin/$(ProjectName)/$(Platform)/$(Configuration)/$(TargetName).lib</OutputFile> - </Lib> - <PostBuildEvent> - <Command>StormLib.bat $(Platform) $(Configuration)</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DebugUS|Win32'"> - <ClCompile> - <Optimization>Disabled</Optimization> - <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <MinimalRebuild>false</MinimalRebuild> - <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> - <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> - <PrecompiledHeader /> - <WarningLevel>Level1</WarningLevel> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Lib> - <OutputFile>./bin/$(ProjectName)/$(Platform)/$(Configuration)/$(TargetName).lib</OutputFile> - </Lib> - <PostBuildEvent> - <Command>StormLib.bat $(Platform) $(Configuration)</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DebugUS|x64'"> - <Midl> - <TargetEnvironment>X64</TargetEnvironment> - </Midl> - <ClCompile> - <Optimization>Disabled</Optimization> - <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <MinimalRebuild>false</MinimalRebuild> - <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> - <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> - <PrecompiledHeader /> - <WarningLevel>Level1</WarningLevel> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Lib> - <OutputFile>./bin/$(ProjectName)/$(Platform)/$(Configuration)/$(TargetName).lib</OutputFile> - </Lib> - <PostBuildEvent> - <Command>StormLib.bat $(Platform) $(Configuration)</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseUD|Win32'"> - <ClCompile> - <Optimization>MaxSpeed</Optimization> - <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> - <PrecompiledHeader /> - <WarningLevel>Level1</WarningLevel> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Lib> - <OutputFile>./bin/$(ProjectName)/$(Platform)/$(Configuration)/$(TargetName).lib</OutputFile> - </Lib> - <PostBuildEvent> - <Command>StormLib.bat $(Platform) $(Configuration)</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseUD|x64'"> - <Midl> - <TargetEnvironment>X64</TargetEnvironment> - </Midl> - <ClCompile> - <Optimization>MaxSpeed</Optimization> - <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> - <PrecompiledHeader /> - <WarningLevel>Level1</WarningLevel> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Lib> - <OutputFile>./bin/$(ProjectName)/$(Platform)/$(Configuration)/$(TargetName).lib</OutputFile> - </Lib> - <PostBuildEvent> - <Command>StormLib.bat $(Platform) $(Configuration)</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseUS|Win32'"> - <ClCompile> - <Optimization>MaxSpeed</Optimization> - <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader /> - <WarningLevel>Level1</WarningLevel> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Lib> - <OutputFile>./bin/$(ProjectName)/$(Platform)/$(Configuration)/$(TargetName).lib</OutputFile> - </Lib> - <PostBuildEvent> - <Command>StormLib.bat $(Platform) $(Configuration)</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseUS|x64'"> - <Midl> - <TargetEnvironment>X64</TargetEnvironment> - </Midl> - <ClCompile> - <Optimization>MaxSpeed</Optimization> - <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader /> - <WarningLevel>Level1</WarningLevel> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Lib> - <OutputFile>./bin/$(ProjectName)/$(Platform)/$(Configuration)/$(TargetName).lib</OutputFile> - </Lib> - <PostBuildEvent> - <Command>StormLib.bat $(Platform) $(Configuration)</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <ItemGroup> - <Text Include="doc\History.txt" /> - <Text Include="doc\The MoPaQ File Format 0.9.txt" /> - <Text Include="doc\The MoPaQ File Format 1.0.txt" /> - </ItemGroup> - <ItemGroup> - <ClInclude Include="src\StormCommon.h" /> - <ClInclude Include="src\adpcm\adpcm.h" /> - <ClInclude Include="src\huffman\huff.h" /> - <ClInclude Include="src\pklib\pklib.h" /> - <ClInclude Include="src\sparse\sparse.h" /> - <ClInclude Include="src\jenkins\lookup.h" /> - <ClInclude Include="src\StormLib.h" /> - <ClInclude Include="src\StormPort.h" /> - </ItemGroup> - <ItemGroup> - <ClCompile Include="src\FileStream.cpp"> - <PrecompiledHeader>Create</PrecompiledHeader> - <PrecompiledHeaderFile>StormCommon.h</PrecompiledHeaderFile> - <WarningLevel>Level4</WarningLevel> - </ClCompile> - <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_encode_bit_string.c" /> - <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_encode_boolean.c" /> - <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_encode_ia5_string.c" /> - <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_encode_integer.c" /> - <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_encode_object_identifier.c" /> - <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_encode_octet_string.c" /> - <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_encode_printable_string.c" /> - <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_encode_sequence_ex.c" /> - <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_encode_sequence_multi.c" /> - <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_encode_set.c" /> - <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_encode_setof.c" /> - <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_encode_short_integer.c" /> - <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_encode_utctime.c" /> - <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_encode_utf8_string.c" /> - <ClCompile Include="src\libtomcrypt\src\pk\pkcs1\pkcs_1_pss_encode.c" /> - <ClCompile Include="src\libtomcrypt\src\pk\pkcs1\pkcs_1_v1_5_encode.c" /> - <ClCompile Include="src\libtomcrypt\src\pk\rsa\rsa_sign_hash.c" /> - <ClCompile Include="src\SBaseCommon.cpp"> - <PrecompiledHeader>Create</PrecompiledHeader> - <PrecompiledHeaderFile>StormCommon.h</PrecompiledHeaderFile> - <WarningLevel>Level4</WarningLevel> - </ClCompile> - <ClCompile Include="src\SBaseFileTable.cpp"> - <PrecompiledHeader>Create</PrecompiledHeader> - <PrecompiledHeaderFile>StormCommon.h</PrecompiledHeaderFile> - <WarningLevel>Level4</WarningLevel> - </ClCompile> - <ClCompile Include="src\SBaseSubTypes.cpp" /> - <ClCompile Include="src\SCompression.cpp"> - <PrecompiledHeader>Create</PrecompiledHeader> - <PrecompiledHeaderFile>StormCommon.h</PrecompiledHeaderFile> - <WarningLevel>Level4</WarningLevel> - </ClCompile> - <ClCompile Include="src\SFileAddFile.cpp"> - <PrecompiledHeader>Create</PrecompiledHeader> - <PrecompiledHeaderFile>StormCommon.h</PrecompiledHeaderFile> - <WarningLevel>Level4</WarningLevel> - </ClCompile> - <ClCompile Include="src\SFileAttributes.cpp"> - <PrecompiledHeader>Create</PrecompiledHeader> - <PrecompiledHeaderFile>StormCommon.h</PrecompiledHeaderFile> - <WarningLevel>Level4</WarningLevel> - </ClCompile> - <ClCompile Include="src\SFileCompactArchive.cpp"> - <PrecompiledHeader>Create</PrecompiledHeader> - <PrecompiledHeaderFile>StormCommon.h</PrecompiledHeaderFile> - <WarningLevel>Level4</WarningLevel> - </ClCompile> - <ClCompile Include="src\SFileCreateArchive.cpp"> - <PrecompiledHeader>Create</PrecompiledHeader> - <PrecompiledHeaderFile>StormCommon.h</PrecompiledHeaderFile> - <WarningLevel>Level4</WarningLevel> - </ClCompile> - <ClCompile Include="src\SFileExtractFile.cpp"> - <PrecompiledHeader>Create</PrecompiledHeader> - <PrecompiledHeaderFile>StormCommon.h</PrecompiledHeaderFile> - <WarningLevel>Level4</WarningLevel> - </ClCompile> - <ClCompile Include="src\SFileFindFile.cpp"> - <PrecompiledHeader>Create</PrecompiledHeader> - <PrecompiledHeaderFile>StormCommon.h</PrecompiledHeaderFile> - <WarningLevel>Level4</WarningLevel> - </ClCompile> - <ClCompile Include="src\SFileGetFileInfo.cpp"> - <PrecompiledHeader>Create</PrecompiledHeader> - <PrecompiledHeaderFile>StormCommon.h</PrecompiledHeaderFile> - <WarningLevel>Level4</WarningLevel> - </ClCompile> - <ClCompile Include="src\SFileListFile.cpp"> - <PrecompiledHeader>Create</PrecompiledHeader> - <PrecompiledHeaderFile>StormCommon.h</PrecompiledHeaderFile> - <WarningLevel>Level4</WarningLevel> - </ClCompile> - <ClCompile Include="src\SFileOpenArchive.cpp"> - <PrecompiledHeader>Create</PrecompiledHeader> - <PrecompiledHeaderFile>StormCommon.h</PrecompiledHeaderFile> - <WarningLevel>Level4</WarningLevel> - </ClCompile> - <ClCompile Include="src\SFileOpenFileEx.cpp"> - <PrecompiledHeader>Create</PrecompiledHeader> - <PrecompiledHeaderFile>StormCommon.h</PrecompiledHeaderFile> - <WarningLevel>Level4</WarningLevel> - </ClCompile> - <ClCompile Include="src\SFilePatchArchives.cpp"> - <PrecompiledHeader>Create</PrecompiledHeader> - <PrecompiledHeaderFile>StormCommon.h</PrecompiledHeaderFile> - <WarningLevel>Level4</WarningLevel> - </ClCompile> - <ClCompile Include="src\SFileReadFile.cpp"> - <PrecompiledHeader>Create</PrecompiledHeader> - <PrecompiledHeaderFile>StormCommon.h</PrecompiledHeaderFile> - <WarningLevel>Level4</WarningLevel> - </ClCompile> - <ClCompile Include="src\SFileVerify.cpp"> - <PrecompiledHeader>Create</PrecompiledHeader> - <PrecompiledHeaderFile>StormCommon.h</PrecompiledHeaderFile> - <WarningLevel>Level4</WarningLevel> - </ClCompile> - <ClCompile Include="src\adpcm\adpcm.cpp" /> - <ClCompile Include="src\bzip2\blocksort.c" /> - <ClCompile Include="src\bzip2\bzlib.c" /> - <ClCompile Include="src\bzip2\compress.c" /> - <ClCompile Include="src\bzip2\crctable.c" /> - <ClCompile Include="src\bzip2\decompress.c" /> - <ClCompile Include="src\bzip2\huffman.c" /> - <ClCompile Include="src\bzip2\randtable.c" /> - <ClCompile Include="src\huffman\huff.cpp" /> - <ClCompile Include="src\libtomcrypt\src\hashes\hash_memory.c" /> - <ClCompile Include="src\libtomcrypt\src\hashes\md5.c" /> - <ClCompile Include="src\libtomcrypt\src\hashes\sha1.c" /> - <ClCompile Include="src\libtomcrypt\src\math\ltm_desc.c" /> - <ClCompile Include="src\libtomcrypt\src\math\multi.c" /> - <ClCompile Include="src\libtomcrypt\src\math\rand_prime.c" /> - <ClCompile Include="src\libtomcrypt\src\misc\base64_decode.c" /> - <ClCompile Include="src\libtomcrypt\src\misc\crypt_argchk.c" /> - <ClCompile Include="src\libtomcrypt\src\misc\crypt_find_hash.c" /> - <ClCompile Include="src\libtomcrypt\src\misc\crypt_find_prng.c" /> - <ClCompile Include="src\libtomcrypt\src\misc\crypt_hash_descriptor.c" /> - <ClCompile Include="src\libtomcrypt\src\misc\crypt_hash_is_valid.c" /> - <ClCompile Include="src\libtomcrypt\src\misc\crypt_libc.c" /> - <ClCompile Include="src\libtomcrypt\src\misc\crypt_ltc_mp_descriptor.c" /> - <ClCompile Include="src\libtomcrypt\src\misc\crypt_prng_descriptor.c" /> - <ClCompile Include="src\libtomcrypt\src\misc\crypt_prng_is_valid.c" /> - <ClCompile Include="src\libtomcrypt\src\misc\crypt_register_hash.c" /> - <ClCompile Include="src\libtomcrypt\src\misc\crypt_register_prng.c" /> - <ClCompile Include="src\libtomcrypt\src\misc\zeromem.c" /> - <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_decode_bit_string.c" /> - <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_decode_boolean.c" /> - <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_decode_choice.c" /> - <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_decode_ia5_string.c" /> - <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_decode_integer.c" /> - <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_decode_object_identifier.c" /> - <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_decode_octet_string.c" /> - <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_decode_printable_string.c" /> - <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_decode_sequence_ex.c" /> - <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_decode_sequence_flexi.c" /> - <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_decode_sequence_multi.c" /> - <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_decode_short_integer.c" /> - <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_decode_utctime.c" /> - <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_decode_utf8_string.c" /> - <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_length_bit_string.c" /> - <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_length_boolean.c" /> - <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_length_ia5_string.c" /> - <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_length_integer.c" /> - <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_length_object_identifier.c" /> - <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_length_octet_string.c" /> - <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_length_printable_string.c" /> - <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_length_sequence.c" /> - <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_length_short_integer.c" /> - <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_length_utctime.c" /> - <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_length_utf8_string.c" /> - <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_sequence_free.c" /> - <ClCompile Include="src\libtomcrypt\src\pk\ecc\ltc_ecc_map.c" /> - <ClCompile Include="src\libtomcrypt\src\pk\ecc\ltc_ecc_mul2add.c" /> - <ClCompile Include="src\libtomcrypt\src\pk\ecc\ltc_ecc_mulmod.c" /> - <ClCompile Include="src\libtomcrypt\src\pk\ecc\ltc_ecc_points.c" /> - <ClCompile Include="src\libtomcrypt\src\pk\ecc\ltc_ecc_projective_add_point.c" /> - <ClCompile Include="src\libtomcrypt\src\pk\ecc\ltc_ecc_projective_dbl_point.c" /> - <ClCompile Include="src\libtomcrypt\src\pk\pkcs1\pkcs_1_mgf1.c" /> - <ClCompile Include="src\libtomcrypt\src\pk\pkcs1\pkcs_1_oaep_decode.c" /> - <ClCompile Include="src\libtomcrypt\src\pk\pkcs1\pkcs_1_pss_decode.c" /> - <ClCompile Include="src\libtomcrypt\src\pk\pkcs1\pkcs_1_v1_5_decode.c" /> - <ClCompile Include="src\libtomcrypt\src\pk\rsa\rsa_exptmod.c" /> - <ClCompile Include="src\libtomcrypt\src\pk\rsa\rsa_free.c" /> - <ClCompile Include="src\libtomcrypt\src\pk\rsa\rsa_import.c" /> - <ClCompile Include="src\libtomcrypt\src\pk\rsa\rsa_make_key.c" /> - <ClCompile Include="src\libtomcrypt\src\pk\rsa\rsa_verify_hash.c" /> - <ClCompile Include="src\libtomcrypt\src\pk\rsa\rsa_verify_simple.c" /> - <ClCompile Include="src\libtommath\bn_fast_mp_invmod.c" /> - <ClCompile Include="src\libtommath\bn_fast_mp_montgomery_reduce.c" /> - <ClCompile Include="src\libtommath\bn_fast_s_mp_mul_digs.c" /> - <ClCompile Include="src\libtommath\bn_fast_s_mp_mul_high_digs.c" /> - <ClCompile Include="src\libtommath\bn_fast_s_mp_sqr.c" /> - <ClCompile Include="src\libtommath\bn_mp_2expt.c" /> - <ClCompile Include="src\libtommath\bn_mp_abs.c" /> - <ClCompile Include="src\libtommath\bn_mp_add.c" /> - <ClCompile Include="src\libtommath\bn_mp_add_d.c" /> - <ClCompile Include="src\libtommath\bn_mp_addmod.c" /> - <ClCompile Include="src\libtommath\bn_mp_and.c" /> - <ClCompile Include="src\libtommath\bn_mp_clamp.c" /> - <ClCompile Include="src\libtommath\bn_mp_clear.c" /> - <ClCompile Include="src\libtommath\bn_mp_clear_multi.c" /> - <ClCompile Include="src\libtommath\bn_mp_cmp.c" /> - <ClCompile Include="src\libtommath\bn_mp_cmp_d.c" /> - <ClCompile Include="src\libtommath\bn_mp_cmp_mag.c" /> - <ClCompile Include="src\libtommath\bn_mp_cnt_lsb.c" /> - <ClCompile Include="src\libtommath\bn_mp_copy.c" /> - <ClCompile Include="src\libtommath\bn_mp_count_bits.c" /> - <ClCompile Include="src\libtommath\bn_mp_div.c" /> - <ClCompile Include="src\libtommath\bn_mp_div_2.c" /> - <ClCompile Include="src\libtommath\bn_mp_div_2d.c" /> - <ClCompile Include="src\libtommath\bn_mp_div_3.c" /> - <ClCompile Include="src\libtommath\bn_mp_div_d.c" /> - <ClCompile Include="src\libtommath\bn_mp_dr_is_modulus.c" /> - <ClCompile Include="src\libtommath\bn_mp_dr_reduce.c" /> - <ClCompile Include="src\libtommath\bn_mp_dr_setup.c" /> - <ClCompile Include="src\libtommath\bn_mp_exch.c" /> - <ClCompile Include="src\libtommath\bn_mp_expt_d.c" /> - <ClCompile Include="src\libtommath\bn_mp_exptmod.c" /> - <ClCompile Include="src\libtommath\bn_mp_exptmod_fast.c" /> - <ClCompile Include="src\libtommath\bn_mp_exteuclid.c" /> - <ClCompile Include="src\libtommath\bn_mp_fread.c" /> - <ClCompile Include="src\libtommath\bn_mp_fwrite.c" /> - <ClCompile Include="src\libtommath\bn_mp_gcd.c" /> - <ClCompile Include="src\libtommath\bn_mp_get_int.c" /> - <ClCompile Include="src\libtommath\bn_mp_grow.c" /> - <ClCompile Include="src\libtommath\bn_mp_init.c" /> - <ClCompile Include="src\libtommath\bn_mp_init_copy.c" /> - <ClCompile Include="src\libtommath\bn_mp_init_multi.c" /> - <ClCompile Include="src\libtommath\bn_mp_init_set.c" /> - <ClCompile Include="src\libtommath\bn_mp_init_set_int.c" /> - <ClCompile Include="src\libtommath\bn_mp_init_size.c" /> - <ClCompile Include="src\libtommath\bn_mp_invmod.c" /> - <ClCompile Include="src\libtommath\bn_mp_invmod_slow.c" /> - <ClCompile Include="src\libtommath\bn_mp_is_square.c" /> - <ClCompile Include="src\libtommath\bn_mp_jacobi.c" /> - <ClCompile Include="src\libtommath\bn_mp_karatsuba_mul.c" /> - <ClCompile Include="src\libtommath\bn_mp_karatsuba_sqr.c" /> - <ClCompile Include="src\libtommath\bn_mp_lcm.c" /> - <ClCompile Include="src\libtommath\bn_mp_lshd.c" /> - <ClCompile Include="src\libtommath\bn_mp_mod.c" /> - <ClCompile Include="src\libtommath\bn_mp_mod_2d.c" /> - <ClCompile Include="src\libtommath\bn_mp_mod_d.c" /> - <ClCompile Include="src\libtommath\bn_mp_montgomery_calc_normalization.c" /> - <ClCompile Include="src\libtommath\bn_mp_montgomery_reduce.c" /> - <ClCompile Include="src\libtommath\bn_mp_montgomery_setup.c" /> - <ClCompile Include="src\libtommath\bn_mp_mul.c" /> - <ClCompile Include="src\libtommath\bn_mp_mul_2.c" /> - <ClCompile Include="src\libtommath\bn_mp_mul_2d.c" /> - <ClCompile Include="src\libtommath\bn_mp_mul_d.c" /> - <ClCompile Include="src\libtommath\bn_mp_mulmod.c" /> - <ClCompile Include="src\libtommath\bn_mp_n_root.c" /> - <ClCompile Include="src\libtommath\bn_mp_neg.c" /> - <ClCompile Include="src\libtommath\bn_mp_or.c" /> - <ClCompile Include="src\libtommath\bn_mp_prime_fermat.c" /> - <ClCompile Include="src\libtommath\bn_mp_prime_is_divisible.c" /> - <ClCompile Include="src\libtommath\bn_mp_prime_is_prime.c" /> - <ClCompile Include="src\libtommath\bn_mp_prime_miller_rabin.c" /> - <ClCompile Include="src\libtommath\bn_mp_prime_next_prime.c" /> - <ClCompile Include="src\libtommath\bn_mp_prime_rabin_miller_trials.c" /> - <ClCompile Include="src\libtommath\bn_mp_prime_random_ex.c" /> - <ClCompile Include="src\libtommath\bn_mp_radix_size.c" /> - <ClCompile Include="src\libtommath\bn_mp_radix_smap.c" /> - <ClCompile Include="src\libtommath\bn_mp_rand.c" /> - <ClCompile Include="src\libtommath\bn_mp_read_radix.c" /> - <ClCompile Include="src\libtommath\bn_mp_read_signed_bin.c" /> - <ClCompile Include="src\libtommath\bn_mp_read_unsigned_bin.c" /> - <ClCompile Include="src\libtommath\bn_mp_reduce.c" /> - <ClCompile Include="src\libtommath\bn_mp_reduce_2k.c" /> - <ClCompile Include="src\libtommath\bn_mp_reduce_2k_l.c" /> - <ClCompile Include="src\libtommath\bn_mp_reduce_2k_setup.c" /> - <ClCompile Include="src\libtommath\bn_mp_reduce_2k_setup_l.c" /> - <ClCompile Include="src\libtommath\bn_mp_reduce_is_2k.c" /> - <ClCompile Include="src\libtommath\bn_mp_reduce_is_2k_l.c" /> - <ClCompile Include="src\libtommath\bn_mp_reduce_setup.c" /> - <ClCompile Include="src\libtommath\bn_mp_rshd.c" /> - <ClCompile Include="src\libtommath\bn_mp_set.c" /> - <ClCompile Include="src\libtommath\bn_mp_set_int.c" /> - <ClCompile Include="src\libtommath\bn_mp_shrink.c" /> - <ClCompile Include="src\libtommath\bn_mp_signed_bin_size.c" /> - <ClCompile Include="src\libtommath\bn_mp_sqr.c" /> - <ClCompile Include="src\libtommath\bn_mp_sqrmod.c" /> - <ClCompile Include="src\libtommath\bn_mp_sqrt.c" /> - <ClCompile Include="src\libtommath\bn_mp_sub.c" /> - <ClCompile Include="src\libtommath\bn_mp_sub_d.c" /> - <ClCompile Include="src\libtommath\bn_mp_submod.c" /> - <ClCompile Include="src\libtommath\bn_mp_to_signed_bin.c" /> - <ClCompile Include="src\libtommath\bn_mp_to_signed_bin_n.c" /> - <ClCompile Include="src\libtommath\bn_mp_to_unsigned_bin.c" /> - <ClCompile Include="src\libtommath\bn_mp_to_unsigned_bin_n.c" /> - <ClCompile Include="src\libtommath\bn_mp_toom_mul.c" /> - <ClCompile Include="src\libtommath\bn_mp_toom_sqr.c" /> - <ClCompile Include="src\libtommath\bn_mp_toradix.c" /> - <ClCompile Include="src\libtommath\bn_mp_toradix_n.c" /> - <ClCompile Include="src\libtommath\bn_mp_unsigned_bin_size.c" /> - <ClCompile Include="src\libtommath\bn_mp_xor.c" /> - <ClCompile Include="src\libtommath\bn_mp_zero.c" /> - <ClCompile Include="src\libtommath\bn_prime_tab.c" /> - <ClCompile Include="src\libtommath\bn_reverse.c" /> - <ClCompile Include="src\libtommath\bn_s_mp_add.c" /> - <ClCompile Include="src\libtommath\bn_s_mp_exptmod.c" /> - <ClCompile Include="src\libtommath\bn_s_mp_mul_digs.c" /> - <ClCompile Include="src\libtommath\bn_s_mp_mul_high_digs.c" /> - <ClCompile Include="src\libtommath\bn_s_mp_sqr.c" /> - <ClCompile Include="src\libtommath\bn_s_mp_sub.c" /> - <ClCompile Include="src\libtommath\bncore.c" /> - <ClCompile Include="src\lzma\C\LzFind.c" /> - <ClCompile Include="src\lzma\C\LzFindMt.c" /> - <ClCompile Include="src\lzma\C\LzmaDec.c" /> - <ClCompile Include="src\lzma\C\LzmaEnc.c" /> - <ClCompile Include="src\lzma\C\Threads.c" /> - <ClCompile Include="src\pklib\explode.c" /> - <ClCompile Include="src\pklib\implode.c" /> - <ClCompile Include="src\sparse\sparse.cpp" /> - <ClCompile Include="src\zlib\adler32.c" /> - <ClCompile Include="src\zlib\compress_zlib.c" /> - <ClCompile Include="src\zlib\crc32.c" /> - <ClCompile Include="src\zlib\deflate.c" /> - <ClCompile Include="src\zlib\inffast.c" /> - <ClCompile Include="src\zlib\inflate.c" /> - <ClCompile Include="src\zlib\inftrees.c" /> - <ClCompile Include="src\zlib\trees.c" /> - <ClCompile Include="src\zlib\zutil.c" /> - <ClCompile Include="src\jenkins\lookup3.c" /> - </ItemGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> - <ImportGroup Label="ExtensionTargets"> - </ImportGroup> -</Project>
\ No newline at end of file diff --git a/StormLib_vs15_dll.vcxproj b/StormLib_vs15_dll.vcxproj new file mode 100644 index 0000000..3768b40 --- /dev/null +++ b/StormLib_vs15_dll.vcxproj @@ -0,0 +1,529 @@ +<?xml version="1.0" encoding="utf-8"?> +<Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> + <ItemGroup Label="ProjectConfigurations"> + <ProjectConfiguration Include="Debug|Win32"> + <Configuration>Debug</Configuration> + <Platform>Win32</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="Debug|x64"> + <Configuration>Debug</Configuration> + <Platform>x64</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="Release|Win32"> + <Configuration>Release</Configuration> + <Platform>Win32</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="Release|x64"> + <Configuration>Release</Configuration> + <Platform>x64</Platform> + </ProjectConfiguration> + </ItemGroup> + <PropertyGroup Label="Globals"> + <ProjectName>StormLib_dll</ProjectName> + <ProjectGuid>{CB385198-50B1-4CF4-883B-11F042DED6AA}</ProjectGuid> + <RootNamespace>StormLib_dll</RootNamespace> + <Keyword>Win32Proj</Keyword> + </PropertyGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> + <ConfigurationType>DynamicLibrary</ConfigurationType> + <PlatformToolset>v140</PlatformToolset> + <CharacterSet>MultiByte</CharacterSet> + <WholeProgramOptimization>true</WholeProgramOptimization> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> + <ConfigurationType>DynamicLibrary</ConfigurationType> + <PlatformToolset>v140</PlatformToolset> + <CharacterSet>MultiByte</CharacterSet> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> + <ConfigurationType>DynamicLibrary</ConfigurationType> + <PlatformToolset>v140</PlatformToolset> + <CharacterSet>MultiByte</CharacterSet> + <WholeProgramOptimization>true</WholeProgramOptimization> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> + <ConfigurationType>DynamicLibrary</ConfigurationType> + <PlatformToolset>v140</PlatformToolset> + <CharacterSet>MultiByte</CharacterSet> + </PropertyGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> + <ImportGroup Label="ExtensionSettings"> + </ImportGroup> + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> + </ImportGroup> + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> + </ImportGroup> + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> + </ImportGroup> + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> + </ImportGroup> + <PropertyGroup Label="UserMacros" /> + <PropertyGroup> + <_ProjectFileVersion>14.0.25431.1</_ProjectFileVersion> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> + <OutDir>./bin/$(ProjectName)/$(Platform)/$(Configuration)\</OutDir> + <IntDir>./bin/$(ProjectName)/$(Platform)/$(Configuration)\</IntDir> + <LinkIncremental>true</LinkIncremental> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> + <OutDir>./bin/$(ProjectName)/$(Platform)/$(Configuration)\</OutDir> + <IntDir>./bin/$(ProjectName)/$(Platform)/$(Configuration)\</IntDir> + <LinkIncremental>true</LinkIncremental> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> + <OutDir>./bin/$(ProjectName)/$(Platform)/$(Configuration)\</OutDir> + <IntDir>./bin/$(ProjectName)/$(Platform)/$(Configuration)\</IntDir> + <LinkIncremental>false</LinkIncremental> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> + <OutDir>./bin/$(ProjectName)/$(Platform)/$(Configuration)\</OutDir> + <IntDir>./bin/$(ProjectName)/$(Platform)/$(Configuration)\</IntDir> + <LinkIncremental>false</LinkIncremental> + </PropertyGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> + <ClCompile> + <Optimization>Disabled</Optimization> + <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <MinimalRebuild>true</MinimalRebuild> + <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> + <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> + <PrecompiledHeader /> + <WarningLevel>Level1</WarningLevel> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + </ClCompile> + <Link> + <OutputFile>$(OutDir)StormLib.dll</OutputFile> + <ModuleDefinitionFile>.\StormLib_dll\StormLib.def</ModuleDefinitionFile> + <GenerateDebugInformation>true</GenerateDebugInformation> + <SubSystem>Windows</SubSystem> + <RandomizedBaseAddress>false</RandomizedBaseAddress> + <DataExecutionPrevention /> + <TargetMachine>MachineX86</TargetMachine> + </Link> + </ItemDefinitionGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> + <Midl> + <TargetEnvironment>X64</TargetEnvironment> + </Midl> + <ClCompile> + <Optimization>Disabled</Optimization> + <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <MinimalRebuild>true</MinimalRebuild> + <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> + <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> + <PrecompiledHeader /> + <WarningLevel>Level1</WarningLevel> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + </ClCompile> + <Link> + <OutputFile>$(OutDir)StormLib.dll</OutputFile> + <ModuleDefinitionFile>.\StormLib_dll\StormLib.def</ModuleDefinitionFile> + <GenerateDebugInformation>true</GenerateDebugInformation> + <SubSystem>Windows</SubSystem> + <RandomizedBaseAddress>false</RandomizedBaseAddress> + <DataExecutionPrevention /> + <TargetMachine>MachineX64</TargetMachine> + </Link> + </ItemDefinitionGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> + <ClCompile> + <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> + <PrecompiledHeader /> + <WarningLevel>Level1</WarningLevel> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + </ClCompile> + <Link> + <OutputFile>$(OutDir)StormLib.dll</OutputFile> + <ModuleDefinitionFile>.\StormLib_dll\StormLib.def</ModuleDefinitionFile> + <GenerateDebugInformation>true</GenerateDebugInformation> + <SubSystem>Windows</SubSystem> + <OptimizeReferences>true</OptimizeReferences> + <EnableCOMDATFolding>true</EnableCOMDATFolding> + <RandomizedBaseAddress>false</RandomizedBaseAddress> + <DataExecutionPrevention /> + <TargetMachine>MachineX86</TargetMachine> + </Link> + </ItemDefinitionGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> + <Midl> + <TargetEnvironment>X64</TargetEnvironment> + </Midl> + <ClCompile> + <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> + <PrecompiledHeader /> + <WarningLevel>Level1</WarningLevel> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + </ClCompile> + <Link> + <OutputFile>$(OutDir)StormLib.dll</OutputFile> + <ModuleDefinitionFile>.\StormLib_dll\StormLib.def</ModuleDefinitionFile> + <GenerateDebugInformation>true</GenerateDebugInformation> + <SubSystem>Windows</SubSystem> + <OptimizeReferences>true</OptimizeReferences> + <EnableCOMDATFolding>true</EnableCOMDATFolding> + <RandomizedBaseAddress>false</RandomizedBaseAddress> + <DataExecutionPrevention /> + <TargetMachine>MachineX64</TargetMachine> + </Link> + </ItemDefinitionGroup> + <ItemGroup> + <Text Include="doc\History.txt" /> + <Text Include="doc\The MoPaQ File Format 0.9.txt" /> + <Text Include="doc\The MoPaQ File Format 1.0.txt" /> + </ItemGroup> + <ItemGroup> + <ClInclude Include="src\adpcm\adpcm.h" /> + <ClInclude Include="src\huffman\huff.h" /> + <ClInclude Include="src\jenkins\lookup.h" /> + <ClInclude Include="src\pklib\pklib.h" /> + <ClInclude Include="src\sparse\sparse.h" /> + <ClInclude Include="src\StormCommon.h" /> + <ClInclude Include="src\StormLib.h" /> + <ClInclude Include="src\StormPort.h" /> + </ItemGroup> + <ItemGroup> + <ClCompile Include="src\adpcm\adpcm.cpp" /> + <ClCompile Include="src\bzip2\blocksort.c" /> + <ClCompile Include="src\bzip2\bzlib.c" /> + <ClCompile Include="src\bzip2\compress.c" /> + <ClCompile Include="src\bzip2\crctable.c" /> + <ClCompile Include="src\bzip2\decompress.c" /> + <ClCompile Include="src\bzip2\huffman.c" /> + <ClCompile Include="src\bzip2\randtable.c" /> + <ClCompile Include="src\FileStream.cpp"> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Level4</WarningLevel> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Level4</WarningLevel> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Level4</WarningLevel> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Level4</WarningLevel> + </ClCompile> + <ClCompile Include="src\huffman\huff.cpp" /> + <ClCompile Include="src\jenkins\lookup3.c" /> + <ClCompile Include="src\libtomcrypt\src\hashes\hash_memory.c" /> + <ClCompile Include="src\libtomcrypt\src\hashes\md5.c" /> + <ClCompile Include="src\libtomcrypt\src\hashes\sha1.c" /> + <ClCompile Include="src\libtomcrypt\src\math\ltm_desc.c" /> + <ClCompile Include="src\libtomcrypt\src\math\multi.c" /> + <ClCompile Include="src\libtomcrypt\src\math\rand_prime.c" /> + <ClCompile Include="src\libtomcrypt\src\misc\base64_decode.c" /> + <ClCompile Include="src\libtomcrypt\src\misc\crypt_argchk.c" /> + <ClCompile Include="src\libtomcrypt\src\misc\crypt_find_hash.c" /> + <ClCompile Include="src\libtomcrypt\src\misc\crypt_find_prng.c" /> + <ClCompile Include="src\libtomcrypt\src\misc\crypt_hash_descriptor.c" /> + <ClCompile Include="src\libtomcrypt\src\misc\crypt_hash_is_valid.c" /> + <ClCompile Include="src\libtomcrypt\src\misc\crypt_libc.c" /> + <ClCompile Include="src\libtomcrypt\src\misc\crypt_ltc_mp_descriptor.c" /> + <ClCompile Include="src\libtomcrypt\src\misc\crypt_prng_descriptor.c" /> + <ClCompile Include="src\libtomcrypt\src\misc\crypt_prng_is_valid.c" /> + <ClCompile Include="src\libtomcrypt\src\misc\crypt_register_hash.c" /> + <ClCompile Include="src\libtomcrypt\src\misc\crypt_register_prng.c" /> + <ClCompile Include="src\libtomcrypt\src\misc\zeromem.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_decode_bit_string.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_decode_boolean.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_decode_choice.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_decode_ia5_string.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_decode_integer.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_decode_object_identifier.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_decode_octet_string.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_decode_printable_string.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_decode_sequence_ex.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_decode_sequence_flexi.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_decode_sequence_multi.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_decode_short_integer.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_decode_utctime.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_decode_utf8_string.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_encode_bit_string.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_encode_boolean.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_encode_ia5_string.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_encode_integer.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_encode_object_identifier.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_encode_octet_string.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_encode_printable_string.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_encode_sequence_ex.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_encode_sequence_multi.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_encode_set.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_encode_setof.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_encode_short_integer.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_encode_utctime.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_encode_utf8_string.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_length_bit_string.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_length_boolean.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_length_ia5_string.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_length_integer.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_length_object_identifier.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_length_octet_string.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_length_printable_string.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_length_sequence.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_length_short_integer.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_length_utctime.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_length_utf8_string.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_sequence_free.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\ecc\ltc_ecc_map.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\ecc\ltc_ecc_mul2add.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\ecc\ltc_ecc_mulmod.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\ecc\ltc_ecc_points.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\ecc\ltc_ecc_projective_add_point.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\ecc\ltc_ecc_projective_dbl_point.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\pkcs1\pkcs_1_mgf1.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\pkcs1\pkcs_1_oaep_decode.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\pkcs1\pkcs_1_pss_decode.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\pkcs1\pkcs_1_pss_encode.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\pkcs1\pkcs_1_v1_5_decode.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\pkcs1\pkcs_1_v1_5_encode.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\rsa\rsa_exptmod.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\rsa\rsa_free.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\rsa\rsa_import.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\rsa\rsa_make_key.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\rsa\rsa_sign_hash.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\rsa\rsa_verify_hash.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\rsa\rsa_verify_simple.c" /> + <ClCompile Include="src\libtommath\bncore.c" /> + <ClCompile Include="src\libtommath\bn_fast_mp_invmod.c" /> + <ClCompile Include="src\libtommath\bn_fast_mp_montgomery_reduce.c" /> + <ClCompile Include="src\libtommath\bn_fast_s_mp_mul_digs.c" /> + <ClCompile Include="src\libtommath\bn_fast_s_mp_mul_high_digs.c" /> + <ClCompile Include="src\libtommath\bn_fast_s_mp_sqr.c" /> + <ClCompile Include="src\libtommath\bn_mp_2expt.c" /> + <ClCompile Include="src\libtommath\bn_mp_abs.c" /> + <ClCompile Include="src\libtommath\bn_mp_add.c" /> + <ClCompile Include="src\libtommath\bn_mp_addmod.c" /> + <ClCompile Include="src\libtommath\bn_mp_add_d.c" /> + <ClCompile Include="src\libtommath\bn_mp_and.c" /> + <ClCompile Include="src\libtommath\bn_mp_clamp.c" /> + <ClCompile Include="src\libtommath\bn_mp_clear.c" /> + <ClCompile Include="src\libtommath\bn_mp_clear_multi.c" /> + <ClCompile Include="src\libtommath\bn_mp_cmp.c" /> + <ClCompile Include="src\libtommath\bn_mp_cmp_d.c" /> + <ClCompile Include="src\libtommath\bn_mp_cmp_mag.c" /> + <ClCompile Include="src\libtommath\bn_mp_cnt_lsb.c" /> + <ClCompile Include="src\libtommath\bn_mp_copy.c" /> + <ClCompile Include="src\libtommath\bn_mp_count_bits.c" /> + <ClCompile Include="src\libtommath\bn_mp_div.c" /> + <ClCompile Include="src\libtommath\bn_mp_div_2.c" /> + <ClCompile Include="src\libtommath\bn_mp_div_2d.c" /> + <ClCompile Include="src\libtommath\bn_mp_div_3.c" /> + <ClCompile Include="src\libtommath\bn_mp_div_d.c" /> + <ClCompile Include="src\libtommath\bn_mp_dr_is_modulus.c" /> + <ClCompile Include="src\libtommath\bn_mp_dr_reduce.c" /> + <ClCompile Include="src\libtommath\bn_mp_dr_setup.c" /> + <ClCompile Include="src\libtommath\bn_mp_exch.c" /> + <ClCompile Include="src\libtommath\bn_mp_exptmod.c" /> + <ClCompile Include="src\libtommath\bn_mp_exptmod_fast.c" /> + <ClCompile Include="src\libtommath\bn_mp_expt_d.c" /> + <ClCompile Include="src\libtommath\bn_mp_exteuclid.c" /> + <ClCompile Include="src\libtommath\bn_mp_fread.c" /> + <ClCompile Include="src\libtommath\bn_mp_fwrite.c" /> + <ClCompile Include="src\libtommath\bn_mp_gcd.c" /> + <ClCompile Include="src\libtommath\bn_mp_get_int.c" /> + <ClCompile Include="src\libtommath\bn_mp_grow.c" /> + <ClCompile Include="src\libtommath\bn_mp_init.c" /> + <ClCompile Include="src\libtommath\bn_mp_init_copy.c" /> + <ClCompile Include="src\libtommath\bn_mp_init_multi.c" /> + <ClCompile Include="src\libtommath\bn_mp_init_set.c" /> + <ClCompile Include="src\libtommath\bn_mp_init_set_int.c" /> + <ClCompile Include="src\libtommath\bn_mp_init_size.c" /> + <ClCompile Include="src\libtommath\bn_mp_invmod.c" /> + <ClCompile Include="src\libtommath\bn_mp_invmod_slow.c" /> + <ClCompile Include="src\libtommath\bn_mp_is_square.c" /> + <ClCompile Include="src\libtommath\bn_mp_jacobi.c" /> + <ClCompile Include="src\libtommath\bn_mp_karatsuba_mul.c" /> + <ClCompile Include="src\libtommath\bn_mp_karatsuba_sqr.c" /> + <ClCompile Include="src\libtommath\bn_mp_lcm.c" /> + <ClCompile Include="src\libtommath\bn_mp_lshd.c" /> + <ClCompile Include="src\libtommath\bn_mp_mod.c" /> + <ClCompile Include="src\libtommath\bn_mp_mod_2d.c" /> + <ClCompile Include="src\libtommath\bn_mp_mod_d.c" /> + <ClCompile Include="src\libtommath\bn_mp_montgomery_calc_normalization.c" /> + <ClCompile Include="src\libtommath\bn_mp_montgomery_reduce.c" /> + <ClCompile Include="src\libtommath\bn_mp_montgomery_setup.c" /> + <ClCompile Include="src\libtommath\bn_mp_mul.c" /> + <ClCompile Include="src\libtommath\bn_mp_mulmod.c" /> + <ClCompile Include="src\libtommath\bn_mp_mul_2.c" /> + <ClCompile Include="src\libtommath\bn_mp_mul_2d.c" /> + <ClCompile Include="src\libtommath\bn_mp_mul_d.c" /> + <ClCompile Include="src\libtommath\bn_mp_neg.c" /> + <ClCompile Include="src\libtommath\bn_mp_n_root.c" /> + <ClCompile Include="src\libtommath\bn_mp_or.c" /> + <ClCompile Include="src\libtommath\bn_mp_prime_fermat.c" /> + <ClCompile Include="src\libtommath\bn_mp_prime_is_divisible.c" /> + <ClCompile Include="src\libtommath\bn_mp_prime_is_prime.c" /> + <ClCompile Include="src\libtommath\bn_mp_prime_miller_rabin.c" /> + <ClCompile Include="src\libtommath\bn_mp_prime_next_prime.c" /> + <ClCompile Include="src\libtommath\bn_mp_prime_rabin_miller_trials.c" /> + <ClCompile Include="src\libtommath\bn_mp_prime_random_ex.c" /> + <ClCompile Include="src\libtommath\bn_mp_radix_size.c" /> + <ClCompile Include="src\libtommath\bn_mp_radix_smap.c" /> + <ClCompile Include="src\libtommath\bn_mp_rand.c" /> + <ClCompile Include="src\libtommath\bn_mp_read_radix.c" /> + <ClCompile Include="src\libtommath\bn_mp_read_signed_bin.c" /> + <ClCompile Include="src\libtommath\bn_mp_read_unsigned_bin.c" /> + <ClCompile Include="src\libtommath\bn_mp_reduce.c" /> + <ClCompile Include="src\libtommath\bn_mp_reduce_2k.c" /> + <ClCompile Include="src\libtommath\bn_mp_reduce_2k_l.c" /> + <ClCompile Include="src\libtommath\bn_mp_reduce_2k_setup.c" /> + <ClCompile Include="src\libtommath\bn_mp_reduce_2k_setup_l.c" /> + <ClCompile Include="src\libtommath\bn_mp_reduce_is_2k.c" /> + <ClCompile Include="src\libtommath\bn_mp_reduce_is_2k_l.c" /> + <ClCompile Include="src\libtommath\bn_mp_reduce_setup.c" /> + <ClCompile Include="src\libtommath\bn_mp_rshd.c" /> + <ClCompile Include="src\libtommath\bn_mp_set.c" /> + <ClCompile Include="src\libtommath\bn_mp_set_int.c" /> + <ClCompile Include="src\libtommath\bn_mp_shrink.c" /> + <ClCompile Include="src\libtommath\bn_mp_signed_bin_size.c" /> + <ClCompile Include="src\libtommath\bn_mp_sqr.c" /> + <ClCompile Include="src\libtommath\bn_mp_sqrmod.c" /> + <ClCompile Include="src\libtommath\bn_mp_sqrt.c" /> + <ClCompile Include="src\libtommath\bn_mp_sub.c" /> + <ClCompile Include="src\libtommath\bn_mp_submod.c" /> + <ClCompile Include="src\libtommath\bn_mp_sub_d.c" /> + <ClCompile Include="src\libtommath\bn_mp_toom_mul.c" /> + <ClCompile Include="src\libtommath\bn_mp_toom_sqr.c" /> + <ClCompile Include="src\libtommath\bn_mp_toradix.c" /> + <ClCompile Include="src\libtommath\bn_mp_toradix_n.c" /> + <ClCompile Include="src\libtommath\bn_mp_to_signed_bin.c" /> + <ClCompile Include="src\libtommath\bn_mp_to_signed_bin_n.c" /> + <ClCompile Include="src\libtommath\bn_mp_to_unsigned_bin.c" /> + <ClCompile Include="src\libtommath\bn_mp_to_unsigned_bin_n.c" /> + <ClCompile Include="src\libtommath\bn_mp_unsigned_bin_size.c" /> + <ClCompile Include="src\libtommath\bn_mp_xor.c" /> + <ClCompile Include="src\libtommath\bn_mp_zero.c" /> + <ClCompile Include="src\libtommath\bn_prime_tab.c" /> + <ClCompile Include="src\libtommath\bn_reverse.c" /> + <ClCompile Include="src\libtommath\bn_s_mp_add.c" /> + <ClCompile Include="src\libtommath\bn_s_mp_exptmod.c" /> + <ClCompile Include="src\libtommath\bn_s_mp_mul_digs.c" /> + <ClCompile Include="src\libtommath\bn_s_mp_mul_high_digs.c" /> + <ClCompile Include="src\libtommath\bn_s_mp_sqr.c" /> + <ClCompile Include="src\libtommath\bn_s_mp_sub.c" /> + <ClCompile Include="src\lzma\C\LzFind.c" /> + <ClCompile Include="src\lzma\C\LzFindMt.c" /> + <ClCompile Include="src\lzma\C\LzmaDec.c" /> + <ClCompile Include="src\lzma\C\LzmaEnc.c" /> + <ClCompile Include="src\lzma\C\Threads.c" /> + <ClCompile Include="src\pklib\explode.c" /> + <ClCompile Include="src\pklib\implode.c" /> + <ClCompile Include="src\SBaseCommon.cpp"> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Level4</WarningLevel> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Level4</WarningLevel> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Level4</WarningLevel> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Level4</WarningLevel> + </ClCompile> + <ClCompile Include="src\SBaseFileTable.cpp"> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Level4</WarningLevel> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Level4</WarningLevel> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Level4</WarningLevel> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Level4</WarningLevel> + </ClCompile> + <ClCompile Include="src\SBaseSubTypes.cpp" /> + <ClCompile Include="src\SCompression.cpp"> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Level4</WarningLevel> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Level4</WarningLevel> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Level4</WarningLevel> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Level4</WarningLevel> + </ClCompile> + <ClCompile Include="src\SFileAddFile.cpp"> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Level4</WarningLevel> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Level4</WarningLevel> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Level4</WarningLevel> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Level4</WarningLevel> + </ClCompile> + <ClCompile Include="src\SFileAttributes.cpp"> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Level4</WarningLevel> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Level4</WarningLevel> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Level4</WarningLevel> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Level4</WarningLevel> + </ClCompile> + <ClCompile Include="src\SFileCompactArchive.cpp"> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Level4</WarningLevel> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Level4</WarningLevel> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Level4</WarningLevel> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Level4</WarningLevel> + </ClCompile> + <ClCompile Include="src\SFileCreateArchive.cpp"> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Level4</WarningLevel> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Level4</WarningLevel> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Level4</WarningLevel> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Level4</WarningLevel> + </ClCompile> + <ClCompile Include="src\SFileExtractFile.cpp"> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Level4</WarningLevel> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Level4</WarningLevel> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Level4</WarningLevel> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Level4</WarningLevel> + </ClCompile> + <ClCompile Include="src\SFileFindFile.cpp"> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Level4</WarningLevel> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Level4</WarningLevel> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Level4</WarningLevel> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Level4</WarningLevel> + </ClCompile> + <ClCompile Include="src\SFileGetFileInfo.cpp"> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Level4</WarningLevel> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Level4</WarningLevel> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Level4</WarningLevel> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Level4</WarningLevel> + </ClCompile> + <ClCompile Include="src\SFileListFile.cpp"> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Level4</WarningLevel> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Level4</WarningLevel> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Level4</WarningLevel> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Level4</WarningLevel> + </ClCompile> + <ClCompile Include="src\SFileOpenArchive.cpp"> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Level4</WarningLevel> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Level4</WarningLevel> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Level4</WarningLevel> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Level4</WarningLevel> + </ClCompile> + <ClCompile Include="src\SFileOpenFileEx.cpp"> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Level4</WarningLevel> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Level4</WarningLevel> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Level4</WarningLevel> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Level4</WarningLevel> + </ClCompile> + <ClCompile Include="src\SFilePatchArchives.cpp"> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Level4</WarningLevel> + </ClCompile> + <ClCompile Include="src\SFileReadFile.cpp"> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Level4</WarningLevel> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Level4</WarningLevel> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Level4</WarningLevel> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Level4</WarningLevel> + </ClCompile> + <ClCompile Include="src\SFileVerify.cpp"> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Level4</WarningLevel> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Level4</WarningLevel> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Level4</WarningLevel> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Level4</WarningLevel> + </ClCompile> + <ClCompile Include="src\sparse\sparse.cpp" /> + <ClCompile Include="src\zlib\adler32.c" /> + <ClCompile Include="src\zlib\compress_zlib.c" /> + <ClCompile Include="src\zlib\crc32.c" /> + <ClCompile Include="src\zlib\deflate.c" /> + <ClCompile Include="src\zlib\inffast.c" /> + <ClCompile Include="src\zlib\inflate.c" /> + <ClCompile Include="src\zlib\inftrees.c" /> + <ClCompile Include="src\zlib\trees.c" /> + <ClCompile Include="src\zlib\zutil.c" /> + <ClCompile Include="stormlib_dll\DllMain.c"> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Level4</WarningLevel> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Level4</WarningLevel> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Level4</WarningLevel> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Level4</WarningLevel> + </ClCompile> + </ItemGroup> + <ItemGroup> + <None Include="stormlib_dll\StormLib.def" /> + </ItemGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> + <ImportGroup Label="ExtensionTargets"> + </ImportGroup> +</Project>
\ No newline at end of file diff --git a/StormLib_vs12.vcxproj.filters b/StormLib_vs15_dll.vcxproj.filters index a532132..669438d 100644 --- a/StormLib_vs12.vcxproj.filters +++ b/StormLib_vs15_dll.vcxproj.filters @@ -2,67 +2,67 @@ <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <ItemGroup> <Filter Include="Doc Files"> - <UniqueIdentifier>{595d6bc1-89d0-4fb8-98f6-be35e73727c4}</UniqueIdentifier> + <UniqueIdentifier>{b352ea2c-4169-4b60-85bc-82eadd5a9d2e}</UniqueIdentifier> </Filter> <Filter Include="Header Files"> - <UniqueIdentifier>{721663d8-8692-476f-b0fd-71fdadf69929}</UniqueIdentifier> + <UniqueIdentifier>{9171b211-949a-4dc1-a028-edf0a2ed4605}</UniqueIdentifier> </Filter> <Filter Include="Source Files"> - <UniqueIdentifier>{9cc24144-d198-4bd1-b941-b946bd61b982}</UniqueIdentifier> + <UniqueIdentifier>{712a20a0-c7a8-4e56-947b-2cf030bbb287}</UniqueIdentifier> </Filter> <Filter Include="Source Files\adpcm"> - <UniqueIdentifier>{be0080d3-fc04-4442-9e28-b4cc2641177d}</UniqueIdentifier> + <UniqueIdentifier>{83502600-f49c-43b1-afe6-038d3560a859}</UniqueIdentifier> </Filter> <Filter Include="Source Files\bzip2"> - <UniqueIdentifier>{adb84a97-8a0c-4988-9473-452326110dff}</UniqueIdentifier> + <UniqueIdentifier>{ea8b08a3-5c21-48e0-b75f-78eaa2adbc22}</UniqueIdentifier> </Filter> <Filter Include="Source Files\huffman"> - <UniqueIdentifier>{87256d6a-e658-4f60-8759-6bff32a35eb2}</UniqueIdentifier> + <UniqueIdentifier>{593ac5e7-fe06-42b8-8025-e3bd725f95d8}</UniqueIdentifier> </Filter> <Filter Include="Source Files\libtomcrypt"> - <UniqueIdentifier>{d730d7c1-2960-49d2-ba0d-d1a91dd08964}</UniqueIdentifier> + <UniqueIdentifier>{9887a885-78fa-4164-80b9-9db6b0c11f86}</UniqueIdentifier> </Filter> <Filter Include="Source Files\libtomcrypt\hashes"> - <UniqueIdentifier>{13e5ccb1-06f1-4d10-bdc1-825b51c64dbf}</UniqueIdentifier> + <UniqueIdentifier>{7db62947-d38d-48e9-8b52-4cad226394a6}</UniqueIdentifier> </Filter> <Filter Include="Source Files\libtomcrypt\math"> - <UniqueIdentifier>{73f7f025-7366-4d76-8d60-4327e00b9d18}</UniqueIdentifier> + <UniqueIdentifier>{b435fecf-9a65-4f2e-8d64-7dfc70de3137}</UniqueIdentifier> </Filter> <Filter Include="Source Files\libtomcrypt\misc"> - <UniqueIdentifier>{be21c641-7727-4d7b-919e-c895d801db17}</UniqueIdentifier> + <UniqueIdentifier>{d8ad7878-9e42-427a-b5b6-ae51d92b92cf}</UniqueIdentifier> </Filter> <Filter Include="Source Files\libtomcrypt\pk"> - <UniqueIdentifier>{694a7758-f909-4b8e-aa13-4d06a8c70eff}</UniqueIdentifier> + <UniqueIdentifier>{07806629-c061-49ed-8212-0585d25fae23}</UniqueIdentifier> </Filter> <Filter Include="Source Files\libtomcrypt\pk\asn1"> - <UniqueIdentifier>{3f01cae6-5676-4f33-bb38-215341eedfc4}</UniqueIdentifier> + <UniqueIdentifier>{ca554d9f-b602-452a-971e-86b537ee2ad1}</UniqueIdentifier> </Filter> <Filter Include="Source Files\libtomcrypt\pk\ecc"> - <UniqueIdentifier>{63d75851-c430-4c76-aa08-3398523aab4a}</UniqueIdentifier> + <UniqueIdentifier>{46e1697c-e6c2-4a8c-b4d2-0142311bb48b}</UniqueIdentifier> </Filter> <Filter Include="Source Files\libtomcrypt\pk\pkcs1"> - <UniqueIdentifier>{11175e9e-e9f1-405c-961b-933e72503cdd}</UniqueIdentifier> + <UniqueIdentifier>{99279e07-2e33-44c9-8f37-0b810ee4ba25}</UniqueIdentifier> </Filter> <Filter Include="Source Files\libtomcrypt\pk\rsa"> - <UniqueIdentifier>{e30512f4-bdf8-4460-823d-475bd8f08d28}</UniqueIdentifier> + <UniqueIdentifier>{04fbcfe0-3023-4fa0-8e36-26ab024a4abf}</UniqueIdentifier> </Filter> <Filter Include="Source Files\libtommath"> - <UniqueIdentifier>{d2889ef6-3f12-4a9b-8624-8d061748ff03}</UniqueIdentifier> + <UniqueIdentifier>{4720c7a0-f4aa-4737-978c-9efe8b429906}</UniqueIdentifier> </Filter> <Filter Include="Source Files\lzma"> - <UniqueIdentifier>{02c6dfb8-4a58-46c5-bb35-69ba6215a3a6}</UniqueIdentifier> + <UniqueIdentifier>{856c9964-4d85-40e9-8cbd-f4c672c07780}</UniqueIdentifier> </Filter> <Filter Include="Source Files\pklib"> - <UniqueIdentifier>{563829a0-aaa3-4af2-88a2-8c6445d2754b}</UniqueIdentifier> + <UniqueIdentifier>{7ad3c876-768a-45bc-85b1-38cd492814ea}</UniqueIdentifier> </Filter> <Filter Include="Source Files\sparse"> - <UniqueIdentifier>{e82b0d03-77ff-46dc-b5a4-5b469224222a}</UniqueIdentifier> + <UniqueIdentifier>{22e86a97-80e9-45a0-ac8e-70d7ea848f35}</UniqueIdentifier> </Filter> <Filter Include="Source Files\zlib"> - <UniqueIdentifier>{cb92df18-9435-4db9-997a-e0e7d532cd26}</UniqueIdentifier> + <UniqueIdentifier>{7b2ea923-8454-4073-bb9c-85de0f66caa1}</UniqueIdentifier> </Filter> <Filter Include="Source Files\jenkins"> - <UniqueIdentifier>{2920175c-439c-4fd5-b94e-8cf1d3aaadd3}</UniqueIdentifier> + <UniqueIdentifier>{5404ec38-706a-47f8-97b7-941c2574ddf2}</UniqueIdentifier> </Filter> </ItemGroup> <ItemGroup> @@ -80,10 +80,10 @@ <ClInclude Include="src\StormCommon.h"> <Filter>Header Files</Filter> </ClInclude> - <ClInclude Include="include\StormLib.h"> + <ClInclude Include="src\StormLib.h"> <Filter>Header Files</Filter> </ClInclude> - <ClInclude Include="include\StormPort.h"> + <ClInclude Include="src\StormPort.h"> <Filter>Header Files</Filter> </ClInclude> <ClInclude Include="src\adpcm\adpcm.h"> @@ -103,6 +103,9 @@ </ClInclude> </ItemGroup> <ItemGroup> + <ClCompile Include="stormlib_dll\DllMain.c"> + <Filter>Source Files</Filter> + </ClCompile> <ClCompile Include="src\FileStream.cpp"> <Filter>Source Files</Filter> </ClCompile> @@ -112,6 +115,9 @@ <ClCompile Include="src\SBaseFileTable.cpp"> <Filter>Source Files</Filter> </ClCompile> + <ClCompile Include="src\SBaseSubTypes.cpp"> + <Filter>Source Files</Filter> + </ClCompile> <ClCompile Include="src\SCompression.cpp"> <Filter>Source Files</Filter> </ClCompile> @@ -280,6 +286,48 @@ <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_decode_utf8_string.c"> <Filter>Source Files\libtomcrypt\pk\asn1</Filter> </ClCompile> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_encode_bit_string.c"> + <Filter>Source Files\libtomcrypt\pk\asn1</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_encode_boolean.c"> + <Filter>Source Files\libtomcrypt\pk\asn1</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_encode_ia5_string.c"> + <Filter>Source Files\libtomcrypt\pk\asn1</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_encode_integer.c"> + <Filter>Source Files\libtomcrypt\pk\asn1</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_encode_object_identifier.c"> + <Filter>Source Files\libtomcrypt\pk\asn1</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_encode_octet_string.c"> + <Filter>Source Files\libtomcrypt\pk\asn1</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_encode_printable_string.c"> + <Filter>Source Files\libtomcrypt\pk\asn1</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_encode_sequence_ex.c"> + <Filter>Source Files\libtomcrypt\pk\asn1</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_encode_sequence_multi.c"> + <Filter>Source Files\libtomcrypt\pk\asn1</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_encode_set.c"> + <Filter>Source Files\libtomcrypt\pk\asn1</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_encode_setof.c"> + <Filter>Source Files\libtomcrypt\pk\asn1</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_encode_short_integer.c"> + <Filter>Source Files\libtomcrypt\pk\asn1</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_encode_utctime.c"> + <Filter>Source Files\libtomcrypt\pk\asn1</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_encode_utf8_string.c"> + <Filter>Source Files\libtomcrypt\pk\asn1</Filter> + </ClCompile> <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_length_bit_string.c"> <Filter>Source Files\libtomcrypt\pk\asn1</Filter> </ClCompile> @@ -343,9 +391,15 @@ <ClCompile Include="src\libtomcrypt\src\pk\pkcs1\pkcs_1_pss_decode.c"> <Filter>Source Files\libtomcrypt\pk\pkcs1</Filter> </ClCompile> + <ClCompile Include="src\libtomcrypt\src\pk\pkcs1\pkcs_1_pss_encode.c"> + <Filter>Source Files\libtomcrypt\pk\pkcs1</Filter> + </ClCompile> <ClCompile Include="src\libtomcrypt\src\pk\pkcs1\pkcs_1_v1_5_decode.c"> <Filter>Source Files\libtomcrypt\pk\pkcs1</Filter> </ClCompile> + <ClCompile Include="src\libtomcrypt\src\pk\pkcs1\pkcs_1_v1_5_encode.c"> + <Filter>Source Files\libtomcrypt\pk\pkcs1</Filter> + </ClCompile> <ClCompile Include="src\libtomcrypt\src\pk\rsa\rsa_exptmod.c"> <Filter>Source Files\libtomcrypt\pk\rsa</Filter> </ClCompile> @@ -358,6 +412,9 @@ <ClCompile Include="src\libtomcrypt\src\pk\rsa\rsa_make_key.c"> <Filter>Source Files\libtomcrypt\pk\rsa</Filter> </ClCompile> + <ClCompile Include="src\libtomcrypt\src\pk\rsa\rsa_sign_hash.c"> + <Filter>Source Files\libtomcrypt\pk\rsa</Filter> + </ClCompile> <ClCompile Include="src\libtomcrypt\src\pk\rsa\rsa_verify_hash.c"> <Filter>Source Files\libtomcrypt\pk\rsa</Filter> </ClCompile> @@ -745,6 +802,9 @@ <ClCompile Include="src\zlib\adler32.c"> <Filter>Source Files\zlib</Filter> </ClCompile> + <ClCompile Include="src\zlib\compress_zlib.c"> + <Filter>Source Files\zlib</Filter> + </ClCompile> <ClCompile Include="src\zlib\crc32.c"> <Filter>Source Files\zlib</Filter> </ClCompile> @@ -769,62 +829,10 @@ <ClCompile Include="src\jenkins\lookup3.c"> <Filter>Source Files\jenkins</Filter> </ClCompile> - <ClCompile Include="src\zlib\compress_zlib.c"> - <Filter>Source Files\zlib</Filter> - </ClCompile> - <ClCompile Include="src\SBaseSubTypes.cpp"> + </ItemGroup> + <ItemGroup> + <None Include="stormlib_dll\StormLib.def"> <Filter>Source Files</Filter> - </ClCompile> - <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_encode_bit_string.c"> - <Filter>Source Files\libtomcrypt\pk\asn1</Filter> - </ClCompile> - <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_encode_boolean.c"> - <Filter>Source Files\libtomcrypt\pk\asn1</Filter> - </ClCompile> - <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_encode_ia5_string.c"> - <Filter>Source Files\libtomcrypt\pk\asn1</Filter> - </ClCompile> - <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_encode_integer.c"> - <Filter>Source Files\libtomcrypt\pk\asn1</Filter> - </ClCompile> - <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_encode_object_identifier.c"> - <Filter>Source Files\libtomcrypt\pk\asn1</Filter> - </ClCompile> - <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_encode_octet_string.c"> - <Filter>Source Files\libtomcrypt\pk\asn1</Filter> - </ClCompile> - <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_encode_printable_string.c"> - <Filter>Source Files\libtomcrypt\pk\asn1</Filter> - </ClCompile> - <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_encode_sequence_ex.c"> - <Filter>Source Files\libtomcrypt\pk\asn1</Filter> - </ClCompile> - <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_encode_sequence_multi.c"> - <Filter>Source Files\libtomcrypt\pk\asn1</Filter> - </ClCompile> - <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_encode_set.c"> - <Filter>Source Files\libtomcrypt\pk\asn1</Filter> - </ClCompile> - <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_encode_setof.c"> - <Filter>Source Files\libtomcrypt\pk\asn1</Filter> - </ClCompile> - <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_encode_short_integer.c"> - <Filter>Source Files\libtomcrypt\pk\asn1</Filter> - </ClCompile> - <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_encode_utctime.c"> - <Filter>Source Files\libtomcrypt\pk\asn1</Filter> - </ClCompile> - <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_encode_utf8_string.c"> - <Filter>Source Files\libtomcrypt\pk\asn1</Filter> - </ClCompile> - <ClCompile Include="src\libtomcrypt\src\pk\pkcs1\pkcs_1_pss_encode.c"> - <Filter>Source Files\libtomcrypt\pk\pkcs1</Filter> - </ClCompile> - <ClCompile Include="src\libtomcrypt\src\pk\pkcs1\pkcs_1_v1_5_encode.c"> - <Filter>Source Files\libtomcrypt\pk\pkcs1</Filter> - </ClCompile> - <ClCompile Include="src\libtomcrypt\src\pk\rsa\rsa_sign_hash.c"> - <Filter>Source Files\libtomcrypt\pk\rsa</Filter> - </ClCompile> + </None> </ItemGroup> </Project>
\ No newline at end of file diff --git a/StormLib_vs15_test.vcxproj b/StormLib_vs15_test.vcxproj new file mode 100644 index 0000000..91dc16d --- /dev/null +++ b/StormLib_vs15_test.vcxproj @@ -0,0 +1,541 @@ +<?xml version="1.0" encoding="utf-8"?> +<Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> + <ItemGroup Label="ProjectConfigurations"> + <ProjectConfiguration Include="Debug|Win32"> + <Configuration>Debug</Configuration> + <Platform>Win32</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="Debug|x64"> + <Configuration>Debug</Configuration> + <Platform>x64</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="Release|Win32"> + <Configuration>Release</Configuration> + <Platform>Win32</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="Release|x64"> + <Configuration>Release</Configuration> + <Platform>x64</Platform> + </ProjectConfiguration> + </ItemGroup> + <PropertyGroup Label="Globals"> + <ProjectName>StormLib_test</ProjectName> + <ProjectGuid>{AA561A7B-26EA-49AF-90E8-C53C1FA2965D}</ProjectGuid> + <RootNamespace>StormLib_test</RootNamespace> + <Keyword>Win32Proj</Keyword> + </PropertyGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> + <ConfigurationType>Application</ConfigurationType> + <PlatformToolset>v140</PlatformToolset> + <CharacterSet>MultiByte</CharacterSet> + <WholeProgramOptimization>true</WholeProgramOptimization> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> + <ConfigurationType>Application</ConfigurationType> + <PlatformToolset>v140</PlatformToolset> + <CharacterSet>Unicode</CharacterSet> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> + <ConfigurationType>Application</ConfigurationType> + <PlatformToolset>v140</PlatformToolset> + <CharacterSet>Unicode</CharacterSet> + <WholeProgramOptimization>true</WholeProgramOptimization> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> + <ConfigurationType>Application</ConfigurationType> + <PlatformToolset>v140</PlatformToolset> + <CharacterSet>Unicode</CharacterSet> + </PropertyGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> + <ImportGroup Label="ExtensionSettings"> + <Import Project="$(VCTargetsPath)\BuildCustomizations\masm.props" /> + </ImportGroup> + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> + </ImportGroup> + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> + </ImportGroup> + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> + </ImportGroup> + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> + </ImportGroup> + <PropertyGroup Label="UserMacros" /> + <PropertyGroup> + <_ProjectFileVersion>14.0.25431.1</_ProjectFileVersion> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> + <OutDir>./bin/$(ProjectName)/$(Platform)/$(Configuration)\</OutDir> + <IntDir>./bin/$(ProjectName)/$(Platform)/$(Configuration)\</IntDir> + <LinkIncremental>true</LinkIncremental> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> + <OutDir>./bin/$(ProjectName)/$(Platform)/$(Configuration)\</OutDir> + <IntDir>./bin/$(ProjectName)/$(Platform)/$(Configuration)\</IntDir> + <LinkIncremental>true</LinkIncremental> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> + <OutDir>./bin/$(ProjectName)/$(Platform)/$(Configuration)\</OutDir> + <IntDir>./bin/$(ProjectName)/$(Platform)/$(Configuration)\</IntDir> + <LinkIncremental>false</LinkIncremental> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> + <OutDir>./bin/$(ProjectName)/$(Platform)/$(Configuration)\</OutDir> + <IntDir>./bin/$(ProjectName)/$(Platform)/$(Configuration)\</IntDir> + <LinkIncremental>false</LinkIncremental> + </PropertyGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> + <ClCompile> + <Optimization>Disabled</Optimization> + <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;__STORMLIB_TEST__;__STORMLIB_DUMP_DATA__;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <MinimalRebuild>true</MinimalRebuild> + <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> + <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> + <PrecompiledHeader /> + <WarningLevel>Level1</WarningLevel> + <DebugInformationFormat>EditAndContinue</DebugInformationFormat> + <CompileAs>Default</CompileAs> + </ClCompile> + <Link> + <GenerateDebugInformation>true</GenerateDebugInformation> + <SubSystem>Console</SubSystem> + <RandomizedBaseAddress>false</RandomizedBaseAddress> + <DataExecutionPrevention /> + <TargetMachine>MachineX86</TargetMachine> + </Link> + </ItemDefinitionGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> + <Midl> + <TargetEnvironment>X64</TargetEnvironment> + </Midl> + <ClCompile> + <Optimization>Disabled</Optimization> + <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;__STORMLIB_TEST__;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <MinimalRebuild>true</MinimalRebuild> + <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> + <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> + <PrecompiledHeader /> + <WarningLevel>Level1</WarningLevel> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + <CompileAs>Default</CompileAs> + </ClCompile> + <Link> + <GenerateDebugInformation>true</GenerateDebugInformation> + <SubSystem>Console</SubSystem> + <RandomizedBaseAddress>false</RandomizedBaseAddress> + <DataExecutionPrevention /> + <TargetMachine>MachineX64</TargetMachine> + </Link> + </ItemDefinitionGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> + <ClCompile> + <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;__STORMLIB_TEST__;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> + <PrecompiledHeader /> + <WarningLevel>Level1</WarningLevel> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + </ClCompile> + <Link> + <GenerateDebugInformation>true</GenerateDebugInformation> + <SubSystem>Console</SubSystem> + <OptimizeReferences>true</OptimizeReferences> + <EnableCOMDATFolding>true</EnableCOMDATFolding> + <RandomizedBaseAddress>false</RandomizedBaseAddress> + <DataExecutionPrevention /> + <TargetMachine>MachineX86</TargetMachine> + </Link> + </ItemDefinitionGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> + <Midl> + <TargetEnvironment>X64</TargetEnvironment> + </Midl> + <ClCompile> + <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;__STORMLIB_TEST__;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> + <PrecompiledHeader /> + <WarningLevel>Level1</WarningLevel> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + </ClCompile> + <Link> + <GenerateDebugInformation>true</GenerateDebugInformation> + <SubSystem>Console</SubSystem> + <OptimizeReferences>true</OptimizeReferences> + <EnableCOMDATFolding>true</EnableCOMDATFolding> + <RandomizedBaseAddress>false</RandomizedBaseAddress> + <DataExecutionPrevention /> + <TargetMachine>MachineX64</TargetMachine> + </Link> + </ItemDefinitionGroup> + <ItemGroup> + <Text Include="doc\History.txt" /> + <Text Include="doc\The MoPaQ File Format 0.9.txt" /> + <Text Include="doc\The MoPaQ File Format 1.0.txt" /> + </ItemGroup> + <ItemGroup> + <ClInclude Include="src\adpcm\adpcm.h" /> + <ClInclude Include="src\FileStream.h" /> + <ClInclude Include="src\huffman\huff.h" /> + <ClInclude Include="src\jenkins\lookup.h" /> + <ClInclude Include="src\pklib\pklib.h" /> + <ClInclude Include="src\sparse\sparse.h" /> + <ClInclude Include="src\StormCommon.h" /> + <ClInclude Include="src\StormLib.h" /> + <ClInclude Include="src\StormPort.h" /> + </ItemGroup> + <ItemGroup> + <ClCompile Include="src\adpcm\adpcm.cpp"> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Level4</WarningLevel> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Level4</WarningLevel> + </ClCompile> + <ClCompile Include="src\bzip2\blocksort.c" /> + <ClCompile Include="src\bzip2\bzlib.c" /> + <ClCompile Include="src\bzip2\compress.c" /> + <ClCompile Include="src\bzip2\crctable.c" /> + <ClCompile Include="src\bzip2\decompress.c" /> + <ClCompile Include="src\bzip2\huffman.c" /> + <ClCompile Include="src\bzip2\randtable.c" /> + <ClCompile Include="src\FileStream.cpp"> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Level4</WarningLevel> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Level4</WarningLevel> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Level4</WarningLevel> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Level4</WarningLevel> + </ClCompile> + <ClCompile Include="src\huffman\huff.cpp"> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Level4</WarningLevel> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Level4</WarningLevel> + </ClCompile> + <ClCompile Include="src\jenkins\lookup3.c"> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Level1</WarningLevel> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Level1</WarningLevel> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\hashes\hash_memory.c" /> + <ClCompile Include="src\libtomcrypt\src\hashes\md5.c" /> + <ClCompile Include="src\libtomcrypt\src\hashes\sha1.c" /> + <ClCompile Include="src\libtomcrypt\src\math\ltm_desc.c" /> + <ClCompile Include="src\libtomcrypt\src\math\multi.c" /> + <ClCompile Include="src\libtomcrypt\src\math\rand_prime.c" /> + <ClCompile Include="src\libtomcrypt\src\misc\base64_decode.c" /> + <ClCompile Include="src\libtomcrypt\src\misc\crypt_argchk.c" /> + <ClCompile Include="src\libtomcrypt\src\misc\crypt_find_hash.c" /> + <ClCompile Include="src\libtomcrypt\src\misc\crypt_find_prng.c" /> + <ClCompile Include="src\libtomcrypt\src\misc\crypt_hash_descriptor.c" /> + <ClCompile Include="src\libtomcrypt\src\misc\crypt_hash_is_valid.c" /> + <ClCompile Include="src\libtomcrypt\src\misc\crypt_libc.c" /> + <ClCompile Include="src\libtomcrypt\src\misc\crypt_ltc_mp_descriptor.c" /> + <ClCompile Include="src\libtomcrypt\src\misc\crypt_prng_descriptor.c" /> + <ClCompile Include="src\libtomcrypt\src\misc\crypt_prng_is_valid.c" /> + <ClCompile Include="src\libtomcrypt\src\misc\crypt_register_hash.c" /> + <ClCompile Include="src\libtomcrypt\src\misc\crypt_register_prng.c" /> + <ClCompile Include="src\libtomcrypt\src\misc\zeromem.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_decode_bit_string.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_decode_boolean.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_decode_choice.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_decode_ia5_string.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_decode_integer.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_decode_object_identifier.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_decode_octet_string.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_decode_printable_string.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_decode_sequence_ex.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_decode_sequence_flexi.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_decode_sequence_multi.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_decode_short_integer.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_decode_utctime.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_decode_utf8_string.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_encode_bit_string.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_encode_boolean.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_encode_ia5_string.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_encode_integer.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_encode_object_identifier.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_encode_octet_string.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_encode_printable_string.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_encode_sequence_ex.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_encode_sequence_multi.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_encode_set.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_encode_setof.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_encode_short_integer.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_encode_utctime.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_encode_utf8_string.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_length_bit_string.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_length_boolean.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_length_ia5_string.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_length_integer.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_length_object_identifier.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_length_octet_string.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_length_printable_string.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_length_sequence.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_length_short_integer.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_length_utctime.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_length_utf8_string.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_sequence_free.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\ecc\ltc_ecc_map.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\ecc\ltc_ecc_mul2add.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\ecc\ltc_ecc_mulmod.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\ecc\ltc_ecc_points.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\ecc\ltc_ecc_projective_add_point.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\ecc\ltc_ecc_projective_dbl_point.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\pkcs1\pkcs_1_mgf1.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\pkcs1\pkcs_1_oaep_decode.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\pkcs1\pkcs_1_pss_decode.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\pkcs1\pkcs_1_pss_encode.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\pkcs1\pkcs_1_v1_5_decode.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\pkcs1\pkcs_1_v1_5_encode.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\rsa\rsa_exptmod.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\rsa\rsa_free.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\rsa\rsa_import.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\rsa\rsa_make_key.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\rsa\rsa_sign_hash.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\rsa\rsa_verify_hash.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\rsa\rsa_verify_simple.c" /> + <ClCompile Include="src\libtommath\bncore.c" /> + <ClCompile Include="src\libtommath\bn_fast_mp_invmod.c" /> + <ClCompile Include="src\libtommath\bn_fast_mp_montgomery_reduce.c" /> + <ClCompile Include="src\libtommath\bn_fast_s_mp_mul_digs.c" /> + <ClCompile Include="src\libtommath\bn_fast_s_mp_mul_high_digs.c" /> + <ClCompile Include="src\libtommath\bn_fast_s_mp_sqr.c" /> + <ClCompile Include="src\libtommath\bn_mp_2expt.c" /> + <ClCompile Include="src\libtommath\bn_mp_abs.c" /> + <ClCompile Include="src\libtommath\bn_mp_add.c" /> + <ClCompile Include="src\libtommath\bn_mp_addmod.c" /> + <ClCompile Include="src\libtommath\bn_mp_add_d.c" /> + <ClCompile Include="src\libtommath\bn_mp_and.c" /> + <ClCompile Include="src\libtommath\bn_mp_clamp.c" /> + <ClCompile Include="src\libtommath\bn_mp_clear.c" /> + <ClCompile Include="src\libtommath\bn_mp_clear_multi.c" /> + <ClCompile Include="src\libtommath\bn_mp_cmp.c" /> + <ClCompile Include="src\libtommath\bn_mp_cmp_d.c" /> + <ClCompile Include="src\libtommath\bn_mp_cmp_mag.c" /> + <ClCompile Include="src\libtommath\bn_mp_cnt_lsb.c" /> + <ClCompile Include="src\libtommath\bn_mp_copy.c" /> + <ClCompile Include="src\libtommath\bn_mp_count_bits.c" /> + <ClCompile Include="src\libtommath\bn_mp_div.c" /> + <ClCompile Include="src\libtommath\bn_mp_div_2.c" /> + <ClCompile Include="src\libtommath\bn_mp_div_2d.c" /> + <ClCompile Include="src\libtommath\bn_mp_div_3.c" /> + <ClCompile Include="src\libtommath\bn_mp_div_d.c" /> + <ClCompile Include="src\libtommath\bn_mp_dr_is_modulus.c" /> + <ClCompile Include="src\libtommath\bn_mp_dr_reduce.c" /> + <ClCompile Include="src\libtommath\bn_mp_dr_setup.c" /> + <ClCompile Include="src\libtommath\bn_mp_exch.c" /> + <ClCompile Include="src\libtommath\bn_mp_exptmod.c" /> + <ClCompile Include="src\libtommath\bn_mp_exptmod_fast.c" /> + <ClCompile Include="src\libtommath\bn_mp_expt_d.c" /> + <ClCompile Include="src\libtommath\bn_mp_exteuclid.c" /> + <ClCompile Include="src\libtommath\bn_mp_fread.c" /> + <ClCompile Include="src\libtommath\bn_mp_fwrite.c" /> + <ClCompile Include="src\libtommath\bn_mp_gcd.c" /> + <ClCompile Include="src\libtommath\bn_mp_get_int.c" /> + <ClCompile Include="src\libtommath\bn_mp_grow.c" /> + <ClCompile Include="src\libtommath\bn_mp_init.c" /> + <ClCompile Include="src\libtommath\bn_mp_init_copy.c" /> + <ClCompile Include="src\libtommath\bn_mp_init_multi.c" /> + <ClCompile Include="src\libtommath\bn_mp_init_set.c" /> + <ClCompile Include="src\libtommath\bn_mp_init_set_int.c" /> + <ClCompile Include="src\libtommath\bn_mp_init_size.c" /> + <ClCompile Include="src\libtommath\bn_mp_invmod.c" /> + <ClCompile Include="src\libtommath\bn_mp_invmod_slow.c" /> + <ClCompile Include="src\libtommath\bn_mp_is_square.c" /> + <ClCompile Include="src\libtommath\bn_mp_jacobi.c" /> + <ClCompile Include="src\libtommath\bn_mp_karatsuba_mul.c" /> + <ClCompile Include="src\libtommath\bn_mp_karatsuba_sqr.c" /> + <ClCompile Include="src\libtommath\bn_mp_lcm.c" /> + <ClCompile Include="src\libtommath\bn_mp_lshd.c" /> + <ClCompile Include="src\libtommath\bn_mp_mod.c" /> + <ClCompile Include="src\libtommath\bn_mp_mod_2d.c" /> + <ClCompile Include="src\libtommath\bn_mp_mod_d.c" /> + <ClCompile Include="src\libtommath\bn_mp_montgomery_calc_normalization.c" /> + <ClCompile Include="src\libtommath\bn_mp_montgomery_reduce.c" /> + <ClCompile Include="src\libtommath\bn_mp_montgomery_setup.c" /> + <ClCompile Include="src\libtommath\bn_mp_mul.c" /> + <ClCompile Include="src\libtommath\bn_mp_mulmod.c" /> + <ClCompile Include="src\libtommath\bn_mp_mul_2.c" /> + <ClCompile Include="src\libtommath\bn_mp_mul_2d.c" /> + <ClCompile Include="src\libtommath\bn_mp_mul_d.c" /> + <ClCompile Include="src\libtommath\bn_mp_neg.c" /> + <ClCompile Include="src\libtommath\bn_mp_n_root.c" /> + <ClCompile Include="src\libtommath\bn_mp_or.c" /> + <ClCompile Include="src\libtommath\bn_mp_prime_fermat.c" /> + <ClCompile Include="src\libtommath\bn_mp_prime_is_divisible.c" /> + <ClCompile Include="src\libtommath\bn_mp_prime_is_prime.c" /> + <ClCompile Include="src\libtommath\bn_mp_prime_miller_rabin.c" /> + <ClCompile Include="src\libtommath\bn_mp_prime_next_prime.c" /> + <ClCompile Include="src\libtommath\bn_mp_prime_rabin_miller_trials.c" /> + <ClCompile Include="src\libtommath\bn_mp_prime_random_ex.c" /> + <ClCompile Include="src\libtommath\bn_mp_radix_size.c" /> + <ClCompile Include="src\libtommath\bn_mp_radix_smap.c" /> + <ClCompile Include="src\libtommath\bn_mp_rand.c" /> + <ClCompile Include="src\libtommath\bn_mp_read_radix.c" /> + <ClCompile Include="src\libtommath\bn_mp_read_signed_bin.c" /> + <ClCompile Include="src\libtommath\bn_mp_read_unsigned_bin.c" /> + <ClCompile Include="src\libtommath\bn_mp_reduce.c" /> + <ClCompile Include="src\libtommath\bn_mp_reduce_2k.c" /> + <ClCompile Include="src\libtommath\bn_mp_reduce_2k_l.c" /> + <ClCompile Include="src\libtommath\bn_mp_reduce_2k_setup.c" /> + <ClCompile Include="src\libtommath\bn_mp_reduce_2k_setup_l.c" /> + <ClCompile Include="src\libtommath\bn_mp_reduce_is_2k.c" /> + <ClCompile Include="src\libtommath\bn_mp_reduce_is_2k_l.c" /> + <ClCompile Include="src\libtommath\bn_mp_reduce_setup.c" /> + <ClCompile Include="src\libtommath\bn_mp_rshd.c" /> + <ClCompile Include="src\libtommath\bn_mp_set.c" /> + <ClCompile Include="src\libtommath\bn_mp_set_int.c" /> + <ClCompile Include="src\libtommath\bn_mp_shrink.c" /> + <ClCompile Include="src\libtommath\bn_mp_signed_bin_size.c" /> + <ClCompile Include="src\libtommath\bn_mp_sqr.c" /> + <ClCompile Include="src\libtommath\bn_mp_sqrmod.c" /> + <ClCompile Include="src\libtommath\bn_mp_sqrt.c" /> + <ClCompile Include="src\libtommath\bn_mp_sub.c" /> + <ClCompile Include="src\libtommath\bn_mp_submod.c" /> + <ClCompile Include="src\libtommath\bn_mp_sub_d.c" /> + <ClCompile Include="src\libtommath\bn_mp_toom_mul.c" /> + <ClCompile Include="src\libtommath\bn_mp_toom_sqr.c" /> + <ClCompile Include="src\libtommath\bn_mp_toradix.c" /> + <ClCompile Include="src\libtommath\bn_mp_toradix_n.c" /> + <ClCompile Include="src\libtommath\bn_mp_to_signed_bin.c" /> + <ClCompile Include="src\libtommath\bn_mp_to_signed_bin_n.c" /> + <ClCompile Include="src\libtommath\bn_mp_to_unsigned_bin.c" /> + <ClCompile Include="src\libtommath\bn_mp_to_unsigned_bin_n.c" /> + <ClCompile Include="src\libtommath\bn_mp_unsigned_bin_size.c" /> + <ClCompile Include="src\libtommath\bn_mp_xor.c" /> + <ClCompile Include="src\libtommath\bn_mp_zero.c" /> + <ClCompile Include="src\libtommath\bn_prime_tab.c" /> + <ClCompile Include="src\libtommath\bn_reverse.c" /> + <ClCompile Include="src\libtommath\bn_s_mp_add.c" /> + <ClCompile Include="src\libtommath\bn_s_mp_exptmod.c" /> + <ClCompile Include="src\libtommath\bn_s_mp_mul_digs.c" /> + <ClCompile Include="src\libtommath\bn_s_mp_mul_high_digs.c" /> + <ClCompile Include="src\libtommath\bn_s_mp_sqr.c" /> + <ClCompile Include="src\libtommath\bn_s_mp_sub.c" /> + <ClCompile Include="src\lzma\C\LzFind.c" /> + <ClCompile Include="src\lzma\C\LzFindMt.c" /> + <ClCompile Include="src\lzma\C\LzmaDec.c" /> + <ClCompile Include="src\lzma\C\LzmaEnc.c" /> + <ClCompile Include="src\lzma\C\Threads.c" /> + <ClCompile Include="src\pklib\explode.c" /> + <ClCompile Include="src\pklib\implode.c" /> + <ClCompile Include="src\SBaseCommon.cpp"> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Level4</WarningLevel> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Level4</WarningLevel> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Level4</WarningLevel> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Level4</WarningLevel> + </ClCompile> + <ClCompile Include="src\SBaseDumpData.cpp"> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Level4</WarningLevel> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Level4</WarningLevel> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Level4</WarningLevel> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Level4</WarningLevel> + </ClCompile> + <ClCompile Include="src\SBaseFileTable.cpp"> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Level4</WarningLevel> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Level4</WarningLevel> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Level4</WarningLevel> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Level4</WarningLevel> + </ClCompile> + <ClCompile Include="src\SBaseSubTypes.cpp" /> + <ClCompile Include="src\SCompression.cpp"> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Level4</WarningLevel> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Level4</WarningLevel> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Level4</WarningLevel> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Level4</WarningLevel> + </ClCompile> + <ClCompile Include="src\SFileAddFile.cpp"> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Level4</WarningLevel> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Level4</WarningLevel> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Level4</WarningLevel> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Level4</WarningLevel> + </ClCompile> + <ClCompile Include="src\SFileAttributes.cpp"> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Level4</WarningLevel> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Level4</WarningLevel> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Level4</WarningLevel> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Level4</WarningLevel> + </ClCompile> + <ClCompile Include="src\SFileCompactArchive.cpp"> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Level4</WarningLevel> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Level4</WarningLevel> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Level4</WarningLevel> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Level4</WarningLevel> + </ClCompile> + <ClCompile Include="src\SFileCreateArchive.cpp"> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Level4</WarningLevel> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Level4</WarningLevel> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Level4</WarningLevel> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Level4</WarningLevel> + </ClCompile> + <ClCompile Include="src\SFileExtractFile.cpp"> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Level4</WarningLevel> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Level4</WarningLevel> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Level4</WarningLevel> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Level4</WarningLevel> + </ClCompile> + <ClCompile Include="src\SFileFindFile.cpp"> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Level4</WarningLevel> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Level4</WarningLevel> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Level4</WarningLevel> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Level4</WarningLevel> + </ClCompile> + <ClCompile Include="src\SFileGetFileInfo.cpp"> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Level4</WarningLevel> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Level4</WarningLevel> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Level4</WarningLevel> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Level4</WarningLevel> + </ClCompile> + <ClCompile Include="src\SFileListFile.cpp"> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Level4</WarningLevel> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Level4</WarningLevel> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Level4</WarningLevel> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Level4</WarningLevel> + </ClCompile> + <ClCompile Include="src\SFileOpenArchive.cpp"> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Level4</WarningLevel> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Level4</WarningLevel> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Level4</WarningLevel> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Level4</WarningLevel> + </ClCompile> + <ClCompile Include="src\SFileOpenFileEx.cpp"> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Level4</WarningLevel> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Level4</WarningLevel> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Level4</WarningLevel> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Level4</WarningLevel> + </ClCompile> + <ClCompile Include="src\SFilePatchArchives.cpp"> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Level4</WarningLevel> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Level4</WarningLevel> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Level4</WarningLevel> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Level4</WarningLevel> + </ClCompile> + <ClCompile Include="src\SFileReadFile.cpp"> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Level4</WarningLevel> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Level4</WarningLevel> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Level4</WarningLevel> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Level4</WarningLevel> + </ClCompile> + <ClCompile Include="src\SFileVerify.cpp"> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Level4</WarningLevel> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Level4</WarningLevel> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Level4</WarningLevel> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Level4</WarningLevel> + </ClCompile> + <ClCompile Include="src\sparse\sparse.cpp" /> + <ClCompile Include="src\zlib\adler32.c" /> + <ClCompile Include="src\zlib\compress_zlib.c" /> + <ClCompile Include="src\zlib\crc32.c" /> + <ClCompile Include="src\zlib\deflate.c" /> + <ClCompile Include="src\zlib\inffast.c" /> + <ClCompile Include="src\zlib\inflate.c" /> + <ClCompile Include="src\zlib\inftrees.c" /> + <ClCompile Include="src\zlib\trees.c" /> + <ClCompile Include="src\zlib\zutil.c" /> + <ClCompile Include="test\StormTest.cpp"> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Level4</WarningLevel> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Level4</WarningLevel> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Level4</WarningLevel> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Level4</WarningLevel> + </ClCompile> + </ItemGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> + <ImportGroup Label="ExtensionTargets"> + <Import Project="$(VCTargetsPath)\BuildCustomizations\masm.targets" /> + </ImportGroup> +</Project>
\ No newline at end of file diff --git a/StormLib_vs15_test.vcxproj.filters b/StormLib_vs15_test.vcxproj.filters new file mode 100644 index 0000000..18f619a --- /dev/null +++ b/StormLib_vs15_test.vcxproj.filters @@ -0,0 +1,839 @@ +<?xml version="1.0" encoding="utf-8"?> +<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> + <ItemGroup> + <Filter Include="Doc Files"> + <UniqueIdentifier>{1dbbb48c-9db9-4fdb-a903-223ed233cc21}</UniqueIdentifier> + </Filter> + <Filter Include="Header Files"> + <UniqueIdentifier>{ab878eef-1074-4594-bac5-272c05774bd8}</UniqueIdentifier> + </Filter> + <Filter Include="Source Files"> + <UniqueIdentifier>{640f063a-5028-4ba1-9007-96d98a634561}</UniqueIdentifier> + </Filter> + <Filter Include="Source Files\adpcm"> + <UniqueIdentifier>{6e8cfdab-fca3-4737-8905-6154bc657e15}</UniqueIdentifier> + </Filter> + <Filter Include="Source Files\bzip2"> + <UniqueIdentifier>{a810fdb6-0d21-4279-8e39-b2de644170c0}</UniqueIdentifier> + </Filter> + <Filter Include="Source Files\huffman"> + <UniqueIdentifier>{7861b4fb-1471-4573-92ea-08c06dc14b93}</UniqueIdentifier> + </Filter> + <Filter Include="Source Files\libtomcrypt"> + <UniqueIdentifier>{8ba6c5c7-3ad0-44e6-8829-5020fce13d49}</UniqueIdentifier> + </Filter> + <Filter Include="Source Files\libtomcrypt\hashes"> + <UniqueIdentifier>{92cb0c1d-86f0-4735-9e4e-b07df664c359}</UniqueIdentifier> + </Filter> + <Filter Include="Source Files\libtomcrypt\math"> + <UniqueIdentifier>{f7fb3d55-94af-4a6e-be7b-76cb909e7325}</UniqueIdentifier> + </Filter> + <Filter Include="Source Files\libtomcrypt\misc"> + <UniqueIdentifier>{337159fe-94a7-45a8-a91b-fa8b9d06b2ae}</UniqueIdentifier> + </Filter> + <Filter Include="Source Files\libtomcrypt\pk"> + <UniqueIdentifier>{359bb3d3-71d5-47e7-967a-1fada7882e4d}</UniqueIdentifier> + </Filter> + <Filter Include="Source Files\libtomcrypt\pk\asn1"> + <UniqueIdentifier>{775dbb7e-ef06-4660-9d84-50ff2557ef54}</UniqueIdentifier> + </Filter> + <Filter Include="Source Files\libtomcrypt\pk\ecc"> + <UniqueIdentifier>{2e5d39cc-482c-4775-8830-79f8314e72e4}</UniqueIdentifier> + </Filter> + <Filter Include="Source Files\libtomcrypt\pk\pkcs1"> + <UniqueIdentifier>{1e0ef267-228e-4c59-8d88-e3b33aeaff49}</UniqueIdentifier> + </Filter> + <Filter Include="Source Files\libtomcrypt\pk\rsa"> + <UniqueIdentifier>{98330deb-0b92-4f02-8016-8a33dc5f5d29}</UniqueIdentifier> + </Filter> + <Filter Include="Source Files\libtommath"> + <UniqueIdentifier>{fa78c716-784a-43a0-a548-db413431973b}</UniqueIdentifier> + </Filter> + <Filter Include="Source Files\lzma"> + <UniqueIdentifier>{5308566b-d3fd-4561-a7fb-982a63662793}</UniqueIdentifier> + </Filter> + <Filter Include="Source Files\pklib"> + <UniqueIdentifier>{d5371a5f-1630-4e79-9e7e-1ef654a2ddec}</UniqueIdentifier> + </Filter> + <Filter Include="Source Files\sparse"> + <UniqueIdentifier>{c2971fba-aff1-42ab-9f4f-71707edabf77}</UniqueIdentifier> + </Filter> + <Filter Include="Source Files\zlib"> + <UniqueIdentifier>{4f4fe3d6-6f2b-4c83-9cf9-f1d108ecd854}</UniqueIdentifier> + </Filter> + <Filter Include="Source Files\jenkins"> + <UniqueIdentifier>{5aaea51e-4b7c-4a35-b35c-96c2fc7750f1}</UniqueIdentifier> + </Filter> + </ItemGroup> + <ItemGroup> + <Text Include="doc\History.txt"> + <Filter>Doc Files</Filter> + </Text> + <Text Include="doc\The MoPaQ File Format 0.9.txt"> + <Filter>Doc Files</Filter> + </Text> + <Text Include="doc\The MoPaQ File Format 1.0.txt"> + <Filter>Doc Files</Filter> + </Text> + </ItemGroup> + <ItemGroup> + <ClInclude Include="src\FileStream.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="src\StormCommon.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="src\StormLib.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="src\StormPort.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="src\adpcm\adpcm.h"> + <Filter>Source Files\adpcm</Filter> + </ClInclude> + <ClInclude Include="src\huffman\huff.h"> + <Filter>Source Files\huffman</Filter> + </ClInclude> + <ClInclude Include="src\pklib\pklib.h"> + <Filter>Source Files\pklib</Filter> + </ClInclude> + <ClInclude Include="src\sparse\sparse.h"> + <Filter>Source Files\sparse</Filter> + </ClInclude> + <ClInclude Include="src\jenkins\lookup.h"> + <Filter>Source Files\jenkins</Filter> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ClCompile Include="src\FileStream.cpp"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="src\SBaseCommon.cpp"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="src\SBaseDumpData.cpp"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="src\SBaseFileTable.cpp"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="src\SBaseSubTypes.cpp"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="src\SCompression.cpp"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="src\SFileAddFile.cpp"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="src\SFileAttributes.cpp"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="src\SFileCompactArchive.cpp"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="src\SFileCreateArchive.cpp"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="src\SFileExtractFile.cpp"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="src\SFileFindFile.cpp"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="src\SFileGetFileInfo.cpp"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="src\SFileListFile.cpp"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="src\SFileOpenArchive.cpp"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="src\SFileOpenFileEx.cpp"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="src\SFilePatchArchives.cpp"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="src\SFileReadFile.cpp"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="src\SFileVerify.cpp"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="test\StormTest.cpp"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="src\adpcm\adpcm.cpp"> + <Filter>Source Files\adpcm</Filter> + </ClCompile> + <ClCompile Include="src\bzip2\blocksort.c"> + <Filter>Source Files\bzip2</Filter> + </ClCompile> + <ClCompile Include="src\bzip2\bzlib.c"> + <Filter>Source Files\bzip2</Filter> + </ClCompile> + <ClCompile Include="src\bzip2\compress.c"> + <Filter>Source Files\bzip2</Filter> + </ClCompile> + <ClCompile Include="src\bzip2\crctable.c"> + <Filter>Source Files\bzip2</Filter> + </ClCompile> + <ClCompile Include="src\bzip2\decompress.c"> + <Filter>Source Files\bzip2</Filter> + </ClCompile> + <ClCompile Include="src\bzip2\huffman.c"> + <Filter>Source Files\bzip2</Filter> + </ClCompile> + <ClCompile Include="src\bzip2\randtable.c"> + <Filter>Source Files\bzip2</Filter> + </ClCompile> + <ClCompile Include="src\huffman\huff.cpp"> + <Filter>Source Files\huffman</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\hashes\hash_memory.c"> + <Filter>Source Files\libtomcrypt\hashes</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\hashes\md5.c"> + <Filter>Source Files\libtomcrypt\hashes</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\hashes\sha1.c"> + <Filter>Source Files\libtomcrypt\hashes</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\math\ltm_desc.c"> + <Filter>Source Files\libtomcrypt\math</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\math\multi.c"> + <Filter>Source Files\libtomcrypt\math</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\math\rand_prime.c"> + <Filter>Source Files\libtomcrypt\math</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\misc\base64_decode.c"> + <Filter>Source Files\libtomcrypt\misc</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\misc\crypt_argchk.c"> + <Filter>Source Files\libtomcrypt\misc</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\misc\crypt_find_hash.c"> + <Filter>Source Files\libtomcrypt\misc</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\misc\crypt_find_prng.c"> + <Filter>Source Files\libtomcrypt\misc</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\misc\crypt_hash_descriptor.c"> + <Filter>Source Files\libtomcrypt\misc</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\misc\crypt_hash_is_valid.c"> + <Filter>Source Files\libtomcrypt\misc</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\misc\crypt_libc.c"> + <Filter>Source Files\libtomcrypt\misc</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\misc\crypt_ltc_mp_descriptor.c"> + <Filter>Source Files\libtomcrypt\misc</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\misc\crypt_prng_descriptor.c"> + <Filter>Source Files\libtomcrypt\misc</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\misc\crypt_prng_is_valid.c"> + <Filter>Source Files\libtomcrypt\misc</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\misc\crypt_register_hash.c"> + <Filter>Source Files\libtomcrypt\misc</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\misc\crypt_register_prng.c"> + <Filter>Source Files\libtomcrypt\misc</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\misc\zeromem.c"> + <Filter>Source Files\libtomcrypt\misc</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_decode_bit_string.c"> + <Filter>Source Files\libtomcrypt\pk\asn1</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_decode_boolean.c"> + <Filter>Source Files\libtomcrypt\pk\asn1</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_decode_choice.c"> + <Filter>Source Files\libtomcrypt\pk\asn1</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_decode_ia5_string.c"> + <Filter>Source Files\libtomcrypt\pk\asn1</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_decode_integer.c"> + <Filter>Source Files\libtomcrypt\pk\asn1</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_decode_object_identifier.c"> + <Filter>Source Files\libtomcrypt\pk\asn1</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_decode_octet_string.c"> + <Filter>Source Files\libtomcrypt\pk\asn1</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_decode_printable_string.c"> + <Filter>Source Files\libtomcrypt\pk\asn1</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_decode_sequence_ex.c"> + <Filter>Source Files\libtomcrypt\pk\asn1</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_decode_sequence_flexi.c"> + <Filter>Source Files\libtomcrypt\pk\asn1</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_decode_sequence_multi.c"> + <Filter>Source Files\libtomcrypt\pk\asn1</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_decode_short_integer.c"> + <Filter>Source Files\libtomcrypt\pk\asn1</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_decode_utctime.c"> + <Filter>Source Files\libtomcrypt\pk\asn1</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_decode_utf8_string.c"> + <Filter>Source Files\libtomcrypt\pk\asn1</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_encode_bit_string.c"> + <Filter>Source Files\libtomcrypt\pk\asn1</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_encode_boolean.c"> + <Filter>Source Files\libtomcrypt\pk\asn1</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_encode_ia5_string.c"> + <Filter>Source Files\libtomcrypt\pk\asn1</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_encode_integer.c"> + <Filter>Source Files\libtomcrypt\pk\asn1</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_encode_object_identifier.c"> + <Filter>Source Files\libtomcrypt\pk\asn1</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_encode_octet_string.c"> + <Filter>Source Files\libtomcrypt\pk\asn1</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_encode_printable_string.c"> + <Filter>Source Files\libtomcrypt\pk\asn1</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_encode_sequence_ex.c"> + <Filter>Source Files\libtomcrypt\pk\asn1</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_encode_sequence_multi.c"> + <Filter>Source Files\libtomcrypt\pk\asn1</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_encode_set.c"> + <Filter>Source Files\libtomcrypt\pk\asn1</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_encode_setof.c"> + <Filter>Source Files\libtomcrypt\pk\asn1</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_encode_short_integer.c"> + <Filter>Source Files\libtomcrypt\pk\asn1</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_encode_utctime.c"> + <Filter>Source Files\libtomcrypt\pk\asn1</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_encode_utf8_string.c"> + <Filter>Source Files\libtomcrypt\pk\asn1</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_length_bit_string.c"> + <Filter>Source Files\libtomcrypt\pk\asn1</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_length_boolean.c"> + <Filter>Source Files\libtomcrypt\pk\asn1</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_length_ia5_string.c"> + <Filter>Source Files\libtomcrypt\pk\asn1</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_length_integer.c"> + <Filter>Source Files\libtomcrypt\pk\asn1</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_length_object_identifier.c"> + <Filter>Source Files\libtomcrypt\pk\asn1</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_length_octet_string.c"> + <Filter>Source Files\libtomcrypt\pk\asn1</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_length_printable_string.c"> + <Filter>Source Files\libtomcrypt\pk\asn1</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_length_sequence.c"> + <Filter>Source Files\libtomcrypt\pk\asn1</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_length_short_integer.c"> + <Filter>Source Files\libtomcrypt\pk\asn1</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_length_utctime.c"> + <Filter>Source Files\libtomcrypt\pk\asn1</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_length_utf8_string.c"> + <Filter>Source Files\libtomcrypt\pk\asn1</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_sequence_free.c"> + <Filter>Source Files\libtomcrypt\pk\asn1</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\pk\ecc\ltc_ecc_map.c"> + <Filter>Source Files\libtomcrypt\pk\ecc</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\pk\ecc\ltc_ecc_mul2add.c"> + <Filter>Source Files\libtomcrypt\pk\ecc</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\pk\ecc\ltc_ecc_mulmod.c"> + <Filter>Source Files\libtomcrypt\pk\ecc</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\pk\ecc\ltc_ecc_points.c"> + <Filter>Source Files\libtomcrypt\pk\ecc</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\pk\ecc\ltc_ecc_projective_add_point.c"> + <Filter>Source Files\libtomcrypt\pk\ecc</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\pk\ecc\ltc_ecc_projective_dbl_point.c"> + <Filter>Source Files\libtomcrypt\pk\ecc</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\pk\pkcs1\pkcs_1_mgf1.c"> + <Filter>Source Files\libtomcrypt\pk\pkcs1</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\pk\pkcs1\pkcs_1_oaep_decode.c"> + <Filter>Source Files\libtomcrypt\pk\pkcs1</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\pk\pkcs1\pkcs_1_pss_decode.c"> + <Filter>Source Files\libtomcrypt\pk\pkcs1</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\pk\pkcs1\pkcs_1_pss_encode.c"> + <Filter>Source Files\libtomcrypt\pk\pkcs1</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\pk\pkcs1\pkcs_1_v1_5_decode.c"> + <Filter>Source Files\libtomcrypt\pk\pkcs1</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\pk\pkcs1\pkcs_1_v1_5_encode.c"> + <Filter>Source Files\libtomcrypt\pk\pkcs1</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\pk\rsa\rsa_exptmod.c"> + <Filter>Source Files\libtomcrypt\pk\rsa</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\pk\rsa\rsa_free.c"> + <Filter>Source Files\libtomcrypt\pk\rsa</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\pk\rsa\rsa_import.c"> + <Filter>Source Files\libtomcrypt\pk\rsa</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\pk\rsa\rsa_make_key.c"> + <Filter>Source Files\libtomcrypt\pk\rsa</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\pk\rsa\rsa_sign_hash.c"> + <Filter>Source Files\libtomcrypt\pk\rsa</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\pk\rsa\rsa_verify_hash.c"> + <Filter>Source Files\libtomcrypt\pk\rsa</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\pk\rsa\rsa_verify_simple.c"> + <Filter>Source Files\libtomcrypt\pk\rsa</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_fast_mp_invmod.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_fast_mp_montgomery_reduce.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_fast_s_mp_mul_digs.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_fast_s_mp_mul_high_digs.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_fast_s_mp_sqr.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_2expt.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_abs.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_add.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_add_d.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_addmod.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_and.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_clamp.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_clear.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_clear_multi.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_cmp.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_cmp_d.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_cmp_mag.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_cnt_lsb.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_copy.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_count_bits.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_div.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_div_2.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_div_2d.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_div_3.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_div_d.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_dr_is_modulus.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_dr_reduce.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_dr_setup.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_exch.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_expt_d.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_exptmod.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_exptmod_fast.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_exteuclid.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_fread.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_fwrite.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_gcd.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_get_int.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_grow.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_init.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_init_copy.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_init_multi.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_init_set.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_init_set_int.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_init_size.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_invmod.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_invmod_slow.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_is_square.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_jacobi.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_karatsuba_mul.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_karatsuba_sqr.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_lcm.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_lshd.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_mod.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_mod_2d.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_mod_d.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_montgomery_calc_normalization.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_montgomery_reduce.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_montgomery_setup.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_mul.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_mul_2.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_mul_2d.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_mul_d.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_mulmod.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_n_root.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_neg.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_or.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_prime_fermat.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_prime_is_divisible.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_prime_is_prime.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_prime_miller_rabin.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_prime_next_prime.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_prime_rabin_miller_trials.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_prime_random_ex.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_radix_size.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_radix_smap.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_rand.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_read_radix.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_read_signed_bin.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_read_unsigned_bin.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_reduce.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_reduce_2k.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_reduce_2k_l.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_reduce_2k_setup.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_reduce_2k_setup_l.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_reduce_is_2k.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_reduce_is_2k_l.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_reduce_setup.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_rshd.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_set.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_set_int.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_shrink.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_signed_bin_size.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_sqr.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_sqrmod.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_sqrt.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_sub.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_sub_d.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_submod.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_to_signed_bin.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_to_signed_bin_n.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_to_unsigned_bin.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_to_unsigned_bin_n.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_toom_mul.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_toom_sqr.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_toradix.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_toradix_n.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_unsigned_bin_size.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_xor.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_zero.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_prime_tab.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_reverse.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_s_mp_add.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_s_mp_exptmod.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_s_mp_mul_digs.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_s_mp_mul_high_digs.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_s_mp_sqr.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_s_mp_sub.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bncore.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\lzma\C\LzFind.c"> + <Filter>Source Files\lzma</Filter> + </ClCompile> + <ClCompile Include="src\lzma\C\LzFindMt.c"> + <Filter>Source Files\lzma</Filter> + </ClCompile> + <ClCompile Include="src\lzma\C\LzmaDec.c"> + <Filter>Source Files\lzma</Filter> + </ClCompile> + <ClCompile Include="src\lzma\C\LzmaEnc.c"> + <Filter>Source Files\lzma</Filter> + </ClCompile> + <ClCompile Include="src\lzma\C\Threads.c"> + <Filter>Source Files\lzma</Filter> + </ClCompile> + <ClCompile Include="src\pklib\explode.c"> + <Filter>Source Files\pklib</Filter> + </ClCompile> + <ClCompile Include="src\pklib\implode.c"> + <Filter>Source Files\pklib</Filter> + </ClCompile> + <ClCompile Include="src\sparse\sparse.cpp"> + <Filter>Source Files\sparse</Filter> + </ClCompile> + <ClCompile Include="src\zlib\adler32.c"> + <Filter>Source Files\zlib</Filter> + </ClCompile> + <ClCompile Include="src\zlib\compress_zlib.c"> + <Filter>Source Files\zlib</Filter> + </ClCompile> + <ClCompile Include="src\zlib\crc32.c"> + <Filter>Source Files\zlib</Filter> + </ClCompile> + <ClCompile Include="src\zlib\deflate.c"> + <Filter>Source Files\zlib</Filter> + </ClCompile> + <ClCompile Include="src\zlib\inffast.c"> + <Filter>Source Files\zlib</Filter> + </ClCompile> + <ClCompile Include="src\zlib\inflate.c"> + <Filter>Source Files\zlib</Filter> + </ClCompile> + <ClCompile Include="src\zlib\inftrees.c"> + <Filter>Source Files\zlib</Filter> + </ClCompile> + <ClCompile Include="src\zlib\trees.c"> + <Filter>Source Files\zlib</Filter> + </ClCompile> + <ClCompile Include="src\zlib\zutil.c"> + <Filter>Source Files\zlib</Filter> + </ClCompile> + <ClCompile Include="src\jenkins\lookup3.c"> + <Filter>Source Files\jenkins</Filter> + </ClCompile> + </ItemGroup> +</Project>
\ No newline at end of file |