~ubuntu-branches/ubuntu/natty/pangomm/natty

« back to all changes in this revision

Viewing changes to MSVC_Net2008/pangomm/pangomm.vcproj

  • Committer: Bazaar Package Importer
  • Author(s): Deng Xiyue
  • Date: 2009-04-03 00:35:01 UTC
  • mfrom: (5.1.2 jaunty)
  • Revision ID: james.westby@ubuntu.com-20090403003501-y05hsap2s021a2rr
Tags: 2.24.0-2
* Upload to unstable.
  + Drop check-dist.mk.
  + Track unstable branch in Vcs-*.
* Change -dbg package to section debug.

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="pangomm-1.4"
 
6
        ProjectGUID="{A93D607A-5C37-4AEC-BA08-6A655F6DC834}"
 
7
        RootNamespace="glibmm"
 
8
        Keyword="Win32Proj"
 
9
        TargetFrameworkVersion="131072"
 
10
        >
 
11
        <Platforms>
 
12
                <Platform
 
13
                        Name="Win32"
 
14
                />
 
15
        </Platforms>
 
16
        <ToolFiles>
 
17
        </ToolFiles>
 
18
        <Configurations>
 
19
                <Configuration
 
20
                        Name="Debug|Win32"
 
21
                        OutputDirectory="Debug"
 
22
                        IntermediateDirectory="Debug"
 
23
                        ConfigurationType="2"
 
24
                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
 
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
                                AdditionalOptions="/vd2"
 
45
                                Optimization="0"
 
46
                                AdditionalIncludeDirectories=".;../..;../../pango"
 
47
                                PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;PANGOMM_BUILD"
 
48
                                MinimalRebuild="true"
 
49
                                BasicRuntimeChecks="3"
 
50
                                RuntimeLibrary="3"
 
51
                                RuntimeTypeInfo="true"
 
52
                                UsePrecompiledHeader="0"
 
53
                                WarningLevel="3"
 
54
                                Detect64BitPortabilityProblems="false"
 
55
                                DebugInformationFormat="4"
 
56
                        />
 
57
                        <Tool
 
58
                                Name="VCManagedResourceCompilerTool"
 
59
                        />
 
60
                        <Tool
 
61
                                Name="VCResourceCompilerTool"
 
62
                        />
 
63
                        <Tool
 
64
                                Name="VCPreLinkEventTool"
 
65
                                Description="Generate glibmm def file"
 
66
                                CommandLine="$(SolutionDir)gendef\$(ConfigurationName)\gendef $(ConfigurationName)\$(InputName).def $(TargetFileName) $(IntDir)\*.obj"
 
67
                                ExcludedFromBuild="false"
 
68
                        />
 
69
                        <Tool
 
70
                                Name="VCLinkerTool"
 
71
                                AdditionalDependencies="glib-2.0.lib gobject-2.0.lib gmodule-2.0.lib pango-1.0.lib pangocairo-1.0.lib sigc-vc90-d-2_0.lib glibmm-vc90-d-2_4.lib cairomm-vc90-d-1_0.lib"
 
72
                                OutputFile="$(OutDir)/pangomm-vc90-d-1_4.dll"
 
73
                                GenerateManifest="true"
 
74
                                ModuleDefinitionFile="$(ConfigurationName)\$(InputName).def"
 
75
                                GenerateDebugInformation="true"
 
76
                                RandomizedBaseAddress="1"
 
77
                                DataExecutionPrevention="0"
 
78
                        />
 
79
                        <Tool
 
80
                                Name="VCALinkTool"
 
81
                        />
 
82
                        <Tool
 
83
                                Name="VCManifestTool"
 
84
                        />
 
85
                        <Tool
 
86
                                Name="VCXDCMakeTool"
 
87
                        />
 
88
                        <Tool
 
89
                                Name="VCBscMakeTool"
 
90
                        />
 
91
                        <Tool
 
92
                                Name="VCFxCopTool"
 
93
                        />
 
94
                        <Tool
 
95
                                Name="VCAppVerifierTool"
 
96
                        />
 
97
                        <Tool
 
98
                                Name="VCPostBuildEventTool"
 
99
                        />
 
100
                </Configuration>
 
101
                <Configuration
 
102
                        Name="Release|Win32"
 
103
                        OutputDirectory="Release"
 
104
                        IntermediateDirectory="Release"
 
105
                        ConfigurationType="2"
 
106
                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
 
107
                        CharacterSet="2"
 
108
                        >
 
109
                        <Tool
 
110
                                Name="VCPreBuildEventTool"
 
111
                        />
 
112
                        <Tool
 
113
                                Name="VCCustomBuildTool"
 
114
                        />
 
115
                        <Tool
 
116
                                Name="VCXMLDataGeneratorTool"
 
117
                        />
 
118
                        <Tool
 
119
                                Name="VCWebServiceProxyGeneratorTool"
 
120
                        />
 
121
                        <Tool
 
122
                                Name="VCMIDLTool"
 
123
                        />
 
124
                        <Tool
 
125
                                Name="VCCLCompilerTool"
 
126
                                AdditionalOptions="/vd2"
 
127
                                AdditionalIncludeDirectories=".;../..;../../pango"
 
128
                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;PANGOMM_BUILD"
 
129
                                RuntimeLibrary="2"
 
130
                                RuntimeTypeInfo="true"
 
131
                                UsePrecompiledHeader="0"
 
132
                                WarningLevel="3"
 
133
                                Detect64BitPortabilityProblems="false"
 
134
                                DebugInformationFormat="3"
 
135
                        />
 
136
                        <Tool
 
137
                                Name="VCManagedResourceCompilerTool"
 
138
                        />
 
139
                        <Tool
 
140
                                Name="VCResourceCompilerTool"
 
141
                        />
 
142
                        <Tool
 
143
                                Name="VCPreLinkEventTool"
 
144
                                Description="Generate glibmm def file"
 
145
                                CommandLine="$(SolutionDir)gendef\$(ConfigurationName)\gendef $(ConfigurationName)\$(InputName).def $(TargetFileName) $(IntDir)\*.obj"
 
146
                                ExcludedFromBuild="false"
 
147
                        />
 
148
                        <Tool
 
149
                                Name="VCLinkerTool"
 
150
                                AdditionalDependencies="glib-2.0.lib gobject-2.0.lib gmodule-2.0.lib pango-1.0.lib pangocairo-1.0.lib sigc-vc90-2_0.lib glibmm-vc90-2_4.lib cairomm-vc90-1_0.lib"
 
151
                                OutputFile="$(OutDir)\pangomm-vc90-1_4.dll"
 
152
                                GenerateManifest="true"
 
153
                                ModuleDefinitionFile="$(ConfigurationName)\$(InputName).def"
 
154
                                RandomizedBaseAddress="1"
 
155
                                DataExecutionPrevention="0"
 
156
                        />
 
157
                        <Tool
 
158
                                Name="VCALinkTool"
 
159
                        />
 
160
                        <Tool
 
161
                                Name="VCManifestTool"
 
162
                        />
 
163
                        <Tool
 
164
                                Name="VCXDCMakeTool"
 
165
                        />
 
166
                        <Tool
 
167
                                Name="VCBscMakeTool"
 
168
                        />
 
169
                        <Tool
 
170
                                Name="VCFxCopTool"
 
171
                        />
 
172
                        <Tool
 
173
                                Name="VCAppVerifierTool"
 
174
                        />
 
175
                        <Tool
 
176
                                Name="VCPostBuildEventTool"
 
177
                        />
 
178
                </Configuration>
 
179
        </Configurations>
 
180
        <References>
 
181
        </References>
 
182
        <Files>
 
183
                <Filter
 
184
                        Name="Source Files"
 
185
                        Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
 
186
                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
 
187
                        >
 
188
                        <File
 
189
                                RelativePath="..\..\pango\pangomm\attributes.cc"
 
190
                                >
 
191
                        </File>
 
192
                        <File
 
193
                                RelativePath="..\..\pango\pangomm\attriter.cc"
 
194
                                >
 
195
                        </File>
 
196
                        <File
 
197
                                RelativePath="..\..\pango\pangomm\attrlist.cc"
 
198
                                >
 
199
                        </File>
 
200
                        <File
 
201
                                RelativePath="..\blank.cpp"
 
202
                                >
 
203
                        </File>
 
204
                        <File
 
205
                                RelativePath="..\..\pango\pangomm\cairofontmap.cc"
 
206
                                >
 
207
                        </File>
 
208
                        <File
 
209
                                RelativePath="..\..\pango\pangomm\color.cc"
 
210
                                >
 
211
                        </File>
 
212
                        <File
 
213
                                RelativePath="..\..\pango\pangomm\context.cc"
 
214
                                >
 
215
                        </File>
 
216
                        <File
 
217
                                RelativePath="..\..\pango\pangomm\coverage.cc"
 
218
                                >
 
219
                        </File>
 
220
                        <File
 
221
                                RelativePath="..\..\pango\pangomm\font.cc"
 
222
                                >
 
223
                        </File>
 
224
                        <File
 
225
                                RelativePath="..\..\pango\pangomm\fontdescription.cc"
 
226
                                >
 
227
                        </File>
 
228
                        <File
 
229
                                RelativePath="..\..\pango\pangomm\fontface.cc"
 
230
                                >
 
231
                        </File>
 
232
                        <File
 
233
                                RelativePath="..\..\pango\pangomm\fontfamily.cc"
 
234
                                >
 
235
                        </File>
 
236
                        <File
 
237
                                RelativePath="..\..\pango\pangomm\fontmap.cc"
 
238
                                >
 
239
                        </File>
 
240
                        <File
 
241
                                RelativePath="..\..\pango\pangomm\fontmetrics.cc"
 
242
                                >
 
243
                        </File>
 
244
                        <File
 
245
                                RelativePath="..\..\pango\pangomm\fontset.cc"
 
246
                                >
 
247
                        </File>
 
248
                        <File
 
249
                                RelativePath="..\..\pango\pangomm\glyph.cc"
 
250
                                >
 
251
                        </File>
 
252
                        <File
 
253
                                RelativePath="..\..\pango\pangomm\glyphstring.cc"
 
254
                                >
 
255
                        </File>
 
256
                        <File
 
257
                                RelativePath="..\..\pango\pangomm\init.cc"
 
258
                                >
 
259
                        </File>
 
260
                        <File
 
261
                                RelativePath="..\..\pango\pangomm\item.cc"
 
262
                                >
 
263
                        </File>
 
264
                        <File
 
265
                                RelativePath="..\..\pango\pangomm\language.cc"
 
266
                                >
 
267
                        </File>
 
268
                        <File
 
269
                                RelativePath="..\..\pango\pangomm\layout.cc"
 
270
                                >
 
271
                        </File>
 
272
                        <File
 
273
                                RelativePath="..\..\pango\pangomm\layoutiter.cc"
 
274
                                >
 
275
                        </File>
 
276
                        <File
 
277
                                RelativePath="..\..\pango\pangomm\layoutline.cc"
 
278
                                >
 
279
                        </File>
 
280
                        <File
 
281
                                RelativePath="..\..\pango\pangomm\layoutrun.cc"
 
282
                                >
 
283
                        </File>
 
284
                        <File
 
285
                                RelativePath="..\..\pango\pangomm\rectangle.cc"
 
286
                                >
 
287
                        </File>
 
288
                        <File
 
289
                                RelativePath="..\..\pango\pangomm\renderer.cc"
 
290
                                >
 
291
                        </File>
 
292
                        <File
 
293
                                RelativePath="..\..\pango\pangomm\tabarray.cc"
 
294
                                >
 
295
                        </File>
 
296
                        <File
 
297
                                RelativePath="..\..\pango\pangomm\wrap_init.cc"
 
298
                                >
 
299
                        </File>
 
300
                </Filter>
 
301
                <Filter
 
302
                        Name="Header Files"
 
303
                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
 
304
                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
 
305
                        >
 
306
                        <File
 
307
                                RelativePath="..\..\pango\pangomm\attributes.h"
 
308
                                >
 
309
                        </File>
 
310
                        <File
 
311
                                RelativePath="..\..\pango\pangomm\attriter.h"
 
312
                                >
 
313
                        </File>
 
314
                        <File
 
315
                                RelativePath="..\..\pango\pangomm\attrlist.h"
 
316
                                >
 
317
                        </File>
 
318
                        <File
 
319
                                RelativePath="..\..\pango\pangomm\cairofontmap.h"
 
320
                                >
 
321
                        </File>
 
322
                        <File
 
323
                                RelativePath="..\..\pango\pangomm\color.h"
 
324
                                >
 
325
                        </File>
 
326
                        <File
 
327
                                RelativePath="..\..\pango\pangomm\context.h"
 
328
                                >
 
329
                        </File>
 
330
                        <File
 
331
                                RelativePath="..\..\pango\pangomm\coverage.h"
 
332
                                >
 
333
                        </File>
 
334
                        <File
 
335
                                RelativePath="..\..\pango\pangomm\font.h"
 
336
                                >
 
337
                        </File>
 
338
                        <File
 
339
                                RelativePath="..\..\pango\pangomm\fontdescription.h"
 
340
                                >
 
341
                        </File>
 
342
                        <File
 
343
                                RelativePath="..\..\pango\pangomm\fontface.h"
 
344
                                >
 
345
                        </File>
 
346
                        <File
 
347
                                RelativePath="..\..\pango\pangomm\fontfamily.h"
 
348
                                >
 
349
                        </File>
 
350
                        <File
 
351
                                RelativePath="..\..\pango\pangomm\fontmap.h"
 
352
                                >
 
353
                        </File>
 
354
                        <File
 
355
                                RelativePath="..\..\pango\pangomm\fontmetrics.h"
 
356
                                >
 
357
                        </File>
 
358
                        <File
 
359
                                RelativePath="..\..\pango\pangomm\fontset.h"
 
360
                                >
 
361
                        </File>
 
362
                        <File
 
363
                                RelativePath="..\..\pango\pangomm\glyph.h"
 
364
                                >
 
365
                        </File>
 
366
                        <File
 
367
                                RelativePath="..\..\pango\pangomm\glyphstring.h"
 
368
                                >
 
369
                        </File>
 
370
                        <File
 
371
                                RelativePath="..\..\pango\pangomm\init.h"
 
372
                                >
 
373
                        </File>
 
374
                        <File
 
375
                                RelativePath="..\..\pango\pangomm\item.h"
 
376
                                >
 
377
                        </File>
 
378
                        <File
 
379
                                RelativePath="..\..\pango\pangomm\language.h"
 
380
                                >
 
381
                        </File>
 
382
                        <File
 
383
                                RelativePath="..\..\pango\pangomm\layout.h"
 
384
                                >
 
385
                        </File>
 
386
                        <File
 
387
                                RelativePath="..\..\pango\pangomm\layoutiter.h"
 
388
                                >
 
389
                        </File>
 
390
                        <File
 
391
                                RelativePath="..\..\pango\pangomm\layoutline.h"
 
392
                                >
 
393
                        </File>
 
394
                        <File
 
395
                                RelativePath="..\..\pango\pangomm\layoutrun.h"
 
396
                                >
 
397
                        </File>
 
398
                        <File
 
399
                                RelativePath="..\..\pango\pangomm\rectangle.h"
 
400
                                >
 
401
                        </File>
 
402
                        <File
 
403
                                RelativePath="..\..\pango\pangomm\renderer.h"
 
404
                                >
 
405
                        </File>
 
406
                        <File
 
407
                                RelativePath="..\..\pango\pangomm\tabarray.h"
 
408
                                >
 
409
                        </File>
 
410
                        <File
 
411
                                RelativePath="..\..\pango\pangomm\types.h"
 
412
                                >
 
413
                        </File>
 
414
                        <File
 
415
                                RelativePath="..\..\pango\pangomm\wrap_init.h"
 
416
                                >
 
417
                        </File>
 
418
                </Filter>
 
419
                <Filter
 
420
                        Name="Resource Files"
 
421
                        Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
 
422
                        UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
 
423
                        >
 
424
                        <File
 
425
                                RelativePath=".\pangomm.rc"
 
426
                                >
 
427
                        </File>
 
428
                </Filter>
 
429
        </Files>
 
430
        <Globals>
 
431
        </Globals>
 
432
</VisualStudioProject>