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

« back to all changes in this revision

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