comparison build/VampPluginSDK.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 f67cf32a934b
children f6ec4e53ca20
comparison
equal deleted inserted replaced
357:ef49ec7b71be 358:34ff6b72b0f4
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>
8 <ProjectConfiguration Include="Debug|x64">
9 <Configuration>Debug</Configuration>
10 <Platform>x64</Platform>
11 </ProjectConfiguration>
8 <ProjectConfiguration Include="Release|Win32"> 12 <ProjectConfiguration Include="Release|Win32">
9 <Configuration>Release</Configuration> 13 <Configuration>Release</Configuration>
10 <Platform>Win32</Platform> 14 <Platform>Win32</Platform>
15 </ProjectConfiguration>
16 <ProjectConfiguration Include="Release|x64">
17 <Configuration>Release</Configuration>
18 <Platform>x64</Platform>
11 </ProjectConfiguration> 19 </ProjectConfiguration>
12 </ItemGroup> 20 </ItemGroup>
13 <PropertyGroup Label="Globals"> 21 <PropertyGroup Label="Globals">
14 <ProjectGuid>{65EFA7D7-C3CE-4D29-BE96-E27F2B5979A5}</ProjectGuid> 22 <ProjectGuid>{65EFA7D7-C3CE-4D29-BE96-E27F2B5979A5}</ProjectGuid>
15 <RootNamespace>VampPluginSDK</RootNamespace> 23 <RootNamespace>VampPluginSDK</RootNamespace>
16 <Keyword>Win32Proj</Keyword> 24 <Keyword>Win32Proj</Keyword>
17 </PropertyGroup> 25 </PropertyGroup>
18 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> 26 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
19 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> 27 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
20 <ConfigurationType>StaticLibrary</ConfigurationType> 28 <ConfigurationType>StaticLibrary</ConfigurationType>
29 <PlatformToolset>v110</PlatformToolset>
30 </PropertyGroup>
31 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
32 <ConfigurationType>StaticLibrary</ConfigurationType>
33 <PlatformToolset>v110</PlatformToolset>
21 </PropertyGroup> 34 </PropertyGroup>
22 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> 35 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
23 <ConfigurationType>StaticLibrary</ConfigurationType> 36 <ConfigurationType>StaticLibrary</ConfigurationType>
37 <PlatformToolset>v110</PlatformToolset>
38 </PropertyGroup>
39 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
40 <ConfigurationType>StaticLibrary</ConfigurationType>
41 <PlatformToolset>v110</PlatformToolset>
24 </PropertyGroup> 42 </PropertyGroup>
25 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> 43 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
26 <ImportGroup Label="ExtensionSettings"> 44 <ImportGroup Label="ExtensionSettings">
27 </ImportGroup> 45 </ImportGroup>
28 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> 46 <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" /> 47 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
30 </ImportGroup> 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>
31 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> 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">
32 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 56 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
33 </ImportGroup> 57 </ImportGroup>
34 <PropertyGroup Label="UserMacros" /> 58 <PropertyGroup Label="UserMacros" />
35 <PropertyGroup> 59 <PropertyGroup>
36 <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion> 60 <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
51 </PrecompiledHeader> 75 </PrecompiledHeader>
52 <WarningLevel>Level3</WarningLevel> 76 <WarningLevel>Level3</WarningLevel>
53 <DebugInformationFormat>EditAndContinue</DebugInformationFormat> 77 <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
54 </ClCompile> 78 </ClCompile>
55 </ItemDefinitionGroup> 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>
56 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 93 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
57 <ClCompile> 94 <ClCompile>
58 <AdditionalIncludeDirectories>..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 95 <AdditionalIncludeDirectories>..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
59 <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> 96 <PreprocessorDefinitions>WIN32;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;NDEBUG;_LIB;%(PreprocessorDefinitions);_USE_MATH_DEFINES</PreprocessorDefinitions>
60 <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> 108 <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
61 <PrecompiledHeader> 109 <PrecompiledHeader>
62 </PrecompiledHeader> 110 </PrecompiledHeader>
63 <WarningLevel>Level2</WarningLevel> 111 <WarningLevel>Level2</WarningLevel>
64 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> 112 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>