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

« back to all changes in this revision

Viewing changes to projectfiles_vc9/blender/gpu/BL_gpu.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="BL_gpu"
 
6
        ProjectGUID="{138DD16C-CC78-4F6C-A898-C8DA68D89067}"
 
7
        RootNamespace="BL_gpu"
 
8
        TargetFrameworkVersion="131072"
 
9
        >
 
10
        <Platforms>
 
11
                <Platform
 
12
                        Name="Win32"
 
13
                />
 
14
        </Platforms>
 
15
        <ToolFiles>
 
16
        </ToolFiles>
 
17
        <Configurations>
 
18
                <Configuration
 
19
                        Name="3D Plugin Debug|Win32"
 
20
                        OutputDirectory="..\..\..\..\build\msvc_9\source\blender\gpu\mtdll\debug"
 
21
                        IntermediateDirectory="..\..\..\..\build\msvc_9\source\blender\gpu\mtdll\debug"
 
22
                        ConfigurationType="4"
 
23
                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
 
24
                        UseOfMFC="0"
 
25
                        ATLMinimizesCRunTimeLibraryUsage="false"
 
26
                        CharacterSet="2"
 
27
                        >
 
28
                        <Tool
 
29
                                Name="VCPreBuildEventTool"
 
30
                        />
 
31
                        <Tool
 
32
                                Name="VCCustomBuildTool"
 
33
                        />
 
34
                        <Tool
 
35
                                Name="VCXMLDataGeneratorTool"
 
36
                        />
 
37
                        <Tool
 
38
                                Name="VCWebServiceProxyGeneratorTool"
 
39
                        />
 
40
                        <Tool
 
41
                                Name="VCMIDLTool"
 
42
                        />
 
43
                        <Tool
 
44
                                Name="VCCLCompilerTool"
 
45
                                Optimization="0"
 
46
                                AdditionalIncludeDirectories="..\..\..\source\blender\blenlib;..\..\..\source\blender\blenkernel;..\..\..\source\blender\makesdna;..\..\..\source\blender\include;..\..\..\..\build\msvc_9\extern\glew\include;..\..\..\..\build\msvc_9\intern\guardedalloc\include;..\..\..\source\blender\imbuf;..\..\..\source\blender\gpu"
 
47
                                PreprocessorDefinitions="_DEBUG,WIN32,_LIB,DWORDS_LITTLEENDIAN"
 
48
                                BasicRuntimeChecks="3"
 
49
                                RuntimeLibrary="3"
 
50
                                DefaultCharIsUnsigned="true"
 
51
                                UsePrecompiledHeader="0"
 
52
                                PrecompiledHeaderFile="..\..\..\..\build\msvc_9\source\blender\gpu\mtdll\debug\BL_gpu.pch"
 
53
                                AssemblerListingLocation="..\..\..\..\build\msvc_9\source\blender\gpu\mtdll\debug\"
 
54
                                ObjectFile="..\..\..\..\build\msvc_9\source\blender\gpu\mtdll\debug\"
 
55
                                ProgramDataBaseFileName="..\..\..\..\build\msvc_9\source\blender\gpu\mtdll\debug\"
 
56
                                WarningLevel="2"
 
57
                                SuppressStartupBanner="true"
 
58
                                DebugInformationFormat="3"
 
59
                                CompileAs="0"
 
60
                        />
 
61
                        <Tool
 
62
                                Name="VCManagedResourceCompilerTool"
 
63
                        />
 
64
                        <Tool
 
65
                                Name="VCResourceCompilerTool"
 
66
                                PreprocessorDefinitions="_DEBUG"
 
67
                                Culture="1033"
 
68
                        />
 
69
                        <Tool
 
70
                                Name="VCPreLinkEventTool"
 
71
                        />
 
72
                        <Tool
 
73
                                Name="VCLibrarianTool"
 
74
                                OutputFile="..\..\..\..\build\msvc_9\libs\mtdll\debug\BL_gpu.lib"
 
75
                                SuppressStartupBanner="true"
 
76
                        />
 
77
                        <Tool
 
78
                                Name="VCALinkTool"
 
79
                        />
 
80
                        <Tool
 
81
                                Name="VCXDCMakeTool"
 
82
                        />
 
83
                        <Tool
 
84
                                Name="VCBscMakeTool"
 
85
                        />
 
86
                        <Tool
 
87
                                Name="VCFxCopTool"
 
88
                        />
 
89
                        <Tool
 
90
                                Name="VCPostBuildEventTool"
 
91
                        />
 
92
                </Configuration>
 
93
                <Configuration
 
94
                        Name="Blender Debug|Win32"
 
95
                        OutputDirectory="..\..\..\..\build\msvc_9\source\blender\gpu\debug"
 
96
                        IntermediateDirectory="..\..\..\..\build\msvc_9\source\blender\gpu\debug"
 
97
                        ConfigurationType="4"
 
98
                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
 
99
                        UseOfMFC="0"
 
100
                        ATLMinimizesCRunTimeLibraryUsage="false"
 
101
                        CharacterSet="2"
 
102
                        >
 
103
                        <Tool
 
104
                                Name="VCPreBuildEventTool"
 
105
                        />
 
106
                        <Tool
 
107
                                Name="VCCustomBuildTool"
 
108
                        />
 
109
                        <Tool
 
110
                                Name="VCXMLDataGeneratorTool"
 
111
                        />
 
112
                        <Tool
 
113
                                Name="VCWebServiceProxyGeneratorTool"
 
114
                        />
 
115
                        <Tool
 
116
                                Name="VCMIDLTool"
 
117
                        />
 
118
                        <Tool
 
119
                                Name="VCCLCompilerTool"
 
120
                                Optimization="0"
 
121
                                AdditionalIncludeDirectories="..\..\..\source\blender\blenlib;..\..\..\source\blender\blenkernel;..\..\..\source\blender\makesdna;..\..\..\source\blender\include;..\..\..\..\build\msvc_9\extern\glew\include;..\..\..\..\build\msvc_9\intern\guardedalloc\include;..\..\..\source\blender\imbuf;..\..\..\source\blender\gpu"
 
122
                                PreprocessorDefinitions="_DEBUG,WIN32,_LIB,DWORDS_LITTLEENDIAN"
 
123
                                BasicRuntimeChecks="3"
 
124
                                RuntimeLibrary="1"
 
125
                                DefaultCharIsUnsigned="false"
 
126
                                UsePrecompiledHeader="0"
 
127
                                PrecompiledHeaderFile="..\..\..\..\build\msvc_9\source\blender\gpu\debug\BL_gpu.pch"
 
128
                                AssemblerListingLocation="..\..\..\..\build\msvc_9\source\blender\gpu\debug\"
 
129
                                ObjectFile="..\..\..\..\build\msvc_9\source\blender\gpu\debug\"
 
130
                                ProgramDataBaseFileName="..\..\..\..\build\msvc_9\source\blender\gpu\debug\"
 
131
                                WarningLevel="2"
 
132
                                SuppressStartupBanner="true"
 
133
                                DebugInformationFormat="3"
 
134
                                CompileAs="0"
 
135
                        />
 
136
                        <Tool
 
137
                                Name="VCManagedResourceCompilerTool"
 
138
                        />
 
139
                        <Tool
 
140
                                Name="VCResourceCompilerTool"
 
141
                                PreprocessorDefinitions="_DEBUG"
 
142
                                Culture="1033"
 
143
                        />
 
144
                        <Tool
 
145
                                Name="VCPreLinkEventTool"
 
146
                        />
 
147
                        <Tool
 
148
                                Name="VCLibrarianTool"
 
149
                                OutputFile="..\..\..\..\build\msvc_9\libs\debug\BL_gpu.lib"
 
150
                                SuppressStartupBanner="true"
 
151
                        />
 
152
                        <Tool
 
153
                                Name="VCALinkTool"
 
154
                        />
 
155
                        <Tool
 
156
                                Name="VCXDCMakeTool"
 
157
                        />
 
158
                        <Tool
 
159
                                Name="VCBscMakeTool"
 
160
                        />
 
161
                        <Tool
 
162
                                Name="VCFxCopTool"
 
163
                        />
 
164
                        <Tool
 
165
                                Name="VCPostBuildEventTool"
 
166
                        />
 
167
                </Configuration>
 
168
                <Configuration
 
169
                        Name="Blender Release|Win32"
 
170
                        OutputDirectory="..\..\..\..\build\msvc_9\source\blender\gpu"
 
171
                        IntermediateDirectory="..\..\..\..\build\msvc_9\source\blender\gpu"
 
172
                        ConfigurationType="4"
 
173
                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
 
174
                        UseOfMFC="0"
 
175
                        ATLMinimizesCRunTimeLibraryUsage="false"
 
176
                        CharacterSet="2"
 
177
                        >
 
178
                        <Tool
 
179
                                Name="VCPreBuildEventTool"
 
180
                        />
 
181
                        <Tool
 
182
                                Name="VCCustomBuildTool"
 
183
                        />
 
184
                        <Tool
 
185
                                Name="VCXMLDataGeneratorTool"
 
186
                        />
 
187
                        <Tool
 
188
                                Name="VCWebServiceProxyGeneratorTool"
 
189
                        />
 
190
                        <Tool
 
191
                                Name="VCMIDLTool"
 
192
                        />
 
193
                        <Tool
 
194
                                Name="VCCLCompilerTool"
 
195
                                InlineFunctionExpansion="1"
 
196
                                AdditionalIncludeDirectories="..\..\..\source\blender\blenlib;..\..\..\source\blender\blenkernel;..\..\..\source\blender\makesdna;..\..\..\source\blender\include;..\..\..\..\build\msvc_9\extern\glew\include;..\..\..\..\build\msvc_9\intern\guardedalloc\include;..\..\..\source\blender\imbuf;..\..\..\source\blender\gpu"
 
197
                                PreprocessorDefinitions="NDEBUG,WIN32,_LIB,DWORDS_LITTLEENDIAN"
 
198
                                StringPooling="true"
 
199
                                RuntimeLibrary="0"
 
200
                                EnableFunctionLevelLinking="true"
 
201
                                DefaultCharIsUnsigned="true"
 
202
                                UsePrecompiledHeader="0"
 
203
                                PrecompiledHeaderFile="..\..\..\..\build\msvc_9\source\blender\gpu\BL_gpu.pch"
 
204
                                AssemblerListingLocation="..\..\..\..\build\msvc_9\source\blender\gpu\"
 
205
                                ObjectFile="..\..\..\..\build\msvc_9\source\blender\gpu\"
 
206
                                ProgramDataBaseFileName="..\..\..\..\build\msvc_9\source\blender\gpu\"
 
207
                                WarningLevel="2"
 
208
                                SuppressStartupBanner="true"
 
209
                                CompileAs="0"
 
210
                        />
 
211
                        <Tool
 
212
                                Name="VCManagedResourceCompilerTool"
 
213
                        />
 
214
                        <Tool
 
215
                                Name="VCResourceCompilerTool"
 
216
                                PreprocessorDefinitions="NDEBUG"
 
217
                                Culture="1033"
 
218
                        />
 
219
                        <Tool
 
220
                                Name="VCPreLinkEventTool"
 
221
                        />
 
222
                        <Tool
 
223
                                Name="VCLibrarianTool"
 
224
                                OutputFile="..\..\..\..\build\msvc_9\libs\BL_gpu.lib"
 
225
                                SuppressStartupBanner="true"
 
226
                        />
 
227
                        <Tool
 
228
                                Name="VCALinkTool"
 
229
                        />
 
230
                        <Tool
 
231
                                Name="VCXDCMakeTool"
 
232
                        />
 
233
                        <Tool
 
234
                                Name="VCBscMakeTool"
 
235
                        />
 
236
                        <Tool
 
237
                                Name="VCFxCopTool"
 
238
                        />
 
239
                        <Tool
 
240
                                Name="VCPostBuildEventTool"
 
241
                        />
 
242
                </Configuration>
 
243
                <Configuration
 
244
                        Name="3D Plugin Release|Win32"
 
245
                        OutputDirectory="..\..\..\..\build\msvc_9\source\blender\gpu\mtdll"
 
246
                        IntermediateDirectory="..\..\..\..\build\msvc_9\source\blender\gpu\mtdll"
 
247
                        ConfigurationType="4"
 
248
                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
 
249
                        UseOfMFC="0"
 
250
                        ATLMinimizesCRunTimeLibraryUsage="false"
 
251
                        CharacterSet="2"
 
252
                        >
 
253
                        <Tool
 
254
                                Name="VCPreBuildEventTool"
 
255
                        />
 
256
                        <Tool
 
257
                                Name="VCCustomBuildTool"
 
258
                        />
 
259
                        <Tool
 
260
                                Name="VCXMLDataGeneratorTool"
 
261
                        />
 
262
                        <Tool
 
263
                                Name="VCWebServiceProxyGeneratorTool"
 
264
                        />
 
265
                        <Tool
 
266
                                Name="VCMIDLTool"
 
267
                        />
 
268
                        <Tool
 
269
                                Name="VCCLCompilerTool"
 
270
                                InlineFunctionExpansion="1"
 
271
                                AdditionalIncludeDirectories="..\..\..\source\blender\blenlib;..\..\..\source\blender\blenkernel;..\..\..\source\blender\makesdna;..\..\..\source\blender\include;..\..\..\..\build\msvc_9\extern\glew\include;..\..\..\..\build\msvc_9\intern\guardedalloc\include;..\..\..\source\blender\imbuf;..\..\..\source\blender\gpu"
 
272
                                PreprocessorDefinitions="NDEBUG,WIN32,_LIB,DWORDS_LITTLEENDIAN"
 
273
                                StringPooling="true"
 
274
                                RuntimeLibrary="2"
 
275
                                EnableFunctionLevelLinking="true"
 
276
                                DefaultCharIsUnsigned="true"
 
277
                                UsePrecompiledHeader="0"
 
278
                                PrecompiledHeaderFile="..\..\..\..\build\msvc_9\source\blender\gpu\mtdll\BL_gpu.pch"
 
279
                                AssemblerListingLocation="..\..\..\..\build\msvc_9\source\blender\gpu\mtdll\"
 
280
                                ObjectFile="..\..\..\..\build\msvc_9\source\blender\gpu\mtdll\"
 
281
                                ProgramDataBaseFileName="..\..\..\..\build\msvc_9\source\blender\gpu\mtdll\"
 
282
                                WarningLevel="2"
 
283
                                SuppressStartupBanner="true"
 
284
                                CompileAs="0"
 
285
                        />
 
286
                        <Tool
 
287
                                Name="VCManagedResourceCompilerTool"
 
288
                        />
 
289
                        <Tool
 
290
                                Name="VCResourceCompilerTool"
 
291
                                PreprocessorDefinitions="NDEBUG"
 
292
                                Culture="1033"
 
293
                        />
 
294
                        <Tool
 
295
                                Name="VCPreLinkEventTool"
 
296
                        />
 
297
                        <Tool
 
298
                                Name="VCLibrarianTool"
 
299
                                OutputFile="..\..\..\..\build\msvc_9\libs\mtdll\BL_gpu.lib"
 
300
                                SuppressStartupBanner="true"
 
301
                        />
 
302
                        <Tool
 
303
                                Name="VCALinkTool"
 
304
                        />
 
305
                        <Tool
 
306
                                Name="VCXDCMakeTool"
 
307
                        />
 
308
                        <Tool
 
309
                                Name="VCBscMakeTool"
 
310
                        />
 
311
                        <Tool
 
312
                                Name="VCFxCopTool"
 
313
                        />
 
314
                        <Tool
 
315
                                Name="VCPostBuildEventTool"
 
316
                        />
 
317
                </Configuration>
 
318
                <Configuration
 
319
                        Name="BlenderPlayer Debug|Win32"
 
320
                        OutputDirectory="..\..\..\..\build\msvc_9\source\blender\gpu\debug\blenplayer"
 
321
                        IntermediateDirectory="..\..\..\..\build\msvc_9\source\blender\gpu\debug\blenplayer"
 
322
                        ConfigurationType="4"
 
323
                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
 
324
                        UseOfMFC="0"
 
325
                        ATLMinimizesCRunTimeLibraryUsage="false"
 
326
                        CharacterSet="2"
 
327
                        >
 
328
                        <Tool
 
329
                                Name="VCPreBuildEventTool"
 
330
                        />
 
331
                        <Tool
 
332
                                Name="VCCustomBuildTool"
 
333
                        />
 
334
                        <Tool
 
335
                                Name="VCXMLDataGeneratorTool"
 
336
                        />
 
337
                        <Tool
 
338
                                Name="VCWebServiceProxyGeneratorTool"
 
339
                        />
 
340
                        <Tool
 
341
                                Name="VCMIDLTool"
 
342
                        />
 
343
                        <Tool
 
344
                                Name="VCCLCompilerTool"
 
345
                                Optimization="0"
 
346
                                AdditionalIncludeDirectories="..\..\..\source\blender\blenlib;..\..\..\source\blender\blenkernel;..\..\..\source\blender\makesdna;..\..\..\source\blender\include;..\..\..\..\build\msvc_9\extern\glew\include;..\..\..\..\build\msvc_9\intern\guardedalloc\include;..\..\..\source\blender\imbuf;..\..\..\source\blender\gpu"
 
347
                                PreprocessorDefinitions="_DEBUG,WIN32,_LIB,DWORDS_LITTLEENDIAN"
 
348
                                BasicRuntimeChecks="3"
 
349
                                RuntimeLibrary="1"
 
350
                                DefaultCharIsUnsigned="false"
 
351
                                UsePrecompiledHeader="0"
 
352
                                PrecompiledHeaderFile="..\..\..\..\build\msvc_9\source\blender\gpu\debug\BL_gpu.pch"
 
353
                                AssemblerListingLocation="..\..\..\..\build\msvc_9\source\blender\gpu\debug\"
 
354
                                ObjectFile="..\..\..\..\build\msvc_9\source\blender\gpu\debug\"
 
355
                                ProgramDataBaseFileName="..\..\..\..\build\msvc_9\source\blender\gpu\debug\"
 
356
                                WarningLevel="2"
 
357
                                SuppressStartupBanner="true"
 
358
                                DebugInformationFormat="3"
 
359
                                CompileAs="0"
 
360
                        />
 
361
                        <Tool
 
362
                                Name="VCManagedResourceCompilerTool"
 
363
                        />
 
364
                        <Tool
 
365
                                Name="VCResourceCompilerTool"
 
366
                                PreprocessorDefinitions="_DEBUG"
 
367
                                Culture="1033"
 
368
                        />
 
369
                        <Tool
 
370
                                Name="VCPreLinkEventTool"
 
371
                        />
 
372
                        <Tool
 
373
                                Name="VCLibrarianTool"
 
374
                                OutputFile="..\..\..\..\build\msvc_9\libs\debug\BL_gpu.lib"
 
375
                                SuppressStartupBanner="true"
 
376
                        />
 
377
                        <Tool
 
378
                                Name="VCALinkTool"
 
379
                        />
 
380
                        <Tool
 
381
                                Name="VCXDCMakeTool"
 
382
                        />
 
383
                        <Tool
 
384
                                Name="VCBscMakeTool"
 
385
                        />
 
386
                        <Tool
 
387
                                Name="VCFxCopTool"
 
388
                        />
 
389
                        <Tool
 
390
                                Name="VCPostBuildEventTool"
 
391
                        />
 
392
                </Configuration>
 
393
                <Configuration
 
394
                        Name="BlenderPlayer Release|Win32"
 
395
                        OutputDirectory="..\..\..\..\build\msvc_9\source\blender\gpu\blenplayer"
 
396
                        IntermediateDirectory="..\..\..\..\build\msvc_9\source\blender\gpu\blenplayer"
 
397
                        ConfigurationType="4"
 
398
                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
 
399
                        UseOfMFC="0"
 
400
                        ATLMinimizesCRunTimeLibraryUsage="false"
 
401
                        CharacterSet="2"
 
402
                        >
 
403
                        <Tool
 
404
                                Name="VCPreBuildEventTool"
 
405
                        />
 
406
                        <Tool
 
407
                                Name="VCCustomBuildTool"
 
408
                        />
 
409
                        <Tool
 
410
                                Name="VCXMLDataGeneratorTool"
 
411
                        />
 
412
                        <Tool
 
413
                                Name="VCWebServiceProxyGeneratorTool"
 
414
                        />
 
415
                        <Tool
 
416
                                Name="VCMIDLTool"
 
417
                        />
 
418
                        <Tool
 
419
                                Name="VCCLCompilerTool"
 
420
                                InlineFunctionExpansion="1"
 
421
                                AdditionalIncludeDirectories="..\..\..\source\blender\blenlib;..\..\..\source\blender\blenkernel;..\..\..\source\blender\makesdna;..\..\..\source\blender\include;..\..\..\..\build\msvc_9\extern\glew\include;..\..\..\..\build\msvc_9\intern\guardedalloc\include;..\..\..\source\blender\imbuf;..\..\..\source\blender\gpu"
 
422
                                PreprocessorDefinitions="NDEBUG,WIN32,_LIB,DWORDS_LITTLEENDIAN"
 
423
                                StringPooling="true"
 
424
                                RuntimeLibrary="0"
 
425
                                EnableFunctionLevelLinking="true"
 
426
                                DefaultCharIsUnsigned="true"
 
427
                                UsePrecompiledHeader="0"
 
428
                                PrecompiledHeaderFile="..\..\..\..\build\msvc_9\source\blender\gpu\BL_gpu.pch"
 
429
                                AssemblerListingLocation="..\..\..\..\build\msvc_9\source\blender\gpu\"
 
430
                                ObjectFile="..\..\..\..\build\msvc_9\source\blender\gpu\"
 
431
                                ProgramDataBaseFileName="..\..\..\..\build\msvc_9\source\blender\gpu\"
 
432
                                WarningLevel="2"
 
433
                                SuppressStartupBanner="true"
 
434
                                CompileAs="0"
 
435
                        />
 
436
                        <Tool
 
437
                                Name="VCManagedResourceCompilerTool"
 
438
                        />
 
439
                        <Tool
 
440
                                Name="VCResourceCompilerTool"
 
441
                                PreprocessorDefinitions="NDEBUG"
 
442
                                Culture="1033"
 
443
                        />
 
444
                        <Tool
 
445
                                Name="VCPreLinkEventTool"
 
446
                        />
 
447
                        <Tool
 
448
                                Name="VCLibrarianTool"
 
449
                                OutputFile="..\..\..\..\build\msvc_9\libs\BL_gpu.lib"
 
450
                                SuppressStartupBanner="true"
 
451
                        />
 
452
                        <Tool
 
453
                                Name="VCALinkTool"
 
454
                        />
 
455
                        <Tool
 
456
                                Name="VCXDCMakeTool"
 
457
                        />
 
458
                        <Tool
 
459
                                Name="VCBscMakeTool"
 
460
                        />
 
461
                        <Tool
 
462
                                Name="VCFxCopTool"
 
463
                        />
 
464
                        <Tool
 
465
                                Name="VCPostBuildEventTool"
 
466
                        />
 
467
                </Configuration>
 
468
        </Configurations>
 
469
        <References>
 
470
        </References>
 
471
        <Files>
 
472
                <Filter
 
473
                        Name="Source Files"
 
474
                        Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
 
475
                        >
 
476
                        <File
 
477
                                RelativePath="..\..\..\source\blender\gpu\intern\gpu_codegen.c"
 
478
                                >
 
479
                        </File>
 
480
                        <File
 
481
                                RelativePath="..\..\..\source\blender\gpu\intern\gpu_draw.c"
 
482
                                >
 
483
                        </File>
 
484
                        <File
 
485
                                RelativePath="..\..\..\source\blender\gpu\intern\gpu_extensions.c"
 
486
                                >
 
487
                        </File>
 
488
                        <File
 
489
                                RelativePath="..\..\..\source\blender\gpu\intern\gpu_material.c"
 
490
                                >
 
491
                        </File>
 
492
                        <File
 
493
                                RelativePath="..\..\..\source\blender\gpu\intern\gpu_shader_material.glsl.c"
 
494
                                >
 
495
                        </File>
 
496
                        <File
 
497
                                RelativePath="..\..\..\source\blender\gpu\intern\gpu_shader_vertex.glsl.c"
 
498
                                >
 
499
                        </File>
 
500
                </Filter>
 
501
                <Filter
 
502
                        Name="Header Files"
 
503
                        Filter="h;hpp;hxx;hm;inl"
 
504
                        >
 
505
                        <File
 
506
                                RelativePath="..\..\..\source\blender\gpu\intern\gpu_codegen.h"
 
507
                                >
 
508
                        </File>
 
509
                        <File
 
510
                                RelativePath="..\..\..\source\blender\gpu\GPU_draw.h"
 
511
                                >
 
512
                        </File>
 
513
                        <File
 
514
                                RelativePath="..\..\..\source\blender\gpu\GPU_extensions.h"
 
515
                                >
 
516
                        </File>
 
517
                        <File
 
518
                                RelativePath="..\..\..\source\blender\gpu\GPU_material.h"
 
519
                                >
 
520
                        </File>
 
521
                </Filter>
 
522
        </Files>
 
523
        <Globals>
 
524
        </Globals>
 
525
</VisualStudioProject>