~ubuntu-branches/debian/sid/scribus/sid

« back to all changes in this revision

Viewing changes to win32/vc9/scribus-lib2geom/scribus-lib2geom.vcproj

  • Committer: Package Import Robot
  • Author(s): Oleksandr Moskalenko
  • Date: 2012-02-09 21:50:56 UTC
  • mfrom: (1.1.6)
  • Revision ID: package-import@ubuntu.com-20120209215056-2wrx1ara0jbm7fi5
Tags: 1.4.0.dfsg+r17287-1
* New upstream stable release upload into Debian (Closes: #654703).
* Applied the Ubuntu armel patch.
* Removed non-free color swatches from resources.
* debian/control:
  - Moved icc-profiles from Recommends to Suggests (Closes: #655885).
  - Updated Standards-Version to 3.9.2.
  - Updated extended description per lintian warning.
* debian/rules:
  - Update mailcap (Closes: #630751). A request for mime.types update has
    been sent to the mime-support maintainer.
  - Added build-arch and build-indep targets per lintian warning.
* debian/patches:
  - top_cmakelists.patch - don't copy extra docs and changelogs.
  - scribus_cmakelists.patch - don't copy extra docs and changelogs.
  - scribus_cmakelists.patch - don't install the non-free "doc" dir.
  - profiles_cmakelists.patch - don't install non-free sRGB profile.
* debian/copyright: 
  - Converted to the DEP5 machine readable foramt.
  - Added licenses for free color swatches.

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="scribus-lib2geom"
 
6
        ProjectGUID="{6AC5EDDC-2540-47E0-873E-FE40FB06FBFD}"
 
7
        RootNamespace="scribuslib2geom"
 
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-cairo|Win32"
 
21
                        OutputDirectory="..\..\..\..\Scribus-builds\Scribus-vc9-$(ConfigurationName)\scribus"
 
22
                        IntermediateDirectory="..\..\..\..\Scribus-builds\Build-objs-vc9\$(ConfigurationName)\$(TargetName)"
 
23
                        ConfigurationType="4"
 
24
                        InheritedPropertySheets="..\Scribus-build.vsprops"
 
25
                        CharacterSet="1"
 
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
                                Optimization="0"
 
45
                                AdditionalIncludeDirectories="..\..\vc9;..\..\..\scribus;..\..\..\scribus\fonts;..\..\..\scribus\text;..\..\..\scribus\styles;..\..\..\scribus\simpletreemodel;..\..\..\scribus\ui;&quot;$(QT4_DIR)\include\QtCore&quot;;&quot;$(QT4_DIR)\include\QtGui&quot;;&quot;$(QT4_DIR)\include\QtNetwork&quot;;&quot;$(QT4_DIR)\include\QtXml&quot;;&quot;$(QT4_DIR)\include&quot;;&quot;$(QT4_DIR)\src\3rdparty\zlib&quot;;&quot;$(BOOST_DIR)&quot;;&quot;$(FREETYPE_DIR)\include&quot;"
 
46
                                PreprocessorDefinitions="WIN32;_DEBUG;_LIB;QT_LARGEFILE_SUPPORT;QT_EDITION=QT_EDITION_DESKTOP;QT_DLL;QT_GUI_LIB;QT_CORE_LIB;QT_THREAD_SUPPORT;COMPILE_PLUGIN_AS_DLL"
 
47
                                MinimalRebuild="true"
 
48
                                BasicRuntimeChecks="3"
 
49
                                RuntimeLibrary="3"
 
50
                                UsePrecompiledHeader="0"
 
51
                                WarningLevel="3"
 
52
                                Detect64BitPortabilityProblems="false"
 
53
                                DebugInformationFormat="3"
 
54
                                DisableSpecificWarnings="4005;4244;4251;4258;4267;4996"
 
55
                        />
 
56
                        <Tool
 
57
                                Name="VCManagedResourceCompilerTool"
 
58
                        />
 
59
                        <Tool
 
60
                                Name="VCResourceCompilerTool"
 
61
                        />
 
62
                        <Tool
 
63
                                Name="VCPreLinkEventTool"
 
64
                        />
 
65
                        <Tool
 
66
                                Name="VCLibrarianTool"
 
67
                                OutputFile="$(OutDir)\scribus-lib2geom.lib"
 
68
                        />
 
69
                        <Tool
 
70
                                Name="VCALinkTool"
 
71
                        />
 
72
                        <Tool
 
73
                                Name="VCXDCMakeTool"
 
74
                        />
 
75
                        <Tool
 
76
                                Name="VCBscMakeTool"
 
77
                        />
 
78
                        <Tool
 
79
                                Name="VCFxCopTool"
 
80
                        />
 
81
                        <Tool
 
82
                                Name="VCPostBuildEventTool"
 
83
                        />
 
84
                </Configuration>
 
85
                <Configuration
 
86
                        Name="Release-cairo|Win32"
 
87
                        OutputDirectory="..\..\..\..\Scribus-builds\Scribus-vc9-$(ConfigurationName)\scribus"
 
88
                        IntermediateDirectory="..\..\..\..\Scribus-builds\Build-objs-vc9\$(ConfigurationName)\$(TargetName)"
 
89
                        ConfigurationType="4"
 
90
                        InheritedPropertySheets="..\Scribus-build.vsprops"
 
91
                        CharacterSet="1"
 
92
                        WholeProgramOptimization="0"
 
93
                        >
 
94
                        <Tool
 
95
                                Name="VCPreBuildEventTool"
 
96
                        />
 
97
                        <Tool
 
98
                                Name="VCCustomBuildTool"
 
99
                        />
 
100
                        <Tool
 
101
                                Name="VCXMLDataGeneratorTool"
 
102
                        />
 
103
                        <Tool
 
104
                                Name="VCWebServiceProxyGeneratorTool"
 
105
                        />
 
106
                        <Tool
 
107
                                Name="VCMIDLTool"
 
108
                        />
 
109
                        <Tool
 
110
                                Name="VCCLCompilerTool"
 
111
                                Optimization="2"
 
112
                                InlineFunctionExpansion="1"
 
113
                                OmitFramePointers="true"
 
114
                                AdditionalIncludeDirectories="..\..\vc9;..\..\..\scribus;..\..\..\scribus\fonts;..\..\..\scribus\text;..\..\..\scribus\styles;..\..\..\scribus\simpletreemodel;..\..\..\scribus\ui;&quot;$(QT4_DIR)\include\QtCore&quot;;&quot;$(QT4_DIR)\include\QtGui&quot;;&quot;$(QT4_DIR)\include\QtNetwork&quot;;&quot;$(QT4_DIR)\include\QtXml&quot;;&quot;$(QT4_DIR)\include&quot;;&quot;$(QT4_DIR)\src\3rdparty\zlib&quot;;&quot;$(BOOST_DIR)&quot;;&quot;$(FREETYPE_DIR)\include&quot;"
 
115
                                PreprocessorDefinitions="WIN32;NDEBUG;_LIB;QT_LARGEFILE_SUPPORT;QT_EDITION=QT_EDITION_DESKTOP;QT_DLL;QT_GUI_LIB;QT_CORE_LIB;QT_THREAD_SUPPORT;COMPILE_PLUGIN_AS_DLL"
 
116
                                RuntimeLibrary="2"
 
117
                                UsePrecompiledHeader="0"
 
118
                                WarningLevel="3"
 
119
                                Detect64BitPortabilityProblems="false"
 
120
                                DebugInformationFormat="3"
 
121
                                DisableSpecificWarnings="4005;4244;4251;4258;4267;4996"
 
122
                        />
 
123
                        <Tool
 
124
                                Name="VCManagedResourceCompilerTool"
 
125
                        />
 
126
                        <Tool
 
127
                                Name="VCResourceCompilerTool"
 
128
                        />
 
129
                        <Tool
 
130
                                Name="VCPreLinkEventTool"
 
131
                        />
 
132
                        <Tool
 
133
                                Name="VCLibrarianTool"
 
134
                                OutputFile="$(OutDir)\scribus-lib2geom.lib"
 
135
                        />
 
136
                        <Tool
 
137
                                Name="VCALinkTool"
 
138
                        />
 
139
                        <Tool
 
140
                                Name="VCXDCMakeTool"
 
141
                        />
 
142
                        <Tool
 
143
                                Name="VCBscMakeTool"
 
144
                        />
 
145
                        <Tool
 
146
                                Name="VCFxCopTool"
 
147
                        />
 
148
                        <Tool
 
149
                                Name="VCPostBuildEventTool"
 
150
                        />
 
151
                </Configuration>
 
152
                <Configuration
 
153
                        Name="Debug-arthur|Win32"
 
154
                        OutputDirectory="..\..\..\..\Scribus-builds\Scribus-vc9-$(ConfigurationName)\scribus"
 
155
                        IntermediateDirectory="..\..\..\..\Scribus-builds\Build-objs-vc9\$(ConfigurationName)\$(TargetName)"
 
156
                        ConfigurationType="4"
 
157
                        InheritedPropertySheets="..\Scribus-build.vsprops"
 
158
                        CharacterSet="1"
 
159
                        >
 
160
                        <Tool
 
161
                                Name="VCPreBuildEventTool"
 
162
                        />
 
163
                        <Tool
 
164
                                Name="VCCustomBuildTool"
 
165
                        />
 
166
                        <Tool
 
167
                                Name="VCXMLDataGeneratorTool"
 
168
                        />
 
169
                        <Tool
 
170
                                Name="VCWebServiceProxyGeneratorTool"
 
171
                        />
 
172
                        <Tool
 
173
                                Name="VCMIDLTool"
 
174
                        />
 
175
                        <Tool
 
176
                                Name="VCCLCompilerTool"
 
177
                                Optimization="0"
 
178
                                AdditionalIncludeDirectories="..\..\vc9;..\..\..\scribus;..\..\..\scribus\fonts;..\..\..\scribus\text;..\..\..\scribus\styles;..\..\..\scribus\simpletreemodel;..\..\..\scribus\ui;&quot;$(QT4_DIR)\include\QtCore&quot;;&quot;$(QT4_DIR)\include\QtGui&quot;;&quot;$(QT4_DIR)\include\QtNetwork&quot;;&quot;$(QT4_DIR)\include\QtXml&quot;;&quot;$(QT4_DIR)\include&quot;;&quot;$(QT4_DIR)\src\3rdparty\zlib&quot;;&quot;$(BOOST_DIR)&quot;;&quot;$(FREETYPE_DIR)\include&quot;"
 
179
                                PreprocessorDefinitions="WIN32;_DEBUG;_LIB;QT_LARGEFILE_SUPPORT;QT_EDITION=QT_EDITION_DESKTOP;QT_DLL;QT_GUI_LIB;QT_CORE_LIB;QT_THREAD_SUPPORT;COMPILE_PLUGIN_AS_DLL"
 
180
                                MinimalRebuild="true"
 
181
                                BasicRuntimeChecks="3"
 
182
                                RuntimeLibrary="3"
 
183
                                UsePrecompiledHeader="0"
 
184
                                WarningLevel="3"
 
185
                                Detect64BitPortabilityProblems="false"
 
186
                                DebugInformationFormat="3"
 
187
                                DisableSpecificWarnings="4005;4244;4251;4258;4267;4996"
 
188
                        />
 
189
                        <Tool
 
190
                                Name="VCManagedResourceCompilerTool"
 
191
                        />
 
192
                        <Tool
 
193
                                Name="VCResourceCompilerTool"
 
194
                        />
 
195
                        <Tool
 
196
                                Name="VCPreLinkEventTool"
 
197
                        />
 
198
                        <Tool
 
199
                                Name="VCLibrarianTool"
 
200
                                OutputFile="$(OutDir)\scribus-lib2geom.lib"
 
201
                        />
 
202
                        <Tool
 
203
                                Name="VCALinkTool"
 
204
                        />
 
205
                        <Tool
 
206
                                Name="VCXDCMakeTool"
 
207
                        />
 
208
                        <Tool
 
209
                                Name="VCBscMakeTool"
 
210
                        />
 
211
                        <Tool
 
212
                                Name="VCFxCopTool"
 
213
                        />
 
214
                        <Tool
 
215
                                Name="VCPostBuildEventTool"
 
216
                        />
 
217
                </Configuration>
 
218
                <Configuration
 
219
                        Name="Release-arthur|Win32"
 
220
                        OutputDirectory="..\..\..\..\Scribus-builds\Scribus-vc9-$(ConfigurationName)\scribus"
 
221
                        IntermediateDirectory="..\..\..\..\Scribus-builds\Build-objs-vc9\$(ConfigurationName)\$(TargetName)"
 
222
                        ConfigurationType="4"
 
223
                        InheritedPropertySheets="..\Scribus-build.vsprops"
 
224
                        CharacterSet="1"
 
225
                        WholeProgramOptimization="0"
 
226
                        >
 
227
                        <Tool
 
228
                                Name="VCPreBuildEventTool"
 
229
                        />
 
230
                        <Tool
 
231
                                Name="VCCustomBuildTool"
 
232
                        />
 
233
                        <Tool
 
234
                                Name="VCXMLDataGeneratorTool"
 
235
                        />
 
236
                        <Tool
 
237
                                Name="VCWebServiceProxyGeneratorTool"
 
238
                        />
 
239
                        <Tool
 
240
                                Name="VCMIDLTool"
 
241
                        />
 
242
                        <Tool
 
243
                                Name="VCCLCompilerTool"
 
244
                                Optimization="2"
 
245
                                InlineFunctionExpansion="1"
 
246
                                OmitFramePointers="true"
 
247
                                AdditionalIncludeDirectories="..\..\vc9;..\..\..\scribus;..\..\..\scribus\fonts;..\..\..\scribus\text;..\..\..\scribus\styles;..\..\..\scribus\simpletreemodel;..\..\..\scribus\ui;&quot;$(QT4_DIR)\include\QtCore&quot;;&quot;$(QT4_DIR)\include\QtGui&quot;;&quot;$(QT4_DIR)\include\QtNetwork&quot;;&quot;$(QT4_DIR)\include\QtXml&quot;;&quot;$(QT4_DIR)\include&quot;;&quot;$(QT4_DIR)\src\3rdparty\zlib&quot;;&quot;$(BOOST_DIR)&quot;;&quot;$(FREETYPE_DIR)\include&quot;"
 
248
                                PreprocessorDefinitions="WIN32;NDEBUG;_LIB;QT_LARGEFILE_SUPPORT;QT_EDITION=QT_EDITION_DESKTOP;QT_DLL;QT_GUI_LIB;QT_CORE_LIB;QT_THREAD_SUPPORT;COMPILE_PLUGIN_AS_DLL"
 
249
                                RuntimeLibrary="2"
 
250
                                UsePrecompiledHeader="0"
 
251
                                WarningLevel="3"
 
252
                                Detect64BitPortabilityProblems="false"
 
253
                                DebugInformationFormat="3"
 
254
                                DisableSpecificWarnings="4005;4244;4251;4258;4267;4996"
 
255
                        />
 
256
                        <Tool
 
257
                                Name="VCManagedResourceCompilerTool"
 
258
                        />
 
259
                        <Tool
 
260
                                Name="VCResourceCompilerTool"
 
261
                        />
 
262
                        <Tool
 
263
                                Name="VCPreLinkEventTool"
 
264
                        />
 
265
                        <Tool
 
266
                                Name="VCLibrarianTool"
 
267
                                OutputFile="$(OutDir)\scribus-lib2geom.lib"
 
268
                        />
 
269
                        <Tool
 
270
                                Name="VCALinkTool"
 
271
                        />
 
272
                        <Tool
 
273
                                Name="VCXDCMakeTool"
 
274
                        />
 
275
                        <Tool
 
276
                                Name="VCBscMakeTool"
 
277
                        />
 
278
                        <Tool
 
279
                                Name="VCFxCopTool"
 
280
                        />
 
281
                        <Tool
 
282
                                Name="VCPostBuildEventTool"
 
283
                        />
 
284
                </Configuration>
 
285
        </Configurations>
 
286
        <References>
 
287
        </References>
 
288
        <Files>
 
289
                <Filter
 
290
                        Name="Sources Files"
 
291
                        Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
 
292
                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
 
293
                        >
 
294
                        <File
 
295
                                RelativePath="..\..\..\scribus\plugins\tools\2geomtools\lib2geom\basic-intersection.cpp"
 
296
                                >
 
297
                        </File>
 
298
                        <File
 
299
                                RelativePath="..\..\..\scribus\plugins\tools\2geomtools\lib2geom\bezier-utils.cpp"
 
300
                                >
 
301
                        </File>
 
302
                        <File
 
303
                                RelativePath="..\..\..\scribus\plugins\tools\2geomtools\lib2geom\circle-circle.cpp"
 
304
                                >
 
305
                        </File>
 
306
                        <File
 
307
                                RelativePath="..\..\..\scribus\plugins\tools\2geomtools\lib2geom\conjugate_gradient.cpp"
 
308
                                >
 
309
                        </File>
 
310
                        <File
 
311
                                RelativePath="..\..\..\scribus\plugins\tools\2geomtools\lib2geom\convex-cover.cpp"
 
312
                                >
 
313
                        </File>
 
314
                        <File
 
315
                                RelativePath="..\..\..\scribus\plugins\tools\2geomtools\lib2geom\crossing.cpp"
 
316
                                >
 
317
                        </File>
 
318
                        <File
 
319
                                RelativePath="..\..\..\scribus\plugins\tools\2geomtools\lib2geom\d2-sbasis.cpp"
 
320
                                >
 
321
                        </File>
 
322
                        <File
 
323
                                RelativePath="..\..\..\scribus\plugins\tools\2geomtools\lib2geom\geom.cpp"
 
324
                                >
 
325
                        </File>
 
326
                        <File
 
327
                                RelativePath="..\..\..\scribus\plugins\tools\2geomtools\lib2geom\matrix.cpp"
 
328
                                >
 
329
                        </File>
 
330
                        <File
 
331
                                RelativePath="..\..\..\scribus\plugins\tools\2geomtools\lib2geom\path-intersection.cpp"
 
332
                                >
 
333
                        </File>
 
334
                        <File
 
335
                                RelativePath="..\..\..\scribus\plugins\tools\2geomtools\lib2geom\path.cpp"
 
336
                                >
 
337
                        </File>
 
338
                        <File
 
339
                                RelativePath="..\..\..\scribus\plugins\tools\2geomtools\lib2geom\piecewise.cpp"
 
340
                                >
 
341
                        </File>
 
342
                        <File
 
343
                                RelativePath="..\..\..\scribus\plugins\tools\2geomtools\lib2geom\point.cpp"
 
344
                                >
 
345
                        </File>
 
346
                        <File
 
347
                                RelativePath="..\..\..\scribus\plugins\tools\2geomtools\lib2geom\poly-dk-solve.cpp"
 
348
                                >
 
349
                        </File>
 
350
                        <File
 
351
                                RelativePath="..\..\..\scribus\plugins\tools\2geomtools\lib2geom\poly-laguerre-solve.cpp"
 
352
                                >
 
353
                        </File>
 
354
                        <File
 
355
                                RelativePath="..\..\..\scribus\plugins\tools\2geomtools\lib2geom\poly.cpp"
 
356
                                >
 
357
                        </File>
 
358
                        <File
 
359
                                RelativePath="..\..\..\scribus\plugins\tools\2geomtools\lib2geom\quadtree.cpp"
 
360
                                >
 
361
                        </File>
 
362
                        <File
 
363
                                RelativePath="..\..\..\scribus\plugins\tools\2geomtools\lib2geom\region.cpp"
 
364
                                >
 
365
                        </File>
 
366
                        <File
 
367
                                RelativePath="..\..\..\scribus\plugins\tools\2geomtools\lib2geom\sbasis-2d.cpp"
 
368
                                >
 
369
                        </File>
 
370
                        <File
 
371
                                RelativePath="..\..\..\scribus\plugins\tools\2geomtools\lib2geom\sbasis-geometric.cpp"
 
372
                                >
 
373
                        </File>
 
374
                        <File
 
375
                                RelativePath="..\..\..\scribus\plugins\tools\2geomtools\lib2geom\sbasis-math.cpp"
 
376
                                >
 
377
                        </File>
 
378
                        <File
 
379
                                RelativePath="..\..\..\scribus\plugins\tools\2geomtools\lib2geom\sbasis-poly.cpp"
 
380
                                >
 
381
                        </File>
 
382
                        <File
 
383
                                RelativePath="..\..\..\scribus\plugins\tools\2geomtools\lib2geom\sbasis-roots.cpp"
 
384
                                >
 
385
                        </File>
 
386
                        <File
 
387
                                RelativePath="..\..\..\scribus\plugins\tools\2geomtools\lib2geom\sbasis-to-bezier.cpp"
 
388
                                >
 
389
                        </File>
 
390
                        <File
 
391
                                RelativePath="..\..\..\scribus\plugins\tools\2geomtools\lib2geom\sbasis.cpp"
 
392
                                >
 
393
                        </File>
 
394
                        <File
 
395
                                RelativePath="..\..\..\scribus\plugins\tools\2geomtools\lib2geom\scribushelper.cpp"
 
396
                                >
 
397
                        </File>
 
398
                        <File
 
399
                                RelativePath="..\..\..\scribus\plugins\tools\2geomtools\lib2geom\shape.cpp"
 
400
                                >
 
401
                        </File>
 
402
                        <File
 
403
                                RelativePath="..\..\..\scribus\plugins\tools\2geomtools\lib2geom\solve-bezier-one-d.cpp"
 
404
                                >
 
405
                        </File>
 
406
                        <File
 
407
                                RelativePath="..\..\..\scribus\plugins\tools\2geomtools\lib2geom\solve-bezier-parametric.cpp"
 
408
                                >
 
409
                        </File>
 
410
                        <File
 
411
                                RelativePath="..\..\..\scribus\plugins\tools\2geomtools\lib2geom\svg-path.cpp"
 
412
                                >
 
413
                        </File>
 
414
                        <File
 
415
                                RelativePath="..\..\..\scribus\plugins\tools\2geomtools\lib2geom\sweep.cpp"
 
416
                                >
 
417
                        </File>
 
418
                        <File
 
419
                                RelativePath="..\..\..\scribus\plugins\tools\2geomtools\lib2geom\transforms.cpp"
 
420
                                >
 
421
                        </File>
 
422
                </Filter>
 
423
                <Filter
 
424
                        Name="Header Files"
 
425
                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
 
426
                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
 
427
                        >
 
428
                        <File
 
429
                                RelativePath="..\..\..\scribus\plugins\tools\2geomtools\lib2geom\angle.h"
 
430
                                >
 
431
                        </File>
 
432
                        <File
 
433
                                RelativePath="..\..\..\scribus\plugins\tools\2geomtools\lib2geom\basic-intersection.h"
 
434
                                >
 
435
                        </File>
 
436
                        <File
 
437
                                RelativePath="..\..\..\scribus\plugins\tools\2geomtools\lib2geom\bezier-to-sbasis.h"
 
438
                                >
 
439
                        </File>
 
440
                        <File
 
441
                                RelativePath="..\..\..\scribus\plugins\tools\2geomtools\lib2geom\bezier-utils.h"
 
442
                                >
 
443
                        </File>
 
444
                        <File
 
445
                                RelativePath="..\..\..\scribus\plugins\tools\2geomtools\lib2geom\bezier.h"
 
446
                                >
 
447
                        </File>
 
448
                        <File
 
449
                                RelativePath="..\..\..\scribus\plugins\tools\2geomtools\lib2geom\choose.h"
 
450
                                >
 
451
                        </File>
 
452
                        <File
 
453
                                RelativePath="..\..\..\scribus\plugins\tools\2geomtools\lib2geom\circulator.h"
 
454
                                >
 
455
                        </File>
 
456
                        <File
 
457
                                RelativePath="..\..\..\scribus\plugins\tools\2geomtools\lib2geom\concepts.h"
 
458
                                >
 
459
                        </File>
 
460
                        <File
 
461
                                RelativePath="..\..\..\scribus\plugins\tools\2geomtools\lib2geom\conjugate_gradient.h"
 
462
                                >
 
463
                        </File>
 
464
                        <File
 
465
                                RelativePath="..\..\..\scribus\plugins\tools\2geomtools\lib2geom\convex-cover.h"
 
466
                                >
 
467
                        </File>
 
468
                        <File
 
469
                                RelativePath="..\..\..\scribus\plugins\tools\2geomtools\lib2geom\coord.h"
 
470
                                >
 
471
                        </File>
 
472
                        <File
 
473
                                RelativePath="..\..\..\scribus\plugins\tools\2geomtools\lib2geom\crossing.h"
 
474
                                >
 
475
                        </File>
 
476
                        <File
 
477
                                RelativePath="..\..\..\scribus\plugins\tools\2geomtools\lib2geom\d2-sbasis.h"
 
478
                                >
 
479
                        </File>
 
480
                        <File
 
481
                                RelativePath="..\..\..\scribus\plugins\tools\2geomtools\lib2geom\d2.h"
 
482
                                >
 
483
                        </File>
 
484
                        <File
 
485
                                RelativePath="..\..\..\scribus\plugins\tools\2geomtools\lib2geom\exception.h"
 
486
                                >
 
487
                        </File>
 
488
                        <File
 
489
                                RelativePath="..\..\..\scribus\plugins\tools\2geomtools\lib2geom\geom.h"
 
490
                                >
 
491
                        </File>
 
492
                        <File
 
493
                                RelativePath="..\..\..\scribus\plugins\tools\2geomtools\lib2geom\interval.h"
 
494
                                >
 
495
                        </File>
 
496
                        <File
 
497
                                RelativePath="..\..\..\scribus\plugins\tools\2geomtools\lib2geom\isnan.h"
 
498
                                >
 
499
                        </File>
 
500
                        <File
 
501
                                RelativePath="..\..\..\scribus\plugins\tools\2geomtools\lib2geom\linear.h"
 
502
                                >
 
503
                        </File>
 
504
                        <File
 
505
                                RelativePath="..\..\..\scribus\plugins\tools\2geomtools\lib2geom\matrix.h"
 
506
                                >
 
507
                        </File>
 
508
                        <File
 
509
                                RelativePath="..\..\..\scribus\plugins\tools\2geomtools\lib2geom\ord.h"
 
510
                                >
 
511
                        </File>
 
512
                        <File
 
513
                                RelativePath="..\..\..\scribus\plugins\tools\2geomtools\lib2geom\path-intersection.h"
 
514
                                >
 
515
                        </File>
 
516
                        <File
 
517
                                RelativePath="..\..\..\scribus\plugins\tools\2geomtools\lib2geom\path.h"
 
518
                                >
 
519
                        </File>
 
520
                        <File
 
521
                                RelativePath="..\..\..\scribus\plugins\tools\2geomtools\lib2geom\piecewise.h"
 
522
                                >
 
523
                        </File>
 
524
                        <File
 
525
                                RelativePath="..\..\..\scribus\plugins\tools\2geomtools\lib2geom\point-l.h"
 
526
                                >
 
527
                        </File>
 
528
                        <File
 
529
                                RelativePath="..\..\..\scribus\plugins\tools\2geomtools\lib2geom\point-ops.h"
 
530
                                >
 
531
                        </File>
 
532
                        <File
 
533
                                RelativePath="..\..\..\scribus\plugins\tools\2geomtools\lib2geom\point.h"
 
534
                                >
 
535
                        </File>
 
536
                        <File
 
537
                                RelativePath="..\..\..\scribus\plugins\tools\2geomtools\lib2geom\poly-dk-solve.h"
 
538
                                >
 
539
                        </File>
 
540
                        <File
 
541
                                RelativePath="..\..\..\scribus\plugins\tools\2geomtools\lib2geom\poly-laguerre-solve.h"
 
542
                                >
 
543
                        </File>
 
544
                        <File
 
545
                                RelativePath="..\..\..\scribus\plugins\tools\2geomtools\lib2geom\poly.h"
 
546
                                >
 
547
                        </File>
 
548
                        <File
 
549
                                RelativePath="..\..\..\scribus\plugins\tools\2geomtools\lib2geom\quadtree.h"
 
550
                                >
 
551
                        </File>
 
552
                        <File
 
553
                                RelativePath="..\..\..\scribus\plugins\tools\2geomtools\lib2geom\rect.h"
 
554
                                >
 
555
                        </File>
 
556
                        <File
 
557
                                RelativePath="..\..\..\scribus\plugins\tools\2geomtools\lib2geom\region.h"
 
558
                                >
 
559
                        </File>
 
560
                        <File
 
561
                                RelativePath="..\..\..\scribus\plugins\tools\2geomtools\lib2geom\sbasis-2d.h"
 
562
                                >
 
563
                        </File>
 
564
                        <File
 
565
                                RelativePath="..\..\..\scribus\plugins\tools\2geomtools\lib2geom\sbasis-geometric.h"
 
566
                                >
 
567
                        </File>
 
568
                        <File
 
569
                                RelativePath="..\..\..\scribus\plugins\tools\2geomtools\lib2geom\sbasis-math.h"
 
570
                                >
 
571
                        </File>
 
572
                        <File
 
573
                                RelativePath="..\..\..\scribus\plugins\tools\2geomtools\lib2geom\sbasis-poly.h"
 
574
                                >
 
575
                        </File>
 
576
                        <File
 
577
                                RelativePath="..\..\..\scribus\plugins\tools\2geomtools\lib2geom\sbasis-to-bezier.h"
 
578
                                >
 
579
                        </File>
 
580
                        <File
 
581
                                RelativePath="..\..\..\scribus\plugins\tools\2geomtools\lib2geom\sbasis.h"
 
582
                                >
 
583
                        </File>
 
584
                        <File
 
585
                                RelativePath="..\..\..\scribus\plugins\tools\2geomtools\lib2geom\scribushelper.h"
 
586
                                >
 
587
                        </File>
 
588
                        <File
 
589
                                RelativePath="..\..\..\scribus\plugins\tools\2geomtools\lib2geom\shape.h"
 
590
                                >
 
591
                        </File>
 
592
                        <File
 
593
                                RelativePath="..\..\..\scribus\plugins\tools\2geomtools\lib2geom\solver.h"
 
594
                                >
 
595
                        </File>
 
596
                        <File
 
597
                                RelativePath="..\..\..\scribus\plugins\tools\2geomtools\lib2geom\sturm.h"
 
598
                                >
 
599
                        </File>
 
600
                        <File
 
601
                                RelativePath="..\..\..\scribus\plugins\tools\2geomtools\lib2geom\svg-elliptical-arc.h"
 
602
                                >
 
603
                        </File>
 
604
                        <File
 
605
                                RelativePath="..\..\..\scribus\plugins\tools\2geomtools\lib2geom\svg-path.h"
 
606
                                >
 
607
                        </File>
 
608
                        <File
 
609
                                RelativePath="..\..\..\scribus\plugins\tools\2geomtools\lib2geom\sweep.h"
 
610
                                >
 
611
                        </File>
 
612
                        <File
 
613
                                RelativePath="..\..\..\scribus\plugins\tools\2geomtools\lib2geom\transforms.h"
 
614
                                >
 
615
                        </File>
 
616
                        <File
 
617
                                RelativePath="..\..\..\scribus\plugins\tools\2geomtools\lib2geom\utils.h"
 
618
                                >
 
619
                        </File>
 
620
                </Filter>
 
621
        </Files>
 
622
        <Globals>
 
623
        </Globals>
 
624
</VisualStudioProject>