Mercurial > hg > vamp-plugin-sdk
comparison build/VampExamplePlugins.vcxproj @ 341:f67cf32a934b
Add MSVC 2010 project files
| author | Chris Cannam <chris.cannam@eecs.qmul.ac.uk> | 
|---|---|
| date | Thu, 12 Jul 2012 14:57:44 +0100 | 
| parents | |
| children | 34ff6b72b0f4 | 
   comparison
  equal
  deleted
  inserted
  replaced
| 340:ab8e761f3ee9 | 341:f67cf32a934b | 
|---|---|
| 1 <?xml version="1.0" encoding="utf-8"?> | |
| 2 <Project DefaultTargets="Build" ToolsVersion="4.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="Release|Win32"> | |
| 9 <Configuration>Release</Configuration> | |
| 10 <Platform>Win32</Platform> | |
| 11 </ProjectConfiguration> | |
| 12 </ItemGroup> | |
| 13 <PropertyGroup Label="Globals"> | |
| 14 <ProjectGuid>{B3D1F5A4-4571-4D20-B184-8ACD03D6C97A}</ProjectGuid> | |
| 15 <RootNamespace>VampExamplePlugins</RootNamespace> | |
| 16 <Keyword>Win32Proj</Keyword> | |
| 17 </PropertyGroup> | |
| 18 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | |
| 19 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> | |
| 20 <ConfigurationType>DynamicLibrary</ConfigurationType> | |
| 21 </PropertyGroup> | |
| 22 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> | |
| 23 <ConfigurationType>DynamicLibrary</ConfigurationType> | |
| 24 </PropertyGroup> | |
| 25 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | |
| 26 <ImportGroup Label="ExtensionSettings"> | |
| 27 </ImportGroup> | |
| 28 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> | |
| 29 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
| 30 </ImportGroup> | |
| 31 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> | |
| 32 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
| 33 </ImportGroup> | |
| 34 <PropertyGroup Label="UserMacros" /> | |
| 35 <PropertyGroup> | |
| 36 <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion> | |
| 37 <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Debug\</OutDir> | |
| 38 <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Debug\</IntDir> | |
| 39 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental> | |
| 40 <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Release\</OutDir> | |
| 41 <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Release\</IntDir> | |
| 42 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</LinkIncremental> | |
| 43 </PropertyGroup> | |
| 44 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | |
| 45 <ClCompile> | |
| 46 <Optimization>Disabled</Optimization> | |
| 47 <AdditionalIncludeDirectories>$(ProjectDir)/..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |
| 48 <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;VAMPEXAMPLEPLUGINS_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
| 49 <MinimalRebuild>true</MinimalRebuild> | |
| 50 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> | |
| 51 <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> | |
| 52 <PrecompiledHeader> | |
| 53 </PrecompiledHeader> | |
| 54 <WarningLevel>Level3</WarningLevel> | |
| 55 <DebugInformationFormat>EditAndContinue</DebugInformationFormat> | |
| 56 <DisableSpecificWarnings>4996;%(DisableSpecificWarnings)</DisableSpecificWarnings> | |
| 57 </ClCompile> | |
| 58 <Link> | |
| 59 <AdditionalOptions>/EXPORT:vampGetPluginDescriptor %(AdditionalOptions)</AdditionalOptions> | |
| 60 <OutputFile>$(OutDir)vamp-example-plugins.dll</OutputFile> | |
| 61 <GenerateDebugInformation>true</GenerateDebugInformation> | |
| 62 <SubSystem>Windows</SubSystem> | |
| 63 <TargetMachine>MachineX86</TargetMachine> | |
| 64 </Link> | |
| 65 </ItemDefinitionGroup> | |
| 66 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | |
| 67 <ClCompile> | |
| 68 <AdditionalIncludeDirectories>$(ProjectDir)/..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |
| 69 <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;VAMPEXAMPLEPLUGINS_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
| 70 <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | |
| 71 <PrecompiledHeader> | |
| 72 </PrecompiledHeader> | |
| 73 <WarningLevel>Level3</WarningLevel> | |
| 74 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | |
| 75 <DisableSpecificWarnings>4996;%(DisableSpecificWarnings)</DisableSpecificWarnings> | |
| 76 </ClCompile> | |
| 77 <Link> | |
| 78 <AdditionalOptions>/EXPORT:vampGetPluginDescriptor %(AdditionalOptions)</AdditionalOptions> | |
| 79 <OutputFile>$(OutDir)vamp-example-plugins.dll</OutputFile> | |
| 80 <GenerateDebugInformation>true</GenerateDebugInformation> | |
| 81 <SubSystem>Windows</SubSystem> | |
| 82 <OptimizeReferences>true</OptimizeReferences> | |
| 83 <EnableCOMDATFolding>true</EnableCOMDATFolding> | |
| 84 <TargetMachine>MachineX86</TargetMachine> | |
| 85 </Link> | |
| 86 </ItemDefinitionGroup> | |
| 87 <ItemGroup> | |
| 88 <ClInclude Include="..\examples\AmplitudeFollower.h" /> | |
| 89 <ClInclude Include="..\examples\FixedTempoEstimator.h" /> | |
| 90 <ClInclude Include="..\examples\PercussionOnsetDetector.h" /> | |
| 91 <ClInclude Include="..\vamp-sdk\plugguard.h" /> | |
| 92 <ClInclude Include="..\vamp-sdk\Plugin.h" /> | |
| 93 <ClInclude Include="..\vamp-sdk\PluginAdapter.h" /> | |
| 94 <ClInclude Include="..\vamp-sdk\PluginBase.h" /> | |
| 95 <ClInclude Include="..\vamp-sdk\RealTime.h" /> | |
| 96 <ClInclude Include="..\examples\SpectralCentroid.h" /> | |
| 97 <ClInclude Include="..\examples\PowerSpectrum.h" /> | |
| 98 <ClInclude Include="..\examples\ZeroCrossing.h" /> | |
| 99 </ItemGroup> | |
| 100 <ItemGroup> | |
| 101 <ClCompile Include="..\examples\AmplitudeFollower.cpp" /> | |
| 102 <ClCompile Include="..\examples\FixedTempoEstimator.cpp" /> | |
| 103 <ClCompile Include="..\examples\PercussionOnsetDetector.cpp" /> | |
| 104 <ClCompile Include="..\src\vamp-sdk\PluginAdapter.cpp" /> | |
| 105 <ClCompile Include="..\examples\plugins.cpp" /> | |
| 106 <ClCompile Include="..\src\vamp-sdk\RealTime.cpp" /> | |
| 107 <ClCompile Include="..\examples\SpectralCentroid.cpp" /> | |
| 108 <ClCompile Include="..\examples\PowerSpectrum.cpp" /> | |
| 109 <ClCompile Include="..\examples\ZeroCrossing.cpp" /> | |
| 110 </ItemGroup> | |
| 111 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | |
| 112 <ImportGroup Label="ExtensionTargets"> | |
| 113 </ImportGroup> | |
| 114 </Project> | 
