To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.

Statistics Download as Zip
| Branch: | Tag: | Revision:

root / build / VampHostSDK.vcxproj

History | View | Annotate | Download (7.97 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>{3875EF8B-14E8-4825-B2C1-A8B869C336F5}</ProjectGuid>
23
    <RootNamespace>VampHostSDK</RootNamespace>
24
    <Keyword>Win32Proj</Keyword>
25
  </PropertyGroup>
26
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
27
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
28
    <ConfigurationType>StaticLibrary</ConfigurationType>
29
    <PlatformToolset>v120</PlatformToolset>
30
  </PropertyGroup>
31
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
32
    <ConfigurationType>StaticLibrary</ConfigurationType>
33
    <PlatformToolset>v120</PlatformToolset>
34
  </PropertyGroup>
35
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
36
    <ConfigurationType>StaticLibrary</ConfigurationType>
37
    <PlatformToolset>v120</PlatformToolset>
38
  </PropertyGroup>
39
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
40
    <ConfigurationType>StaticLibrary</ConfigurationType>
41
    <PlatformToolset>v120</PlatformToolset>
42
  </PropertyGroup>
43
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
44
  <ImportGroup Label="ExtensionSettings">
45
  </ImportGroup>
46
  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
47
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
48
  </ImportGroup>
49
  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
50
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
51
  </ImportGroup>
52
  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
53
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
54
  </ImportGroup>
55
  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
56
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
57
  </ImportGroup>
58
  <PropertyGroup Label="UserMacros" />
59
  <PropertyGroup>
60
    <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
61
    <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Debug\</OutDir>
62
    <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Debug\</IntDir>
63
    <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Release\</OutDir>
64
    <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Release\</IntDir>
65
  </PropertyGroup>
66
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
67
    <ClCompile>
68
      <Optimization>Disabled</Optimization>
69
      <AdditionalIncludeDirectories>..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
70
      <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;_USE_MATH_DEFINES;%(PreprocessorDefinitions)</PreprocessorDefinitions>
71
      <MinimalRebuild>true</MinimalRebuild>
72
      <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
73
      <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
74
      <PrecompiledHeader>
75
      </PrecompiledHeader>
76
      <WarningLevel>Level3</WarningLevel>
77
      <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
78
    </ClCompile>
79
  </ItemDefinitionGroup>
80
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
81
    <ClCompile>
82
      <Optimization>Disabled</Optimization>
83
      <AdditionalIncludeDirectories>..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
84
      <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;_USE_MATH_DEFINES;%(PreprocessorDefinitions)</PreprocessorDefinitions>
85
      <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
86
      <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
87
      <PrecompiledHeader>
88
      </PrecompiledHeader>
89
      <WarningLevel>Level3</WarningLevel>
90
      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
91
    </ClCompile>
92
  </ItemDefinitionGroup>
93
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
94
    <ClCompile>
95
      <AdditionalIncludeDirectories>..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
96
      <PreprocessorDefinitions>WIN32;_USE_MATH_DEFINES;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
97
      <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
98
      <PrecompiledHeader>
99
      </PrecompiledHeader>
100
      <WarningLevel>Level2</WarningLevel>
101
      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
102
    </ClCompile>
103
  </ItemDefinitionGroup>
104
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
105
    <ClCompile>
106
      <AdditionalIncludeDirectories>..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
107
      <PreprocessorDefinitions>WIN32;_USE_MATH_DEFINES;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
108
      <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
109
      <PrecompiledHeader>
110
      </PrecompiledHeader>
111
      <WarningLevel>Level2</WarningLevel>
112
      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
113
    </ClCompile>
114
  </ItemDefinitionGroup>
115
  <ItemGroup>
116
    <ClInclude Include="..\vamp-hostsdk\hostguard.h" />
117
    <ClInclude Include="..\vamp-hostsdk\Plugin.h" />
118
    <ClInclude Include="..\vamp-hostsdk\PluginBase.h" />
119
    <ClInclude Include="..\vamp-hostsdk\PluginBufferingAdapter.h" />
120
    <ClInclude Include="..\vamp-hostsdk\PluginChannelAdapter.h" />
121
    <ClInclude Include="..\vamp-hostsdk\PluginHostAdapter.h" />
122
    <ClInclude Include="..\vamp-hostsdk\PluginInputDomainAdapter.h" />
123
    <ClInclude Include="..\vamp-hostsdk\PluginLoader.h" />
124
    <ClInclude Include="..\vamp-hostsdk\PluginSummarisingAdapter.h" />
125
    <ClInclude Include="..\vamp-hostsdk\PluginWrapper.h" />
126
    <ClInclude Include="..\vamp-hostsdk\RealTime.h" />
127
    <ClInclude Include="..\vamp-hostsdk\host-c.h" />
128
    <ClInclude Include="..\vamp-hostsdk\vamp-hostsdk.h" />
129
  </ItemGroup>
130
  <ItemGroup>
131
    <ClCompile Include="..\src\vamp-hostsdk\Files.cpp" />
132
    <ClCompile Include="..\src\vamp-hostsdk\PluginBufferingAdapter.cpp" />
133
    <ClCompile Include="..\src\vamp-hostsdk\PluginChannelAdapter.cpp" />
134
    <ClCompile Include="..\src\vamp-hostsdk\PluginHostAdapter.cpp" />
135
    <ClCompile Include="..\src\vamp-hostsdk\PluginInputDomainAdapter.cpp" />
136
    <ClCompile Include="..\src\vamp-hostsdk\PluginLoader.cpp" />
137
    <ClCompile Include="..\src\vamp-hostsdk\PluginSummarisingAdapter.cpp" />
138
    <ClCompile Include="..\src\vamp-hostsdk\PluginWrapper.cpp" />
139
    <ClCompile Include="..\src\vamp-hostsdk\RealTime.cpp" />
140
    <ClCompile Include="..\src\vamp-hostsdk\host-c.cpp" />
141
  </ItemGroup>
142
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
143
  <ImportGroup Label="ExtensionTargets">
144
  </ImportGroup>
145
</Project>