Mercurial > hg > vamp-plugin-sdk
comparison build/VampExamplePlugins.vcxproj @ 486:42904505a18f
Update MSVC build projects - two solutions, one for plugin SDK and one for host SDK,
with each containing the two relevant projects. Default is now release x64.
| author | Chris Cannam | 
|---|---|
| date | Thu, 23 Feb 2017 15:03:29 +0000 | 
| parents | 34ff6b72b0f4 | 
| children | 
   comparison
  equal
  deleted
  inserted
  replaced
| 485:2b1697f94a5b | 486:42904505a18f | 
|---|---|
| 1 <?xml version="1.0" encoding="utf-8"?> | 1 <?xml version="1.0" encoding="utf-8"?> | 
| 2 <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | 2 <Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | 
| 3 <ItemGroup Label="ProjectConfigurations"> | 3 <ItemGroup Label="ProjectConfigurations"> | 
| 4 <ProjectConfiguration Include="Debug|Win32"> | 4 <ProjectConfiguration Include="Debug|Win32"> | 
| 5 <Configuration>Debug</Configuration> | 5 <Configuration>Debug</Configuration> | 
| 6 <Platform>Win32</Platform> | 6 <Platform>Win32</Platform> | 
| 7 </ProjectConfiguration> | 7 </ProjectConfiguration> | 
| 20 </ItemGroup> | 20 </ItemGroup> | 
| 21 <PropertyGroup Label="Globals"> | 21 <PropertyGroup Label="Globals"> | 
| 22 <ProjectGuid>{B3D1F5A4-4571-4D20-B184-8ACD03D6C97A}</ProjectGuid> | 22 <ProjectGuid>{B3D1F5A4-4571-4D20-B184-8ACD03D6C97A}</ProjectGuid> | 
| 23 <RootNamespace>VampExamplePlugins</RootNamespace> | 23 <RootNamespace>VampExamplePlugins</RootNamespace> | 
| 24 <Keyword>Win32Proj</Keyword> | 24 <Keyword>Win32Proj</Keyword> | 
| 25 <ProjectName>VampExamplePlugins</ProjectName> | |
| 25 </PropertyGroup> | 26 </PropertyGroup> | 
| 26 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | 27 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | 
| 27 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> | 28 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> | 
| 28 <ConfigurationType>DynamicLibrary</ConfigurationType> | 29 <ConfigurationType>DynamicLibrary</ConfigurationType> | 
| 29 <PlatformToolset>v110</PlatformToolset> | 30 <PlatformToolset>v120</PlatformToolset> | 
| 30 </PropertyGroup> | 31 </PropertyGroup> | 
| 31 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> | 32 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> | 
| 32 <ConfigurationType>DynamicLibrary</ConfigurationType> | 33 <ConfigurationType>DynamicLibrary</ConfigurationType> | 
| 33 <PlatformToolset>v110</PlatformToolset> | 34 <PlatformToolset>v120</PlatformToolset> | 
| 34 </PropertyGroup> | 35 </PropertyGroup> | 
| 35 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> | 36 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> | 
| 36 <ConfigurationType>DynamicLibrary</ConfigurationType> | 37 <ConfigurationType>DynamicLibrary</ConfigurationType> | 
| 37 <PlatformToolset>v110</PlatformToolset> | 38 <PlatformToolset>v120</PlatformToolset> | 
| 38 </PropertyGroup> | 39 </PropertyGroup> | 
| 39 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> | 40 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> | 
| 40 <ConfigurationType>DynamicLibrary</ConfigurationType> | 41 <ConfigurationType>DynamicLibrary</ConfigurationType> | 
| 41 <PlatformToolset>v110</PlatformToolset> | 42 <PlatformToolset>v120</PlatformToolset> | 
| 42 </PropertyGroup> | 43 </PropertyGroup> | 
| 43 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | 44 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | 
| 44 <ImportGroup Label="ExtensionSettings"> | 45 <ImportGroup Label="ExtensionSettings"> | 
| 45 </ImportGroup> | 46 </ImportGroup> | 
| 46 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> | 47 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> | 
