~ubuntu-branches/ubuntu/saucy/atkmm1.6/saucy-proposed

« back to all changes in this revision

Viewing changes to MSVC_Net2005/atkmm/atkmm.vcproj

  • Committer: Bazaar Package Importer
  • Author(s): Krzysztof Klimonda
  • Date: 2010-11-02 20:35:53 UTC
  • Revision ID: james.westby@ubuntu.com-20101102203553-syno2w6yedmcdgk8
ImportĀ upstreamĀ versionĀ 2.22.1

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="8.00"
 
5
        Name="atkmm-1.6"
 
6
        ProjectGUID="{9FE0D5A6-458C-45C7-B954-2C3C1E6196C2}"
 
7
        Keyword="Win32Proj"
 
8
        >
 
9
        <Platforms>
 
10
                <Platform
 
11
                        Name="Win32"
 
12
                />
 
13
                <Platform
 
14
                        Name="x64"
 
15
                />
 
16
        </Platforms>
 
17
        <ToolFiles>
 
18
        </ToolFiles>
 
19
        <Configurations>
 
20
                <Configuration
 
21
                        Name="Debug|Win32"
 
22
                        OutputDirectory="$(PlatformName)\$(ConfigurationName)"
 
23
                        IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
 
24
                        ConfigurationType="2"
 
25
                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
 
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
                                AdditionalOptions="/vd2"
 
46
                                Optimization="0"
 
47
                                AdditionalIncludeDirectories="../../atk"
 
48
                                PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;ATKMM_BUILD"
 
49
                                MinimalRebuild="true"
 
50
                                BasicRuntimeChecks="3"
 
51
                                RuntimeLibrary="3"
 
52
                                RuntimeTypeInfo="true"
 
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
                                Description="Generate atkmm def file"
 
67
                                CommandLine="$(SolutionDir)gendef\$(PlatformName)\$(ConfigurationName)\gendef $(PlatformName)\$(ConfigurationName)\$(InputName).def $(TargetFileName) $(IntDir)\*.obj"
 
68
                                ExcludedFromBuild="false"
 
69
                        />
 
70
                        <Tool
 
71
                                Name="VCLinkerTool"
 
72
                                AdditionalDependencies="atk-1.0.lib glib-2.0.lib gobject-2.0.lib sigc-vc80-d-2_0.lib glibmm-vc80-d-2_4.lib"
 
73
                                OutputFile="$(OutDir)/atkmm-vc80-d-1_6.dll"
 
74
                                ModuleDefinitionFile="$(PlatformName)\$(ConfigurationName)\$(InputName).def"
 
75
                                GenerateDebugInformation="true"
 
76
                        />
 
77
                        <Tool
 
78
                                Name="VCALinkTool"
 
79
                        />
 
80
                        <Tool
 
81
                                Name="VCManifestTool"
 
82
                        />
 
83
                        <Tool
 
84
                                Name="VCXDCMakeTool"
 
85
                        />
 
86
                        <Tool
 
87
                                Name="VCBscMakeTool"
 
88
                        />
 
89
                        <Tool
 
90
                                Name="VCFxCopTool"
 
91
                        />
 
92
                        <Tool
 
93
                                Name="VCAppVerifierTool"
 
94
                        />
 
95
                        <Tool
 
96
                                Name="VCWebDeploymentTool"
 
97
                        />
 
98
                        <Tool
 
99
                                Name="VCPostBuildEventTool"
 
100
                        />
 
101
                </Configuration>
 
102
                <Configuration
 
103
                        Name="Release|Win32"
 
104
                        OutputDirectory="$(PlatformName)\$(ConfigurationName)"
 
105
                        IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
 
106
                        ConfigurationType="2"
 
107
                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
 
108
                        CharacterSet="2"
 
109
                        >
 
110
                        <Tool
 
111
                                Name="VCPreBuildEventTool"
 
112
                        />
 
113
                        <Tool
 
114
                                Name="VCCustomBuildTool"
 
115
                        />
 
116
                        <Tool
 
117
                                Name="VCXMLDataGeneratorTool"
 
118
                        />
 
119
                        <Tool
 
120
                                Name="VCWebServiceProxyGeneratorTool"
 
121
                        />
 
122
                        <Tool
 
123
                                Name="VCMIDLTool"
 
124
                        />
 
125
                        <Tool
 
126
                                Name="VCCLCompilerTool"
 
127
                                AdditionalOptions="/vd2"
 
128
                                AdditionalIncludeDirectories="../../atk"
 
129
                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL"
 
130
                                RuntimeLibrary="2"
 
131
                                RuntimeTypeInfo="true"
 
132
                                UsePrecompiledHeader="0"
 
133
                                WarningLevel="3"
 
134
                                Detect64BitPortabilityProblems="true"
 
135
                                DebugInformationFormat="3"
 
136
                        />
 
137
                        <Tool
 
138
                                Name="VCManagedResourceCompilerTool"
 
139
                        />
 
140
                        <Tool
 
141
                                Name="VCResourceCompilerTool"
 
142
                        />
 
143
                        <Tool
 
144
                                Name="VCPreLinkEventTool"
 
145
                                Description="Generate atkmm def file"
 
146
                                CommandLine="$(SolutionDir)gendef\$(PlatformName)\$(ConfigurationName)\gendef $(PlatformName)\$(ConfigurationName)\$(InputName).def $(TargetFileName) $(IntDir)\*.obj"
 
147
                                ExcludedFromBuild="false"
 
148
                        />
 
149
                        <Tool
 
150
                                Name="VCLinkerTool"
 
151
                                AdditionalDependencies="atk-1.0.lib glib-2.0.lib gobject-2.0.lib sigc-vc80-2_0.lib glibmm-vc80-2_4.lib"
 
152
                                OutputFile="$(OutDir)\atkmm-vc80-1_6.dll"
 
153
                                ModuleDefinitionFile="$(PlatformName)\$(ConfigurationName)\$(InputName).def"
 
154
                        />
 
155
                        <Tool
 
156
                                Name="VCALinkTool"
 
157
                        />
 
158
                        <Tool
 
159
                                Name="VCManifestTool"
 
160
                        />
 
161
                        <Tool
 
162
                                Name="VCXDCMakeTool"
 
163
                        />
 
164
                        <Tool
 
165
                                Name="VCBscMakeTool"
 
166
                        />
 
167
                        <Tool
 
168
                                Name="VCFxCopTool"
 
169
                        />
 
170
                        <Tool
 
171
                                Name="VCAppVerifierTool"
 
172
                        />
 
173
                        <Tool
 
174
                                Name="VCWebDeploymentTool"
 
175
                        />
 
176
                        <Tool
 
177
                                Name="VCPostBuildEventTool"
 
178
                        />
 
179
                </Configuration>
 
180
                <Configuration
 
181
                        Name="Debug|x64"
 
182
                        OutputDirectory="$(PlatformName)\$(ConfigurationName)"
 
183
                        IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
 
184
                        ConfigurationType="2"
 
185
                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
 
186
                        CharacterSet="2"
 
187
                        >
 
188
                        <Tool
 
189
                                Name="VCPreBuildEventTool"
 
190
                        />
 
191
                        <Tool
 
192
                                Name="VCCustomBuildTool"
 
193
                        />
 
194
                        <Tool
 
195
                                Name="VCXMLDataGeneratorTool"
 
196
                        />
 
197
                        <Tool
 
198
                                Name="VCWebServiceProxyGeneratorTool"
 
199
                        />
 
200
                        <Tool
 
201
                                Name="VCMIDLTool"
 
202
                                TargetEnvironment="3"
 
203
                        />
 
204
                        <Tool
 
205
                                Name="VCCLCompilerTool"
 
206
                                AdditionalOptions="/vd2"
 
207
                                Optimization="0"
 
208
                                AdditionalIncludeDirectories="../../atk"
 
209
                                PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;ATKMM_BUILD"
 
210
                                MinimalRebuild="true"
 
211
                                BasicRuntimeChecks="3"
 
212
                                RuntimeLibrary="3"
 
213
                                RuntimeTypeInfo="true"
 
214
                                UsePrecompiledHeader="0"
 
215
                                WarningLevel="3"
 
216
                                Detect64BitPortabilityProblems="true"
 
217
                                DebugInformationFormat="3"
 
218
                        />
 
219
                        <Tool
 
220
                                Name="VCManagedResourceCompilerTool"
 
221
                        />
 
222
                        <Tool
 
223
                                Name="VCResourceCompilerTool"
 
224
                        />
 
225
                        <Tool
 
226
                                Name="VCPreLinkEventTool"
 
227
                                Description="Generate atkmm def file"
 
228
                                CommandLine="$(SolutionDir)gendef\$(PlatformName)\$(ConfigurationName)\gendef $(PlatformName)\$(ConfigurationName)\$(InputName).def $(TargetFileName) $(IntDir)\*.obj"
 
229
                                ExcludedFromBuild="false"
 
230
                        />
 
231
                        <Tool
 
232
                                Name="VCLinkerTool"
 
233
                                AdditionalDependencies="atk-1.0.lib glib-2.0.lib gobject-2.0.lib sigc-vc80-d-2_0.lib glibmm-vc80-d-2_4.lib"
 
234
                                OutputFile="$(OutDir)/atkmm-vc80-d-1_6.dll"
 
235
                                ModuleDefinitionFile="$(PlatformName)\$(ConfigurationName)\$(InputName).def"
 
236
                                GenerateDebugInformation="true"
 
237
                                TargetMachine="17"
 
238
                        />
 
239
                        <Tool
 
240
                                Name="VCALinkTool"
 
241
                        />
 
242
                        <Tool
 
243
                                Name="VCManifestTool"
 
244
                        />
 
245
                        <Tool
 
246
                                Name="VCXDCMakeTool"
 
247
                        />
 
248
                        <Tool
 
249
                                Name="VCBscMakeTool"
 
250
                        />
 
251
                        <Tool
 
252
                                Name="VCFxCopTool"
 
253
                        />
 
254
                        <Tool
 
255
                                Name="VCAppVerifierTool"
 
256
                        />
 
257
                        <Tool
 
258
                                Name="VCWebDeploymentTool"
 
259
                        />
 
260
                        <Tool
 
261
                                Name="VCPostBuildEventTool"
 
262
                        />
 
263
                </Configuration>
 
264
                <Configuration
 
265
                        Name="Release|x64"
 
266
                        OutputDirectory="$(PlatformName)\$(ConfigurationName)"
 
267
                        IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
 
268
                        ConfigurationType="2"
 
269
                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
 
270
                        CharacterSet="2"
 
271
                        >
 
272
                        <Tool
 
273
                                Name="VCPreBuildEventTool"
 
274
                        />
 
275
                        <Tool
 
276
                                Name="VCCustomBuildTool"
 
277
                        />
 
278
                        <Tool
 
279
                                Name="VCXMLDataGeneratorTool"
 
280
                        />
 
281
                        <Tool
 
282
                                Name="VCWebServiceProxyGeneratorTool"
 
283
                        />
 
284
                        <Tool
 
285
                                Name="VCMIDLTool"
 
286
                                TargetEnvironment="3"
 
287
                        />
 
288
                        <Tool
 
289
                                Name="VCCLCompilerTool"
 
290
                                AdditionalOptions="/vd2"
 
291
                                AdditionalIncludeDirectories="../../atk"
 
292
                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL"
 
293
                                RuntimeLibrary="2"
 
294
                                RuntimeTypeInfo="true"
 
295
                                UsePrecompiledHeader="0"
 
296
                                WarningLevel="3"
 
297
                                Detect64BitPortabilityProblems="true"
 
298
                                DebugInformationFormat="3"
 
299
                        />
 
300
                        <Tool
 
301
                                Name="VCManagedResourceCompilerTool"
 
302
                        />
 
303
                        <Tool
 
304
                                Name="VCResourceCompilerTool"
 
305
                        />
 
306
                        <Tool
 
307
                                Name="VCPreLinkEventTool"
 
308
                                Description="Generate atkmm def file"
 
309
                                CommandLine="$(SolutionDir)gendef\$(PlatformName)\$(ConfigurationName)\gendef $(PlatformName)\$(ConfigurationName)\$(InputName).def $(TargetFileName) $(IntDir)\*.obj"
 
310
                                ExcludedFromBuild="false"
 
311
                        />
 
312
                        <Tool
 
313
                                Name="VCLinkerTool"
 
314
                                AdditionalDependencies="atk-1.0.lib glib-2.0.lib gobject-2.0.lib sigc-vc80-2_0.lib glibmm-vc80-2_4.lib"
 
315
                                OutputFile="$(OutDir)\atkmm-vc80-1_6.dll"
 
316
                                ModuleDefinitionFile="$(PlatformName)\$(ConfigurationName)\$(InputName).def"
 
317
                                TargetMachine="17"
 
318
                        />
 
319
                        <Tool
 
320
                                Name="VCALinkTool"
 
321
                        />
 
322
                        <Tool
 
323
                                Name="VCManifestTool"
 
324
                        />
 
325
                        <Tool
 
326
                                Name="VCXDCMakeTool"
 
327
                        />
 
328
                        <Tool
 
329
                                Name="VCBscMakeTool"
 
330
                        />
 
331
                        <Tool
 
332
                                Name="VCFxCopTool"
 
333
                        />
 
334
                        <Tool
 
335
                                Name="VCAppVerifierTool"
 
336
                        />
 
337
                        <Tool
 
338
                                Name="VCWebDeploymentTool"
 
339
                        />
 
340
                        <Tool
 
341
                                Name="VCPostBuildEventTool"
 
342
                        />
 
343
                </Configuration>
 
344
        </Configurations>
 
345
        <References>
 
346
        </References>
 
347
        <Files>
 
348
                <Filter
 
349
                        Name="Source Files"
 
350
                        Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
 
351
                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
 
352
                        >
 
353
                        <File
 
354
                                RelativePath="..\..\atk\atkmm\action.cc"
 
355
                                >
 
356
                        </File>
 
357
                        <File
 
358
                                RelativePath="..\blank.cpp"
 
359
                                >
 
360
                        </File>
 
361
                        <File
 
362
                                RelativePath="..\..\atk\atkmm\component.cc"
 
363
                                >
 
364
                        </File>
 
365
                        <File
 
366
                                RelativePath="..\..\atk\atkmm\document.cc"
 
367
                                >
 
368
                        </File>
 
369
                        <File
 
370
                                RelativePath="..\..\atk\atkmm\editabletext.cc"
 
371
                                >
 
372
                        </File>
 
373
                        <File
 
374
                                RelativePath="..\..\atk\atkmm\hyperlink.cc"
 
375
                                >
 
376
                        </File>
 
377
                        <File
 
378
                                RelativePath="..\..\atk\atkmm\hypertext.cc"
 
379
                                >
 
380
                        </File>
 
381
                        <File
 
382
                                RelativePath="..\..\atk\atkmm\image.cc"
 
383
                                >
 
384
                        </File>
 
385
                        <File
 
386
                                RelativePath="..\..\atk\atkmm\implementor.cc"
 
387
                                >
 
388
                        </File>
 
389
                        <File
 
390
                                RelativePath="..\..\atk\atkmm\init.cc"
 
391
                                >
 
392
                        </File>
 
393
                        <File
 
394
                                RelativePath="..\..\atk\atkmm\noopobject.cc"
 
395
                                >
 
396
                        </File>
 
397
                        <File
 
398
                                RelativePath="..\..\atk\atkmm\object.cc"
 
399
                                >
 
400
                        </File>
 
401
                        <File
 
402
                                RelativePath="..\..\atk\atkmm\objectaccessible.cc"
 
403
                                >
 
404
                        </File>
 
405
                        <File
 
406
                                RelativePath="..\..\atk\atkmm\relation.cc"
 
407
                                >
 
408
                        </File>
 
409
                        <File
 
410
                                RelativePath="..\..\atk\atkmm\relationset.cc"
 
411
                                >
 
412
                        </File>
 
413
                        <File
 
414
                                RelativePath="..\..\atk\atkmm\selection.cc"
 
415
                                >
 
416
                        </File>
 
417
                        <File
 
418
                                RelativePath="..\..\atk\atkmm\stateset.cc"
 
419
                                >
 
420
                        </File>
 
421
                        <File
 
422
                                RelativePath="..\..\atk\atkmm\streamablecontent.cc"
 
423
                                >
 
424
                        </File>
 
425
                        <File
 
426
                                RelativePath="..\..\atk\atkmm\table.cc"
 
427
                                >
 
428
                        </File>
 
429
                        <File
 
430
                                RelativePath="..\..\atk\atkmm\text.cc"
 
431
                                >
 
432
                        </File>
 
433
                        <File
 
434
                                RelativePath="..\..\atk\atkmm\value.cc"
 
435
                                >
 
436
                        </File>
 
437
                        <File
 
438
                                RelativePath="..\..\atk\atkmm\wrap_init.cc"
 
439
                                >
 
440
                        </File>
 
441
                </Filter>
 
442
                <Filter
 
443
                        Name="Header Files"
 
444
                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
 
445
                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
 
446
                        >
 
447
                        <File
 
448
                                RelativePath="..\..\atk\atkmm\action.h"
 
449
                                >
 
450
                        </File>
 
451
                        <File
 
452
                                RelativePath="..\..\atk\atkmm\component.h"
 
453
                                >
 
454
                        </File>
 
455
                        <File
 
456
                                RelativePath="..\..\atk\atkmm\document.h"
 
457
                                >
 
458
                        </File>
 
459
                        <File
 
460
                                RelativePath="..\..\atk\atkmm\editabletext.h"
 
461
                                >
 
462
                        </File>
 
463
                        <File
 
464
                                RelativePath="..\..\atk\atkmm\hyperlink.h"
 
465
                                >
 
466
                        </File>
 
467
                        <File
 
468
                                RelativePath="..\..\atk\atkmm\hypertext.h"
 
469
                                >
 
470
                        </File>
 
471
                        <File
 
472
                                RelativePath="..\..\atk\atkmm\image.h"
 
473
                                >
 
474
                        </File>
 
475
                        <File
 
476
                                RelativePath="..\..\atk\atkmm\implementor.h"
 
477
                                >
 
478
                        </File>
 
479
                        <File
 
480
                                RelativePath="..\..\atk\atkmm\init.h"
 
481
                                >
 
482
                        </File>
 
483
                        <File
 
484
                                RelativePath="..\..\atk\atkmm\noopobject.h"
 
485
                                >
 
486
                        </File>
 
487
                        <File
 
488
                                RelativePath="..\..\atk\atkmm\object.h"
 
489
                                >
 
490
                        </File>
 
491
                        <File
 
492
                                RelativePath="..\..\atk\atkmm\objectaccessible.h"
 
493
                                >
 
494
                        </File>
 
495
                        <File
 
496
                                RelativePath="..\..\atk\atkmm\relation.h"
 
497
                                >
 
498
                        </File>
 
499
                        <File
 
500
                                RelativePath="..\..\atk\atkmm\relationset.h"
 
501
                                >
 
502
                        </File>
 
503
                        <File
 
504
                                RelativePath="..\..\atk\atkmm\selection.h"
 
505
                                >
 
506
                        </File>
 
507
                        <File
 
508
                                RelativePath="..\..\atk\atkmm\stateset.h"
 
509
                                >
 
510
                        </File>
 
511
                        <File
 
512
                                RelativePath="..\..\atk\atkmm\streamablecontent.h"
 
513
                                >
 
514
                        </File>
 
515
                        <File
 
516
                                RelativePath="..\..\atk\atkmm\table.h"
 
517
                                >
 
518
                        </File>
 
519
                        <File
 
520
                                RelativePath="..\..\atk\atkmm\text.h"
 
521
                                >
 
522
                        </File>
 
523
                        <File
 
524
                                RelativePath="..\..\atk\atkmm\value.h"
 
525
                                >
 
526
                        </File>
 
527
                        <File
 
528
                                RelativePath="..\..\atk\atkmm\wrap_init.h"
 
529
                                >
 
530
                        </File>
 
531
                </Filter>
 
532
                <Filter
 
533
                        Name="Resource Files"
 
534
                        Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
 
535
                        UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
 
536
                        >
 
537
                        <File
 
538
                                RelativePath=".\atkmm.rc"
 
539
                                >
 
540
                        </File>
 
541
                </Filter>
 
542
        </Files>
 
543
        <Globals>
 
544
        </Globals>
 
545
</VisualStudioProject>