# HG changeset patch # User Chris Cannam # Date 1562853253 -3600 # Node ID ef1160de4926cf187ce1a9e41ad1e78851160e42 # Parent eace35be49f59aa7c8b50c61d35c6fd6668df440 Incomplete MSVC build diff -r eace35be49f5 -r ef1160de4926 tuning-difference.sln --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tuning-difference.sln Thu Jul 11 14:54:13 2019 +0100 @@ -0,0 +1,31 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 15 +VisualStudioVersion = 15.0.28307.572 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "tuning-difference", "tuning-difference.vcxproj", "{76D69ED9-F058-49AF-B812-282C48C7A568}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|x64 = Debug|x64 + Debug|x86 = Debug|x86 + Release|x64 = Release|x64 + Release|x86 = Release|x86 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {76D69ED9-F058-49AF-B812-282C48C7A568}.Debug|x64.ActiveCfg = Debug|x64 + {76D69ED9-F058-49AF-B812-282C48C7A568}.Debug|x64.Build.0 = Debug|x64 + {76D69ED9-F058-49AF-B812-282C48C7A568}.Debug|x86.ActiveCfg = Debug|Win32 + {76D69ED9-F058-49AF-B812-282C48C7A568}.Debug|x86.Build.0 = Debug|Win32 + {76D69ED9-F058-49AF-B812-282C48C7A568}.Release|x64.ActiveCfg = Release|x64 + {76D69ED9-F058-49AF-B812-282C48C7A568}.Release|x64.Build.0 = Release|x64 + {76D69ED9-F058-49AF-B812-282C48C7A568}.Release|x86.ActiveCfg = Release|Win32 + {76D69ED9-F058-49AF-B812-282C48C7A568}.Release|x86.Build.0 = Release|Win32 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {AD311354-9093-4A20-A2F1-4EAB8000CD07} + EndGlobalSection +EndGlobal diff -r eace35be49f5 -r ef1160de4926 tuning-difference.vcxproj --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tuning-difference.vcxproj Thu Jul 11 14:54:13 2019 +0100 @@ -0,0 +1,154 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 15.0 + {76D69ED9-F058-49AF-B812-282C48C7A568} + Win32Proj + 8.1 + + + + DynamicLibrary + true + v141 + + + DynamicLibrary + false + v141 + + + Application + true + v141 + + + DynamicLibrary + false + v141 + + + + + + + + + + + + + + + + + + + + + true + + + true + + + + WIN32;_DEBUG;_WINDOWS;_USRDLL;TUNINGDIFFERENCE_EXPORTS;%(PreprocessorDefinitions) + MultiThreadedDebugDLL + Level3 + ProgramDatabase + Disabled + + + MachineX86 + true + Windows + + + + + WIN32;NDEBUG;_WINDOWS;_USRDLL;TUNINGDIFFERENCE_EXPORTS;kiss_fft_scalar=double;%(PreprocessorDefinitions) + MultiThreaded + Level3 + ProgramDatabase + C:\Users\Chris\Documents\tuning-difference\constant-q-cpp;C:\Users\Chris\Documents\tuning-difference\constant-q-cpp\cq;C:\Users\Chris\Documents\tuning-difference\constant-q-cpp\src\ext\kissfft;C:\Users\Chris\Documents\vamp-plugin-sdk;%(AdditionalIncludeDirectories) + + + MachineX86 + true + Windows + true + true + /EXPORT:vampGetPluginDescriptor %(AdditionalOptions) + + + + + C:\Users\Chris\Documents\tuning-difference\constant-q-cpp;C:\Users\Chris\Documents\tuning-difference\constant-q-cpp\cq;C:\Users\Chris\Documents\tuning-difference\constant-q-cpp\src\ext\kissfft;C:\Users\Chris\Documents\tuning-difference\constant-q-cpp\src\ext\kissfft\tools;C:\Users\Chris\Documents\vamp-plugin-sdk;%(AdditionalIncludeDirectories) + kiss_fft_scalar=double;%(PreprocessorDefinitions) + + + /EXPORT:vampGetPluginDescriptor %(AdditionalOptions) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file