summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortanjent@gmail.com <tanjent@gmail.com@77a7d1d3-4c08-bdc2-d393-d5859734b01a>2010-11-02 00:53:07 +0000
committertanjent@gmail.com <tanjent@gmail.com@77a7d1d3-4c08-bdc2-d393-d5859734b01a>2010-11-02 00:53:07 +0000
commit8c49498591d3ae0ea3e3fffce716becd4a8e7df1 (patch)
treeeef19ec6428ca9348113bf2a3473a60dd4c2d217
parent7e5c363a6f2ae202b928097bd3a1936db46df1b9 (diff)
downloadsrc-8c49498591d3ae0ea3e3fffce716becd4a8e7df1.tar.gz
Add project files
git-svn-id: http://smhasher.googlecode.com/svn/trunk@3 77a7d1d3-4c08-bdc2-d393-d5859734b01a
-rw-r--r--SMHasher.sln26
-rw-r--r--SMHasher.vcproj589
2 files changed, 615 insertions, 0 deletions
diff --git a/SMHasher.sln b/SMHasher.sln
new file mode 100644
index 0000000..f8c7a41
--- /dev/null
+++ b/SMHasher.sln
@@ -0,0 +1,26 @@
+
+Microsoft Visual Studio Solution File, Format Version 10.00
+# Visual Studio 2008
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SMHasher", "SMHasher.vcproj", "{AF3C61C4-642A-425B-928D-CEC37C678442}"
+EndProject
+Global
+ GlobalSection(SolutionConfigurationPlatforms) = preSolution
+ Debug|Win32 = Debug|Win32
+ Debug|x64 = Debug|x64
+ Release|Win32 = Release|Win32
+ Release|x64 = Release|x64
+ EndGlobalSection
+ GlobalSection(ProjectConfigurationPlatforms) = postSolution
+ {AF3C61C4-642A-425B-928D-CEC37C678442}.Debug|Win32.ActiveCfg = Debug|Win32
+ {AF3C61C4-642A-425B-928D-CEC37C678442}.Debug|Win32.Build.0 = Debug|Win32
+ {AF3C61C4-642A-425B-928D-CEC37C678442}.Debug|x64.ActiveCfg = Debug|x64
+ {AF3C61C4-642A-425B-928D-CEC37C678442}.Debug|x64.Build.0 = Debug|x64
+ {AF3C61C4-642A-425B-928D-CEC37C678442}.Release|Win32.ActiveCfg = Release|Win32
+ {AF3C61C4-642A-425B-928D-CEC37C678442}.Release|Win32.Build.0 = Release|Win32
+ {AF3C61C4-642A-425B-928D-CEC37C678442}.Release|x64.ActiveCfg = Release|x64
+ {AF3C61C4-642A-425B-928D-CEC37C678442}.Release|x64.Build.0 = Release|x64
+ EndGlobalSection
+ GlobalSection(SolutionProperties) = preSolution
+ HideSolutionNode = FALSE
+ EndGlobalSection
+EndGlobal
diff --git a/SMHasher.vcproj b/SMHasher.vcproj
new file mode 100644
index 0000000..0c553f0
--- /dev/null
+++ b/SMHasher.vcproj
@@ -0,0 +1,589 @@
+<?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="Crypto"
+ >
+ <File
+ RelativePath=".\BlockCipher.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\BlockCipher.h"
+ >
+ </File>
+ <File
+ RelativePath=".\Cipher.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\Cipher.h"
+ >
+ </File>
+ <File
+ RelativePath=".\StreamCipher.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\StreamCipher.h"
+ >
+ </File>
+ <File
+ RelativePath=".\TEA.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\TEA.h"
+ >
+ </File>
+ <File
+ RelativePath=".\XTEA.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\XTEA.h"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="Hashes"
+ >
+ <File
+ RelativePath=".\crc.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\crc.h"
+ >
+ </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=".\CycleTest.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\CycleTest.h"
+ >
+ </File>
+ <File
+ RelativePath=".\DictionaryTest.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\DictionaryTest.h"
+ >
+ </File>
+ <File
+ RelativePath=".\DifferentialTest.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\DifferentialTest.h"
+ >
+ </File>
+ <File
+ RelativePath=".\SparseKeyTest.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\SparseKeyTest.h"
+ >
+ </File>
+ <File
+ RelativePath=".\Tests.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\Tests.h"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="Utils"
+ >
+ <File
+ RelativePath=".\Bitvec.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\Bitvec.h"
+ >
+ </File>
+ <File
+ RelativePath=".\Core.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\Core.h"
+ >
+ </File>
+ <File
+ RelativePath=".\Random.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\Random.h"
+ >
+ </File>
+ <File
+ RelativePath=".\simplex.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\Stats.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\Stats.h"
+ >
+ </File>
+ <File
+ RelativePath=".\Types.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\Types.h"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="Junk"
+ >
+ <File
+ RelativePath=".\Diffusion.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\Diffusion.h"
+ >
+ </File>
+ <File
+ RelativePath=".\FWTransform.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\FWTransform.h"
+ >
+ </File>
+ <File
+ RelativePath=".\Hamming.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\Hamming.h"
+ >
+ </File>
+ <File
+ RelativePath=".\Junk.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\Junk.h"
+ >
+ </File>
+ <File
+ RelativePath=".\SimAnneal.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\SimAnneal.h"
+ >
+ </File>
+ </Filter>
+ <File
+ RelativePath=".\main.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\pstdint.h"
+ >
+ </File>
+ <File
+ RelativePath=".\scratch.cpp"
+ >
+ </File>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>