comparison build/VampExamplePlugins.vcproj @ 228:e58242c9ff85 distinct-libraries

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