Mercurial > hg > vamp-plugin-sdk
comparison build/VampSimpleHost.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 | f23dd109144f |
| children | 70e52a6d7e99 |
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> |
| 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)'=='Debug|Win32'" Label="Configuration"> | 27 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> |
| 28 <ConfigurationType>Application</ConfigurationType> | 28 <ConfigurationType>Application</ConfigurationType> |
| 29 <UseDebugLibraries>true</UseDebugLibraries> | 29 <UseDebugLibraries>true</UseDebugLibraries> |
| 30 <PlatformToolset>v110</PlatformToolset> | 30 <PlatformToolset>v120</PlatformToolset> |
| 31 <CharacterSet>Unicode</CharacterSet> | 31 <CharacterSet>Unicode</CharacterSet> |
| 32 </PropertyGroup> | 32 </PropertyGroup> |
| 33 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> | 33 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> |
| 34 <ConfigurationType>Application</ConfigurationType> | 34 <ConfigurationType>Application</ConfigurationType> |
| 35 <UseDebugLibraries>true</UseDebugLibraries> | 35 <UseDebugLibraries>true</UseDebugLibraries> |
| 36 <PlatformToolset>v110</PlatformToolset> | 36 <PlatformToolset>v120</PlatformToolset> |
| 37 <CharacterSet>MultiByte</CharacterSet> | 37 <CharacterSet>MultiByte</CharacterSet> |
| 38 </PropertyGroup> | 38 </PropertyGroup> |
| 39 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> | 39 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |
| 40 <ConfigurationType>Application</ConfigurationType> | 40 <ConfigurationType>Application</ConfigurationType> |
| 41 <UseDebugLibraries>false</UseDebugLibraries> | 41 <UseDebugLibraries>false</UseDebugLibraries> |
| 42 <PlatformToolset>v110</PlatformToolset> | 42 <PlatformToolset>v120</PlatformToolset> |
| 43 <WholeProgramOptimization>true</WholeProgramOptimization> | 43 <WholeProgramOptimization>true</WholeProgramOptimization> |
| 44 <CharacterSet>Unicode</CharacterSet> | 44 <CharacterSet>Unicode</CharacterSet> |
| 45 </PropertyGroup> | 45 </PropertyGroup> |
| 46 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> | 46 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> |
| 47 <ConfigurationType>Application</ConfigurationType> | 47 <ConfigurationType>Application</ConfigurationType> |
| 48 <UseDebugLibraries>false</UseDebugLibraries> | 48 <UseDebugLibraries>false</UseDebugLibraries> |
| 49 <PlatformToolset>v110</PlatformToolset> | 49 <PlatformToolset>v120</PlatformToolset> |
| 50 <WholeProgramOptimization>true</WholeProgramOptimization> | 50 <WholeProgramOptimization>true</WholeProgramOptimization> |
| 51 <CharacterSet>MultiByte</CharacterSet> | 51 <CharacterSet>MultiByte</CharacterSet> |
| 52 </PropertyGroup> | 52 </PropertyGroup> |
| 53 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | 53 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
| 54 <ImportGroup Label="ExtensionSettings"> | 54 <ImportGroup Label="ExtensionSettings"> |
