comparison VampExamplePlugins.vcproj @ 210:a5187dad96cd

* Add example plugins VC project -- though it doesn't produce a working library yet
author cannam
date Fri, 17 Oct 2008 21:59:35 +0000
parents
children caa9d07bb9bd
comparison
equal deleted inserted replaced
209:0f6616ef0e18 210:a5187dad96cd
1 <?xml version="1.0" encoding="UTF-8"?>
2 <VisualStudioProject
3 ProjectType="Visual C++"
4 Version="9.00"
5 Name="VampExamplePlugins"
6 ProjectGUID="{B3D1F5A4-4571-4D20-B184-8ACD03D6C97A}"
7 RootNamespace="VampExamplePlugins"
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="2"
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="&quot;$(ProjectDir)&quot;"
44 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;VAMPEXAMPLEPLUGINS_EXPORTS"
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="VCLinkerTool"
64 LinkIncremental="2"
65 GenerateDebugInformation="true"
66 SubSystem="2"
67 TargetMachine="1"
68 />
69 <Tool
70 Name="VCALinkTool"
71 />
72 <Tool
73 Name="VCManifestTool"
74 />
75 <Tool
76 Name="VCXDCMakeTool"
77 />
78 <Tool
79 Name="VCBscMakeTool"
80 />
81 <Tool
82 Name="VCFxCopTool"
83 />
84 <Tool
85 Name="VCAppVerifierTool"
86 />
87 <Tool
88 Name="VCPostBuildEventTool"
89 />
90 </Configuration>
91 <Configuration
92 Name="Release|Win32"
93 OutputDirectory="Release"
94 IntermediateDirectory="Release"
95 ConfigurationType="2"
96 >
97 <Tool
98 Name="VCPreBuildEventTool"
99 />
100 <Tool
101 Name="VCCustomBuildTool"
102 />
103 <Tool
104 Name="VCXMLDataGeneratorTool"
105 />
106 <Tool
107 Name="VCWebServiceProxyGeneratorTool"
108 />
109 <Tool
110 Name="VCMIDLTool"
111 />
112 <Tool
113 Name="VCCLCompilerTool"
114 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;VAMPEXAMPLEPLUGINS_EXPORTS;"
115 RuntimeLibrary="2"
116 UsePrecompiledHeader="0"
117 WarningLevel="3"
118 Detect64BitPortabilityProblems="true"
119 DebugInformationFormat="3"
120 />
121 <Tool
122 Name="VCManagedResourceCompilerTool"
123 />
124 <Tool
125 Name="VCResourceCompilerTool"
126 />
127 <Tool
128 Name="VCPreLinkEventTool"
129 />
130 <Tool
131 Name="VCLinkerTool"
132 LinkIncremental="2"
133 GenerateDebugInformation="true"
134 SubSystem="2"
135 OptimizeReferences="2"
136 EnableCOMDATFolding="2"
137 TargetMachine="1"
138 />
139 <Tool
140 Name="VCALinkTool"
141 />
142 <Tool
143 Name="VCManifestTool"
144 />
145 <Tool
146 Name="VCXDCMakeTool"
147 />
148 <Tool
149 Name="VCBscMakeTool"
150 />
151 <Tool
152 Name="VCFxCopTool"
153 />
154 <Tool
155 Name="VCAppVerifierTool"
156 />
157 <Tool
158 Name="VCPostBuildEventTool"
159 />
160 </Configuration>
161 </Configurations>
162 <References>
163 </References>
164 <Files>
165 <Filter
166 Name="Header Files"
167 Filter="h;hpp;hxx;hm;inl;inc;xsd"
168 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
169 >
170 <File
171 RelativePath=".\examples\AmplitudeFollower.h"
172 >
173 </File>
174 <File
175 RelativePath=".\examples\FixedTempoEstimator.h"
176 >
177 </File>
178 <File
179 RelativePath=".\examples\PercussionOnsetDetector.h"
180 >
181 </File>
182 <File
183 RelativePath=".\vamp-sdk\Plugin.h"
184 >
185 </File>
186 <File
187 RelativePath=".\vamp-sdk\PluginAdapter.h"
188 >
189 </File>
190 <File
191 RelativePath=".\vamp-sdk\PluginBase.h"
192 >
193 </File>
194 <File
195 RelativePath=".\vamp-sdk\RealTime.h"
196 >
197 </File>
198 <File
199 RelativePath=".\examples\SpectralCentroid.h"
200 >
201 </File>
202 <File
203 RelativePath=".\vamp\vamp.h"
204 >
205 </File>
206 <File
207 RelativePath=".\examples\ZeroCrossing.h"
208 >
209 </File>
210 </Filter>
211 <Filter
212 Name="Resource Files"
213 Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
214 UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
215 >
216 </Filter>
217 <Filter
218 Name="Source Files"
219 Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
220 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
221 >
222 <File
223 RelativePath=".\examples\AmplitudeFollower.cpp"
224 >
225 </File>
226 <File
227 RelativePath=".\examples\FixedTempoEstimator.cpp"
228 >
229 </File>
230 <File
231 RelativePath=".\examples\PercussionOnsetDetector.cpp"
232 >
233 </File>
234 <File
235 RelativePath=".\vamp-sdk\PluginAdapter.cpp"
236 >
237 </File>
238 <File
239 RelativePath=".\examples\plugins.cpp"
240 >
241 </File>
242 <File
243 RelativePath=".\vamp-sdk\RealTime.cpp"
244 >
245 </File>
246 <File
247 RelativePath=".\examples\SpectralCentroid.cpp"
248 >
249 </File>
250 <File
251 RelativePath=".\examples\ZeroCrossing.cpp"
252 >
253 </File>
254 </Filter>
255 </Files>
256 <Globals>
257 </Globals>
258 </VisualStudioProject>