summaryrefslogtreecommitdiff
path: root/SMHasher.vcproj
diff options
context:
space:
mode:
Diffstat (limited to 'SMHasher.vcproj')
-rw-r--r--SMHasher.vcproj485
1 files changed, 0 insertions, 485 deletions
diff --git a/SMHasher.vcproj b/SMHasher.vcproj
deleted file mode 100644
index e5a59da..0000000
--- a/SMHasher.vcproj
+++ /dev/null
@@ -1,485 +0,0 @@
-<?xml version="1.0" encoding="Windows-1252"?>
-<VisualStudioProject
- ProjectType="Visual C++"
- Version="9.00"
- Name="SMHasher"
- ProjectGUID="{AF3C61C4-642A-425B-928D-CEC37C678442}"
- RootNamespace="SMHasher"
- Keyword="Win32Proj"
- TargetFrameworkVersion="196613"
- >
- <Platforms>
- <Platform
- Name="Win32"
- />
- <Platform
- Name="x64"
- />
- </Platforms>
- <ToolFiles>
- </ToolFiles>
- <Configurations>
- <Configuration
- Name="Debug|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)"
- IntermediateDirectory="$(ConfigurationName)"
- ConfigurationType="1"
- CharacterSet="1"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
- MinimalRebuild="true"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- UsePrecompiledHeader="0"
- WarningLevel="4"
- WarnAsError="true"
- DebugInformationFormat="4"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- LinkIncremental="2"
- GenerateDebugInformation="true"
- SubSystem="1"
- 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="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
- IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
- ConfigurationType="1"
- CharacterSet="1"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- TargetEnvironment="3"
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
- MinimalRebuild="true"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- UsePrecompiledHeader="0"
- WarningLevel="4"
- WarnAsError="true"
- DebugInformationFormat="3"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- LinkIncremental="2"
- GenerateDebugInformation="true"
- SubSystem="1"
- 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="$(SolutionDir)$(ConfigurationName)"
- IntermediateDirectory="$(ConfigurationName)"
- ConfigurationType="1"
- CharacterSet="1"
- WholeProgramOptimization="1"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- EnableIntrinsicFunctions="true"
- PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
- RuntimeLibrary="2"
- EnableFunctionLevelLinking="true"
- UsePrecompiledHeader="0"
- WarningLevel="4"
- WarnAsError="true"
- DebugInformationFormat="3"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- LinkIncremental="1"
- GenerateDebugInformation="true"
- SubSystem="1"
- OptimizeReferences="2"
- EnableCOMDATFolding="2"
- 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="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
- IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
- ConfigurationType="1"
- CharacterSet="1"
- WholeProgramOptimization="1"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- TargetEnvironment="3"
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- EnableIntrinsicFunctions="true"
- PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
- RuntimeLibrary="2"
- EnableFunctionLevelLinking="true"
- UsePrecompiledHeader="0"
- WarningLevel="4"
- WarnAsError="true"
- DebugInformationFormat="3"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- LinkIncremental="1"
- GenerateDebugInformation="true"
- SubSystem="1"
- OptimizeReferences="2"
- EnableCOMDATFolding="2"
- 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="Hashes"
- >
- <File
- RelativePath=".\City.cpp"
- >
- </File>
- <File
- RelativePath=".\City.h"
- >
- </File>
- <File
- RelativePath=".\crc.cpp"
- >
- </File>
- <File
- RelativePath=".\Hashes.cpp"
- >
- </File>
- <File
- RelativePath=".\Hashes.h"
- >
- </File>
- <File
- RelativePath=".\lookup3.cpp"
- >
- </File>
- <File
- RelativePath=".\md5.cpp"
- >
- </File>
- <File
- RelativePath=".\MurmurHash1.cpp"
- >
- </File>
- <File
- RelativePath=".\MurmurHash1.h"
- >
- </File>
- <File
- RelativePath=".\MurmurHash2.cpp"
- >
- </File>
- <File
- RelativePath=".\MurmurHash2.h"
- >
- </File>
- <File
- RelativePath=".\MurmurHash3.cpp"
- >
- </File>
- <File
- RelativePath=".\MurmurHash3.h"
- >
- </File>
- <File
- RelativePath=".\sha1.cpp"
- >
- </File>
- <File
- RelativePath=".\sha1.h"
- >
- </File>
- <File
- RelativePath=".\SuperFastHash.cpp"
- >
- </File>
- </Filter>
- <Filter
- Name="Tests"
- >
- <File
- RelativePath=".\AvalancheTest.cpp"
- >
- </File>
- <File
- RelativePath=".\AvalancheTest.h"
- >
- </File>
- <File
- RelativePath=".\Bitslice.cpp"
- >
- </File>
- <File
- RelativePath=".\DifferentialTest.cpp"
- >
- </File>
- <File
- RelativePath=".\DifferentialTest.h"
- >
- </File>
- <File
- RelativePath=".\KeysetTest.cpp"
- >
- </File>
- <File
- RelativePath=".\KeysetTest.h"
- >
- </File>
- <File
- RelativePath=".\SpeedTest.cpp"
- >
- </File>
- <File
- RelativePath=".\SpeedTest.h"
- >
- </File>
- </Filter>
- <Filter
- Name="Utils"
- >
- <File
- RelativePath=".\Bitvec.cpp"
- >
- </File>
- <File
- RelativePath=".\Bitvec.h"
- >
- </File>
- <File
- RelativePath=".\Platform.cpp"
- >
- </File>
- <File
- RelativePath=".\Platform.h"
- >
- </File>
- <File
- RelativePath=".\pstdint.h"
- >
- </File>
- <File
- RelativePath=".\Random.cpp"
- >
- </File>
- <File
- RelativePath=".\Random.h"
- >
- </File>
- <File
- RelativePath=".\Stats.cpp"
- >
- </File>
- <File
- RelativePath=".\Stats.h"
- >
- </File>
- <File
- RelativePath=".\Types.cpp"
- >
- </File>
- <File
- RelativePath=".\Types.h"
- >
- </File>
- </Filter>
- <File
- RelativePath=".\main.cpp"
- >
- </File>
- </Files>
- <Globals>
- </Globals>
-</VisualStudioProject>