~ubuntu-branches/ubuntu/wily/scribus/wily

« back to all changes in this revision

Viewing changes to win32/vc9/pathfinder/pathfinder.vcproj

  • Committer: Package Import Robot
  • Author(s): Mattia Rizzolo
  • Date: 2014-06-13 09:50:56 UTC
  • mfrom: (3.2.13 sid)
  • Revision ID: package-import@ubuntu.com-20140613095056-ym1hudn35qm0vmww
Tags: 1.4.2.dfsg.2+r18267-0.1ubuntu1
* Merge from Debian unstable. (LP: #1329662) Remaining changes:
  + Build-depend on libtiff-dev rather than libtiff4-dev.
  + Recommend icc-profiles-free.
  + Add call to dh_python2 in debian/rules, version build-dep for
    python-all-dev, and remove hard coded python dependency. This is to
    generate the proper python:Depends basend on the content of the scripts,
    instead of use a generic, non-versioned, python depends.

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="pathfinder"
6
 
        ProjectGUID="{3D406CF3-7B96-4C50-AE65-4B13F3B1FB3E}"
7
 
        RootNamespace="pathfinder"
8
 
        Keyword="Win32Proj"
9
 
        TargetFrameworkVersion="131072"
10
 
        >
11
 
        <Platforms>
12
 
                <Platform
13
 
                        Name="Win32"
14
 
                />
15
 
        </Platforms>
16
 
        <ToolFiles>
17
 
                <ToolFile
18
 
                        RelativePath="..\Scribus-build-rules.rules"
19
 
                />
20
 
        </ToolFiles>
21
 
        <Configurations>
22
 
                <Configuration
23
 
                        Name="Debug-cairo|Win32"
24
 
                        OutputDirectory="..\..\..\..\Scribus-builds\Scribus-vc9-$(ConfigurationName)\scribus\plugins"
25
 
                        IntermediateDirectory="..\..\..\..\Scribus-builds\Build-objs-vc9\$(ConfigurationName)\$(TargetName)"
26
 
                        ConfigurationType="2"
27
 
                        InheritedPropertySheets="..\Scribus-build-props.vsprops"
28
 
                        CharacterSet="1"
29
 
                        >
30
 
                        <Tool
31
 
                                Name="VCPreBuildEventTool"
32
 
                        />
33
 
                        <Tool
34
 
                                Name="uic"
35
 
                        />
36
 
                        <Tool
37
 
                                Name="VCCustomBuildTool"
38
 
                        />
39
 
                        <Tool
40
 
                                Name="moc"
41
 
                        />
42
 
                        <Tool
43
 
                                Name="rcc"
44
 
                        />
45
 
                        <Tool
46
 
                                Name="lrelease"
47
 
                        />
48
 
                        <Tool
49
 
                                Name="VCXMLDataGeneratorTool"
50
 
                        />
51
 
                        <Tool
52
 
                                Name="VCWebServiceProxyGeneratorTool"
53
 
                        />
54
 
                        <Tool
55
 
                                Name="VCMIDLTool"
56
 
                        />
57
 
                        <Tool
58
 
                                Name="VCCLCompilerTool"
59
 
                                Optimization="0"
60
 
                                AdditionalIncludeDirectories="..;..\..\..\scribus;&quot;$(QT4_DIR)\include\QtCore&quot;;&quot;$(QT4_DIR)\include\QtGui&quot;;&quot;$(QT4_DIR)\include\QtXml&quot;;&quot;$(QT4_DIR)\include&quot;;&quot;$(QT4_DIR)\src\3rdparty\zlib&quot;;&quot;$(LCMS_DIR)\include&quot;;&quot;$(CAIRO_DIR)\include&quot;;&quot;$(FREETYPE_DIR)\include&quot;;&quot;$(LIBJPEG_DIR)\include&quot;;&quot;$(LIBTIFF_DIR)\include&quot;"
61
 
                                PreprocessorDefinitions="WIN32;_DEBUG;_USE_MATH_DEFINES;_USRDLL;_WINDOWS;QT_LARGEFILE_SUPPORT;QT_EDITION=QT_EDITION_DESKTOP;QT_DLL;QT_GUI_LIB;QT_CORE_LIB;QT_THREAD_SUPPORT;;HAVE_CAIRO;COMPILE_PLUGIN_AS_DLL;AVOID_WIN32_FILEIO"
62
 
                                MinimalRebuild="true"
63
 
                                BasicRuntimeChecks="3"
64
 
                                RuntimeLibrary="3"
65
 
                                RuntimeTypeInfo="true"
66
 
                                UsePrecompiledHeader="0"
67
 
                                WarningLevel="3"
68
 
                                Detect64BitPortabilityProblems="false"
69
 
                                DebugInformationFormat="3"
70
 
                                DisableSpecificWarnings="4190;4251;4267;4996"
71
 
                        />
72
 
                        <Tool
73
 
                                Name="VCManagedResourceCompilerTool"
74
 
                        />
75
 
                        <Tool
76
 
                                Name="VCResourceCompilerTool"
77
 
                        />
78
 
                        <Tool
79
 
                                Name="VCPreLinkEventTool"
80
 
                        />
81
 
                        <Tool
82
 
                                Name="VCLinkerTool"
83
 
                                AdditionalDependencies="QtCored4.lib QtGuid4.lib QtXmld4.lib $(FREETYPE_DEBUG_LIB) $(LIBJPEG_DEBUG_LIB) $(LIBTIFF_DEBUG_LIB) scribus-api.lib"
84
 
                                OutputFile="$(OutDir)\pathfinder.dll"
85
 
                                LinkIncremental="2"
86
 
                                AdditionalLibraryDirectories="&quot;$(LCMS_DIR)\lib&quot;;&quot;$(FREETYPE_DIR)\lib&quot;;&quot;$(LIBJPEG_DIR)\lib&quot;;&quot;$(LIBTIFF_DIR)\lib&quot;;&quot;$(QT4_DIR)\lib&quot;;&quot;$(OutDir)\..&quot;"
87
 
                                GenerateDebugInformation="true"
88
 
                                ProgramDatabaseFile="$(OutDir)\pathfinder.pdb"
89
 
                                SubSystem="2"
90
 
                                RandomizedBaseAddress="1"
91
 
                                DataExecutionPrevention="0"
92
 
                                ImportLibrary="$(OutDir)\pathfinder.lib"
93
 
                                TargetMachine="1"
94
 
                        />
95
 
                        <Tool
96
 
                                Name="VCALinkTool"
97
 
                        />
98
 
                        <Tool
99
 
                                Name="VCManifestTool"
100
 
                        />
101
 
                        <Tool
102
 
                                Name="VCXDCMakeTool"
103
 
                        />
104
 
                        <Tool
105
 
                                Name="VCBscMakeTool"
106
 
                        />
107
 
                        <Tool
108
 
                                Name="VCFxCopTool"
109
 
                        />
110
 
                        <Tool
111
 
                                Name="VCAppVerifierTool"
112
 
                        />
113
 
                        <Tool
114
 
                                Name="VCPostBuildEventTool"
115
 
                        />
116
 
                </Configuration>
117
 
                <Configuration
118
 
                        Name="Release-cairo|Win32"
119
 
                        OutputDirectory="..\..\..\..\Scribus-builds\Scribus-vc9-$(ConfigurationName)\scribus\plugins"
120
 
                        IntermediateDirectory="..\..\..\..\Scribus-builds\Build-objs-vc9\$(ConfigurationName)\$(TargetName)"
121
 
                        ConfigurationType="2"
122
 
                        InheritedPropertySheets="..\Scribus-build-props.vsprops"
123
 
                        CharacterSet="1"
124
 
                        >
125
 
                        <Tool
126
 
                                Name="VCPreBuildEventTool"
127
 
                        />
128
 
                        <Tool
129
 
                                Name="uic"
130
 
                        />
131
 
                        <Tool
132
 
                                Name="VCCustomBuildTool"
133
 
                        />
134
 
                        <Tool
135
 
                                Name="moc"
136
 
                        />
137
 
                        <Tool
138
 
                                Name="rcc"
139
 
                        />
140
 
                        <Tool
141
 
                                Name="lrelease"
142
 
                        />
143
 
                        <Tool
144
 
                                Name="VCXMLDataGeneratorTool"
145
 
                        />
146
 
                        <Tool
147
 
                                Name="VCWebServiceProxyGeneratorTool"
148
 
                        />
149
 
                        <Tool
150
 
                                Name="VCMIDLTool"
151
 
                        />
152
 
                        <Tool
153
 
                                Name="VCCLCompilerTool"
154
 
                                Optimization="1"
155
 
                                InlineFunctionExpansion="1"
156
 
                                OmitFramePointers="true"
157
 
                                AdditionalIncludeDirectories="..;..\..\..\scribus;&quot;$(QT4_DIR)\include\QtCore&quot;;&quot;$(QT4_DIR)\include\QtGui&quot;;&quot;$(QT4_DIR)\include\QtXml&quot;;&quot;$(QT4_DIR)\include&quot;;&quot;$(QT4_DIR)\src\3rdparty\zlib&quot;;&quot;$(LCMS_DIR)\include&quot;;&quot;$(CAIRO_DIR)\include&quot;;&quot;$(FREETYPE_DIR)\include&quot;;&quot;$(LIBJPEG_DIR)\include&quot;;&quot;$(LIBTIFF_DIR)\include&quot;"
158
 
                                PreprocessorDefinitions="WIN32;NDEBUG;_USE_MATH_DEFINES;_USRDLL;_WINDOWS;QT_LARGEFILE_SUPPORT;QT_EDITION=QT_EDITION_DESKTOP;QT_DLL;QT_GUI_LIB;QT_CORE_LIB;QT_THREAD_SUPPORT;;HAVE_CAIRO;COMPILE_PLUGIN_AS_DLL;AVOID_WIN32_FILEIO"
159
 
                                StringPooling="true"
160
 
                                RuntimeLibrary="2"
161
 
                                EnableFunctionLevelLinking="true"
162
 
                                RuntimeTypeInfo="true"
163
 
                                UsePrecompiledHeader="0"
164
 
                                WarningLevel="3"
165
 
                                Detect64BitPortabilityProblems="false"
166
 
                                DebugInformationFormat="3"
167
 
                                DisableSpecificWarnings="4190;4251;4267;4996"
168
 
                        />
169
 
                        <Tool
170
 
                                Name="VCManagedResourceCompilerTool"
171
 
                        />
172
 
                        <Tool
173
 
                                Name="VCResourceCompilerTool"
174
 
                        />
175
 
                        <Tool
176
 
                                Name="VCPreLinkEventTool"
177
 
                        />
178
 
                        <Tool
179
 
                                Name="VCLinkerTool"
180
 
                                AdditionalDependencies="QtCore4.lib QtGui4.lib QtXml4.lib $(FREETYPE_RELEASE_LIB) $(LIBJPEG_RELEASE_LIB) $(LIBTIFF_RELEASE_LIB) scribus-api.lib"
181
 
                                OutputFile="$(OutDir)\pathfinder.dll"
182
 
                                LinkIncremental="1"
183
 
                                AdditionalLibraryDirectories="&quot;$(LCMS_DIR)\lib&quot;;&quot;$(FREETYPE_DIR)\lib&quot;;&quot;$(LIBJPEG_DIR)\lib&quot;;&quot;$(LIBTIFF_DIR)\lib&quot;;&quot;$(QT4_DIR)\lib&quot;;&quot;$(OutDir)\..&quot;"
184
 
                                GenerateDebugInformation="true"
185
 
                                ProgramDatabaseFile="$(OutDir)\pathfinder.pdb"
186
 
                                SubSystem="2"
187
 
                                OptimizeReferences="2"
188
 
                                EnableCOMDATFolding="2"
189
 
                                RandomizedBaseAddress="1"
190
 
                                DataExecutionPrevention="0"
191
 
                                ImportLibrary="$(OutDir)\pathfinder.lib"
192
 
                                TargetMachine="1"
193
 
                        />
194
 
                        <Tool
195
 
                                Name="VCALinkTool"
196
 
                        />
197
 
                        <Tool
198
 
                                Name="VCManifestTool"
199
 
                        />
200
 
                        <Tool
201
 
                                Name="VCXDCMakeTool"
202
 
                        />
203
 
                        <Tool
204
 
                                Name="VCBscMakeTool"
205
 
                        />
206
 
                        <Tool
207
 
                                Name="VCFxCopTool"
208
 
                        />
209
 
                        <Tool
210
 
                                Name="VCAppVerifierTool"
211
 
                        />
212
 
                        <Tool
213
 
                                Name="VCPostBuildEventTool"
214
 
                        />
215
 
                </Configuration>
216
 
                <Configuration
217
 
                        Name="Debug-arthur|Win32"
218
 
                        OutputDirectory="..\..\..\..\Scribus-builds\Scribus-vc9-$(ConfigurationName)\scribus\plugins"
219
 
                        IntermediateDirectory="..\..\..\..\Scribus-builds\Build-objs-vc9\$(ConfigurationName)\$(TargetName)"
220
 
                        ConfigurationType="2"
221
 
                        InheritedPropertySheets="..\Scribus-build-props.vsprops"
222
 
                        CharacterSet="1"
223
 
                        >
224
 
                        <Tool
225
 
                                Name="VCPreBuildEventTool"
226
 
                        />
227
 
                        <Tool
228
 
                                Name="uic"
229
 
                        />
230
 
                        <Tool
231
 
                                Name="VCCustomBuildTool"
232
 
                        />
233
 
                        <Tool
234
 
                                Name="moc"
235
 
                        />
236
 
                        <Tool
237
 
                                Name="rcc"
238
 
                        />
239
 
                        <Tool
240
 
                                Name="lrelease"
241
 
                        />
242
 
                        <Tool
243
 
                                Name="VCXMLDataGeneratorTool"
244
 
                        />
245
 
                        <Tool
246
 
                                Name="VCWebServiceProxyGeneratorTool"
247
 
                        />
248
 
                        <Tool
249
 
                                Name="VCMIDLTool"
250
 
                        />
251
 
                        <Tool
252
 
                                Name="VCCLCompilerTool"
253
 
                                Optimization="0"
254
 
                                AdditionalIncludeDirectories="..;..\..\..\scribus;&quot;$(QT4_DIR)\include\QtCore&quot;;&quot;$(QT4_DIR)\include\QtGui&quot;;&quot;$(QT4_DIR)\include\QtXml&quot;;&quot;$(QT4_DIR)\include&quot;;&quot;$(QT4_DIR)\src\3rdparty\zlib&quot;;&quot;$(LCMS_DIR)\include&quot;;&quot;$(CAIRO_DIR)\include&quot;;&quot;$(FREETYPE_DIR)\include&quot;;&quot;$(LIBJPEG_DIR)\include&quot;;&quot;$(LIBTIFF_DIR)\include&quot;"
255
 
                                PreprocessorDefinitions="WIN32;_DEBUG;_USE_MATH_DEFINES;_USRDLL;_WINDOWS;QT_LARGEFILE_SUPPORT;QT_EDITION=QT_EDITION_DESKTOP;QT_DLL;QT_GUI_LIB;QT_CORE_LIB;QT_THREAD_SUPPORT;COMPILE_PLUGIN_AS_DLL;AVOID_WIN32_FILEIO"
256
 
                                MinimalRebuild="true"
257
 
                                BasicRuntimeChecks="3"
258
 
                                RuntimeLibrary="3"
259
 
                                RuntimeTypeInfo="true"
260
 
                                UsePrecompiledHeader="0"
261
 
                                WarningLevel="3"
262
 
                                Detect64BitPortabilityProblems="false"
263
 
                                DebugInformationFormat="3"
264
 
                                DisableSpecificWarnings="4190;4251;4267;4996"
265
 
                        />
266
 
                        <Tool
267
 
                                Name="VCManagedResourceCompilerTool"
268
 
                        />
269
 
                        <Tool
270
 
                                Name="VCResourceCompilerTool"
271
 
                        />
272
 
                        <Tool
273
 
                                Name="VCPreLinkEventTool"
274
 
                        />
275
 
                        <Tool
276
 
                                Name="VCLinkerTool"
277
 
                                AdditionalDependencies="QtCored4.lib QtGuid4.lib QtXmld4.lib $(FREETYPE_DEBUG_LIB) $(LIBJPEG_DEBUG_LIB) $(LIBTIFF_DEBUG_LIB) scribus-api.lib"
278
 
                                OutputFile="$(OutDir)\pathfinder.dll"
279
 
                                LinkIncremental="2"
280
 
                                AdditionalLibraryDirectories="&quot;$(LCMS_DIR)\lib&quot;;&quot;$(FREETYPE_DIR)\lib&quot;;&quot;$(LIBJPEG_DIR)\lib&quot;;&quot;$(LIBTIFF_DIR)\lib&quot;;&quot;$(QT4_DIR)\lib&quot;;&quot;$(OutDir)\..&quot;"
281
 
                                GenerateDebugInformation="true"
282
 
                                ProgramDatabaseFile="$(OutDir)\pathfinder.pdb"
283
 
                                SubSystem="2"
284
 
                                RandomizedBaseAddress="1"
285
 
                                DataExecutionPrevention="0"
286
 
                                ImportLibrary="$(OutDir)\pathfinder.lib"
287
 
                                TargetMachine="1"
288
 
                        />
289
 
                        <Tool
290
 
                                Name="VCALinkTool"
291
 
                        />
292
 
                        <Tool
293
 
                                Name="VCManifestTool"
294
 
                        />
295
 
                        <Tool
296
 
                                Name="VCXDCMakeTool"
297
 
                        />
298
 
                        <Tool
299
 
                                Name="VCBscMakeTool"
300
 
                        />
301
 
                        <Tool
302
 
                                Name="VCFxCopTool"
303
 
                        />
304
 
                        <Tool
305
 
                                Name="VCAppVerifierTool"
306
 
                        />
307
 
                        <Tool
308
 
                                Name="VCPostBuildEventTool"
309
 
                        />
310
 
                </Configuration>
311
 
                <Configuration
312
 
                        Name="Release-arthur|Win32"
313
 
                        OutputDirectory="..\..\..\..\Scribus-builds\Scribus-vc9-$(ConfigurationName)\scribus\plugins"
314
 
                        IntermediateDirectory="..\..\..\..\Scribus-builds\Build-objs-vc9\$(ConfigurationName)\$(TargetName)"
315
 
                        ConfigurationType="2"
316
 
                        InheritedPropertySheets="..\Scribus-build-props.vsprops"
317
 
                        CharacterSet="1"
318
 
                        >
319
 
                        <Tool
320
 
                                Name="VCPreBuildEventTool"
321
 
                        />
322
 
                        <Tool
323
 
                                Name="uic"
324
 
                        />
325
 
                        <Tool
326
 
                                Name="VCCustomBuildTool"
327
 
                        />
328
 
                        <Tool
329
 
                                Name="moc"
330
 
                        />
331
 
                        <Tool
332
 
                                Name="rcc"
333
 
                        />
334
 
                        <Tool
335
 
                                Name="lrelease"
336
 
                        />
337
 
                        <Tool
338
 
                                Name="VCXMLDataGeneratorTool"
339
 
                        />
340
 
                        <Tool
341
 
                                Name="VCWebServiceProxyGeneratorTool"
342
 
                        />
343
 
                        <Tool
344
 
                                Name="VCMIDLTool"
345
 
                        />
346
 
                        <Tool
347
 
                                Name="VCCLCompilerTool"
348
 
                                Optimization="1"
349
 
                                InlineFunctionExpansion="1"
350
 
                                OmitFramePointers="true"
351
 
                                AdditionalIncludeDirectories="..;..\..\..\scribus;&quot;$(QT4_DIR)\include\QtCore&quot;;&quot;$(QT4_DIR)\include\QtGui&quot;;&quot;$(QT4_DIR)\include\QtXml&quot;;&quot;$(QT4_DIR)\include&quot;;&quot;$(QT4_DIR)\src\3rdparty\zlib&quot;;&quot;$(LCMS_DIR)\include&quot;;&quot;$(CAIRO_DIR)\include&quot;;&quot;$(FREETYPE_DIR)\include&quot;;&quot;$(LIBJPEG_DIR)\include&quot;;&quot;$(LIBTIFF_DIR)\include&quot;"
352
 
                                PreprocessorDefinitions="WIN32;NDEBUG;_USE_MATH_DEFINES;_USRDLL;_WINDOWS;QT_LARGEFILE_SUPPORT;QT_EDITION=QT_EDITION_DESKTOP;QT_DLL;QT_GUI_LIB;QT_CORE_LIB;QT_THREAD_SUPPORT;COMPILE_PLUGIN_AS_DLL;AVOID_WIN32_FILEIO"
353
 
                                StringPooling="true"
354
 
                                RuntimeLibrary="2"
355
 
                                EnableFunctionLevelLinking="true"
356
 
                                RuntimeTypeInfo="true"
357
 
                                UsePrecompiledHeader="0"
358
 
                                WarningLevel="3"
359
 
                                Detect64BitPortabilityProblems="false"
360
 
                                DebugInformationFormat="3"
361
 
                                DisableSpecificWarnings="4190;4251;4267;4996"
362
 
                        />
363
 
                        <Tool
364
 
                                Name="VCManagedResourceCompilerTool"
365
 
                        />
366
 
                        <Tool
367
 
                                Name="VCResourceCompilerTool"
368
 
                        />
369
 
                        <Tool
370
 
                                Name="VCPreLinkEventTool"
371
 
                        />
372
 
                        <Tool
373
 
                                Name="VCLinkerTool"
374
 
                                AdditionalDependencies="QtCore4.lib QtGui4.lib QtXml4.lib $(FREETYPE_RELEASE_LIB) $(LIBJPEG_RELEASE_LIB) $(LIBTIFF_RELEASE_LIB) scribus-api.lib"
375
 
                                OutputFile="$(OutDir)\pathfinder.dll"
376
 
                                LinkIncremental="1"
377
 
                                AdditionalLibraryDirectories="&quot;$(LCMS_DIR)\lib&quot;;&quot;$(FREETYPE_DIR)\lib&quot;;&quot;$(LIBJPEG_DIR)\lib&quot;;&quot;$(LIBTIFF_DIR)\lib&quot;;&quot;$(QT4_DIR)\lib&quot;;&quot;$(OutDir)\..&quot;"
378
 
                                GenerateDebugInformation="true"
379
 
                                ProgramDatabaseFile="$(OutDir)\pathfinder.pdb"
380
 
                                SubSystem="2"
381
 
                                OptimizeReferences="2"
382
 
                                EnableCOMDATFolding="2"
383
 
                                RandomizedBaseAddress="1"
384
 
                                DataExecutionPrevention="0"
385
 
                                ImportLibrary="$(OutDir)\pathfinder.lib"
386
 
                                TargetMachine="1"
387
 
                        />
388
 
                        <Tool
389
 
                                Name="VCALinkTool"
390
 
                        />
391
 
                        <Tool
392
 
                                Name="VCManifestTool"
393
 
                        />
394
 
                        <Tool
395
 
                                Name="VCXDCMakeTool"
396
 
                        />
397
 
                        <Tool
398
 
                                Name="VCBscMakeTool"
399
 
                        />
400
 
                        <Tool
401
 
                                Name="VCFxCopTool"
402
 
                        />
403
 
                        <Tool
404
 
                                Name="VCAppVerifierTool"
405
 
                        />
406
 
                        <Tool
407
 
                                Name="VCPostBuildEventTool"
408
 
                        />
409
 
                </Configuration>
410
 
        </Configurations>
411
 
        <References>
412
 
        </References>
413
 
        <Files>
414
 
                <Filter
415
 
                        Name="Source Files"
416
 
                        Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm"
417
 
                        >
418
 
                        <File
419
 
                                RelativePath=".\pathfinderdll.cpp"
420
 
                                >
421
 
                        </File>
422
 
                        <File
423
 
                                RelativePath="..\..\..\scribus\plugins\tools\pathfinder\pathfinder.cpp"
424
 
                                >
425
 
                        </File>
426
 
                        <File
427
 
                                RelativePath="..\..\..\scribus\plugins\tools\pathfinder\pathfinderdialog.cpp"
428
 
                                >
429
 
                        </File>
430
 
                </Filter>
431
 
                <Filter
432
 
                        Name="Header Files"
433
 
                        Filter="h;hpp;hxx;hm;inl;inc"
434
 
                        >
435
 
                        <File
436
 
                                RelativePath="..\..\..\scribus\plugins\tools\pathfinder\pathfinder.h"
437
 
                                >
438
 
                                <FileConfiguration
439
 
                                        Name="Debug-cairo|Win32"
440
 
                                        >
441
 
                                        <Tool
442
 
                                                Name="moc"
443
 
                                        />
444
 
                                </FileConfiguration>
445
 
                                <FileConfiguration
446
 
                                        Name="Release-cairo|Win32"
447
 
                                        >
448
 
                                        <Tool
449
 
                                                Name="moc"
450
 
                                        />
451
 
                                </FileConfiguration>
452
 
                                <FileConfiguration
453
 
                                        Name="Debug-arthur|Win32"
454
 
                                        >
455
 
                                        <Tool
456
 
                                                Name="moc"
457
 
                                        />
458
 
                                </FileConfiguration>
459
 
                                <FileConfiguration
460
 
                                        Name="Release-arthur|Win32"
461
 
                                        >
462
 
                                        <Tool
463
 
                                                Name="moc"
464
 
                                        />
465
 
                                </FileConfiguration>
466
 
                        </File>
467
 
                        <File
468
 
                                RelativePath="..\..\..\scribus\plugins\tools\pathfinder\pathfinderdialog.h"
469
 
                                >
470
 
                                <FileConfiguration
471
 
                                        Name="Debug-cairo|Win32"
472
 
                                        >
473
 
                                        <Tool
474
 
                                                Name="moc"
475
 
                                        />
476
 
                                </FileConfiguration>
477
 
                                <FileConfiguration
478
 
                                        Name="Release-cairo|Win32"
479
 
                                        >
480
 
                                        <Tool
481
 
                                                Name="moc"
482
 
                                        />
483
 
                                </FileConfiguration>
484
 
                                <FileConfiguration
485
 
                                        Name="Debug-arthur|Win32"
486
 
                                        >
487
 
                                        <Tool
488
 
                                                Name="moc"
489
 
                                        />
490
 
                                </FileConfiguration>
491
 
                                <FileConfiguration
492
 
                                        Name="Release-arthur|Win32"
493
 
                                        >
494
 
                                        <Tool
495
 
                                                Name="moc"
496
 
                                        />
497
 
                                </FileConfiguration>
498
 
                        </File>
499
 
                </Filter>
500
 
                <Filter
501
 
                        Name="Generated Moc Files"
502
 
                        >
503
 
                        <File
504
 
                                RelativePath="..\..\..\scribus\plugins\tools\pathfinder\moc_pathfinder.cpp"
505
 
                                >
506
 
                        </File>
507
 
                        <File
508
 
                                RelativePath="..\..\..\scribus\plugins\tools\pathfinder\moc_pathfinderdialog.cpp"
509
 
                                >
510
 
                        </File>
511
 
                </Filter>
512
 
                <Filter
513
 
                        Name="Generated Form Files"
514
 
                        >
515
 
                        <File
516
 
                                RelativePath="..\..\..\scribus\plugins\tools\pathfinder\ui_pathfinderbase.h"
517
 
                                >
518
 
                        </File>
519
 
                </Filter>
520
 
                <Filter
521
 
                        Name="Form Files"
522
 
                        Filter="ui"
523
 
                        >
524
 
                        <File
525
 
                                RelativePath="..\..\..\scribus\plugins\tools\pathfinder\pathfinderbase.ui"
526
 
                                >
527
 
                        </File>
528
 
                </Filter>
529
 
        </Files>
530
 
        <Globals>
531
 
        </Globals>
532
 
</VisualStudioProject>