Mercurial > hg > vampy
comparison VamPy.vcproj @ 21:ef3452f4a0c9
* Add VC++ project
author | cannam |
---|---|
date | Tue, 14 Jul 2009 12:48:01 +0000 |
parents | |
children | 2ba482378038 |
comparison
equal
deleted
inserted
replaced
20:812fbde7eca5 | 21:ef3452f4a0c9 |
---|---|
1 <?xml version="1.0" encoding="UTF-8"?> | |
2 <VisualStudioProject | |
3 ProjectType="Visual C++" | |
4 Version="9.00" | |
5 Name="VamPy" | |
6 ProjectGUID="{0412DCE9-EE58-4A99-9154-14935B0BCFAA}" | |
7 Keyword="Win32Proj" | |
8 TargetFrameworkVersion="0" | |
9 > | |
10 <Platforms> | |
11 <Platform | |
12 Name="Win32" | |
13 /> | |
14 </Platforms> | |
15 <ToolFiles> | |
16 </ToolFiles> | |
17 <Configurations> | |
18 <Configuration | |
19 Name="Debug|Win32" | |
20 OutputDirectory="Debug" | |
21 IntermediateDirectory="Debug" | |
22 ConfigurationType="2" | |
23 > | |
24 <Tool | |
25 Name="VCPreBuildEventTool" | |
26 /> | |
27 <Tool | |
28 Name="VCCustomBuildTool" | |
29 /> | |
30 <Tool | |
31 Name="VCXMLDataGeneratorTool" | |
32 /> | |
33 <Tool | |
34 Name="VCWebServiceProxyGeneratorTool" | |
35 /> | |
36 <Tool | |
37 Name="VCMIDLTool" | |
38 /> | |
39 <Tool | |
40 Name="VCCLCompilerTool" | |
41 Optimization="0" | |
42 AdditionalIncludeDirectories=""..\vamp-plugin-sdk";C:\Python26\include" | |
43 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;VAMPY_EXPORTS;" | |
44 MinimalRebuild="true" | |
45 BasicRuntimeChecks="3" | |
46 RuntimeLibrary="3" | |
47 UsePrecompiledHeader="0" | |
48 WarningLevel="3" | |
49 Detect64BitPortabilityProblems="true" | |
50 DebugInformationFormat="4" | |
51 /> | |
52 <Tool | |
53 Name="VCManagedResourceCompilerTool" | |
54 /> | |
55 <Tool | |
56 Name="VCResourceCompilerTool" | |
57 /> | |
58 <Tool | |
59 Name="VCPreLinkEventTool" | |
60 /> | |
61 <Tool | |
62 Name="VCLinkerTool" | |
63 AdditionalOptions="/EXPORT:vampGetPluginDescriptor" | |
64 AdditionalDependencies="VampPluginSDK.lib python26.lib" | |
65 LinkIncremental="2" | |
66 AdditionalLibraryDirectories=""..\vamp-plugin-sdk\build\Debug";C:\Python26\libs" | |
67 GenerateDebugInformation="true" | |
68 SubSystem="2" | |
69 TargetMachine="1" | |
70 /> | |
71 <Tool | |
72 Name="VCALinkTool" | |
73 /> | |
74 <Tool | |
75 Name="VCManifestTool" | |
76 /> | |
77 <Tool | |
78 Name="VCXDCMakeTool" | |
79 /> | |
80 <Tool | |
81 Name="VCBscMakeTool" | |
82 /> | |
83 <Tool | |
84 Name="VCFxCopTool" | |
85 /> | |
86 <Tool | |
87 Name="VCAppVerifierTool" | |
88 /> | |
89 <Tool | |
90 Name="VCPostBuildEventTool" | |
91 /> | |
92 </Configuration> | |
93 <Configuration | |
94 Name="Release|Win32" | |
95 OutputDirectory="Release" | |
96 IntermediateDirectory="Release" | |
97 ConfigurationType="2" | |
98 > | |
99 <Tool | |
100 Name="VCPreBuildEventTool" | |
101 /> | |
102 <Tool | |
103 Name="VCCustomBuildTool" | |
104 /> | |
105 <Tool | |
106 Name="VCXMLDataGeneratorTool" | |
107 /> | |
108 <Tool | |
109 Name="VCWebServiceProxyGeneratorTool" | |
110 /> | |
111 <Tool | |
112 Name="VCMIDLTool" | |
113 /> | |
114 <Tool | |
115 Name="VCCLCompilerTool" | |
116 AdditionalIncludeDirectories=""..\vamp-plugin-sdk";C:\Python26\include" | |
117 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;VAMPY_EXPORTS;" | |
118 RuntimeLibrary="2" | |
119 UsePrecompiledHeader="0" | |
120 WarningLevel="3" | |
121 Detect64BitPortabilityProblems="true" | |
122 DebugInformationFormat="3" | |
123 /> | |
124 <Tool | |
125 Name="VCManagedResourceCompilerTool" | |
126 /> | |
127 <Tool | |
128 Name="VCResourceCompilerTool" | |
129 /> | |
130 <Tool | |
131 Name="VCPreLinkEventTool" | |
132 /> | |
133 <Tool | |
134 Name="VCLinkerTool" | |
135 AdditionalOptions="/EXPORT:vampGetPluginDescriptor" | |
136 AdditionalDependencies="VampPluginSDK.lib python26.lib" | |
137 LinkIncremental="2" | |
138 AdditionalLibraryDirectories=""..\vamp-plugin-sdk\build\Release";C:\Python26\libs" | |
139 GenerateDebugInformation="true" | |
140 SubSystem="2" | |
141 OptimizeReferences="2" | |
142 EnableCOMDATFolding="2" | |
143 TargetMachine="1" | |
144 /> | |
145 <Tool | |
146 Name="VCALinkTool" | |
147 /> | |
148 <Tool | |
149 Name="VCManifestTool" | |
150 /> | |
151 <Tool | |
152 Name="VCXDCMakeTool" | |
153 /> | |
154 <Tool | |
155 Name="VCBscMakeTool" | |
156 /> | |
157 <Tool | |
158 Name="VCFxCopTool" | |
159 /> | |
160 <Tool | |
161 Name="VCAppVerifierTool" | |
162 /> | |
163 <Tool | |
164 Name="VCPostBuildEventTool" | |
165 /> | |
166 </Configuration> | |
167 </Configurations> | |
168 <References> | |
169 </References> | |
170 <Files> | |
171 <Filter | |
172 Name="Header Files" | |
173 Filter="h;hpp;hxx;hm;inl;inc;xsd" | |
174 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}" | |
175 > | |
176 <File | |
177 RelativePath=".\Mutex.h" | |
178 > | |
179 </File> | |
180 <File | |
181 RelativePath=".\PyPlugin.h" | |
182 > | |
183 </File> | |
184 <File | |
185 RelativePath=".\PyPlugScanner.h" | |
186 > | |
187 </File> | |
188 </Filter> | |
189 <Filter | |
190 Name="Resource Files" | |
191 Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx" | |
192 UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}" | |
193 > | |
194 </Filter> | |
195 <Filter | |
196 Name="Source Files" | |
197 Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx" | |
198 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}" | |
199 > | |
200 <File | |
201 RelativePath=".\Mutex.cpp" | |
202 > | |
203 </File> | |
204 <File | |
205 RelativePath=".\PyPlugin.cpp" | |
206 > | |
207 </File> | |
208 <File | |
209 RelativePath=".\PyPlugScanner.cpp" | |
210 > | |
211 </File> | |
212 <File | |
213 RelativePath=".\pyvamp-main.cpp" | |
214 > | |
215 </File> | |
216 </Filter> | |
217 </Files> | |
218 <Globals> | |
219 </Globals> | |
220 </VisualStudioProject> |