To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.
root / build / VampSimpleHost.vcxproj
History | View | Annotate | Download (7.99 KB)
| 1 |
<?xml version="1.0" encoding="utf-8"?> |
|---|---|
| 2 |
<Project DefaultTargets="Build" ToolsVersion="12.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>v120</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>v120</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>v120</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>v120</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 |
<AdditionalIncludeDirectories>..;C:\Program Files (x86)\Mega-Nerd\libsndfile\include</AdditionalIncludeDirectories> |
| 120 |
</ClCompile> |
| 121 |
<Link> |
| 122 |
<SubSystem>Console</SubSystem> |
| 123 |
<GenerateDebugInformation>true</GenerateDebugInformation> |
| 124 |
<EnableCOMDATFolding>true</EnableCOMDATFolding> |
| 125 |
<OptimizeReferences>true</OptimizeReferences> |
| 126 |
<AdditionalDependencies>Release\VampHostSDK.lib;C:\Program Files (x86)\Mega-Nerd\libsndfile\lib\libsndfile-1.lib;%(AdditionalDependencies)</AdditionalDependencies> |
| 127 |
</Link> |
| 128 |
</ItemDefinitionGroup> |
| 129 |
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
| 130 |
<ClCompile> |
| 131 |
<WarningLevel>Level3</WarningLevel> |
| 132 |
<PrecompiledHeader> |
| 133 |
</PrecompiledHeader> |
| 134 |
<Optimization>MaxSpeed</Optimization> |
| 135 |
<FunctionLevelLinking>true</FunctionLevelLinking> |
| 136 |
<IntrinsicFunctions>true</IntrinsicFunctions> |
| 137 |
<PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 138 |
<AdditionalIncludeDirectories>..;C:\Program Files\Mega-Nerd\libsndfile\include</AdditionalIncludeDirectories> |
| 139 |
</ClCompile> |
| 140 |
<Link> |
| 141 |
<SubSystem>Console</SubSystem> |
| 142 |
<GenerateDebugInformation>true</GenerateDebugInformation> |
| 143 |
<EnableCOMDATFolding>true</EnableCOMDATFolding> |
| 144 |
<OptimizeReferences>true</OptimizeReferences> |
| 145 |
<AdditionalDependencies>x64\Release\VampHostSDK.lib;C:\Program Files\Mega-Nerd\libsndfile\lib\libsndfile-1.lib;%(AdditionalDependencies)</AdditionalDependencies> |
| 146 |
</Link> |
| 147 |
</ItemDefinitionGroup> |
| 148 |
<ItemGroup> |
| 149 |
<ClCompile Include="..\host\vamp-simple-host.cpp" /> |
| 150 |
</ItemGroup> |
| 151 |
<ItemGroup> |
| 152 |
<ClInclude Include="..\host\system.h" /> |
| 153 |
</ItemGroup> |
| 154 |
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
| 155 |
<ImportGroup Label="ExtensionTargets"> |
| 156 |
</ImportGroup> |
| 157 |
</Project> |