Mercurial > hg > vamp-plugin-sdk
comparison build/VampSimpleHost.vcxproj @ 358:34ff6b72b0f4
Combined VC++ solution containing plugin SDK, host SDK, example plugins, and simple host projects
| author | Chris Cannam | 
|---|---|
| date | Fri, 13 Sep 2013 14:58:41 +0100 | 
| parents | |
| children | f6ec4e53ca20 | 
   comparison
  equal
  deleted
  inserted
  replaced
| 357:ef49ec7b71be | 358:34ff6b72b0f4 | 
|---|---|
| 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="Debug|x64"> | |
| 9 <Configuration>Debug</Configuration> | |
| 10 <Platform>x64</Platform> | |
| 11 </ProjectConfiguration> | |
| 12 <ProjectConfiguration Include="Release|Win32"> | |
| 13 <Configuration>Release</Configuration> | |
| 14 <Platform>Win32</Platform> | |
| 15 </ProjectConfiguration> | |
| 16 <ProjectConfiguration Include="Release|x64"> | |
| 17 <Configuration>Release</Configuration> | |
| 18 <Platform>x64</Platform> | |
| 19 </ProjectConfiguration> | |
| 20 </ItemGroup> | |
| 21 <PropertyGroup Label="Globals"> | |
| 22 <ProjectGuid>{6F6F2651-E7B2-42B2-8053-556FEB50A552}</ProjectGuid> | |
| 23 <Keyword>Win32Proj</Keyword> | |
| 24 <RootNamespace>VampSimpleHost</RootNamespace> | |
| 25 </PropertyGroup> | |
| 26 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | |
| 27 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> | |
| 28 <ConfigurationType>Application</ConfigurationType> | |
| 29 <UseDebugLibraries>true</UseDebugLibraries> | |
| 30 <PlatformToolset>v110</PlatformToolset> | |
| 31 <CharacterSet>Unicode</CharacterSet> | |
| 32 </PropertyGroup> | |
| 33 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> | |
| 34 <ConfigurationType>Application</ConfigurationType> | |
| 35 <UseDebugLibraries>true</UseDebugLibraries> | |
| 36 <PlatformToolset>v110</PlatformToolset> | |
| 37 <CharacterSet>MultiByte</CharacterSet> | |
| 38 </PropertyGroup> | |
| 39 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> | |
| 40 <ConfigurationType>Application</ConfigurationType> | |
| 41 <UseDebugLibraries>false</UseDebugLibraries> | |
| 42 <PlatformToolset>v110</PlatformToolset> | |
| 43 <WholeProgramOptimization>true</WholeProgramOptimization> | |
| 44 <CharacterSet>Unicode</CharacterSet> | |
| 45 </PropertyGroup> | |
| 46 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> | |
| 47 <ConfigurationType>Application</ConfigurationType> | |
| 48 <UseDebugLibraries>false</UseDebugLibraries> | |
| 49 <PlatformToolset>v110</PlatformToolset> | |
| 50 <WholeProgramOptimization>true</WholeProgramOptimization> | |
| 51 <CharacterSet>MultiByte</CharacterSet> | |
| 52 </PropertyGroup> | |
| 53 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | |
| 54 <ImportGroup Label="ExtensionSettings"> | |
| 55 </ImportGroup> | |
| 56 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | |
| 57 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
| 58 </ImportGroup> | |
| 59 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> | |
| 60 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
| 61 </ImportGroup> | |
| 62 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | |
| 63 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
| 64 </ImportGroup> | |
| 65 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> | |
| 66 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
| 67 </ImportGroup> | |
| 68 <PropertyGroup Label="UserMacros" /> | |
| 69 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | |
| 70 <LinkIncremental>true</LinkIncremental> | |
| 71 </PropertyGroup> | |
| 72 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | |
| 73 <LinkIncremental>true</LinkIncremental> | |
| 74 </PropertyGroup> | |
| 75 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | |
| 76 <LinkIncremental>false</LinkIncremental> | |
| 77 </PropertyGroup> | |
| 78 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | |
| 79 <LinkIncremental>false</LinkIncremental> | |
| 80 </PropertyGroup> | |
| 81 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | |
| 82 <ClCompile> | |
| 83 <PrecompiledHeader> | |
| 84 </PrecompiledHeader> | |
| 85 <WarningLevel>Level3</WarningLevel> | |
| 86 <Optimization>Disabled</Optimization> | |
| 87 <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
| 88 <AdditionalIncludeDirectories>..</AdditionalIncludeDirectories> | |
| 89 </ClCompile> | |
| 90 <Link> | |
| 91 <SubSystem>Console</SubSystem> | |
| 92 <GenerateDebugInformation>true</GenerateDebugInformation> | |
| 93 </Link> | |
| 94 </ItemDefinitionGroup> | |
| 95 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | |
| 96 <ClCompile> | |
| 97 <PrecompiledHeader> | |
| 98 </PrecompiledHeader> | |
| 99 <WarningLevel>Level3</WarningLevel> | |
| 100 <Optimization>Disabled</Optimization> | |
| 101 <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
| 102 <AdditionalIncludeDirectories>..;C:\Program Files\Mega-Nerd\libsndfile\include</AdditionalIncludeDirectories> | |
| 103 </ClCompile> | |
| 104 <Link> | |
| 105 <SubSystem>Console</SubSystem> | |
| 106 <GenerateDebugInformation>true</GenerateDebugInformation> | |
| 107 <AdditionalDependencies>x64\Debug\VampHostSDK.lib;C:\Program Files\Mega-Nerd\libsndfile\lib\libsndfile-1.lib;%(AdditionalDependencies)</AdditionalDependencies> | |
| 108 </Link> | |
| 109 </ItemDefinitionGroup> | |
| 110 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | |
| 111 <ClCompile> | |
| 112 <WarningLevel>Level3</WarningLevel> | |
| 113 <PrecompiledHeader> | |
| 114 </PrecompiledHeader> | |
| 115 <Optimization>MaxSpeed</Optimization> | |
| 116 <FunctionLevelLinking>true</FunctionLevelLinking> | |
| 117 <IntrinsicFunctions>true</IntrinsicFunctions> | |
| 118 <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
| 119 </ClCompile> | |
| 120 <Link> | |
| 121 <SubSystem>Console</SubSystem> | |
| 122 <GenerateDebugInformation>true</GenerateDebugInformation> | |
| 123 <EnableCOMDATFolding>true</EnableCOMDATFolding> | |
| 124 <OptimizeReferences>true</OptimizeReferences> | |
| 125 </Link> | |
| 126 </ItemDefinitionGroup> | |
| 127 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | |
| 128 <ClCompile> | |
| 129 <WarningLevel>Level3</WarningLevel> | |
| 130 <PrecompiledHeader> | |
| 131 </PrecompiledHeader> | |
| 132 <Optimization>MaxSpeed</Optimization> | |
| 133 <FunctionLevelLinking>true</FunctionLevelLinking> | |
| 134 <IntrinsicFunctions>true</IntrinsicFunctions> | |
| 135 <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
| 136 <AdditionalIncludeDirectories>..;C:\Program Files\Mega-Nerd\libsndfile\include</AdditionalIncludeDirectories> | |
| 137 </ClCompile> | |
| 138 <Link> | |
| 139 <SubSystem>Console</SubSystem> | |
| 140 <GenerateDebugInformation>true</GenerateDebugInformation> | |
| 141 <EnableCOMDATFolding>true</EnableCOMDATFolding> | |
| 142 <OptimizeReferences>true</OptimizeReferences> | |
| 143 <AdditionalDependencies>x64\Release\VampHostSDK.lib;C:\Program Files\Mega-Nerd\libsndfile\lib\libsndfile-1.lib;%(AdditionalDependencies)</AdditionalDependencies> | |
| 144 </Link> | |
| 145 </ItemDefinitionGroup> | |
| 146 <ItemGroup> | |
| 147 <ClCompile Include="..\host\vamp-simple-host.cpp" /> | |
| 148 </ItemGroup> | |
| 149 <ItemGroup> | |
| 150 <ClInclude Include="..\host\system.h" /> | |
| 151 </ItemGroup> | |
| 152 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | |
| 153 <ImportGroup Label="ExtensionTargets"> | |
| 154 </ImportGroup> | |
| 155 </Project> | 
