~ubuntu-branches/ubuntu/saucy/boinc-app-seti/saucy

« back to all changes in this revision

Viewing changes to client/win_build/VS2008/glut.vcproj

  • Committer: Package Import Robot
  • Author(s): Gianfranco Costamagna
  • Date: 2013-07-25 09:38:04 UTC
  • mfrom: (1.1.7)
  • Revision ID: package-import@ubuntu.com-20130725093804-ll1egntx7saiqyh8
Tags: 7.00~svn1933-1
* New upstream release.
* Removed win_build, mac_build, vector_lib, jpeglib
  not used in building and not completely listed in copyright file.
* debian/copyright and README.sources have been updated.
* dropping 101_freebsd_build.patch and separate_build_dir.patch,
  accepted upstream.
* Removed debian/watch, unused.
* Little changes in debian/README.source files.

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="glut"
6
 
        ProjectGUID="{C4165626-F68F-4F66-A126-3B82DDBB7480}"
7
 
        RootNamespace="glut"
8
 
        Keyword="Win32Proj"
9
 
        TargetFrameworkVersion="131072"
10
 
        >
11
 
        <Platforms>
12
 
                <Platform
13
 
                        Name="Win32"
14
 
                />
15
 
                <Platform
16
 
                        Name="x64"
17
 
                />
18
 
        </Platforms>
19
 
        <ToolFiles>
20
 
        </ToolFiles>
21
 
        <Configurations>
22
 
                <Configuration
23
 
                        Name="Debug|Win32"
24
 
                        OutputDirectory="..\Debug"
25
 
                        IntermediateDirectory="..\Debug"
26
 
                        ConfigurationType="4"
27
 
                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
28
 
                        UseOfATL="0"
29
 
                        CharacterSet="2"
30
 
                        >
31
 
                        <Tool
32
 
                                Name="VCPreBuildEventTool"
33
 
                        />
34
 
                        <Tool
35
 
                                Name="VCCustomBuildTool"
36
 
                        />
37
 
                        <Tool
38
 
                                Name="VCXMLDataGeneratorTool"
39
 
                        />
40
 
                        <Tool
41
 
                                Name="VCWebServiceProxyGeneratorTool"
42
 
                        />
43
 
                        <Tool
44
 
                                Name="VCMIDLTool"
45
 
                        />
46
 
                        <Tool
47
 
                                Name="VCCLCompilerTool"
48
 
                                Optimization="0"
49
 
                                PreprocessorDefinitions="WIN32;_MT;_DEBUG;_WINDOWS;_CONSOLE;HAVE_STD_MAX;HAVE_STD_MIN;CLIENT;BOINC_APP_GRAPHICS;_LIB"
50
 
                                MinimalRebuild="true"
51
 
                                BasicRuntimeChecks="3"
52
 
                                RuntimeLibrary="1"
53
 
                                UsePrecompiledHeader="0"
54
 
                                WarningLevel="3"
55
 
                                Detect64BitPortabilityProblems="true"
56
 
                                DebugInformationFormat="4"
57
 
                        />
58
 
                        <Tool
59
 
                                Name="VCManagedResourceCompilerTool"
60
 
                        />
61
 
                        <Tool
62
 
                                Name="VCResourceCompilerTool"
63
 
                        />
64
 
                        <Tool
65
 
                                Name="VCPreLinkEventTool"
66
 
                        />
67
 
                        <Tool
68
 
                                Name="VCLibrarianTool"
69
 
                                OutputFile="$(OutDir)/glut32.lib"
70
 
                        />
71
 
                        <Tool
72
 
                                Name="VCALinkTool"
73
 
                        />
74
 
                        <Tool
75
 
                                Name="VCXDCMakeTool"
76
 
                        />
77
 
                        <Tool
78
 
                                Name="VCBscMakeTool"
79
 
                        />
80
 
                        <Tool
81
 
                                Name="VCFxCopTool"
82
 
                        />
83
 
                        <Tool
84
 
                                Name="VCPostBuildEventTool"
85
 
                        />
86
 
                </Configuration>
87
 
                <Configuration
88
 
                        Name="Release|Win32"
89
 
                        OutputDirectory="..\Release"
90
 
                        IntermediateDirectory="..\Release"
91
 
                        ConfigurationType="4"
92
 
                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
93
 
                        CharacterSet="2"
94
 
                        >
95
 
                        <Tool
96
 
                                Name="VCPreBuildEventTool"
97
 
                        />
98
 
                        <Tool
99
 
                                Name="VCCustomBuildTool"
100
 
                        />
101
 
                        <Tool
102
 
                                Name="VCXMLDataGeneratorTool"
103
 
                        />
104
 
                        <Tool
105
 
                                Name="VCWebServiceProxyGeneratorTool"
106
 
                        />
107
 
                        <Tool
108
 
                                Name="VCMIDLTool"
109
 
                        />
110
 
                        <Tool
111
 
                                Name="VCCLCompilerTool"
112
 
                                PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
113
 
                                RuntimeLibrary="0"
114
 
                                UsePrecompiledHeader="0"
115
 
                                WarningLevel="3"
116
 
                                Detect64BitPortabilityProblems="true"
117
 
                                DebugInformationFormat="0"
118
 
                                CompileAs="2"
119
 
                        />
120
 
                        <Tool
121
 
                                Name="VCManagedResourceCompilerTool"
122
 
                        />
123
 
                        <Tool
124
 
                                Name="VCResourceCompilerTool"
125
 
                        />
126
 
                        <Tool
127
 
                                Name="VCPreLinkEventTool"
128
 
                        />
129
 
                        <Tool
130
 
                                Name="VCLibrarianTool"
131
 
                                OutputFile="$(OutDir)/glut.lib"
132
 
                        />
133
 
                        <Tool
134
 
                                Name="VCALinkTool"
135
 
                        />
136
 
                        <Tool
137
 
                                Name="VCXDCMakeTool"
138
 
                        />
139
 
                        <Tool
140
 
                                Name="VCBscMakeTool"
141
 
                        />
142
 
                        <Tool
143
 
                                Name="VCFxCopTool"
144
 
                        />
145
 
                        <Tool
146
 
                                Name="VCPostBuildEventTool"
147
 
                        />
148
 
                </Configuration>
149
 
                <Configuration
150
 
                        Name="Debug|x64"
151
 
                        OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
152
 
                        IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
153
 
                        ConfigurationType="4"
154
 
                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
155
 
                        UseOfATL="0"
156
 
                        CharacterSet="2"
157
 
                        >
158
 
                        <Tool
159
 
                                Name="VCPreBuildEventTool"
160
 
                        />
161
 
                        <Tool
162
 
                                Name="VCCustomBuildTool"
163
 
                        />
164
 
                        <Tool
165
 
                                Name="VCXMLDataGeneratorTool"
166
 
                        />
167
 
                        <Tool
168
 
                                Name="VCWebServiceProxyGeneratorTool"
169
 
                        />
170
 
                        <Tool
171
 
                                Name="VCMIDLTool"
172
 
                                TargetEnvironment="3"
173
 
                        />
174
 
                        <Tool
175
 
                                Name="VCCLCompilerTool"
176
 
                                Optimization="0"
177
 
                                PreprocessorDefinitions="WIN32;_MT;_DEBUG;_WINDOWS;_CONSOLE;HAVE_STD_MAX;HAVE_STD_MIN;CLIENT;BOINC_APP_GRAPHICS;_LIB"
178
 
                                MinimalRebuild="true"
179
 
                                BasicRuntimeChecks="3"
180
 
                                RuntimeLibrary="1"
181
 
                                UsePrecompiledHeader="0"
182
 
                                WarningLevel="3"
183
 
                                Detect64BitPortabilityProblems="true"
184
 
                                DebugInformationFormat="3"
185
 
                        />
186
 
                        <Tool
187
 
                                Name="VCManagedResourceCompilerTool"
188
 
                        />
189
 
                        <Tool
190
 
                                Name="VCResourceCompilerTool"
191
 
                        />
192
 
                        <Tool
193
 
                                Name="VCPreLinkEventTool"
194
 
                        />
195
 
                        <Tool
196
 
                                Name="VCLibrarianTool"
197
 
                                OutputFile="$(OutDir)/glut32.lib"
198
 
                        />
199
 
                        <Tool
200
 
                                Name="VCALinkTool"
201
 
                        />
202
 
                        <Tool
203
 
                                Name="VCXDCMakeTool"
204
 
                        />
205
 
                        <Tool
206
 
                                Name="VCBscMakeTool"
207
 
                        />
208
 
                        <Tool
209
 
                                Name="VCFxCopTool"
210
 
                        />
211
 
                        <Tool
212
 
                                Name="VCPostBuildEventTool"
213
 
                        />
214
 
                </Configuration>
215
 
                <Configuration
216
 
                        Name="Release|x64"
217
 
                        OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
218
 
                        IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
219
 
                        ConfigurationType="4"
220
 
                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
221
 
                        CharacterSet="2"
222
 
                        >
223
 
                        <Tool
224
 
                                Name="VCPreBuildEventTool"
225
 
                        />
226
 
                        <Tool
227
 
                                Name="VCCustomBuildTool"
228
 
                        />
229
 
                        <Tool
230
 
                                Name="VCXMLDataGeneratorTool"
231
 
                        />
232
 
                        <Tool
233
 
                                Name="VCWebServiceProxyGeneratorTool"
234
 
                        />
235
 
                        <Tool
236
 
                                Name="VCMIDLTool"
237
 
                                TargetEnvironment="3"
238
 
                        />
239
 
                        <Tool
240
 
                                Name="VCCLCompilerTool"
241
 
                                PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
242
 
                                RuntimeLibrary="0"
243
 
                                UsePrecompiledHeader="0"
244
 
                                WarningLevel="3"
245
 
                                Detect64BitPortabilityProblems="true"
246
 
                                DebugInformationFormat="0"
247
 
                                CompileAs="2"
248
 
                        />
249
 
                        <Tool
250
 
                                Name="VCManagedResourceCompilerTool"
251
 
                        />
252
 
                        <Tool
253
 
                                Name="VCResourceCompilerTool"
254
 
                        />
255
 
                        <Tool
256
 
                                Name="VCPreLinkEventTool"
257
 
                        />
258
 
                        <Tool
259
 
                                Name="VCLibrarianTool"
260
 
                                OutputFile="$(OutDir)/glut.lib"
261
 
                        />
262
 
                        <Tool
263
 
                                Name="VCALinkTool"
264
 
                        />
265
 
                        <Tool
266
 
                                Name="VCXDCMakeTool"
267
 
                        />
268
 
                        <Tool
269
 
                                Name="VCBscMakeTool"
270
 
                        />
271
 
                        <Tool
272
 
                                Name="VCFxCopTool"
273
 
                        />
274
 
                        <Tool
275
 
                                Name="VCPostBuildEventTool"
276
 
                        />
277
 
                </Configuration>
278
 
        </Configurations>
279
 
        <References>
280
 
        </References>
281
 
        <Files>
282
 
                <Filter
283
 
                        Name="Source Files"
284
 
                        Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
285
 
                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
286
 
                        >
287
 
                        <File
288
 
                                RelativePath="..\..\..\glut\glut_roman.c"
289
 
                                >
290
 
                                <FileConfiguration
291
 
                                        Name="Debug|Win32"
292
 
                                        >
293
 
                                        <Tool
294
 
                                                Name="VCCLCompilerTool"
295
 
                                                CompileAs="2"
296
 
                                        />
297
 
                                </FileConfiguration>
298
 
                                <FileConfiguration
299
 
                                        Name="Debug|x64"
300
 
                                        >
301
 
                                        <Tool
302
 
                                                Name="VCCLCompilerTool"
303
 
                                                CompileAs="2"
304
 
                                        />
305
 
                                </FileConfiguration>
306
 
                        </File>
307
 
                        <File
308
 
                                RelativePath="..\..\..\glut\glut_stroke.c"
309
 
                                >
310
 
                                <FileConfiguration
311
 
                                        Name="Debug|Win32"
312
 
                                        >
313
 
                                        <Tool
314
 
                                                Name="VCCLCompilerTool"
315
 
                                                CompileAs="2"
316
 
                                        />
317
 
                                </FileConfiguration>
318
 
                                <FileConfiguration
319
 
                                        Name="Debug|x64"
320
 
                                        >
321
 
                                        <Tool
322
 
                                                Name="VCCLCompilerTool"
323
 
                                                CompileAs="2"
324
 
                                        />
325
 
                                </FileConfiguration>
326
 
                        </File>
327
 
                        <File
328
 
                                RelativePath="..\..\..\glut\glut_swidth.c"
329
 
                                >
330
 
                                <FileConfiguration
331
 
                                        Name="Debug|Win32"
332
 
                                        >
333
 
                                        <Tool
334
 
                                                Name="VCCLCompilerTool"
335
 
                                                CompileAs="2"
336
 
                                        />
337
 
                                </FileConfiguration>
338
 
                                <FileConfiguration
339
 
                                        Name="Debug|x64"
340
 
                                        >
341
 
                                        <Tool
342
 
                                                Name="VCCLCompilerTool"
343
 
                                                CompileAs="2"
344
 
                                        />
345
 
                                </FileConfiguration>
346
 
                        </File>
347
 
                        <File
348
 
                                RelativePath="..\..\..\glut\win32_glx.c"
349
 
                                >
350
 
                                <FileConfiguration
351
 
                                        Name="Debug|Win32"
352
 
                                        >
353
 
                                        <Tool
354
 
                                                Name="VCCLCompilerTool"
355
 
                                                CompileAs="2"
356
 
                                        />
357
 
                                </FileConfiguration>
358
 
                                <FileConfiguration
359
 
                                        Name="Debug|x64"
360
 
                                        >
361
 
                                        <Tool
362
 
                                                Name="VCCLCompilerTool"
363
 
                                                CompileAs="2"
364
 
                                        />
365
 
                                </FileConfiguration>
366
 
                        </File>
367
 
                        <File
368
 
                                RelativePath="..\..\..\glut\win32_util.c"
369
 
                                >
370
 
                                <FileConfiguration
371
 
                                        Name="Debug|Win32"
372
 
                                        >
373
 
                                        <Tool
374
 
                                                Name="VCCLCompilerTool"
375
 
                                                CompileAs="2"
376
 
                                        />
377
 
                                </FileConfiguration>
378
 
                                <FileConfiguration
379
 
                                        Name="Debug|x64"
380
 
                                        >
381
 
                                        <Tool
382
 
                                                Name="VCCLCompilerTool"
383
 
                                                CompileAs="2"
384
 
                                        />
385
 
                                </FileConfiguration>
386
 
                        </File>
387
 
                        <File
388
 
                                RelativePath="..\..\..\glut\win32_x11.c"
389
 
                                >
390
 
                                <FileConfiguration
391
 
                                        Name="Debug|Win32"
392
 
                                        >
393
 
                                        <Tool
394
 
                                                Name="VCCLCompilerTool"
395
 
                                                CompileAs="2"
396
 
                                        />
397
 
                                </FileConfiguration>
398
 
                                <FileConfiguration
399
 
                                        Name="Debug|x64"
400
 
                                        >
401
 
                                        <Tool
402
 
                                                Name="VCCLCompilerTool"
403
 
                                                CompileAs="2"
404
 
                                        />
405
 
                                </FileConfiguration>
406
 
                        </File>
407
 
                </Filter>
408
 
                <Filter
409
 
                        Name="Header Files"
410
 
                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
411
 
                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
412
 
                        >
413
 
                        <File
414
 
                                RelativePath="..\..\..\glut\glut.h"
415
 
                                >
416
 
                        </File>
417
 
                        <File
418
 
                                RelativePath="..\..\..\glut\glutbitmap.h"
419
 
                                >
420
 
                        </File>
421
 
                        <File
422
 
                                RelativePath="..\..\..\glut\glutint.h"
423
 
                                >
424
 
                        </File>
425
 
                        <File
426
 
                                RelativePath="..\..\..\glut\glutstroke.h"
427
 
                                >
428
 
                        </File>
429
 
                        <File
430
 
                                RelativePath="..\..\glut\glutwin32.h"
431
 
                                >
432
 
                        </File>
433
 
                        <File
434
 
                                RelativePath="..\..\glut\stroke.h"
435
 
                                >
436
 
                        </File>
437
 
                        <File
438
 
                                RelativePath="..\..\glut\win32_glx.h"
439
 
                                >
440
 
                        </File>
441
 
                        <File
442
 
                                RelativePath="..\..\glut\win32_x11.h"
443
 
                                >
444
 
                        </File>
445
 
                </Filter>
446
 
                <Filter
447
 
                        Name="Resource Files"
448
 
                        Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
449
 
                        UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
450
 
                        >
451
 
                </Filter>
452
 
        </Files>
453
 
        <Globals>
454
 
        </Globals>
455
 
</VisualStudioProject>