To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.
root / build / VampExamplePlugins.vcxproj
History | View | Annotate | Download (10.1 KB)
| 1 |
<?xml version="1.0" encoding="utf-8"?> |
|---|---|
| 2 |
<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
| 3 |
<ItemGroup Label="ProjectConfigurations"> |
| 4 |
<ProjectConfiguration Include="Debug|Win32"> |
| 5 |
<Configuration>Debug</Configuration> |
| 6 |
<Platform>Win32</Platform> |
| 7 |
</ProjectConfiguration> |
| 8 |
<ProjectConfiguration Include="Debug|x64"> |
| 9 |
<Configuration>Debug</Configuration> |
| 10 |
<Platform>x64</Platform> |
| 11 |
</ProjectConfiguration> |
| 12 |
<ProjectConfiguration Include="Release|Win32"> |
| 13 |
<Configuration>Release</Configuration> |
| 14 |
<Platform>Win32</Platform> |
| 15 |
</ProjectConfiguration> |
| 16 |
<ProjectConfiguration Include="Release|x64"> |
| 17 |
<Configuration>Release</Configuration> |
| 18 |
<Platform>x64</Platform> |
| 19 |
</ProjectConfiguration> |
| 20 |
</ItemGroup> |
| 21 |
<PropertyGroup Label="Globals"> |
| 22 |
<ProjectGuid>{B3D1F5A4-4571-4D20-B184-8ACD03D6C97A}</ProjectGuid>
|
| 23 |
<RootNamespace>VampExamplePlugins</RootNamespace> |
| 24 |
<Keyword>Win32Proj</Keyword> |
| 25 |
<ProjectName>VampExamplePlugins</ProjectName> |
| 26 |
</PropertyGroup> |
| 27 |
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
| 28 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |
| 29 |
<ConfigurationType>DynamicLibrary</ConfigurationType> |
| 30 |
<PlatformToolset>v120</PlatformToolset> |
| 31 |
</PropertyGroup> |
| 32 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> |
| 33 |
<ConfigurationType>DynamicLibrary</ConfigurationType> |
| 34 |
<PlatformToolset>v120</PlatformToolset> |
| 35 |
</PropertyGroup> |
| 36 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> |
| 37 |
<ConfigurationType>DynamicLibrary</ConfigurationType> |
| 38 |
<PlatformToolset>v120</PlatformToolset> |
| 39 |
</PropertyGroup> |
| 40 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> |
| 41 |
<ConfigurationType>DynamicLibrary</ConfigurationType> |
| 42 |
<PlatformToolset>v120</PlatformToolset> |
| 43 |
</PropertyGroup> |
| 44 |
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
| 45 |
<ImportGroup Label="ExtensionSettings"> |
| 46 |
</ImportGroup> |
| 47 |
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> |
| 48 |
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
| 49 |
</ImportGroup> |
| 50 |
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> |
| 51 |
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
| 52 |
</ImportGroup> |
| 53 |
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> |
| 54 |
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
| 55 |
</ImportGroup> |
| 56 |
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> |
| 57 |
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
| 58 |
</ImportGroup> |
| 59 |
<PropertyGroup Label="UserMacros" /> |
| 60 |
<PropertyGroup> |
| 61 |
<_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion> |
| 62 |
<OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Debug\</OutDir> |
| 63 |
<IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Debug\</IntDir> |
| 64 |
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental> |
| 65 |
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental> |
| 66 |
<OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Release\</OutDir> |
| 67 |
<IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Release\</IntDir> |
| 68 |
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</LinkIncremental> |
| 69 |
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</LinkIncremental> |
| 70 |
</PropertyGroup> |
| 71 |
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
| 72 |
<ClCompile> |
| 73 |
<Optimization>Disabled</Optimization> |
| 74 |
<AdditionalIncludeDirectories>$(ProjectDir)/..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
| 75 |
<PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;VAMPEXAMPLEPLUGINS_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 76 |
<MinimalRebuild>true</MinimalRebuild> |
| 77 |
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> |
| 78 |
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> |
| 79 |
<PrecompiledHeader> |
| 80 |
</PrecompiledHeader> |
| 81 |
<WarningLevel>Level3</WarningLevel> |
| 82 |
<DebugInformationFormat>EditAndContinue</DebugInformationFormat> |
| 83 |
<DisableSpecificWarnings>4996;%(DisableSpecificWarnings)</DisableSpecificWarnings> |
| 84 |
</ClCompile> |
| 85 |
<Link> |
| 86 |
<AdditionalOptions>/EXPORT:vampGetPluginDescriptor %(AdditionalOptions)</AdditionalOptions> |
| 87 |
<OutputFile>$(OutDir)vamp-example-plugins.dll</OutputFile> |
| 88 |
<GenerateDebugInformation>true</GenerateDebugInformation> |
| 89 |
<SubSystem>Windows</SubSystem> |
| 90 |
<TargetMachine>MachineX86</TargetMachine> |
| 91 |
</Link> |
| 92 |
</ItemDefinitionGroup> |
| 93 |
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
| 94 |
<ClCompile> |
| 95 |
<Optimization>Disabled</Optimization> |
| 96 |
<AdditionalIncludeDirectories>$(ProjectDir)/..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
| 97 |
<PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;VAMPEXAMPLEPLUGINS_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 98 |
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> |
| 99 |
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> |
| 100 |
<PrecompiledHeader> |
| 101 |
</PrecompiledHeader> |
| 102 |
<WarningLevel>Level3</WarningLevel> |
| 103 |
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
| 104 |
<DisableSpecificWarnings>4996;%(DisableSpecificWarnings)</DisableSpecificWarnings> |
| 105 |
</ClCompile> |
| 106 |
<Link> |
| 107 |
<AdditionalOptions>/EXPORT:vampGetPluginDescriptor %(AdditionalOptions)</AdditionalOptions> |
| 108 |
<OutputFile>$(OutDir)vamp-example-plugins.dll</OutputFile> |
| 109 |
<GenerateDebugInformation>true</GenerateDebugInformation> |
| 110 |
<SubSystem>Windows</SubSystem> |
| 111 |
</Link> |
| 112 |
</ItemDefinitionGroup> |
| 113 |
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
| 114 |
<ClCompile> |
| 115 |
<AdditionalIncludeDirectories>$(ProjectDir)/..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
| 116 |
<PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;VAMPEXAMPLEPLUGINS_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 117 |
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> |
| 118 |
<PrecompiledHeader> |
| 119 |
</PrecompiledHeader> |
| 120 |
<WarningLevel>Level3</WarningLevel> |
| 121 |
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
| 122 |
<DisableSpecificWarnings>4996;%(DisableSpecificWarnings)</DisableSpecificWarnings> |
| 123 |
</ClCompile> |
| 124 |
<Link> |
| 125 |
<AdditionalOptions>/EXPORT:vampGetPluginDescriptor %(AdditionalOptions)</AdditionalOptions> |
| 126 |
<OutputFile>$(OutDir)vamp-example-plugins.dll</OutputFile> |
| 127 |
<GenerateDebugInformation>true</GenerateDebugInformation> |
| 128 |
<SubSystem>Windows</SubSystem> |
| 129 |
<OptimizeReferences>true</OptimizeReferences> |
| 130 |
<EnableCOMDATFolding>true</EnableCOMDATFolding> |
| 131 |
<TargetMachine>MachineX86</TargetMachine> |
| 132 |
</Link> |
| 133 |
</ItemDefinitionGroup> |
| 134 |
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
| 135 |
<ClCompile> |
| 136 |
<AdditionalIncludeDirectories>$(ProjectDir)/..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
| 137 |
<PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;VAMPEXAMPLEPLUGINS_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 138 |
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> |
| 139 |
<PrecompiledHeader> |
| 140 |
</PrecompiledHeader> |
| 141 |
<WarningLevel>Level3</WarningLevel> |
| 142 |
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
| 143 |
<DisableSpecificWarnings>4996;%(DisableSpecificWarnings)</DisableSpecificWarnings> |
| 144 |
</ClCompile> |
| 145 |
<Link> |
| 146 |
<AdditionalOptions>/EXPORT:vampGetPluginDescriptor %(AdditionalOptions)</AdditionalOptions> |
| 147 |
<OutputFile>$(OutDir)vamp-example-plugins.dll</OutputFile> |
| 148 |
<GenerateDebugInformation>true</GenerateDebugInformation> |
| 149 |
<SubSystem>Windows</SubSystem> |
| 150 |
<OptimizeReferences>true</OptimizeReferences> |
| 151 |
<EnableCOMDATFolding>true</EnableCOMDATFolding> |
| 152 |
</Link> |
| 153 |
</ItemDefinitionGroup> |
| 154 |
<ItemGroup> |
| 155 |
<ClInclude Include="..\examples\AmplitudeFollower.h" /> |
| 156 |
<ClInclude Include="..\examples\FixedTempoEstimator.h" /> |
| 157 |
<ClInclude Include="..\examples\PercussionOnsetDetector.h" /> |
| 158 |
<ClInclude Include="..\vamp-sdk\plugguard.h" /> |
| 159 |
<ClInclude Include="..\vamp-sdk\Plugin.h" /> |
| 160 |
<ClInclude Include="..\vamp-sdk\PluginAdapter.h" /> |
| 161 |
<ClInclude Include="..\vamp-sdk\PluginBase.h" /> |
| 162 |
<ClInclude Include="..\vamp-sdk\RealTime.h" /> |
| 163 |
<ClInclude Include="..\examples\SpectralCentroid.h" /> |
| 164 |
<ClInclude Include="..\examples\PowerSpectrum.h" /> |
| 165 |
<ClInclude Include="..\examples\ZeroCrossing.h" /> |
| 166 |
</ItemGroup> |
| 167 |
<ItemGroup> |
| 168 |
<ClCompile Include="..\examples\AmplitudeFollower.cpp" /> |
| 169 |
<ClCompile Include="..\examples\FixedTempoEstimator.cpp" /> |
| 170 |
<ClCompile Include="..\examples\PercussionOnsetDetector.cpp" /> |
| 171 |
<ClCompile Include="..\src\vamp-sdk\PluginAdapter.cpp" /> |
| 172 |
<ClCompile Include="..\examples\plugins.cpp" /> |
| 173 |
<ClCompile Include="..\src\vamp-sdk\RealTime.cpp" /> |
| 174 |
<ClCompile Include="..\examples\SpectralCentroid.cpp" /> |
| 175 |
<ClCompile Include="..\examples\PowerSpectrum.cpp" /> |
| 176 |
<ClCompile Include="..\examples\ZeroCrossing.cpp" /> |
| 177 |
</ItemGroup> |
| 178 |
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
| 179 |
<ImportGroup Label="ExtensionTargets"> |
| 180 |
</ImportGroup> |
| 181 |
</Project> |