Mercurial > hg > vamp-plugin-sdk
comparison build/VampPluginSDK.vcxproj @ 341:f67cf32a934b
Add MSVC 2010 project files
author | Chris Cannam <chris.cannam@eecs.qmul.ac.uk> |
---|---|
date | Thu, 12 Jul 2012 14:57:44 +0100 |
parents | |
children | 34ff6b72b0f4 |
comparison
equal
deleted
inserted
replaced
340:ab8e761f3ee9 | 341:f67cf32a934b |
---|---|
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="Release|Win32"> | |
9 <Configuration>Release</Configuration> | |
10 <Platform>Win32</Platform> | |
11 </ProjectConfiguration> | |
12 </ItemGroup> | |
13 <PropertyGroup Label="Globals"> | |
14 <ProjectGuid>{65EFA7D7-C3CE-4D29-BE96-E27F2B5979A5}</ProjectGuid> | |
15 <RootNamespace>VampPluginSDK</RootNamespace> | |
16 <Keyword>Win32Proj</Keyword> | |
17 </PropertyGroup> | |
18 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | |
19 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> | |
20 <ConfigurationType>StaticLibrary</ConfigurationType> | |
21 </PropertyGroup> | |
22 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> | |
23 <ConfigurationType>StaticLibrary</ConfigurationType> | |
24 </PropertyGroup> | |
25 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | |
26 <ImportGroup Label="ExtensionSettings"> | |
27 </ImportGroup> | |
28 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> | |
29 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
30 </ImportGroup> | |
31 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> | |
32 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
33 </ImportGroup> | |
34 <PropertyGroup Label="UserMacros" /> | |
35 <PropertyGroup> | |
36 <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion> | |
37 <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Debug\</OutDir> | |
38 <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Debug\</IntDir> | |
39 <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Release\</OutDir> | |
40 <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Release\</IntDir> | |
41 </PropertyGroup> | |
42 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | |
43 <ClCompile> | |
44 <Optimization>Disabled</Optimization> | |
45 <AdditionalIncludeDirectories>..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |
46 <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;_USE_MATH_DEFINES;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
47 <MinimalRebuild>true</MinimalRebuild> | |
48 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> | |
49 <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> | |
50 <PrecompiledHeader> | |
51 </PrecompiledHeader> | |
52 <WarningLevel>Level3</WarningLevel> | |
53 <DebugInformationFormat>EditAndContinue</DebugInformationFormat> | |
54 </ClCompile> | |
55 </ItemDefinitionGroup> | |
56 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | |
57 <ClCompile> | |
58 <AdditionalIncludeDirectories>..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |
59 <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
60 <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | |
61 <PrecompiledHeader> | |
62 </PrecompiledHeader> | |
63 <WarningLevel>Level2</WarningLevel> | |
64 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | |
65 </ClCompile> | |
66 </ItemDefinitionGroup> | |
67 <ItemGroup> | |
68 <ClInclude Include="..\vamp-sdk\plugguard.h" /> | |
69 <ClInclude Include="..\vamp-sdk\Plugin.h" /> | |
70 <ClInclude Include="..\vamp-sdk\PluginAdapter.h" /> | |
71 <ClInclude Include="..\vamp-sdk\PluginBase.h" /> | |
72 <ClInclude Include="..\vamp-sdk\FFT.h" /> | |
73 <ClInclude Include="..\vamp-sdk\RealTime.h" /> | |
74 <ClInclude Include="..\vamp-sdk\vamp-sdk.h" /> | |
75 </ItemGroup> | |
76 <ItemGroup> | |
77 <ClCompile Include="..\src\vamp-sdk\PluginAdapter.cpp" /> | |
78 <ClCompile Include="..\src\vamp-sdk\FFT.cpp" /> | |
79 <ClCompile Include="..\src\vamp-sdk\RealTime.cpp" /> | |
80 </ItemGroup> | |
81 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | |
82 <ImportGroup Label="ExtensionTargets"> | |
83 </ImportGroup> | |
84 </Project> |