Mercurial > hg > vamp-plugin-sdk
comparison build/VampHostSDK.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 | f6ec4e53ca20 |
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> |
24 <Keyword>Win32Proj</Keyword> | 24 <Keyword>Win32Proj</Keyword> |
25 </PropertyGroup> | 25 </PropertyGroup> |
26 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | 26 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
27 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> | 27 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |
28 <ConfigurationType>StaticLibrary</ConfigurationType> | 28 <ConfigurationType>StaticLibrary</ConfigurationType> |
29 <PlatformToolset>v110</PlatformToolset> | 29 <PlatformToolset>v120</PlatformToolset> |
30 </PropertyGroup> | 30 </PropertyGroup> |
31 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> | 31 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> |
32 <ConfigurationType>StaticLibrary</ConfigurationType> | 32 <ConfigurationType>StaticLibrary</ConfigurationType> |
33 <PlatformToolset>v110</PlatformToolset> | 33 <PlatformToolset>v120</PlatformToolset> |
34 </PropertyGroup> | 34 </PropertyGroup> |
35 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> | 35 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> |
36 <ConfigurationType>StaticLibrary</ConfigurationType> | 36 <ConfigurationType>StaticLibrary</ConfigurationType> |
37 <PlatformToolset>v110</PlatformToolset> | 37 <PlatformToolset>v120</PlatformToolset> |
38 </PropertyGroup> | 38 </PropertyGroup> |
39 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> | 39 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> |
40 <ConfigurationType>StaticLibrary</ConfigurationType> | 40 <ConfigurationType>StaticLibrary</ConfigurationType> |
41 <PlatformToolset>v110</PlatformToolset> | 41 <PlatformToolset>v120</PlatformToolset> |
42 </PropertyGroup> | 42 </PropertyGroup> |
43 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | 43 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
44 <ImportGroup Label="ExtensionSettings"> | 44 <ImportGroup Label="ExtensionSettings"> |
45 </ImportGroup> | 45 </ImportGroup> |
46 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> | 46 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> |