comparison src/vamp-plugin-sdk-2.5/build/VampPluginSDK.vcproj @ 23:619f715526df sv_v2.1

Update Vamp plugin SDK to 2.5
author Chris Cannam
date Thu, 09 May 2013 10:52:46 +0100
parents
children
comparison
equal deleted inserted replaced
22:b07fe9e906dc 23:619f715526df
1 <?xml version="1.0" encoding="UTF-8"?>
2 <VisualStudioProject
3 ProjectType="Visual C++"
4 Version="9.00"
5 Name="VampPluginSDK"
6 ProjectGUID="{65EFA7D7-C3CE-4D29-BE96-E27F2B5979A5}"
7 RootNamespace="VampPluginSDK"
8 Keyword="Win32Proj"
9 TargetFrameworkVersion="0"
10 >
11 <Platforms>
12 <Platform
13 Name="Win32"
14 />
15 </Platforms>
16 <ToolFiles>
17 </ToolFiles>
18 <Configurations>
19 <Configuration
20 Name="Debug|Win32"
21 OutputDirectory="Debug"
22 IntermediateDirectory="Debug"
23 ConfigurationType="4"
24 >
25 <Tool
26 Name="VCPreBuildEventTool"
27 />
28 <Tool
29 Name="VCCustomBuildTool"
30 />
31 <Tool
32 Name="VCXMLDataGeneratorTool"
33 />
34 <Tool
35 Name="VCWebServiceProxyGeneratorTool"
36 />
37 <Tool
38 Name="VCMIDLTool"
39 />
40 <Tool
41 Name="VCCLCompilerTool"
42 Optimization="0"
43 AdditionalIncludeDirectories=".."
44 PreprocessorDefinitions="WIN32;_DEBUG;_LIB;_USE_MATH_DEFINES"
45 MinimalRebuild="true"
46 BasicRuntimeChecks="3"
47 RuntimeLibrary="3"
48 UsePrecompiledHeader="0"
49 WarningLevel="3"
50 Detect64BitPortabilityProblems="true"
51 DebugInformationFormat="4"
52 />
53 <Tool
54 Name="VCManagedResourceCompilerTool"
55 />
56 <Tool
57 Name="VCResourceCompilerTool"
58 />
59 <Tool
60 Name="VCPreLinkEventTool"
61 />
62 <Tool
63 Name="VCLibrarianTool"
64 />
65 <Tool
66 Name="VCALinkTool"
67 />
68 <Tool
69 Name="VCXDCMakeTool"
70 />
71 <Tool
72 Name="VCBscMakeTool"
73 />
74 <Tool
75 Name="VCFxCopTool"
76 />
77 <Tool
78 Name="VCPostBuildEventTool"
79 />
80 </Configuration>
81 <Configuration
82 Name="Release|Win32"
83 OutputDirectory="Release"
84 IntermediateDirectory="Release"
85 ConfigurationType="4"
86 >
87 <Tool
88 Name="VCPreBuildEventTool"
89 />
90 <Tool
91 Name="VCCustomBuildTool"
92 />
93 <Tool
94 Name="VCXMLDataGeneratorTool"
95 />
96 <Tool
97 Name="VCWebServiceProxyGeneratorTool"
98 />
99 <Tool
100 Name="VCMIDLTool"
101 />
102 <Tool
103 Name="VCCLCompilerTool"
104 AdditionalIncludeDirectories=".."
105 PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_USE_MATH_DEFINES"
106 RuntimeLibrary="2"
107 UsePrecompiledHeader="0"
108 WarningLevel="2"
109 Detect64BitPortabilityProblems="false"
110 DebugInformationFormat="3"
111 />
112 <Tool
113 Name="VCManagedResourceCompilerTool"
114 />
115 <Tool
116 Name="VCResourceCompilerTool"
117 />
118 <Tool
119 Name="VCPreLinkEventTool"
120 />
121 <Tool
122 Name="VCLibrarianTool"
123 />
124 <Tool
125 Name="VCALinkTool"
126 />
127 <Tool
128 Name="VCXDCMakeTool"
129 />
130 <Tool
131 Name="VCBscMakeTool"
132 />
133 <Tool
134 Name="VCFxCopTool"
135 />
136 <Tool
137 Name="VCPostBuildEventTool"
138 />
139 </Configuration>
140 </Configurations>
141 <References>
142 </References>
143 <Files>
144 <Filter
145 Name="Header Files"
146 Filter="h;hpp;hxx;hm;inl;inc;xsd"
147 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
148 >
149 <File
150 RelativePath="..\vamp-sdk\plugguard.h"
151 >
152 </File>
153 <File
154 RelativePath="..\vamp-sdk\Plugin.h"
155 >
156 </File>
157 <File
158 RelativePath="..\vamp-sdk\PluginAdapter.h"
159 >
160 </File>
161 <File
162 RelativePath="..\vamp-sdk\PluginBase.h"
163 >
164 </File>
165 <File
166 RelativePath="..\vamp-sdk\FFT.h"
167 >
168 </File>
169 <File
170 RelativePath="..\vamp-sdk\RealTime.h"
171 >
172 </File>
173 <File
174 RelativePath="..\vamp-sdk\vamp-sdk.h"
175 >
176 </File>
177 </Filter>
178 <Filter
179 Name="Resource Files"
180 Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
181 UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
182 >
183 </Filter>
184 <Filter
185 Name="Source Files"
186 Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
187 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
188 >
189 <File
190 RelativePath="..\src\vamp-sdk\PluginAdapter.cpp"
191 >
192 </File>
193 <File
194 RelativePath="..\src\vamp-sdk\FFT.cpp"
195 >
196 </File>
197 <File
198 RelativePath="..\src\vamp-sdk\RealTime.cpp"
199 >
200 </File>
201 </Filter>
202 </Files>
203 <Globals>
204 </Globals>
205 </VisualStudioProject>