Mercurial > hg > tuning-difference
changeset 63:ef1160de4926
Incomplete MSVC build
author | Chris Cannam |
---|---|
date | Thu, 11 Jul 2019 14:54:13 +0100 |
parents | eace35be49f5 |
children | 714b0a69672e |
files | tuning-difference.sln tuning-difference.vcxproj |
diffstat | 2 files changed, 185 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- /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
--- /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 @@ +<?xml version="1.0" encoding="utf-8"?> +<Project DefaultTargets="Build" ToolsVersion="15.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="Release|Win32"> + <Configuration>Release</Configuration> + <Platform>Win32</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="Debug|x64"> + <Configuration>Debug</Configuration> + <Platform>x64</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="Release|x64"> + <Configuration>Release</Configuration> + <Platform>x64</Platform> + </ProjectConfiguration> + </ItemGroup> + <PropertyGroup Label="Globals"> + <VCProjectVersion>15.0</VCProjectVersion> + <ProjectGuid>{76D69ED9-F058-49AF-B812-282C48C7A568}</ProjectGuid> + <Keyword>Win32Proj</Keyword> + <WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion> + </PropertyGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> + <ConfigurationType>DynamicLibrary</ConfigurationType> + <UseDebugLibraries>true</UseDebugLibraries> + <PlatformToolset>v141</PlatformToolset> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> + <ConfigurationType>DynamicLibrary</ConfigurationType> + <UseDebugLibraries>false</UseDebugLibraries> + <PlatformToolset>v141</PlatformToolset> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> + <ConfigurationType>Application</ConfigurationType> + <UseDebugLibraries>true</UseDebugLibraries> + <PlatformToolset>v141</PlatformToolset> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> + <ConfigurationType>DynamicLibrary</ConfigurationType> + <UseDebugLibraries>false</UseDebugLibraries> + <PlatformToolset>v141</PlatformToolset> + </PropertyGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> + <ImportGroup Label="ExtensionSettings"> + </ImportGroup> + <ImportGroup Label="Shared"> + </ImportGroup> + <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> + </ImportGroup> + <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> + </ImportGroup> + <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> + </ImportGroup> + <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> + </ImportGroup> + <PropertyGroup Label="UserMacros" /> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> + <LinkIncremental>true</LinkIncremental> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> + <LinkIncremental>true</LinkIncremental> + </PropertyGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> + <ClCompile> + <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;TUNINGDIFFERENCE_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> + <WarningLevel>Level3</WarningLevel> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + <Optimization>Disabled</Optimization> + </ClCompile> + <Link> + <TargetMachine>MachineX86</TargetMachine> + <GenerateDebugInformation>true</GenerateDebugInformation> + <SubSystem>Windows</SubSystem> + </Link> + </ItemDefinitionGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> + <ClCompile> + <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;TUNINGDIFFERENCE_EXPORTS;kiss_fft_scalar=double;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> + <WarningLevel>Level3</WarningLevel> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + <AdditionalIncludeDirectories>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)</AdditionalIncludeDirectories> + </ClCompile> + <Link> + <TargetMachine>MachineX86</TargetMachine> + <GenerateDebugInformation>true</GenerateDebugInformation> + <SubSystem>Windows</SubSystem> + <EnableCOMDATFolding>true</EnableCOMDATFolding> + <OptimizeReferences>true</OptimizeReferences> + <AdditionalOptions>/EXPORT:vampGetPluginDescriptor %(AdditionalOptions)</AdditionalOptions> + </Link> + </ItemDefinitionGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> + <ClCompile> + <AdditionalIncludeDirectories>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)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>kiss_fft_scalar=double;%(PreprocessorDefinitions)</PreprocessorDefinitions> + </ClCompile> + <Link> + <AdditionalOptions>/EXPORT:vampGetPluginDescriptor %(AdditionalOptions)</AdditionalOptions> + </Link> + </ItemDefinitionGroup> + <ItemGroup> + <ClCompile Include="constant-q-cpp\src\Chromagram.cpp" /> + <ClCompile Include="constant-q-cpp\src\ConstantQ.cpp" /> + <ClCompile Include="constant-q-cpp\src\CQInverse.cpp" /> + <ClCompile Include="constant-q-cpp\src\CQKernel.cpp" /> + <ClCompile Include="constant-q-cpp\src\CQSpectrogram.cpp" /> + <ClCompile Include="constant-q-cpp\src\dsp\FFT.cpp" /> + <ClCompile Include="constant-q-cpp\src\dsp\KaiserWindow.cpp" /> + <ClCompile Include="constant-q-cpp\src\dsp\MathUtilities.cpp" /> + <ClCompile Include="constant-q-cpp\src\dsp\Resampler.cpp" /> + <ClCompile Include="constant-q-cpp\src\dsp\SincWindow.cpp" /> + <ClCompile Include="constant-q-cpp\src\ext\kissfft\kiss_fft.c" /> + <ClCompile Include="constant-q-cpp\src\ext\kissfft\tools\kiss_fftr.c" /> + <ClCompile Include="constant-q-cpp\src\Pitch.cpp" /> + <ClCompile Include="src\plugins.cpp" /> + <ClCompile Include="src\TuningDifference.cpp" /> + </ItemGroup> + <ItemGroup> + <ClInclude Include="constant-q-cpp\cq\Chromagram.h" /> + <ClInclude Include="constant-q-cpp\cq\ConstantQ.h" /> + <ClInclude Include="constant-q-cpp\cq\CQBase.h" /> + <ClInclude Include="constant-q-cpp\cq\CQInverse.h" /> + <ClInclude Include="constant-q-cpp\cq\CQKernel.h" /> + <ClInclude Include="constant-q-cpp\cq\CQParameters.h" /> + <ClInclude Include="constant-q-cpp\cq\CQSpectrogram.h" /> + <ClInclude Include="constant-q-cpp\src\dsp\FFT.h" /> + <ClInclude Include="constant-q-cpp\src\dsp\KaiserWindow.h" /> + <ClInclude Include="constant-q-cpp\src\dsp\MathUtilities.h" /> + <ClInclude Include="constant-q-cpp\src\dsp\nan-inf.h" /> + <ClInclude Include="constant-q-cpp\src\dsp\pi.h" /> + <ClInclude Include="constant-q-cpp\src\dsp\Resampler.h" /> + <ClInclude Include="constant-q-cpp\src\dsp\SincWindow.h" /> + <ClInclude Include="constant-q-cpp\src\dsp\Window.h" /> + <ClInclude Include="constant-q-cpp\src\ext\kissfft\kiss_fft.h" /> + <ClInclude Include="constant-q-cpp\src\ext\kissfft\tools\kiss_fftr.h" /> + <ClInclude Include="constant-q-cpp\src\ext\kissfft\_kiss_fft_guts.h" /> + <ClInclude Include="constant-q-cpp\src\Pitch.h" /> + <ClInclude Include="src\TuningDifference.h" /> + </ItemGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> + <ImportGroup Label="ExtensionTargets"> + </ImportGroup> +</Project> \ No newline at end of file