Mercurial > hg > vampy
comparison VamPy.vcxproj @ 98:fdaddbb471bf
Update to Visual Studio XML project/solution format
author | Chris Cannam |
---|---|
date | Wed, 16 Jan 2019 15:22:55 +0000 |
parents | |
children | 3b6b3f0cffcb |
comparison
equal
deleted
inserted
replaced
97:2f2292b029a4 | 98:fdaddbb471bf |
---|---|
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="Release|Win32"> | |
9 <Configuration>Release</Configuration> | |
10 <Platform>Win32</Platform> | |
11 </ProjectConfiguration> | |
12 </ItemGroup> | |
13 <PropertyGroup Label="Globals"> | |
14 <ProjectGuid>{0412DCE9-EE58-4A99-9154-14935B0BCFAA}</ProjectGuid> | |
15 <Keyword>Win32Proj</Keyword> | |
16 </PropertyGroup> | |
17 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | |
18 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> | |
19 <ConfigurationType>DynamicLibrary</ConfigurationType> | |
20 <PlatformToolset>v120</PlatformToolset> | |
21 </PropertyGroup> | |
22 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> | |
23 <ConfigurationType>DynamicLibrary</ConfigurationType> | |
24 <PlatformToolset>v120</PlatformToolset> | |
25 </PropertyGroup> | |
26 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | |
27 <ImportGroup Label="ExtensionSettings"> | |
28 </ImportGroup> | |
29 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> | |
30 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
31 </ImportGroup> | |
32 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> | |
33 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
34 </ImportGroup> | |
35 <PropertyGroup Label="UserMacros" /> | |
36 <PropertyGroup> | |
37 <_ProjectFileVersion>12.0.30501.0</_ProjectFileVersion> | |
38 </PropertyGroup> | |
39 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | |
40 <OutDir>Debug\</OutDir> | |
41 <IntDir>Debug\</IntDir> | |
42 <LinkIncremental>true</LinkIncremental> | |
43 </PropertyGroup> | |
44 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | |
45 <OutDir>Release\</OutDir> | |
46 <IntDir>Release\</IntDir> | |
47 <LinkIncremental>true</LinkIncremental> | |
48 </PropertyGroup> | |
49 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | |
50 <ClCompile> | |
51 <Optimization>Disabled</Optimization> | |
52 <AdditionalIncludeDirectories>..\vamp-plugin-sdk;C:\Python27\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |
53 <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;VAMPY_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
54 <MinimalRebuild>true</MinimalRebuild> | |
55 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> | |
56 <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> | |
57 <PrecompiledHeader /> | |
58 <WarningLevel>Level3</WarningLevel> | |
59 <DebugInformationFormat>EditAndContinue</DebugInformationFormat> | |
60 </ClCompile> | |
61 <Link> | |
62 <AdditionalOptions>/EXPORT:vampGetPluginDescriptor %(AdditionalOptions)</AdditionalOptions> | |
63 <AdditionalDependencies>VampPluginSDK.lib;python27.lib;%(AdditionalDependencies)</AdditionalDependencies> | |
64 <AdditionalLibraryDirectories>..\vamp-plugin-sdk\build\Debug;C:\Python27\libs;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> | |
65 <GenerateDebugInformation>true</GenerateDebugInformation> | |
66 <SubSystem>Windows</SubSystem> | |
67 <TargetMachine>MachineX86</TargetMachine> | |
68 </Link> | |
69 </ItemDefinitionGroup> | |
70 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | |
71 <ClCompile> | |
72 <AdditionalIncludeDirectories>..\vamp-plugin-sdk;C:\Python27\include;C:\Python27\Lib\site-packages\numpy\core\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |
73 <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;VAMPY_EXPORTS;HAVE_NUMPY;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
74 <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | |
75 <PrecompiledHeader /> | |
76 <WarningLevel>Level3</WarningLevel> | |
77 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | |
78 </ClCompile> | |
79 <Link> | |
80 <AdditionalOptions>/EXPORT:vampGetPluginDescriptor %(AdditionalOptions)</AdditionalOptions> | |
81 <AdditionalDependencies>VampPluginSDK.lib;python27.lib;%(AdditionalDependencies)</AdditionalDependencies> | |
82 <AdditionalLibraryDirectories>..\vamp-plugin-sdk\build\Release;C:\Python27\libs;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> | |
83 <GenerateDebugInformation>true</GenerateDebugInformation> | |
84 <SubSystem>Windows</SubSystem> | |
85 <OptimizeReferences>true</OptimizeReferences> | |
86 <EnableCOMDATFolding>true</EnableCOMDATFolding> | |
87 <TargetMachine>MachineX86</TargetMachine> | |
88 </Link> | |
89 </ItemDefinitionGroup> | |
90 <ItemGroup> | |
91 <ClInclude Include="Mutex.h" /> | |
92 <ClInclude Include="PyExtensionManager.h" /> | |
93 <ClInclude Include="PyExtensionModule.h" /> | |
94 <ClInclude Include="PyFeature.h" /> | |
95 <ClInclude Include="PyFeatureSet.h" /> | |
96 <ClInclude Include="PyOutputDescriptor.h" /> | |
97 <ClInclude Include="PyParameterDescriptor.h" /> | |
98 <ClInclude Include="PyPlugin.h" /> | |
99 <ClInclude Include="PyPlugScanner.h" /> | |
100 <ClInclude Include="PyRealTime.h" /> | |
101 <ClInclude Include="PyTypeInterface.h" /> | |
102 </ItemGroup> | |
103 <ItemGroup> | |
104 <ClCompile Include="Mutex.cpp" /> | |
105 <ClCompile Include="PyExtensionManager.cpp" /> | |
106 <ClCompile Include="PyExtensionModule.cpp" /> | |
107 <ClCompile Include="PyFeature.cpp" /> | |
108 <ClCompile Include="PyFeatureSet.cpp" /> | |
109 <ClCompile Include="PyOutputDescriptor.cpp" /> | |
110 <ClCompile Include="PyParameterDescriptor.cpp" /> | |
111 <ClCompile Include="PyPlugin.cpp" /> | |
112 <ClCompile Include="PyPlugScanner.cpp" /> | |
113 <ClCompile Include="PyRealTime.cpp" /> | |
114 <ClCompile Include="PyTypeInterface.cpp" /> | |
115 <ClCompile Include="vampy-main.cpp" /> | |
116 </ItemGroup> | |
117 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | |
118 <ImportGroup Label="ExtensionTargets"> | |
119 </ImportGroup> | |
120 </Project> |