~ubuntu-branches/ubuntu/natty/clamav/natty-security

« back to all changes in this revision

Viewing changes to win32/llvmbuild/lib/Support/LLVMSupport.vcproj

  • Committer: Bazaar Package Importer
  • Author(s): Scott Kitterman
  • Date: 2011-02-19 09:51:33 UTC
  • mfrom: (0.35.19 sid)
  • Revision ID: james.westby@ubuntu.com-20110219095133-sde2dyj8a6bjbkdh
Tags: 0.97+dfsg-0ubuntu1
* Merge from debian unstable (0ubuntu1 because the Debian upload was
  inadvertently left marked UNRELEASED).  Remaining changes:
  - Drop initial signature definitions from clamav-base
  - Drop build-dep on electric-fence (in Universe)
  - Add apparmor profiles for clamd and freshclam along with maintainer
    script changes

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="LLVMSupport"
 
6
        ProjectGUID="{6D90F811-6BF0-416F-B9D2-A84400407C82}"
 
7
        Keyword="Win32Proj"
 
8
        TargetFrameworkVersion="0"
 
9
        >
 
10
        <Platforms>
 
11
                <Platform
 
12
                        Name="Win32"
 
13
                />
 
14
        </Platforms>
 
15
        <ToolFiles>
 
16
        </ToolFiles>
 
17
        <Configurations>
 
18
                <Configuration
 
19
                        Name="Debug|Win32"
 
20
                        OutputDirectory="Debug"
 
21
                        IntermediateDirectory="LLVMSupport.dir\Debug"
 
22
                        ConfigurationType="4"
 
23
                        UseOfMFC="0"
 
24
                        ATLMinimizesCRunTimeLibraryUsage="false"
 
25
                        CharacterSet="2"
 
26
                        >
 
27
                        <Tool
 
28
                                Name="VCPreBuildEventTool"
 
29
                        />
 
30
                        <Tool
 
31
                                Name="VCCustomBuildTool"
 
32
                        />
 
33
                        <Tool
 
34
                                Name="VCXMLDataGeneratorTool"
 
35
                        />
 
36
                        <Tool
 
37
                                Name="VCWebServiceProxyGeneratorTool"
 
38
                        />
 
39
                        <Tool
 
40
                                Name="VCMIDLTool"
 
41
                                PreprocessorDefinitions="WIN32,_WINDOWS,_DEBUG,__STDC_LIMIT_MACROS,__STDC_CONSTANT_MACROS,_CRT_SECURE_NO_DEPRECATE,_CRT_SECURE_NO_WARNINGS,_SCL_SECURE_NO_WARNINGS,CRT_NONSTDC_NO_WARNINGS,_SCL_SECURE_NO_DEPRECATE,CMAKE_INTDIR=\&quot;Debug\&quot;"
 
42
                                MkTypLibCompatible="false"
 
43
                                TargetEnvironment="1"
 
44
                                GenerateStublessProxies="true"
 
45
                                TypeLibraryName="$(InputName).tlb"
 
46
                                OutputDirectory="$(IntDir)"
 
47
                                HeaderFileName="$(InputName).h"
 
48
                                DLLDataFileName=""
 
49
                                InterfaceIdentifierFileName="$(InputName)_i.c"
 
50
                                ProxyFileName="$(InputName)_p.c"
 
51
                        />
 
52
                        <Tool
 
53
                                Name="VCCLCompilerTool"
 
54
                                AdditionalOptions=" /Zm1000"
 
55
                                Optimization="0"
 
56
                                InlineFunctionExpansion="0"
 
57
                                AdditionalIncludeDirectories="$(SolutionDir)..\win32\llvmbuild\include;$(SolutionDir)..\libclamav\c++\llvm\include;"
 
58
                                PreprocessorDefinitions="WIN32,_WINDOWS,_DEBUG,__STDC_LIMIT_MACROS,__STDC_CONSTANT_MACROS,_CRT_SECURE_NO_DEPRECATE,_CRT_SECURE_NO_WARNINGS,_SCL_SECURE_NO_WARNINGS,CRT_NONSTDC_NO_WARNINGS,_SCL_SECURE_NO_DEPRECATE,CMAKE_INTDIR=\&quot;Debug\&quot;"
 
59
                                ExceptionHandling="1"
 
60
                                BasicRuntimeChecks="3"
 
61
                                RuntimeLibrary="3"
 
62
                                RuntimeTypeInfo="true"
 
63
                                AssemblerListingLocation="Debug"
 
64
                                ObjectFile="$(IntDir)\"
 
65
                                ProgramDataBaseFileName="$(SolutionDir)../win32/llvmbuild/lib/Debug/LLVMSupport.pdb"
 
66
                                WarningLevel="3"
 
67
                                DebugInformationFormat="3"
 
68
                                CompileAs="2"
 
69
                                DisableSpecificWarnings="4146;4503;4996;4800;4244;4624;4355;4715;4180;4345;4224;4351"
 
70
                        />
 
71
                        <Tool
 
72
                                Name="VCManagedResourceCompilerTool"
 
73
                        />
 
74
                        <Tool
 
75
                                Name="VCResourceCompilerTool"
 
76
                                PreprocessorDefinitions="WIN32,_WINDOWS,_DEBUG,__STDC_LIMIT_MACROS,__STDC_CONSTANT_MACROS,_CRT_SECURE_NO_DEPRECATE,_CRT_SECURE_NO_WARNINGS,_SCL_SECURE_NO_WARNINGS,CRT_NONSTDC_NO_WARNINGS,_SCL_SECURE_NO_DEPRECATE,CMAKE_INTDIR=\&quot;Debug\&quot;"
 
77
                                AdditionalIncludeDirectories="$(SolutionDir)..\win32\llvmbuild\include;$(SolutionDir)..\libclamav\c++\llvm\include;"
 
78
                        />
 
79
                        <Tool
 
80
                                Name="VCPreLinkEventTool"
 
81
                        />
 
82
                        <Tool
 
83
                                Name="VCLibrarianTool"
 
84
                                OutputFile="$(SolutionDir)..\win32\llvmbuild\lib\Debug\LLVMSupport.lib"
 
85
                        />
 
86
                        <Tool
 
87
                                Name="VCALinkTool"
 
88
                        />
 
89
                        <Tool
 
90
                                Name="VCXDCMakeTool"
 
91
                        />
 
92
                        <Tool
 
93
                                Name="VCBscMakeTool"
 
94
                        />
 
95
                        <Tool
 
96
                                Name="VCFxCopTool"
 
97
                        />
 
98
                        <Tool
 
99
                                Name="VCPostBuildEventTool"
 
100
                        />
 
101
                </Configuration>
 
102
                <Configuration
 
103
                        Name="Release|Win32"
 
104
                        OutputDirectory="Release"
 
105
                        IntermediateDirectory="LLVMSupport.dir\Release"
 
106
                        ConfigurationType="4"
 
107
                        UseOfMFC="0"
 
108
                        ATLMinimizesCRunTimeLibraryUsage="false"
 
109
                        CharacterSet="2"
 
110
                        >
 
111
                        <Tool
 
112
                                Name="VCPreBuildEventTool"
 
113
                        />
 
114
                        <Tool
 
115
                                Name="VCCustomBuildTool"
 
116
                        />
 
117
                        <Tool
 
118
                                Name="VCXMLDataGeneratorTool"
 
119
                        />
 
120
                        <Tool
 
121
                                Name="VCWebServiceProxyGeneratorTool"
 
122
                        />
 
123
                        <Tool
 
124
                                Name="VCMIDLTool"
 
125
                                PreprocessorDefinitions="WIN32,_WINDOWS,NDEBUG,__STDC_LIMIT_MACROS,__STDC_CONSTANT_MACROS,_CRT_SECURE_NO_DEPRECATE,_CRT_SECURE_NO_WARNINGS,_SCL_SECURE_NO_WARNINGS,CRT_NONSTDC_NO_WARNINGS,_SCL_SECURE_NO_DEPRECATE,CMAKE_INTDIR=\&quot;Release\&quot;"
 
126
                                MkTypLibCompatible="false"
 
127
                                TargetEnvironment="1"
 
128
                                GenerateStublessProxies="true"
 
129
                                TypeLibraryName="$(InputName).tlb"
 
130
                                OutputDirectory="$(IntDir)"
 
131
                                HeaderFileName="$(InputName).h"
 
132
                                DLLDataFileName=""
 
133
                                InterfaceIdentifierFileName="$(InputName)_i.c"
 
134
                                ProxyFileName="$(InputName)_p.c"
 
135
                        />
 
136
                        <Tool
 
137
                                Name="VCCLCompilerTool"
 
138
                                AdditionalOptions=" /Zm1000"
 
139
                                Optimization="2"
 
140
                                InlineFunctionExpansion="2"
 
141
                                AdditionalIncludeDirectories="$(SolutionDir)..\win32\llvmbuild\include;$(SolutionDir)..\libclamav\c++\llvm\include;"
 
142
                                PreprocessorDefinitions="WIN32,_WINDOWS,NDEBUG,__STDC_LIMIT_MACROS,__STDC_CONSTANT_MACROS,_CRT_SECURE_NO_DEPRECATE,_CRT_SECURE_NO_WARNINGS,_SCL_SECURE_NO_WARNINGS,CRT_NONSTDC_NO_WARNINGS,_SCL_SECURE_NO_DEPRECATE,CMAKE_INTDIR=\&quot;Release\&quot;"
 
143
                                ExceptionHandling="1"
 
144
                                RuntimeLibrary="2"
 
145
                                RuntimeTypeInfo="true"
 
146
                                AssemblerListingLocation="Release"
 
147
                                ObjectFile="$(IntDir)\"
 
148
                                ProgramDataBaseFileName="$(SolutionDir)../win32/llvmbuild/lib/Release/LLVMSupport.pdb"
 
149
                                WarningLevel="3"
 
150
                                CompileAs="2"
 
151
                                DisableSpecificWarnings="4146;4503;4996;4800;4244;4624;4355;4715;4180;4345;4224;4351"
 
152
                        />
 
153
                        <Tool
 
154
                                Name="VCManagedResourceCompilerTool"
 
155
                        />
 
156
                        <Tool
 
157
                                Name="VCResourceCompilerTool"
 
158
                                PreprocessorDefinitions="WIN32,_WINDOWS,NDEBUG,__STDC_LIMIT_MACROS,__STDC_CONSTANT_MACROS,_CRT_SECURE_NO_DEPRECATE,_CRT_SECURE_NO_WARNINGS,_SCL_SECURE_NO_WARNINGS,CRT_NONSTDC_NO_WARNINGS,_SCL_SECURE_NO_DEPRECATE,CMAKE_INTDIR=\&quot;Release\&quot;"
 
159
                                AdditionalIncludeDirectories="$(SolutionDir)..\win32\llvmbuild\include;$(SolutionDir)..\libclamav\c++\llvm\include;"
 
160
                        />
 
161
                        <Tool
 
162
                                Name="VCPreLinkEventTool"
 
163
                        />
 
164
                        <Tool
 
165
                                Name="VCLibrarianTool"
 
166
                                OutputFile="$(SolutionDir)..\win32\llvmbuild\lib\Release\LLVMSupport.lib"
 
167
                        />
 
168
                        <Tool
 
169
                                Name="VCALinkTool"
 
170
                        />
 
171
                        <Tool
 
172
                                Name="VCXDCMakeTool"
 
173
                        />
 
174
                        <Tool
 
175
                                Name="VCBscMakeTool"
 
176
                        />
 
177
                        <Tool
 
178
                                Name="VCFxCopTool"
 
179
                        />
 
180
                        <Tool
 
181
                                Name="VCPostBuildEventTool"
 
182
                        />
 
183
                </Configuration>
 
184
                <Configuration
 
185
                        Name="MinSizeRel|Win32"
 
186
                        OutputDirectory="MinSizeRel"
 
187
                        IntermediateDirectory="LLVMSupport.dir\MinSizeRel"
 
188
                        ConfigurationType="4"
 
189
                        UseOfMFC="0"
 
190
                        ATLMinimizesCRunTimeLibraryUsage="false"
 
191
                        CharacterSet="2"
 
192
                        >
 
193
                        <Tool
 
194
                                Name="VCPreBuildEventTool"
 
195
                        />
 
196
                        <Tool
 
197
                                Name="VCCustomBuildTool"
 
198
                        />
 
199
                        <Tool
 
200
                                Name="VCXMLDataGeneratorTool"
 
201
                        />
 
202
                        <Tool
 
203
                                Name="VCWebServiceProxyGeneratorTool"
 
204
                        />
 
205
                        <Tool
 
206
                                Name="VCMIDLTool"
 
207
                                PreprocessorDefinitions="WIN32,_WINDOWS,NDEBUG,__STDC_LIMIT_MACROS,__STDC_CONSTANT_MACROS,_CRT_SECURE_NO_DEPRECATE,_CRT_SECURE_NO_WARNINGS,_SCL_SECURE_NO_WARNINGS,CRT_NONSTDC_NO_WARNINGS,_SCL_SECURE_NO_DEPRECATE,CMAKE_INTDIR=\&quot;MinSizeRel\&quot;"
 
208
                                MkTypLibCompatible="false"
 
209
                                TargetEnvironment="1"
 
210
                                GenerateStublessProxies="true"
 
211
                                TypeLibraryName="$(InputName).tlb"
 
212
                                OutputDirectory="$(IntDir)"
 
213
                                HeaderFileName="$(InputName).h"
 
214
                                DLLDataFileName=""
 
215
                                InterfaceIdentifierFileName="$(InputName)_i.c"
 
216
                                ProxyFileName="$(InputName)_p.c"
 
217
                        />
 
218
                        <Tool
 
219
                                Name="VCCLCompilerTool"
 
220
                                AdditionalOptions=" /Zm1000"
 
221
                                Optimization="1"
 
222
                                InlineFunctionExpansion="1"
 
223
                                AdditionalIncludeDirectories="$(SolutionDir)..\win32\llvmbuild\include;$(SolutionDir)..\libclamav\c++\llvm\include;"
 
224
                                PreprocessorDefinitions="WIN32,_WINDOWS,NDEBUG,__STDC_LIMIT_MACROS,__STDC_CONSTANT_MACROS,_CRT_SECURE_NO_DEPRECATE,_CRT_SECURE_NO_WARNINGS,_SCL_SECURE_NO_WARNINGS,CRT_NONSTDC_NO_WARNINGS,_SCL_SECURE_NO_DEPRECATE,CMAKE_INTDIR=\&quot;MinSizeRel\&quot;"
 
225
                                ExceptionHandling="1"
 
226
                                RuntimeLibrary="2"
 
227
                                RuntimeTypeInfo="true"
 
228
                                AssemblerListingLocation="MinSizeRel"
 
229
                                ObjectFile="$(IntDir)\"
 
230
                                ProgramDataBaseFileName="$(SolutionDir)../win32/llvmbuild/lib/MinSizeRel/LLVMSupport.pdb"
 
231
                                WarningLevel="3"
 
232
                                CompileAs="2"
 
233
                                DisableSpecificWarnings="4146;4503;4996;4800;4244;4624;4355;4715;4180;4345;4224;4351"
 
234
                        />
 
235
                        <Tool
 
236
                                Name="VCManagedResourceCompilerTool"
 
237
                        />
 
238
                        <Tool
 
239
                                Name="VCResourceCompilerTool"
 
240
                                PreprocessorDefinitions="WIN32,_WINDOWS,NDEBUG,__STDC_LIMIT_MACROS,__STDC_CONSTANT_MACROS,_CRT_SECURE_NO_DEPRECATE,_CRT_SECURE_NO_WARNINGS,_SCL_SECURE_NO_WARNINGS,CRT_NONSTDC_NO_WARNINGS,_SCL_SECURE_NO_DEPRECATE,CMAKE_INTDIR=\&quot;MinSizeRel\&quot;"
 
241
                                AdditionalIncludeDirectories="$(SolutionDir)..\win32\llvmbuild\include;$(SolutionDir)..\libclamav\c++\llvm\include;"
 
242
                        />
 
243
                        <Tool
 
244
                                Name="VCPreLinkEventTool"
 
245
                        />
 
246
                        <Tool
 
247
                                Name="VCLibrarianTool"
 
248
                                OutputFile="$(SolutionDir)..\win32\llvmbuild\lib\MinSizeRel\LLVMSupport.lib"
 
249
                        />
 
250
                        <Tool
 
251
                                Name="VCALinkTool"
 
252
                        />
 
253
                        <Tool
 
254
                                Name="VCXDCMakeTool"
 
255
                        />
 
256
                        <Tool
 
257
                                Name="VCBscMakeTool"
 
258
                        />
 
259
                        <Tool
 
260
                                Name="VCFxCopTool"
 
261
                        />
 
262
                        <Tool
 
263
                                Name="VCPostBuildEventTool"
 
264
                        />
 
265
                </Configuration>
 
266
                <Configuration
 
267
                        Name="RelWithDebInfo|Win32"
 
268
                        OutputDirectory="RelWithDebInfo"
 
269
                        IntermediateDirectory="LLVMSupport.dir\RelWithDebInfo"
 
270
                        ConfigurationType="4"
 
271
                        UseOfMFC="0"
 
272
                        ATLMinimizesCRunTimeLibraryUsage="false"
 
273
                        CharacterSet="2"
 
274
                        >
 
275
                        <Tool
 
276
                                Name="VCPreBuildEventTool"
 
277
                        />
 
278
                        <Tool
 
279
                                Name="VCCustomBuildTool"
 
280
                        />
 
281
                        <Tool
 
282
                                Name="VCXMLDataGeneratorTool"
 
283
                        />
 
284
                        <Tool
 
285
                                Name="VCWebServiceProxyGeneratorTool"
 
286
                        />
 
287
                        <Tool
 
288
                                Name="VCMIDLTool"
 
289
                                PreprocessorDefinitions="WIN32,_WINDOWS,NDEBUG,__STDC_LIMIT_MACROS,__STDC_CONSTANT_MACROS,_CRT_SECURE_NO_DEPRECATE,_CRT_SECURE_NO_WARNINGS,_SCL_SECURE_NO_WARNINGS,CRT_NONSTDC_NO_WARNINGS,_SCL_SECURE_NO_DEPRECATE,CMAKE_INTDIR=\&quot;RelWithDebInfo\&quot;"
 
290
                                MkTypLibCompatible="false"
 
291
                                TargetEnvironment="1"
 
292
                                GenerateStublessProxies="true"
 
293
                                TypeLibraryName="$(InputName).tlb"
 
294
                                OutputDirectory="$(IntDir)"
 
295
                                HeaderFileName="$(InputName).h"
 
296
                                DLLDataFileName=""
 
297
                                InterfaceIdentifierFileName="$(InputName)_i.c"
 
298
                                ProxyFileName="$(InputName)_p.c"
 
299
                        />
 
300
                        <Tool
 
301
                                Name="VCCLCompilerTool"
 
302
                                AdditionalOptions=" /Zm1000"
 
303
                                Optimization="2"
 
304
                                InlineFunctionExpansion="1"
 
305
                                AdditionalIncludeDirectories="$(SolutionDir)..\win32\llvmbuild\include;$(SolutionDir)..\libclamav\c++\llvm\include;"
 
306
                                PreprocessorDefinitions="WIN32,_WINDOWS,NDEBUG,__STDC_LIMIT_MACROS,__STDC_CONSTANT_MACROS,_CRT_SECURE_NO_DEPRECATE,_CRT_SECURE_NO_WARNINGS,_SCL_SECURE_NO_WARNINGS,CRT_NONSTDC_NO_WARNINGS,_SCL_SECURE_NO_DEPRECATE,CMAKE_INTDIR=\&quot;RelWithDebInfo\&quot;"
 
307
                                ExceptionHandling="1"
 
308
                                RuntimeLibrary="2"
 
309
                                RuntimeTypeInfo="true"
 
310
                                AssemblerListingLocation="RelWithDebInfo"
 
311
                                ObjectFile="$(IntDir)\"
 
312
                                ProgramDataBaseFileName="$(SolutionDir)../win32/llvmbuild/lib/RelWithDebInfo/LLVMSupport.pdb"
 
313
                                WarningLevel="3"
 
314
                                DebugInformationFormat="3"
 
315
                                CompileAs="2"
 
316
                                DisableSpecificWarnings="4146;4503;4996;4800;4244;4624;4355;4715;4180;4345;4224;4351"
 
317
                        />
 
318
                        <Tool
 
319
                                Name="VCManagedResourceCompilerTool"
 
320
                        />
 
321
                        <Tool
 
322
                                Name="VCResourceCompilerTool"
 
323
                                PreprocessorDefinitions="WIN32,_WINDOWS,NDEBUG,__STDC_LIMIT_MACROS,__STDC_CONSTANT_MACROS,_CRT_SECURE_NO_DEPRECATE,_CRT_SECURE_NO_WARNINGS,_SCL_SECURE_NO_WARNINGS,CRT_NONSTDC_NO_WARNINGS,_SCL_SECURE_NO_DEPRECATE,CMAKE_INTDIR=\&quot;RelWithDebInfo\&quot;"
 
324
                                AdditionalIncludeDirectories="$(SolutionDir)..\win32\llvmbuild\include;$(SolutionDir)..\libclamav\c++\llvm\include;"
 
325
                        />
 
326
                        <Tool
 
327
                                Name="VCPreLinkEventTool"
 
328
                        />
 
329
                        <Tool
 
330
                                Name="VCLibrarianTool"
 
331
                                OutputFile="$(SolutionDir)..\win32\llvmbuild\lib\RelWithDebInfo\LLVMSupport.lib"
 
332
                        />
 
333
                        <Tool
 
334
                                Name="VCALinkTool"
 
335
                        />
 
336
                        <Tool
 
337
                                Name="VCXDCMakeTool"
 
338
                        />
 
339
                        <Tool
 
340
                                Name="VCBscMakeTool"
 
341
                        />
 
342
                        <Tool
 
343
                                Name="VCFxCopTool"
 
344
                        />
 
345
                        <Tool
 
346
                                Name="VCPostBuildEventTool"
 
347
                        />
 
348
                </Configuration>
 
349
        </Configurations>
 
350
        <References>
 
351
        </References>
 
352
        <Files>
 
353
                <Filter
 
354
                        Name="Source Files"
 
355
                        >
 
356
                        <File
 
357
                                RelativePath="$(SolutionDir)..\libclamav\c++\llvm\lib\Support\Allocator.cpp"
 
358
                                >
 
359
                        </File>
 
360
                        <File
 
361
                                RelativePath="$(SolutionDir)..\libclamav\c++\llvm\lib\Support\APFloat.cpp"
 
362
                                >
 
363
                        </File>
 
364
                        <File
 
365
                                RelativePath="$(SolutionDir)..\libclamav\c++\llvm\lib\Support\APInt.cpp"
 
366
                                >
 
367
                        </File>
 
368
                        <File
 
369
                                RelativePath="$(SolutionDir)..\libclamav\c++\llvm\lib\Support\APSInt.cpp"
 
370
                                >
 
371
                        </File>
 
372
                        <File
 
373
                                RelativePath="$(SolutionDir)..\libclamav\c++\llvm\lib\Support\CommandLine.cpp"
 
374
                                >
 
375
                        </File>
 
376
                        <File
 
377
                                RelativePath="$(SolutionDir)..\libclamav\c++\llvm\lib\Support\ConstantRange.cpp"
 
378
                                >
 
379
                        </File>
 
380
                        <File
 
381
                                RelativePath="$(SolutionDir)..\libclamav\c++\llvm\lib\Support\Debug.cpp"
 
382
                                >
 
383
                        </File>
 
384
                        <File
 
385
                                RelativePath="$(SolutionDir)..\libclamav\c++\llvm\lib\Support\DeltaAlgorithm.cpp"
 
386
                                >
 
387
                        </File>
 
388
                        <File
 
389
                                RelativePath="$(SolutionDir)..\libclamav\c++\llvm\lib\Support\Dwarf.cpp"
 
390
                                >
 
391
                        </File>
 
392
                        <File
 
393
                                RelativePath="$(SolutionDir)..\libclamav\c++\llvm\lib\Support\ErrorHandling.cpp"
 
394
                                >
 
395
                        </File>
 
396
                        <File
 
397
                                RelativePath="$(SolutionDir)..\libclamav\c++\llvm\lib\Support\FileUtilities.cpp"
 
398
                                >
 
399
                        </File>
 
400
                        <File
 
401
                                RelativePath="$(SolutionDir)..\libclamav\c++\llvm\lib\Support\FoldingSet.cpp"
 
402
                                >
 
403
                        </File>
 
404
                        <File
 
405
                                RelativePath="$(SolutionDir)..\libclamav\c++\llvm\lib\Support\FormattedStream.cpp"
 
406
                                >
 
407
                        </File>
 
408
                        <File
 
409
                                RelativePath="$(SolutionDir)..\libclamav\c++\llvm\lib\Support\GraphWriter.cpp"
 
410
                                >
 
411
                        </File>
 
412
                        <File
 
413
                                RelativePath="$(SolutionDir)..\libclamav\c++\llvm\lib\Support\IsInf.cpp"
 
414
                                >
 
415
                        </File>
 
416
                        <File
 
417
                                RelativePath="$(SolutionDir)..\libclamav\c++\llvm\lib\Support\IsNAN.cpp"
 
418
                                >
 
419
                        </File>
 
420
                        <File
 
421
                                RelativePath="$(SolutionDir)..\libclamav\c++\llvm\lib\Support\ManagedStatic.cpp"
 
422
                                >
 
423
                        </File>
 
424
                        <File
 
425
                                RelativePath="$(SolutionDir)..\libclamav\c++\llvm\lib\Support\MemoryBuffer.cpp"
 
426
                                >
 
427
                        </File>
 
428
                        <File
 
429
                                RelativePath="$(SolutionDir)..\libclamav\c++\llvm\lib\Support\MemoryObject.cpp"
 
430
                                >
 
431
                        </File>
 
432
                        <File
 
433
                                RelativePath="$(SolutionDir)..\libclamav\c++\llvm\lib\Support\PluginLoader.cpp"
 
434
                                >
 
435
                        </File>
 
436
                        <File
 
437
                                RelativePath="$(SolutionDir)..\libclamav\c++\llvm\lib\Support\PrettyStackTrace.cpp"
 
438
                                >
 
439
                        </File>
 
440
                        <File
 
441
                                RelativePath="$(SolutionDir)..\libclamav\c++\llvm\lib\Support\raw_os_ostream.cpp"
 
442
                                >
 
443
                        </File>
 
444
                        <File
 
445
                                RelativePath="$(SolutionDir)..\libclamav\c++\llvm\lib\Support\raw_ostream.cpp"
 
446
                                >
 
447
                        </File>
 
448
                        <File
 
449
                                RelativePath="$(SolutionDir)..\libclamav\c++\llvm\lib\Support\regcomp.c"
 
450
                                >
 
451
                                <FileConfiguration
 
452
                                        Name="Debug|Win32"
 
453
                                        >
 
454
                                        <Tool
 
455
                                                Name="VCCLCompilerTool"
 
456
                                                CompileAs="1"
 
457
                                        />
 
458
                                </FileConfiguration>
 
459
                                <FileConfiguration
 
460
                                        Name="Release|Win32"
 
461
                                        >
 
462
                                        <Tool
 
463
                                                Name="VCCLCompilerTool"
 
464
                                                CompileAs="1"
 
465
                                        />
 
466
                                </FileConfiguration>
 
467
                                <FileConfiguration
 
468
                                        Name="MinSizeRel|Win32"
 
469
                                        >
 
470
                                        <Tool
 
471
                                                Name="VCCLCompilerTool"
 
472
                                                CompileAs="1"
 
473
                                        />
 
474
                                </FileConfiguration>
 
475
                                <FileConfiguration
 
476
                                        Name="RelWithDebInfo|Win32"
 
477
                                        >
 
478
                                        <Tool
 
479
                                                Name="VCCLCompilerTool"
 
480
                                                CompileAs="1"
 
481
                                        />
 
482
                                </FileConfiguration>
 
483
                        </File>
 
484
                        <File
 
485
                                RelativePath="$(SolutionDir)..\libclamav\c++\llvm\lib\Support\regerror.c"
 
486
                                >
 
487
                                <FileConfiguration
 
488
                                        Name="Debug|Win32"
 
489
                                        >
 
490
                                        <Tool
 
491
                                                Name="VCCLCompilerTool"
 
492
                                                CompileAs="1"
 
493
                                        />
 
494
                                </FileConfiguration>
 
495
                                <FileConfiguration
 
496
                                        Name="Release|Win32"
 
497
                                        >
 
498
                                        <Tool
 
499
                                                Name="VCCLCompilerTool"
 
500
                                                CompileAs="1"
 
501
                                        />
 
502
                                </FileConfiguration>
 
503
                                <FileConfiguration
 
504
                                        Name="MinSizeRel|Win32"
 
505
                                        >
 
506
                                        <Tool
 
507
                                                Name="VCCLCompilerTool"
 
508
                                                CompileAs="1"
 
509
                                        />
 
510
                                </FileConfiguration>
 
511
                                <FileConfiguration
 
512
                                        Name="RelWithDebInfo|Win32"
 
513
                                        >
 
514
                                        <Tool
 
515
                                                Name="VCCLCompilerTool"
 
516
                                                CompileAs="1"
 
517
                                        />
 
518
                                </FileConfiguration>
 
519
                        </File>
 
520
                        <File
 
521
                                RelativePath="$(SolutionDir)..\libclamav\c++\llvm\lib\Support\Regex.cpp"
 
522
                                >
 
523
                        </File>
 
524
                        <File
 
525
                                RelativePath="$(SolutionDir)..\libclamav\c++\llvm\lib\Support\regexec.c"
 
526
                                >
 
527
                                <FileConfiguration
 
528
                                        Name="Debug|Win32"
 
529
                                        >
 
530
                                        <Tool
 
531
                                                Name="VCCLCompilerTool"
 
532
                                                CompileAs="1"
 
533
                                        />
 
534
                                </FileConfiguration>
 
535
                                <FileConfiguration
 
536
                                        Name="Release|Win32"
 
537
                                        >
 
538
                                        <Tool
 
539
                                                Name="VCCLCompilerTool"
 
540
                                                CompileAs="1"
 
541
                                        />
 
542
                                </FileConfiguration>
 
543
                                <FileConfiguration
 
544
                                        Name="MinSizeRel|Win32"
 
545
                                        >
 
546
                                        <Tool
 
547
                                                Name="VCCLCompilerTool"
 
548
                                                CompileAs="1"
 
549
                                        />
 
550
                                </FileConfiguration>
 
551
                                <FileConfiguration
 
552
                                        Name="RelWithDebInfo|Win32"
 
553
                                        >
 
554
                                        <Tool
 
555
                                                Name="VCCLCompilerTool"
 
556
                                                CompileAs="1"
 
557
                                        />
 
558
                                </FileConfiguration>
 
559
                        </File>
 
560
                        <File
 
561
                                RelativePath="$(SolutionDir)..\libclamav\c++\llvm\lib\Support\regfree.c"
 
562
                                >
 
563
                                <FileConfiguration
 
564
                                        Name="Debug|Win32"
 
565
                                        >
 
566
                                        <Tool
 
567
                                                Name="VCCLCompilerTool"
 
568
                                                CompileAs="1"
 
569
                                        />
 
570
                                </FileConfiguration>
 
571
                                <FileConfiguration
 
572
                                        Name="Release|Win32"
 
573
                                        >
 
574
                                        <Tool
 
575
                                                Name="VCCLCompilerTool"
 
576
                                                CompileAs="1"
 
577
                                        />
 
578
                                </FileConfiguration>
 
579
                                <FileConfiguration
 
580
                                        Name="MinSizeRel|Win32"
 
581
                                        >
 
582
                                        <Tool
 
583
                                                Name="VCCLCompilerTool"
 
584
                                                CompileAs="1"
 
585
                                        />
 
586
                                </FileConfiguration>
 
587
                                <FileConfiguration
 
588
                                        Name="RelWithDebInfo|Win32"
 
589
                                        >
 
590
                                        <Tool
 
591
                                                Name="VCCLCompilerTool"
 
592
                                                CompileAs="1"
 
593
                                        />
 
594
                                </FileConfiguration>
 
595
                        </File>
 
596
                        <File
 
597
                                RelativePath="$(SolutionDir)..\libclamav\c++\llvm\lib\Support\regstrlcpy.c"
 
598
                                >
 
599
                                <FileConfiguration
 
600
                                        Name="Debug|Win32"
 
601
                                        >
 
602
                                        <Tool
 
603
                                                Name="VCCLCompilerTool"
 
604
                                                CompileAs="1"
 
605
                                        />
 
606
                                </FileConfiguration>
 
607
                                <FileConfiguration
 
608
                                        Name="Release|Win32"
 
609
                                        >
 
610
                                        <Tool
 
611
                                                Name="VCCLCompilerTool"
 
612
                                                CompileAs="1"
 
613
                                        />
 
614
                                </FileConfiguration>
 
615
                                <FileConfiguration
 
616
                                        Name="MinSizeRel|Win32"
 
617
                                        >
 
618
                                        <Tool
 
619
                                                Name="VCCLCompilerTool"
 
620
                                                CompileAs="1"
 
621
                                        />
 
622
                                </FileConfiguration>
 
623
                                <FileConfiguration
 
624
                                        Name="RelWithDebInfo|Win32"
 
625
                                        >
 
626
                                        <Tool
 
627
                                                Name="VCCLCompilerTool"
 
628
                                                CompileAs="1"
 
629
                                        />
 
630
                                </FileConfiguration>
 
631
                        </File>
 
632
                        <File
 
633
                                RelativePath="$(SolutionDir)..\libclamav\c++\llvm\lib\Support\SlowOperationInformer.cpp"
 
634
                                >
 
635
                        </File>
 
636
                        <File
 
637
                                RelativePath="$(SolutionDir)..\libclamav\c++\llvm\lib\Support\SmallPtrSet.cpp"
 
638
                                >
 
639
                        </File>
 
640
                        <File
 
641
                                RelativePath="$(SolutionDir)..\libclamav\c++\llvm\lib\Support\SourceMgr.cpp"
 
642
                                >
 
643
                        </File>
 
644
                        <File
 
645
                                RelativePath="$(SolutionDir)..\libclamav\c++\llvm\lib\Support\Statistic.cpp"
 
646
                                >
 
647
                        </File>
 
648
                        <File
 
649
                                RelativePath="$(SolutionDir)..\libclamav\c++\llvm\lib\Support\StringExtras.cpp"
 
650
                                >
 
651
                        </File>
 
652
                        <File
 
653
                                RelativePath="$(SolutionDir)..\libclamav\c++\llvm\lib\Support\StringMap.cpp"
 
654
                                >
 
655
                        </File>
 
656
                        <File
 
657
                                RelativePath="$(SolutionDir)..\libclamav\c++\llvm\lib\Support\StringPool.cpp"
 
658
                                >
 
659
                        </File>
 
660
                        <File
 
661
                                RelativePath="$(SolutionDir)..\libclamav\c++\llvm\lib\Support\StringRef.cpp"
 
662
                                >
 
663
                        </File>
 
664
                        <File
 
665
                                RelativePath="$(SolutionDir)..\libclamav\c++\llvm\lib\Support\SystemUtils.cpp"
 
666
                                >
 
667
                        </File>
 
668
                        <File
 
669
                                RelativePath="$(SolutionDir)..\libclamav\c++\llvm\lib\Support\TargetRegistry.cpp"
 
670
                                >
 
671
                        </File>
 
672
                        <File
 
673
                                RelativePath="$(SolutionDir)..\libclamav\c++\llvm\lib\Support\Timer.cpp"
 
674
                                >
 
675
                        </File>
 
676
                        <File
 
677
                                RelativePath="$(SolutionDir)..\libclamav\c++\llvm\lib\Support\Triple.cpp"
 
678
                                >
 
679
                        </File>
 
680
                        <File
 
681
                                RelativePath="$(SolutionDir)..\libclamav\c++\llvm\lib\Support\Twine.cpp"
 
682
                                >
 
683
                        </File>
 
684
                </Filter>
 
685
                <Filter
 
686
                        Name="Header Files"
 
687
                        >
 
688
                        <File
 
689
                                RelativePath="$(SolutionDir)..\libclamav\c++\llvm\lib\Support\regcclass.h"
 
690
                                >
 
691
                                <FileConfiguration
 
692
                                        Name="Debug|Win32"
 
693
                                        ExcludedFromBuild="true"
 
694
                                        >
 
695
                                        <Tool
 
696
                                                Name="VCCLCompilerTool"
 
697
                                        />
 
698
                                </FileConfiguration>
 
699
                                <FileConfiguration
 
700
                                        Name="Release|Win32"
 
701
                                        ExcludedFromBuild="true"
 
702
                                        >
 
703
                                        <Tool
 
704
                                                Name="VCCLCompilerTool"
 
705
                                        />
 
706
                                </FileConfiguration>
 
707
                                <FileConfiguration
 
708
                                        Name="MinSizeRel|Win32"
 
709
                                        ExcludedFromBuild="true"
 
710
                                        >
 
711
                                        <Tool
 
712
                                                Name="VCCLCompilerTool"
 
713
                                        />
 
714
                                </FileConfiguration>
 
715
                                <FileConfiguration
 
716
                                        Name="RelWithDebInfo|Win32"
 
717
                                        ExcludedFromBuild="true"
 
718
                                        >
 
719
                                        <Tool
 
720
                                                Name="VCCLCompilerTool"
 
721
                                        />
 
722
                                </FileConfiguration>
 
723
                        </File>
 
724
                        <File
 
725
                                RelativePath="$(SolutionDir)..\libclamav\c++\llvm\lib\Support\regcname.h"
 
726
                                >
 
727
                                <FileConfiguration
 
728
                                        Name="Debug|Win32"
 
729
                                        ExcludedFromBuild="true"
 
730
                                        >
 
731
                                        <Tool
 
732
                                                Name="VCCLCompilerTool"
 
733
                                        />
 
734
                                </FileConfiguration>
 
735
                                <FileConfiguration
 
736
                                        Name="Release|Win32"
 
737
                                        ExcludedFromBuild="true"
 
738
                                        >
 
739
                                        <Tool
 
740
                                                Name="VCCLCompilerTool"
 
741
                                        />
 
742
                                </FileConfiguration>
 
743
                                <FileConfiguration
 
744
                                        Name="MinSizeRel|Win32"
 
745
                                        ExcludedFromBuild="true"
 
746
                                        >
 
747
                                        <Tool
 
748
                                                Name="VCCLCompilerTool"
 
749
                                        />
 
750
                                </FileConfiguration>
 
751
                                <FileConfiguration
 
752
                                        Name="RelWithDebInfo|Win32"
 
753
                                        ExcludedFromBuild="true"
 
754
                                        >
 
755
                                        <Tool
 
756
                                                Name="VCCLCompilerTool"
 
757
                                        />
 
758
                                </FileConfiguration>
 
759
                        </File>
 
760
                        <File
 
761
                                RelativePath="$(SolutionDir)..\libclamav\c++\llvm\lib\Support\regex2.h"
 
762
                                >
 
763
                                <FileConfiguration
 
764
                                        Name="Debug|Win32"
 
765
                                        ExcludedFromBuild="true"
 
766
                                        >
 
767
                                        <Tool
 
768
                                                Name="VCCLCompilerTool"
 
769
                                        />
 
770
                                </FileConfiguration>
 
771
                                <FileConfiguration
 
772
                                        Name="Release|Win32"
 
773
                                        ExcludedFromBuild="true"
 
774
                                        >
 
775
                                        <Tool
 
776
                                                Name="VCCLCompilerTool"
 
777
                                        />
 
778
                                </FileConfiguration>
 
779
                                <FileConfiguration
 
780
                                        Name="MinSizeRel|Win32"
 
781
                                        ExcludedFromBuild="true"
 
782
                                        >
 
783
                                        <Tool
 
784
                                                Name="VCCLCompilerTool"
 
785
                                        />
 
786
                                </FileConfiguration>
 
787
                                <FileConfiguration
 
788
                                        Name="RelWithDebInfo|Win32"
 
789
                                        ExcludedFromBuild="true"
 
790
                                        >
 
791
                                        <Tool
 
792
                                                Name="VCCLCompilerTool"
 
793
                                        />
 
794
                                </FileConfiguration>
 
795
                        </File>
 
796
                        <File
 
797
                                RelativePath="$(SolutionDir)..\libclamav\c++\llvm\lib\Support\regex_impl.h"
 
798
                                >
 
799
                                <FileConfiguration
 
800
                                        Name="Debug|Win32"
 
801
                                        ExcludedFromBuild="true"
 
802
                                        >
 
803
                                        <Tool
 
804
                                                Name="VCCLCompilerTool"
 
805
                                        />
 
806
                                </FileConfiguration>
 
807
                                <FileConfiguration
 
808
                                        Name="Release|Win32"
 
809
                                        ExcludedFromBuild="true"
 
810
                                        >
 
811
                                        <Tool
 
812
                                                Name="VCCLCompilerTool"
 
813
                                        />
 
814
                                </FileConfiguration>
 
815
                                <FileConfiguration
 
816
                                        Name="MinSizeRel|Win32"
 
817
                                        ExcludedFromBuild="true"
 
818
                                        >
 
819
                                        <Tool
 
820
                                                Name="VCCLCompilerTool"
 
821
                                        />
 
822
                                </FileConfiguration>
 
823
                                <FileConfiguration
 
824
                                        Name="RelWithDebInfo|Win32"
 
825
                                        ExcludedFromBuild="true"
 
826
                                        >
 
827
                                        <Tool
 
828
                                                Name="VCCLCompilerTool"
 
829
                                        />
 
830
                                </FileConfiguration>
 
831
                        </File>
 
832
                        <File
 
833
                                RelativePath="$(SolutionDir)..\libclamav\c++\llvm\lib\Support\regutils.h"
 
834
                                >
 
835
                                <FileConfiguration
 
836
                                        Name="Debug|Win32"
 
837
                                        ExcludedFromBuild="true"
 
838
                                        >
 
839
                                        <Tool
 
840
                                                Name="VCCLCompilerTool"
 
841
                                        />
 
842
                                </FileConfiguration>
 
843
                                <FileConfiguration
 
844
                                        Name="Release|Win32"
 
845
                                        ExcludedFromBuild="true"
 
846
                                        >
 
847
                                        <Tool
 
848
                                                Name="VCCLCompilerTool"
 
849
                                        />
 
850
                                </FileConfiguration>
 
851
                                <FileConfiguration
 
852
                                        Name="MinSizeRel|Win32"
 
853
                                        ExcludedFromBuild="true"
 
854
                                        >
 
855
                                        <Tool
 
856
                                                Name="VCCLCompilerTool"
 
857
                                        />
 
858
                                </FileConfiguration>
 
859
                                <FileConfiguration
 
860
                                        Name="RelWithDebInfo|Win32"
 
861
                                        ExcludedFromBuild="true"
 
862
                                        >
 
863
                                        <Tool
 
864
                                                Name="VCCLCompilerTool"
 
865
                                        />
 
866
                                </FileConfiguration>
 
867
                        </File>
 
868
                </Filter>
 
869
        </Files>
 
870
        <Globals>
 
871
        </Globals>
 
872
</VisualStudioProject>