Mercurial > hg > vamp-plugin-sdk
comparison build/VampHostSDK.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>{3875EF8B-14E8-4825-B2C1-A8B869C336F5}</ProjectGuid> | |
| 15 <RootNamespace>VampHostSDK</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>StaticLibrary</ConfigurationType> | |
| 21 </PropertyGroup> | |
| 22 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> | |
| 23 <ConfigurationType>StaticLibrary</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 <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Release\</OutDir> | |
| 40 <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Release\</IntDir> | |
| 41 </PropertyGroup> | |
| 42 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | |
| 43 <ClCompile> | |
| 44 <Optimization>Disabled</Optimization> | |
| 45 <AdditionalIncludeDirectories>..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |
| 46 <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;_USE_MATH_DEFINES;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
| 47 <MinimalRebuild>true</MinimalRebuild> | |
| 48 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> | |
| 49 <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> | |
| 50 <PrecompiledHeader> | |
| 51 </PrecompiledHeader> | |
| 52 <WarningLevel>Level3</WarningLevel> | |
| 53 <DebugInformationFormat>EditAndContinue</DebugInformationFormat> | |
| 54 </ClCompile> | |
| 55 </ItemDefinitionGroup> | |
| 56 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | |
| 57 <ClCompile> | |
| 58 <AdditionalIncludeDirectories>..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |
| 59 <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
| 60 <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | |
| 61 <PrecompiledHeader> | |
| 62 </PrecompiledHeader> | |
| 63 <WarningLevel>Level2</WarningLevel> | |
| 64 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | |
| 65 </ClCompile> | |
| 66 </ItemDefinitionGroup> | |
| 67 <ItemGroup> | |
| 68 <ClInclude Include="..\vamp-hostsdk\hostguard.h" /> | |
| 69 <ClInclude Include="..\vamp-hostsdk\Plugin.h" /> | |
| 70 <ClInclude Include="..\vamp-hostsdk\PluginBase.h" /> | |
| 71 <ClInclude Include="..\vamp-hostsdk\PluginBufferingAdapter.h" /> | |
| 72 <ClInclude Include="..\vamp-hostsdk\PluginChannelAdapter.h" /> | |
| 73 <ClInclude Include="..\vamp-hostsdk\PluginHostAdapter.h" /> | |
| 74 <ClInclude Include="..\vamp-hostsdk\PluginInputDomainAdapter.h" /> | |
| 75 <ClInclude Include="..\vamp-hostsdk\PluginLoader.h" /> | |
| 76 <ClInclude Include="..\vamp-hostsdk\PluginSummarisingAdapter.h" /> | |
| 77 <ClInclude Include="..\vamp-hostsdk\PluginWrapper.h" /> | |
| 78 <ClInclude Include="..\vamp-hostsdk\RealTime.h" /> | |
| 79 <ClInclude Include="..\vamp-hostsdk\vamp-hostsdk.h" /> | |
| 80 </ItemGroup> | |
| 81 <ItemGroup> | |
| 82 <ClCompile Include="..\src\vamp-hostsdk\PluginBufferingAdapter.cpp" /> | |
| 83 <ClCompile Include="..\src\vamp-hostsdk\PluginChannelAdapter.cpp" /> | |
| 84 <ClCompile Include="..\src\vamp-hostsdk\PluginHostAdapter.cpp" /> | |
| 85 <ClCompile Include="..\src\vamp-hostsdk\PluginInputDomainAdapter.cpp" /> | |
| 86 <ClCompile Include="..\src\vamp-hostsdk\PluginLoader.cpp" /> | |
| 87 <ClCompile Include="..\src\vamp-hostsdk\PluginSummarisingAdapter.cpp" /> | |
| 88 <ClCompile Include="..\src\vamp-hostsdk\PluginWrapper.cpp" /> | |
| 89 <ClCompile Include="..\src\vamp-hostsdk\RealTime.cpp" /> | |
| 90 </ItemGroup> | |
| 91 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | |
| 92 <ImportGroup Label="ExtensionTargets"> | |
| 93 </ImportGroup> | |
| 94 </Project> | 
