From b856eddec5d9d00cdae28db710a59747d7945ce6 Mon Sep 17 00:00:00 2001 From: Peter Pettersson Date: Sat, 20 Apr 2013 19:56:49 +0200 Subject: [PATCH] Build files for Visual Studio 2012. --- VS2012/.gitignore | 5 + VS2012/well512_simd.sln | 26 +++++ VS2012/well512_simd.vcxproj | 164 ++++++++++++++++++++++++++++ VS2012/well512_simd.vcxproj.filters | 15 +++ 4 files changed, 210 insertions(+) create mode 100644 VS2012/.gitignore create mode 100644 VS2012/well512_simd.sln create mode 100644 VS2012/well512_simd.vcxproj create mode 100644 VS2012/well512_simd.vcxproj.filters diff --git a/VS2012/.gitignore b/VS2012/.gitignore new file mode 100644 index 0000000..5ffe064 --- /dev/null +++ b/VS2012/.gitignore @@ -0,0 +1,5 @@ +Debug/ +Release/ +*.sdf +*.suo +*.opensdf diff --git a/VS2012/well512_simd.sln b/VS2012/well512_simd.sln new file mode 100644 index 0000000..e4abc2c --- /dev/null +++ b/VS2012/well512_simd.sln @@ -0,0 +1,26 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Express 2012 for Windows Desktop +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "well512_simd", "well512_simd.vcxproj", "{FEE07817-C112-4866-A10F-2B49EAD3C22C}" +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 + {FEE07817-C112-4866-A10F-2B49EAD3C22C}.Debug|Win32.ActiveCfg = Debug|Win32 + {FEE07817-C112-4866-A10F-2B49EAD3C22C}.Debug|Win32.Build.0 = Debug|Win32 + {FEE07817-C112-4866-A10F-2B49EAD3C22C}.Debug|x64.ActiveCfg = Debug|x64 + {FEE07817-C112-4866-A10F-2B49EAD3C22C}.Debug|x64.Build.0 = Debug|x64 + {FEE07817-C112-4866-A10F-2B49EAD3C22C}.Release|Win32.ActiveCfg = Release|Win32 + {FEE07817-C112-4866-A10F-2B49EAD3C22C}.Release|Win32.Build.0 = Release|Win32 + {FEE07817-C112-4866-A10F-2B49EAD3C22C}.Release|x64.ActiveCfg = Release|x64 + {FEE07817-C112-4866-A10F-2B49EAD3C22C}.Release|x64.Build.0 = Release|x64 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/VS2012/well512_simd.vcxproj b/VS2012/well512_simd.vcxproj new file mode 100644 index 0000000..03b7457 --- /dev/null +++ b/VS2012/well512_simd.vcxproj @@ -0,0 +1,164 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + {FEE07817-C112-4866-A10F-2B49EAD3C22C} + Win32Proj + well512_simd + + + + Application + true + v110 + Unicode + + + Application + true + v110 + Unicode + + + Application + false + v110 + true + Unicode + + + Application + false + v110 + true + Unicode + + + + + + + + + + + + + + + + + + + true + + + true + + + false + + + false + + + + + + Level3 + Disabled + WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + + + Console + true + + + + + + + Level3 + Disabled + WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + + + Console + true + + + + + Level3 + + + Full + true + true + WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + Fast + false + AnySuitable + StreamingSIMDExtensions2 + + + Console + true + true + true + + + + + Level3 + + + Full + true + true + WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + Fast + false + AnySuitable + StreamingSIMDExtensions2 + + + Console + true + true + true + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/VS2012/well512_simd.vcxproj.filters b/VS2012/well512_simd.vcxproj.filters new file mode 100644 index 0000000..718f5ca --- /dev/null +++ b/VS2012/well512_simd.vcxproj.filters @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + \ No newline at end of file