~ubuntu-branches/ubuntu/lucid/blender/lucid

« back to all changes in this revision

Viewing changes to projectfiles_vc9/blender/BPY_python/BPY_python.vcproj

  • Committer: Bazaar Package Importer
  • Author(s): Chris Coulson
  • Date: 2009-08-06 22:32:19 UTC
  • mfrom: (1.2.10 upstream)
  • Revision ID: james.westby@ubuntu.com-20090806223219-8z4eej1u8levu4pz
Tags: 2.49a+dfsg-0ubuntu1
* Merge from debian unstable, remaining changes:
  - debian/control: Build-depend on python-2.6 rather than python-2.5.
  - debian/misc/*.desktop: Add Spanish translation to .desktop 
    files.
  - debian/pyversions: 2.6.
  - debian/rules: Clean *.o of source/blender/python/api2_2x/
* New upstream release (LP: #382153).
* Refreshed patches:
  - 01_sanitize_sys.patch
  - 02_tmp_in_HOME
  - 10_use_systemwide_ftgl
  - 70_portability_platform_detection
* Removed patches merged upstream:
  - 30_fix_python_syntax_warning
  - 90_ubuntu_ffmpeg_52_changes

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="Windows-1252"?>
 
2
<VisualStudioProject
 
3
        ProjectType="Visual C++"
 
4
        Version="9,00"
 
5
        Name="BPY_python"
 
6
        ProjectGUID="{5A2EA6DC-1A53-4E87-9166-52870CE3B4EA}"
 
7
        TargetFrameworkVersion="131072"
 
8
        >
 
9
        <Platforms>
 
10
                <Platform
 
11
                        Name="Win32"
 
12
                />
 
13
        </Platforms>
 
14
        <ToolFiles>
 
15
        </ToolFiles>
 
16
        <Configurations>
 
17
                <Configuration
 
18
                        Name="Blender Debug|Win32"
 
19
                        OutputDirectory="..\..\..\..\build\msvc_9\source\blender\python\debug"
 
20
                        IntermediateDirectory="..\..\..\..\build\msvc_9\source\blender\python\debug"
 
21
                        ConfigurationType="4"
 
22
                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
 
23
                        UseOfMFC="0"
 
24
                        ATLMinimizesCRunTimeLibraryUsage="false"
 
25
                        CharacterSet="2"
 
26
                        >
 
27
                        <Tool
 
28
                                Name="VCPreBuildEventTool"
 
29
                        />
 
30
                        <Tool
 
31
                                Name="VCCustomBuildTool"
 
32
                        />
 
33
                        <Tool
 
34
                                Name="VCXMLDataGeneratorTool"
 
35
                        />
 
36
                        <Tool
 
37
                                Name="VCWebServiceProxyGeneratorTool"
 
38
                        />
 
39
                        <Tool
 
40
                                Name="VCMIDLTool"
 
41
                        />
 
42
                        <Tool
 
43
                                Name="VCCLCompilerTool"
 
44
                                Optimization="0"
 
45
                                AdditionalIncludeDirectories="..\..\..\..\build\msvc_9\intern\bsp\include;..\..\..\..\build\msvc_9\intern\bmfont\include;..\..\..\..\build\msvc_9\intern\iksolver\include;..\..\..\..\build\msvc_9\intern\guardedalloc\include;..\..\..\..\lib\windows\python\include\python2.5;..\..\..\..\lib\windows\ffmpeg\include;..\..\..\source\blender;..\..\..\source\blender\avi;..\..\..\source\blender\img;..\..\..\source\blender\imbuf;..\..\..\source\blender\blenlib;..\..\..\source\blender\python;..\..\..\source\blender\include;..\..\..\source\blender\blenkernel;..\..\..\source\blender\makesdna;..\..\..\source\blender\blenloader;..\..\..\source\blender\renderconverter;..\..\..\source\blender\render\extern\include;..\..\..\source\blender\radiosity\extern\include;..\..\..\source\kernel\gen_system;..\..\..\source\gameengine\SoundSystem;..\..\..\..\build\msvc_9\extern\glew\include;..\..\..\source\blender\gpu"
 
46
                                PreprocessorDefinitions="_DEBUG,WIN32,_LIB;WITH_FFMPEG"
 
47
                                BasicRuntimeChecks="3"
 
48
                                RuntimeLibrary="1"
 
49
                                DisableLanguageExtensions="false"
 
50
                                DefaultCharIsUnsigned="true"
 
51
                                UsePrecompiledHeader="0"
 
52
                                PrecompiledHeaderFile="..\..\..\..\build\msvc_9\source\blender\python\debug\BPY_python.pch"
 
53
                                AssemblerListingLocation="..\..\..\..\build\msvc_9\source\blender\python\debug\"
 
54
                                ObjectFile="..\..\..\..\build\msvc_9\source\blender\python\debug\"
 
55
                                ProgramDataBaseFileName="..\..\..\..\build\msvc_9\source\blender\python\debug\"
 
56
                                WarningLevel="4"
 
57
                                SuppressStartupBanner="true"
 
58
                                Detect64BitPortabilityProblems="false"
 
59
                                DebugInformationFormat="3"
 
60
                                CompileAs="0"
 
61
                                DisableSpecificWarnings="4100"
 
62
                        />
 
63
                        <Tool
 
64
                                Name="VCManagedResourceCompilerTool"
 
65
                        />
 
66
                        <Tool
 
67
                                Name="VCResourceCompilerTool"
 
68
                                Culture="1033"
 
69
                        />
 
70
                        <Tool
 
71
                                Name="VCPreLinkEventTool"
 
72
                        />
 
73
                        <Tool
 
74
                                Name="VCLibrarianTool"
 
75
                                OutputFile="..\..\..\..\build\msvc_9\libs\debug\BPY_python.lib"
 
76
                                SuppressStartupBanner="true"
 
77
                        />
 
78
                        <Tool
 
79
                                Name="VCALinkTool"
 
80
                        />
 
81
                        <Tool
 
82
                                Name="VCXDCMakeTool"
 
83
                        />
 
84
                        <Tool
 
85
                                Name="VCBscMakeTool"
 
86
                        />
 
87
                        <Tool
 
88
                                Name="VCFxCopTool"
 
89
                        />
 
90
                        <Tool
 
91
                                Name="VCPostBuildEventTool"
 
92
                        />
 
93
                </Configuration>
 
94
                <Configuration
 
95
                        Name="Blender Release|Win32"
 
96
                        OutputDirectory="..\..\..\..\build\msvc_9\source\blender\python"
 
97
                        IntermediateDirectory="..\..\..\..\build\msvc_9\source\blender\python"
 
98
                        ConfigurationType="4"
 
99
                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
 
100
                        UseOfMFC="0"
 
101
                        ATLMinimizesCRunTimeLibraryUsage="false"
 
102
                        CharacterSet="2"
 
103
                        >
 
104
                        <Tool
 
105
                                Name="VCPreBuildEventTool"
 
106
                        />
 
107
                        <Tool
 
108
                                Name="VCCustomBuildTool"
 
109
                        />
 
110
                        <Tool
 
111
                                Name="VCXMLDataGeneratorTool"
 
112
                        />
 
113
                        <Tool
 
114
                                Name="VCWebServiceProxyGeneratorTool"
 
115
                        />
 
116
                        <Tool
 
117
                                Name="VCMIDLTool"
 
118
                        />
 
119
                        <Tool
 
120
                                Name="VCCLCompilerTool"
 
121
                                InlineFunctionExpansion="1"
 
122
                                AdditionalIncludeDirectories="..\..\..\..\build\msvc_9\intern\bsp\include;..\..\..\..\build\msvc_9\intern\bmfont\include;..\..\..\..\build\msvc_9\intern\iksolver\include;..\..\..\..\build\msvc_9\intern\guardedalloc\include;..\..\..\..\lib\windows\python\include\python2.5;..\..\..\..\lib\windows\ffmpeg\include;..\..\..\source\blender;..\..\..\source\blender\avi;..\..\..\source\blender\img;..\..\..\source\blender\imbuf;..\..\..\source\blender\blenlib;..\..\..\source\blender\python;..\..\..\source\blender\include;..\..\..\source\blender\blenkernel;..\..\..\source\blender\makesdna;..\..\..\source\blender\blenloader;..\..\..\source\blender\renderconverter;..\..\..\source\blender\render\extern\include;..\..\..\source\blender\radiosity\extern\include;..\..\..\source\kernel\gen_system;..\..\..\source\gameengine\SoundSystem;..\..\..\..\build\msvc_9\extern\glew\include;..\..\..\source\blender\gpu"
 
123
                                PreprocessorDefinitions="WIN32,NDEBUG,_LIB"
 
124
                                StringPooling="true"
 
125
                                RuntimeLibrary="0"
 
126
                                EnableFunctionLevelLinking="true"
 
127
                                DefaultCharIsUnsigned="true"
 
128
                                UsePrecompiledHeader="0"
 
129
                                PrecompiledHeaderFile="..\..\..\..\build\msvc_9\source\blender\python\BPY_python.pch"
 
130
                                AssemblerListingLocation="..\..\..\..\build\msvc_9\source\blender\python\"
 
131
                                ObjectFile="..\..\..\..\build\msvc_9\source\blender\python\"
 
132
                                ProgramDataBaseFileName="..\..\..\..\build\msvc_9\source\blender\python\"
 
133
                                WarningLevel="3"
 
134
                                SuppressStartupBanner="true"
 
135
                                Detect64BitPortabilityProblems="false"
 
136
                                CompileAs="0"
 
137
                                DisableSpecificWarnings="4100"
 
138
                        />
 
139
                        <Tool
 
140
                                Name="VCManagedResourceCompilerTool"
 
141
                        />
 
142
                        <Tool
 
143
                                Name="VCResourceCompilerTool"
 
144
                                PreprocessorDefinitions="NDEBUG"
 
145
                                Culture="1033"
 
146
                        />
 
147
                        <Tool
 
148
                                Name="VCPreLinkEventTool"
 
149
                        />
 
150
                        <Tool
 
151
                                Name="VCLibrarianTool"
 
152
                                OutputFile="..\..\..\..\build\msvc_9\libs\BPY_python.lib"
 
153
                                SuppressStartupBanner="true"
 
154
                        />
 
155
                        <Tool
 
156
                                Name="VCALinkTool"
 
157
                        />
 
158
                        <Tool
 
159
                                Name="VCXDCMakeTool"
 
160
                        />
 
161
                        <Tool
 
162
                                Name="VCBscMakeTool"
 
163
                        />
 
164
                        <Tool
 
165
                                Name="VCFxCopTool"
 
166
                        />
 
167
                        <Tool
 
168
                                Name="VCPostBuildEventTool"
 
169
                        />
 
170
                </Configuration>
 
171
                <Configuration
 
172
                        Name="BlenderPlayer Debug|Win32"
 
173
                        OutputDirectory="$(ConfigurationName)"
 
174
                        IntermediateDirectory="$(ConfigurationName)"
 
175
                        ConfigurationType="4"
 
176
                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
 
177
                        UseOfMFC="0"
 
178
                        ATLMinimizesCRunTimeLibraryUsage="false"
 
179
                        CharacterSet="2"
 
180
                        >
 
181
                        <Tool
 
182
                                Name="VCPreBuildEventTool"
 
183
                        />
 
184
                        <Tool
 
185
                                Name="VCCustomBuildTool"
 
186
                        />
 
187
                        <Tool
 
188
                                Name="VCXMLDataGeneratorTool"
 
189
                        />
 
190
                        <Tool
 
191
                                Name="VCWebServiceProxyGeneratorTool"
 
192
                        />
 
193
                        <Tool
 
194
                                Name="VCMIDLTool"
 
195
                        />
 
196
                        <Tool
 
197
                                Name="VCCLCompilerTool"
 
198
                                Optimization="0"
 
199
                                AdditionalIncludeDirectories="..\..\..\..\build\msvc_9\intern\bsp\include;..\..\..\..\build\msvc_9\intern\bmfont\include;..\..\..\..\build\msvc_9\intern\iksolver\include;..\..\..\..\build\msvc_9\intern\guardedalloc\include;..\..\..\..\lib\windows\python\include\python2.5;..\..\..\..\lib\windows\ffmpeg\include;..\..\..\source\blender;..\..\..\source\blender\avi;..\..\..\source\blender\img;..\..\..\source\blender\imbuf;..\..\..\source\blender\blenlib;..\..\..\source\blender\python;..\..\..\source\blender\include;..\..\..\source\blender\blenkernel;..\..\..\source\blender\makesdna;..\..\..\source\blender\blenloader;..\..\..\source\blender\renderconverter;..\..\..\source\blender\render\extern\include;..\..\..\source\blender\radiosity\extern\include;..\..\..\source\kernel\gen_system;..\..\..\source\gameengine\SoundSystem;..\..\..\..\build\msvc_9\extern\glew\include;..\..\..\source\blender\gpu"
 
200
                                PreprocessorDefinitions="_DEBUG,WIN32,_LIB;WITH_FFMPEG"
 
201
                                BasicRuntimeChecks="3"
 
202
                                RuntimeLibrary="1"
 
203
                                DisableLanguageExtensions="false"
 
204
                                DefaultCharIsUnsigned="true"
 
205
                                UsePrecompiledHeader="0"
 
206
                                PrecompiledHeaderFile="..\..\..\..\build\msvc_9\source\blender\python\debug\BPY_python.pch"
 
207
                                AssemblerListingLocation="..\..\..\..\build\msvc_9\source\blender\python\debug\"
 
208
                                ObjectFile="..\..\..\..\build\msvc_9\source\blender\python\debug\"
 
209
                                ProgramDataBaseFileName="..\..\..\..\build\msvc_9\source\blender\python\debug\"
 
210
                                WarningLevel="4"
 
211
                                SuppressStartupBanner="true"
 
212
                                Detect64BitPortabilityProblems="false"
 
213
                                DebugInformationFormat="3"
 
214
                                CompileAs="0"
 
215
                                DisableSpecificWarnings="4100"
 
216
                        />
 
217
                        <Tool
 
218
                                Name="VCManagedResourceCompilerTool"
 
219
                        />
 
220
                        <Tool
 
221
                                Name="VCResourceCompilerTool"
 
222
                                Culture="1033"
 
223
                        />
 
224
                        <Tool
 
225
                                Name="VCPreLinkEventTool"
 
226
                        />
 
227
                        <Tool
 
228
                                Name="VCLibrarianTool"
 
229
                                OutputFile="..\..\..\..\build\msvc_9\libs\debug\BPY_python.lib"
 
230
                                SuppressStartupBanner="true"
 
231
                        />
 
232
                        <Tool
 
233
                                Name="VCALinkTool"
 
234
                        />
 
235
                        <Tool
 
236
                                Name="VCXDCMakeTool"
 
237
                        />
 
238
                        <Tool
 
239
                                Name="VCBscMakeTool"
 
240
                        />
 
241
                        <Tool
 
242
                                Name="VCFxCopTool"
 
243
                        />
 
244
                        <Tool
 
245
                                Name="VCPostBuildEventTool"
 
246
                        />
 
247
                </Configuration>
 
248
                <Configuration
 
249
                        Name="BlenderPlayer Release|Win32"
 
250
                        OutputDirectory="$(ConfigurationName)"
 
251
                        IntermediateDirectory="$(ConfigurationName)"
 
252
                        ConfigurationType="4"
 
253
                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
 
254
                        UseOfMFC="0"
 
255
                        ATLMinimizesCRunTimeLibraryUsage="false"
 
256
                        CharacterSet="2"
 
257
                        >
 
258
                        <Tool
 
259
                                Name="VCPreBuildEventTool"
 
260
                        />
 
261
                        <Tool
 
262
                                Name="VCCustomBuildTool"
 
263
                        />
 
264
                        <Tool
 
265
                                Name="VCXMLDataGeneratorTool"
 
266
                        />
 
267
                        <Tool
 
268
                                Name="VCWebServiceProxyGeneratorTool"
 
269
                        />
 
270
                        <Tool
 
271
                                Name="VCMIDLTool"
 
272
                        />
 
273
                        <Tool
 
274
                                Name="VCCLCompilerTool"
 
275
                                InlineFunctionExpansion="1"
 
276
                                AdditionalIncludeDirectories="..\..\..\..\build\msvc_9\intern\bsp\include;..\..\..\..\build\msvc_9\intern\bmfont\include;..\..\..\..\build\msvc_9\intern\iksolver\include;..\..\..\..\build\msvc_9\intern\guardedalloc\include;..\..\..\..\lib\windows\python\include\python2.5;..\..\..\..\lib\windows\ffmpeg\include;..\..\..\source\blender;..\..\..\source\blender\avi;..\..\..\source\blender\img;..\..\..\source\blender\imbuf;..\..\..\source\blender\blenlib;..\..\..\source\blender\python;..\..\..\source\blender\include;..\..\..\source\blender\blenkernel;..\..\..\source\blender\makesdna;..\..\..\source\blender\blenloader;..\..\..\source\blender\renderconverter;..\..\..\source\blender\render\extern\include;..\..\..\source\blender\radiosity\extern\include;..\..\..\source\kernel\gen_system;..\..\..\source\gameengine\SoundSystem;..\..\..\..\build\msvc_9\extern\glew\include;..\..\..\source\blender\gpu"
 
277
                                PreprocessorDefinitions="WIN32,NDEBUG,_LIB"
 
278
                                StringPooling="true"
 
279
                                RuntimeLibrary="0"
 
280
                                EnableFunctionLevelLinking="true"
 
281
                                DefaultCharIsUnsigned="true"
 
282
                                UsePrecompiledHeader="0"
 
283
                                PrecompiledHeaderFile="..\..\..\..\build\msvc_9\source\blender\python\BPY_python.pch"
 
284
                                AssemblerListingLocation="..\..\..\..\build\msvc_9\source\blender\python\"
 
285
                                ObjectFile="..\..\..\..\build\msvc_9\source\blender\python\"
 
286
                                ProgramDataBaseFileName="..\..\..\..\build\msvc_9\source\blender\python\"
 
287
                                WarningLevel="3"
 
288
                                SuppressStartupBanner="true"
 
289
                                Detect64BitPortabilityProblems="false"
 
290
                                CompileAs="0"
 
291
                                DisableSpecificWarnings="4100"
 
292
                        />
 
293
                        <Tool
 
294
                                Name="VCManagedResourceCompilerTool"
 
295
                        />
 
296
                        <Tool
 
297
                                Name="VCResourceCompilerTool"
 
298
                                PreprocessorDefinitions="NDEBUG"
 
299
                                Culture="1033"
 
300
                        />
 
301
                        <Tool
 
302
                                Name="VCPreLinkEventTool"
 
303
                        />
 
304
                        <Tool
 
305
                                Name="VCLibrarianTool"
 
306
                                OutputFile="..\..\..\..\build\msvc_9\libs\BPY_python.lib"
 
307
                                SuppressStartupBanner="true"
 
308
                        />
 
309
                        <Tool
 
310
                                Name="VCALinkTool"
 
311
                        />
 
312
                        <Tool
 
313
                                Name="VCXDCMakeTool"
 
314
                        />
 
315
                        <Tool
 
316
                                Name="VCBscMakeTool"
 
317
                        />
 
318
                        <Tool
 
319
                                Name="VCFxCopTool"
 
320
                        />
 
321
                        <Tool
 
322
                                Name="VCPostBuildEventTool"
 
323
                        />
 
324
                </Configuration>
 
325
        </Configurations>
 
326
        <References>
 
327
        </References>
 
328
        <Files>
 
329
                <Filter
 
330
                        Name="Source Files"
 
331
                        Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
 
332
                        >
 
333
                        <File
 
334
                                RelativePath="..\..\..\source\blender\python\api2_2x\Armature.c"
 
335
                                >
 
336
                        </File>
 
337
                        <File
 
338
                                RelativePath="..\..\..\source\blender\python\api2_2x\BGL.c"
 
339
                                >
 
340
                        </File>
 
341
                        <File
 
342
                                RelativePath="..\..\..\source\blender\python\api2_2x\Blender.c"
 
343
                                >
 
344
                        </File>
 
345
                        <File
 
346
                                RelativePath="..\..\..\source\blender\python\api2_2x\Bone.c"
 
347
                                >
 
348
                        </File>
 
349
                        <File
 
350
                                RelativePath="..\..\..\source\blender\python\api2_2x\bpy.c"
 
351
                                >
 
352
                        </File>
 
353
                        <File
 
354
                                RelativePath="..\..\..\source\blender\python\api2_2x\bpy_config.c"
 
355
                                >
 
356
                        </File>
 
357
                        <File
 
358
                                RelativePath="..\..\..\source\blender\python\api2_2x\bpy_data.c"
 
359
                                >
 
360
                        </File>
 
361
                        <File
 
362
                                RelativePath="..\..\..\source\blender\python\api2_2x\bpy_internal_import.c"
 
363
                                >
 
364
                        </File>
 
365
                        <File
 
366
                                RelativePath="..\..\..\source\blender\python\api2_2x\Camera.c"
 
367
                                >
 
368
                        </File>
 
369
                        <File
 
370
                                RelativePath="..\..\..\source\blender\python\api2_2x\Constraint.c"
 
371
                                >
 
372
                        </File>
 
373
                        <File
 
374
                                RelativePath="..\..\..\source\blender\python\api2_2x\Curve.c"
 
375
                                >
 
376
                        </File>
 
377
                        <File
 
378
                                RelativePath="..\..\..\source\blender\python\api2_2x\Draw.c"
 
379
                                >
 
380
                        </File>
 
381
                        <File
 
382
                                RelativePath="..\..\..\source\blender\python\api2_2x\Effect.c"
 
383
                                >
 
384
                        </File>
 
385
                        <File
 
386
                                RelativePath="..\..\..\source\blender\python\api2_2x\gen_library.c"
 
387
                                >
 
388
                        </File>
 
389
                        <File
 
390
                                RelativePath="..\..\..\source\blender\python\api2_2x\Geometry.c"
 
391
                                >
 
392
                        </File>
 
393
                        <File
 
394
                                RelativePath="..\..\..\source\blender\python\api2_2x\Group.c"
 
395
                                >
 
396
                        </File>
 
397
                        <File
 
398
                                RelativePath="..\..\..\source\blender\python\api2_2x\IDProp.c"
 
399
                                >
 
400
                        </File>
 
401
                        <File
 
402
                                RelativePath="..\..\..\source\blender\python\api2_2x\Image.c"
 
403
                                >
 
404
                        </File>
 
405
                        <File
 
406
                                RelativePath="..\..\..\source\blender\python\api2_2x\Ipo.c"
 
407
                                >
 
408
                        </File>
 
409
                        <File
 
410
                                RelativePath="..\..\..\source\blender\python\api2_2x\Key.c"
 
411
                                >
 
412
                        </File>
 
413
                        <File
 
414
                                RelativePath="..\..\..\source\blender\python\api2_2x\Lamp.c"
 
415
                                >
 
416
                        </File>
 
417
                        <File
 
418
                                RelativePath="..\..\..\source\blender\python\api2_2x\Lattice.c"
 
419
                                >
 
420
                        </File>
 
421
                        <File
 
422
                                RelativePath="..\..\..\source\blender\python\api2_2x\Library.c"
 
423
                                >
 
424
                        </File>
 
425
                        <File
 
426
                                RelativePath="..\..\..\source\blender\python\api2_2x\Material.c"
 
427
                                >
 
428
                        </File>
 
429
                        <File
 
430
                                RelativePath="..\..\..\source\blender\python\api2_2x\Mathutils.c"
 
431
                                >
 
432
                        </File>
 
433
                        <File
 
434
                                RelativePath="..\..\..\source\blender\python\api2_2x\Mesh.c"
 
435
                                >
 
436
                        </File>
 
437
                        <File
 
438
                                RelativePath="..\..\..\source\blender\python\api2_2x\Metaball.c"
 
439
                                >
 
440
                        </File>
 
441
                        <File
 
442
                                RelativePath="..\..\..\source\blender\python\api2_2x\Modifier.c"
 
443
                                >
 
444
                        </File>
 
445
                        <File
 
446
                                RelativePath="..\..\..\source\blender\python\api2_2x\NLA.c"
 
447
                                >
 
448
                        </File>
 
449
                        <File
 
450
                                RelativePath="..\..\..\source\blender\python\api2_2x\NMesh.c"
 
451
                                >
 
452
                        </File>
 
453
                        <File
 
454
                                RelativePath="..\..\..\source\blender\python\api2_2x\Node.c"
 
455
                                >
 
456
                        </File>
 
457
                        <File
 
458
                                RelativePath="..\..\..\source\blender\python\api2_2x\Noise.c"
 
459
                                >
 
460
                        </File>
 
461
                        <File
 
462
                                RelativePath="..\..\..\source\blender\python\api2_2x\Object.c"
 
463
                                >
 
464
                        </File>
 
465
                        <File
 
466
                                RelativePath="..\..\..\source\blender\python\api2_2x\Pose.c"
 
467
                                >
 
468
                        </File>
 
469
                        <File
 
470
                                RelativePath="..\..\..\source\blender\python\api2_2x\Registry.c"
 
471
                                >
 
472
                        </File>
 
473
                        <File
 
474
                                RelativePath="..\..\..\source\blender\python\api2_2x\Scene.c"
 
475
                                >
 
476
                        </File>
 
477
                        <File
 
478
                                RelativePath="..\..\..\source\blender\python\api2_2x\sceneRadio.c"
 
479
                                >
 
480
                        </File>
 
481
                        <File
 
482
                                RelativePath="..\..\..\source\blender\python\api2_2x\sceneRender.c"
 
483
                                >
 
484
                        </File>
 
485
                        <File
 
486
                                RelativePath="..\..\..\source\blender\python\api2_2x\sceneSequence.c"
 
487
                                >
 
488
                        </File>
 
489
                        <File
 
490
                                RelativePath="..\..\..\source\blender\python\api2_2x\sceneTimeLine.c"
 
491
                                >
 
492
                        </File>
 
493
                        <File
 
494
                                RelativePath="..\..\..\source\blender\python\api2_2x\Sound.c"
 
495
                                >
 
496
                        </File>
 
497
                        <File
 
498
                                RelativePath="..\..\..\source\blender\python\api2_2x\SurfNurb.c"
 
499
                                >
 
500
                        </File>
 
501
                        <File
 
502
                                RelativePath="..\..\..\source\blender\python\api2_2x\Sys.c"
 
503
                                >
 
504
                        </File>
 
505
                        <File
 
506
                                RelativePath="..\..\..\source\blender\python\api2_2x\Text.c"
 
507
                                >
 
508
                        </File>
 
509
                        <File
 
510
                                RelativePath="..\..\..\source\blender\python\api2_2x\Text3d.c"
 
511
                                >
 
512
                        </File>
 
513
                        <File
 
514
                                RelativePath="..\..\..\source\blender\python\api2_2x\Texture.c"
 
515
                                >
 
516
                        </File>
 
517
                        <File
 
518
                                RelativePath="..\..\..\source\blender\python\api2_2x\Window.c"
 
519
                                >
 
520
                        </File>
 
521
                        <File
 
522
                                RelativePath="..\..\..\source\blender\python\api2_2x\World.c"
 
523
                                >
 
524
                        </File>
 
525
                        <Filter
 
526
                                Name="internal"
 
527
                                >
 
528
                                <File
 
529
                                        RelativePath="..\..\..\source\blender\python\api2_2x\BezTriple.c"
 
530
                                        >
 
531
                                </File>
 
532
                                <File
 
533
                                        RelativePath="..\..\..\source\blender\python\BPY_interface.c"
 
534
                                        >
 
535
                                </File>
 
536
                                <File
 
537
                                        RelativePath="..\..\..\source\blender\python\BPY_menus.c"
 
538
                                        >
 
539
                                </File>
 
540
                                <File
 
541
                                        RelativePath="..\..\..\source\blender\python\api2_2x\charRGBA.c"
 
542
                                        >
 
543
                                </File>
 
544
                                <File
 
545
                                        RelativePath="..\..\..\source\blender\python\api2_2x\constant.c"
 
546
                                        >
 
547
                                </File>
 
548
                                <File
 
549
                                        RelativePath="..\..\..\source\blender\python\api2_2x\CurNurb.c"
 
550
                                        >
 
551
                                </File>
 
552
                                <File
 
553
                                        RelativePath="..\..\..\source\blender\python\api2_2x\euler.c"
 
554
                                        >
 
555
                                </File>
 
556
                                <File
 
557
                                        RelativePath="..\..\..\source\blender\python\api2_2x\EXPP_interface.c"
 
558
                                        >
 
559
                                </File>
 
560
                                <File
 
561
                                        RelativePath="..\..\..\source\blender\python\api2_2x\Font.c"
 
562
                                        >
 
563
                                </File>
 
564
                                <File
 
565
                                        RelativePath="..\..\..\source\blender\python\api2_2x\gen_utils.c"
 
566
                                        >
 
567
                                </File>
 
568
                                <File
 
569
                                        RelativePath="..\..\..\source\blender\python\api2_2x\Ipocurve.c"
 
570
                                        >
 
571
                                </File>
 
572
                                <File
 
573
                                        RelativePath="..\..\..\source\blender\python\api2_2x\logic.c"
 
574
                                        >
 
575
                                </File>
 
576
                                <File
 
577
                                        RelativePath="..\..\..\source\blender\python\api2_2x\matrix.c"
 
578
                                        >
 
579
                                </File>
 
580
                                <File
 
581
                                        RelativePath="..\..\..\source\blender\python\api2_2x\meshPrimitive.c"
 
582
                                        >
 
583
                                </File>
 
584
                                <File
 
585
                                        RelativePath="..\..\..\source\blender\python\api2_2x\MTex.c"
 
586
                                        >
 
587
                                </File>
 
588
                                <File
 
589
                                        RelativePath="..\..\..\source\blender\python\api2_2x\Particle.c"
 
590
                                        >
 
591
                                </File>
 
592
                                <File
 
593
                                        RelativePath="..\..\..\source\blender\python\api2_2x\quat.c"
 
594
                                        >
 
595
                                </File>
 
596
                                <File
 
597
                                        RelativePath="..\..\..\source\blender\python\api2_2x\rgbTuple.c"
 
598
                                        >
 
599
                                </File>
 
600
                                <File
 
601
                                        RelativePath="..\..\..\source\blender\python\api2_2x\Types.c"
 
602
                                        >
 
603
                                </File>
 
604
                                <File
 
605
                                        RelativePath="..\..\..\source\blender\python\api2_2x\vector.c"
 
606
                                        >
 
607
                                </File>
 
608
                                <File
 
609
                                        RelativePath="..\..\..\source\blender\python\api2_2x\windowTheme.c"
 
610
                                        >
 
611
                                </File>
 
612
                        </Filter>
 
613
                </Filter>
 
614
                <Filter
 
615
                        Name="Header Files"
 
616
                        Filter="h;hpp;hxx;hm;inl"
 
617
                        >
 
618
                        <File
 
619
                                RelativePath="..\..\..\source\blender\python\api2_2x\Armature.h"
 
620
                                >
 
621
                        </File>
 
622
                        <File
 
623
                                RelativePath="..\..\..\source\blender\python\api2_2x\BGL.h"
 
624
                                >
 
625
                        </File>
 
626
                        <File
 
627
                                RelativePath="..\..\..\source\blender\python\api2_2x\Blender.h"
 
628
                                >
 
629
                        </File>
 
630
                        <File
 
631
                                RelativePath="..\..\..\source\blender\python\api2_2x\Bone.h"
 
632
                                >
 
633
                        </File>
 
634
                        <File
 
635
                                RelativePath="..\..\..\source\blender\python\api2_2x\bpy.h"
 
636
                                >
 
637
                        </File>
 
638
                        <File
 
639
                                RelativePath="..\..\..\source\blender\python\api2_2x\bpy_config.h"
 
640
                                >
 
641
                        </File>
 
642
                        <File
 
643
                                RelativePath="..\..\..\source\blender\python\api2_2x\bpy_data.h"
 
644
                                >
 
645
                        </File>
 
646
                        <File
 
647
                                RelativePath="..\..\..\source\blender\python\api2_2x\bpy_internal_import.h"
 
648
                                >
 
649
                        </File>
 
650
                        <File
 
651
                                RelativePath="..\..\..\source\blender\python\api2_2x\Camera.h"
 
652
                                >
 
653
                        </File>
 
654
                        <File
 
655
                                RelativePath="..\..\..\source\blender\python\api2_2x\Constraint.h"
 
656
                                >
 
657
                        </File>
 
658
                        <File
 
659
                                RelativePath="..\..\..\source\blender\python\api2_2x\Curve.h"
 
660
                                >
 
661
                        </File>
 
662
                        <File
 
663
                                RelativePath="..\..\..\source\blender\python\api2_2x\Draw.h"
 
664
                                >
 
665
                        </File>
 
666
                        <File
 
667
                                RelativePath="..\..\..\source\blender\python\api2_2x\Effect.h"
 
668
                                >
 
669
                        </File>
 
670
                        <File
 
671
                                RelativePath="..\..\..\source\blender\python\api2_2x\gen_library.h"
 
672
                                >
 
673
                        </File>
 
674
                        <File
 
675
                                RelativePath="..\..\..\source\blender\python\api2_2x\Geometry.h"
 
676
                                >
 
677
                        </File>
 
678
                        <File
 
679
                                RelativePath="..\..\..\source\blender\python\api2_2x\Group.h"
 
680
                                >
 
681
                        </File>
 
682
                        <File
 
683
                                RelativePath="..\..\..\source\blender\python\api2_2x\IDProp.h"
 
684
                                >
 
685
                        </File>
 
686
                        <File
 
687
                                RelativePath="..\..\..\source\blender\python\api2_2x\Image.h"
 
688
                                >
 
689
                        </File>
 
690
                        <File
 
691
                                RelativePath="..\..\..\source\blender\python\api2_2x\Ipo.h"
 
692
                                >
 
693
                        </File>
 
694
                        <File
 
695
                                RelativePath="..\..\..\source\blender\python\api2_2x\Key.h"
 
696
                                >
 
697
                        </File>
 
698
                        <File
 
699
                                RelativePath="..\..\..\source\blender\python\api2_2x\Lamp.h"
 
700
                                >
 
701
                        </File>
 
702
                        <File
 
703
                                RelativePath="..\..\..\source\blender\python\api2_2x\Lattice.h"
 
704
                                >
 
705
                        </File>
 
706
                        <File
 
707
                                RelativePath="..\..\..\source\blender\python\api2_2x\Library.h"
 
708
                                >
 
709
                        </File>
 
710
                        <File
 
711
                                RelativePath="..\..\..\source\blender\python\api2_2x\Material.h"
 
712
                                >
 
713
                        </File>
 
714
                        <File
 
715
                                RelativePath="..\..\..\source\blender\python\api2_2x\Mathutils.h"
 
716
                                >
 
717
                        </File>
 
718
                        <File
 
719
                                RelativePath="..\..\..\source\blender\python\api2_2x\Mesh.h"
 
720
                                >
 
721
                        </File>
 
722
                        <File
 
723
                                RelativePath="..\..\..\source\blender\python\api2_2x\Metaball.h"
 
724
                                >
 
725
                        </File>
 
726
                        <File
 
727
                                RelativePath="..\..\..\source\blender\python\api2_2x\Modifier.h"
 
728
                                >
 
729
                        </File>
 
730
                        <File
 
731
                                RelativePath="..\..\..\source\blender\python\api2_2x\NLA.h"
 
732
                                >
 
733
                        </File>
 
734
                        <File
 
735
                                RelativePath="..\..\..\source\blender\python\api2_2x\NMesh.h"
 
736
                                >
 
737
                        </File>
 
738
                        <File
 
739
                                RelativePath="..\..\..\source\blender\python\api2_2x\Node.h"
 
740
                                >
 
741
                        </File>
 
742
                        <File
 
743
                                RelativePath="..\..\..\source\blender\python\api2_2x\Object.h"
 
744
                                >
 
745
                        </File>
 
746
                        <File
 
747
                                RelativePath="..\..\..\source\blender\python\api2_2x\Pose.h"
 
748
                                >
 
749
                        </File>
 
750
                        <File
 
751
                                RelativePath="..\..\..\source\blender\python\api2_2x\Registry.h"
 
752
                                >
 
753
                        </File>
 
754
                        <File
 
755
                                RelativePath="..\..\..\source\blender\python\api2_2x\Scene.h"
 
756
                                >
 
757
                        </File>
 
758
                        <File
 
759
                                RelativePath="..\..\..\source\blender\python\api2_2x\sceneRadio.h"
 
760
                                >
 
761
                        </File>
 
762
                        <File
 
763
                                RelativePath="..\..\..\source\blender\python\api2_2x\sceneRender.h"
 
764
                                >
 
765
                        </File>
 
766
                        <File
 
767
                                RelativePath="..\..\..\source\blender\python\api2_2x\sceneSequence.h"
 
768
                                >
 
769
                        </File>
 
770
                        <File
 
771
                                RelativePath="..\..\..\source\blender\python\api2_2x\sceneTimeLine.h"
 
772
                                >
 
773
                        </File>
 
774
                        <File
 
775
                                RelativePath="..\..\..\source\blender\python\api2_2x\Sound.h"
 
776
                                >
 
777
                        </File>
 
778
                        <File
 
779
                                RelativePath="..\..\..\source\blender\python\api2_2x\SurfNurb.h"
 
780
                                >
 
781
                        </File>
 
782
                        <File
 
783
                                RelativePath="..\..\..\source\blender\python\api2_2x\Sys.h"
 
784
                                >
 
785
                        </File>
 
786
                        <File
 
787
                                RelativePath="..\..\..\source\blender\python\api2_2x\Text.h"
 
788
                                >
 
789
                        </File>
 
790
                        <File
 
791
                                RelativePath="..\..\..\source\blender\python\api2_2x\Text3d.h"
 
792
                                >
 
793
                        </File>
 
794
                        <File
 
795
                                RelativePath="..\..\..\source\blender\python\api2_2x\Texture.h"
 
796
                                >
 
797
                        </File>
 
798
                        <File
 
799
                                RelativePath="..\..\..\source\blender\python\api2_2x\Window.h"
 
800
                                >
 
801
                        </File>
 
802
                        <File
 
803
                                RelativePath="..\..\..\source\blender\python\api2_2x\World.h"
 
804
                                >
 
805
                        </File>
 
806
                        <Filter
 
807
                                Name="internal"
 
808
                                >
 
809
                                <File
 
810
                                        RelativePath="..\..\..\source\blender\python\api2_2x\BezTriple.h"
 
811
                                        >
 
812
                                </File>
 
813
                                <File
 
814
                                        RelativePath="..\..\..\source\blender\python\BPY_extern.h"
 
815
                                        >
 
816
                                </File>
 
817
                                <File
 
818
                                        RelativePath="..\..\..\source\blender\python\BPY_menus.h"
 
819
                                        >
 
820
                                </File>
 
821
                                <File
 
822
                                        RelativePath="..\..\..\source\blender\python\api2_2x\bpy_types.h"
 
823
                                        >
 
824
                                </File>
 
825
                                <File
 
826
                                        RelativePath="..\..\..\source\blender\python\api2_2x\charRGBA.h"
 
827
                                        >
 
828
                                </File>
 
829
                                <File
 
830
                                        RelativePath="..\..\..\source\blender\python\api2_2x\constant.h"
 
831
                                        >
 
832
                                </File>
 
833
                                <File
 
834
                                        RelativePath="..\..\..\source\blender\python\api2_2x\CurNurb.h"
 
835
                                        >
 
836
                                </File>
 
837
                                <File
 
838
                                        RelativePath="..\..\..\source\blender\python\api2_2x\euler.h"
 
839
                                        >
 
840
                                </File>
 
841
                                <File
 
842
                                        RelativePath="..\..\..\source\blender\python\api2_2x\EXPP_interface.h"
 
843
                                        >
 
844
                                </File>
 
845
                                <File
 
846
                                        RelativePath="..\..\..\source\blender\python\api2_2x\Font.h"
 
847
                                        >
 
848
                                </File>
 
849
                                <File
 
850
                                        RelativePath="..\..\..\source\blender\python\api2_2x\gen_utils.h"
 
851
                                        >
 
852
                                </File>
 
853
                                <File
 
854
                                        RelativePath="..\..\..\source\blender\python\api2_2x\Ipocurve.h"
 
855
                                        >
 
856
                                </File>
 
857
                                <File
 
858
                                        RelativePath="..\..\..\source\blender\python\api2_2x\logic.h"
 
859
                                        >
 
860
                                </File>
 
861
                                <File
 
862
                                        RelativePath="..\..\..\source\blender\python\api2_2x\matrix.h"
 
863
                                        >
 
864
                                </File>
 
865
                                <File
 
866
                                        RelativePath="..\..\..\source\blender\python\api2_2x\meshPrimitive.h"
 
867
                                        >
 
868
                                </File>
 
869
                                <File
 
870
                                        RelativePath="..\..\..\source\blender\python\api2_2x\modules.h"
 
871
                                        >
 
872
                                </File>
 
873
                                <File
 
874
                                        RelativePath="..\..\..\source\blender\python\api2_2x\MTex.h"
 
875
                                        >
 
876
                                </File>
 
877
                                <File
 
878
                                        RelativePath="..\..\..\source\blender\python\api2_2x\Particle.h"
 
879
                                        >
 
880
                                </File>
 
881
                                <File
 
882
                                        RelativePath="..\..\..\source\blender\python\api2_2x\quat.h"
 
883
                                        >
 
884
                                </File>
 
885
                                <File
 
886
                                        RelativePath="..\..\..\source\blender\python\api2_2x\rgbTuple.h"
 
887
                                        >
 
888
                                </File>
 
889
                                <File
 
890
                                        RelativePath="..\..\..\source\blender\python\api2_2x\Types.h"
 
891
                                        >
 
892
                                </File>
 
893
                                <File
 
894
                                        RelativePath="..\..\..\source\blender\python\api2_2x\vector.h"
 
895
                                        >
 
896
                                </File>
 
897
                                <File
 
898
                                        RelativePath="..\..\..\source\blender\python\api2_2x\windowTheme.h"
 
899
                                        >
 
900
                                </File>
 
901
                        </Filter>
 
902
                </Filter>
 
903
        </Files>
 
904
        <Globals>
 
905
        </Globals>
 
906
</VisualStudioProject>