~ubuntu-branches/ubuntu/trusty/argyll/trusty-proposed

« back to all changes in this revision

Viewing changes to libusb1/examples/lsusb_2005.vcproj

  • Committer: Package Import Robot
  • Author(s): Artur Rona
  • Date: 2014-02-12 00:35:39 UTC
  • mfrom: (13.1.24 sid)
  • Revision ID: package-import@ubuntu.com-20140212003539-24tautzlitsiz61w
Tags: 1.5.1-5ubuntu1
* Merge from Debian unstable. (LP: #1275572) Remaining changes:
  - debian/control:
    + Build-depend on libtiff-dev rather than libtiff4-dev.
  - debian/control, debian/patches/06_fix_udev_rule.patch:
    + Fix udev rules to actually work; ENV{ACL_MANAGE} has
      stopped working ages ago, and with logind it's now the
      "uaccess" tag. Dropping also consolekit from Recommends.
  - debian/patches/drop-usb-db.patch:
    + Use hwdb builtin, instead of the obsolete usb-db
      in the udev rules.
* debian/patches/05_ftbfs-underlinkage.diff:
  - Dropped change, no needed anymore.
* Refresh the patches.

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="8.00"
5
 
        Name="lsusb"
6
 
        ProjectGUID="{98CFD8FA-EE20-40D5-AF13-F8C4856D6CA5}"
7
 
        RootNamespace="examples"
8
 
        Keyword="Win32Proj"
9
 
        >
10
 
        <Platforms>
11
 
                <Platform
12
 
                        Name="Win32"
13
 
                />
14
 
                <Platform
15
 
                        Name="x64"
16
 
                />
17
 
        </Platforms>
18
 
        <ToolFiles>
19
 
        </ToolFiles>
20
 
        <Configurations>
21
 
                <Configuration
22
 
                        Name="Debug|Win32"
23
 
                        OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)\examples"
24
 
                        IntermediateDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)\examples\$(ProjectName)"
25
 
                        ConfigurationType="1"
26
 
                        CharacterSet="2"
27
 
                        >
28
 
                        <Tool
29
 
                                Name="VCPreBuildEventTool"
30
 
                        />
31
 
                        <Tool
32
 
                                Name="VCCustomBuildTool"
33
 
                        />
34
 
                        <Tool
35
 
                                Name="VCXMLDataGeneratorTool"
36
 
                        />
37
 
                        <Tool
38
 
                                Name="VCWebServiceProxyGeneratorTool"
39
 
                        />
40
 
                        <Tool
41
 
                                Name="VCMIDLTool"
42
 
                        />
43
 
                        <Tool
44
 
                                Name="VCCLCompilerTool"
45
 
                                Optimization="0"
46
 
                                AdditionalIncludeDirectories="..\msvc;..\"
47
 
                                PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
48
 
                                MinimalRebuild="true"
49
 
                                BasicRuntimeChecks="3"
50
 
                                RuntimeLibrary="3"
51
 
                                UsePrecompiledHeader="0"
52
 
                                WarningLevel="3"
53
 
                                Detect64BitPortabilityProblems="false"
54
 
                                DebugInformationFormat="4"
55
 
                        />
56
 
                        <Tool
57
 
                                Name="VCManagedResourceCompilerTool"
58
 
                        />
59
 
                        <Tool
60
 
                                Name="VCResourceCompilerTool"
61
 
                        />
62
 
                        <Tool
63
 
                                Name="VCPreLinkEventTool"
64
 
                        />
65
 
                        <Tool
66
 
                                Name="VCLinkerTool"
67
 
                                AdditionalDependencies="setupapi.lib ole32.lib advapi32.lib"
68
 
                                LinkIncremental="2"
69
 
                                AdditionalLibraryDirectories="..\msvc"
70
 
                                GenerateDebugInformation="true"
71
 
                                SubSystem="1"
72
 
                                TargetMachine="1"
73
 
                        />
74
 
                        <Tool
75
 
                                Name="VCALinkTool"
76
 
                        />
77
 
                        <Tool
78
 
                                Name="VCManifestTool"
79
 
                        />
80
 
                        <Tool
81
 
                                Name="VCXDCMakeTool"
82
 
                        />
83
 
                        <Tool
84
 
                                Name="VCBscMakeTool"
85
 
                        />
86
 
                        <Tool
87
 
                                Name="VCFxCopTool"
88
 
                        />
89
 
                        <Tool
90
 
                                Name="VCAppVerifierTool"
91
 
                        />
92
 
                        <Tool
93
 
                                Name="VCWebDeploymentTool"
94
 
                        />
95
 
                        <Tool
96
 
                                Name="VCPostBuildEventTool"
97
 
                        />
98
 
                </Configuration>
99
 
                <Configuration
100
 
                        Name="Release|Win32"
101
 
                        OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)\examples"
102
 
                        IntermediateDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)\examples\$(ProjectName)"
103
 
                        ConfigurationType="1"
104
 
                        CharacterSet="1"
105
 
                        WholeProgramOptimization="1"
106
 
                        >
107
 
                        <Tool
108
 
                                Name="VCPreBuildEventTool"
109
 
                        />
110
 
                        <Tool
111
 
                                Name="VCCustomBuildTool"
112
 
                        />
113
 
                        <Tool
114
 
                                Name="VCXMLDataGeneratorTool"
115
 
                        />
116
 
                        <Tool
117
 
                                Name="VCWebServiceProxyGeneratorTool"
118
 
                        />
119
 
                        <Tool
120
 
                                Name="VCMIDLTool"
121
 
                        />
122
 
                        <Tool
123
 
                                Name="VCCLCompilerTool"
124
 
                                AdditionalIncludeDirectories="..\msvc;..\"
125
 
                                PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
126
 
                                RuntimeLibrary="2"
127
 
                                UsePrecompiledHeader="0"
128
 
                                WarningLevel="3"
129
 
                                Detect64BitPortabilityProblems="false"
130
 
                                DebugInformationFormat="3"
131
 
                        />
132
 
                        <Tool
133
 
                                Name="VCManagedResourceCompilerTool"
134
 
                        />
135
 
                        <Tool
136
 
                                Name="VCResourceCompilerTool"
137
 
                        />
138
 
                        <Tool
139
 
                                Name="VCPreLinkEventTool"
140
 
                        />
141
 
                        <Tool
142
 
                                Name="VCLinkerTool"
143
 
                                AdditionalDependencies="setupapi.lib ole32.lib advapi32.lib"
144
 
                                LinkIncremental="1"
145
 
                                AdditionalLibraryDirectories="..\msvc"
146
 
                                GenerateDebugInformation="true"
147
 
                                SubSystem="1"
148
 
                                OptimizeReferences="2"
149
 
                                EnableCOMDATFolding="2"
150
 
                                TargetMachine="1"
151
 
                        />
152
 
                        <Tool
153
 
                                Name="VCALinkTool"
154
 
                        />
155
 
                        <Tool
156
 
                                Name="VCManifestTool"
157
 
                        />
158
 
                        <Tool
159
 
                                Name="VCXDCMakeTool"
160
 
                        />
161
 
                        <Tool
162
 
                                Name="VCBscMakeTool"
163
 
                        />
164
 
                        <Tool
165
 
                                Name="VCFxCopTool"
166
 
                        />
167
 
                        <Tool
168
 
                                Name="VCAppVerifierTool"
169
 
                        />
170
 
                        <Tool
171
 
                                Name="VCWebDeploymentTool"
172
 
                        />
173
 
                        <Tool
174
 
                                Name="VCPostBuildEventTool"
175
 
                        />
176
 
                </Configuration>
177
 
                <Configuration
178
 
                        Name="Debug|x64"
179
 
                        OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
180
 
                        IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
181
 
                        ConfigurationType="1"
182
 
                        CharacterSet="2"
183
 
                        >
184
 
                        <Tool
185
 
                                Name="VCPreBuildEventTool"
186
 
                        />
187
 
                        <Tool
188
 
                                Name="VCCustomBuildTool"
189
 
                        />
190
 
                        <Tool
191
 
                                Name="VCXMLDataGeneratorTool"
192
 
                        />
193
 
                        <Tool
194
 
                                Name="VCWebServiceProxyGeneratorTool"
195
 
                        />
196
 
                        <Tool
197
 
                                Name="VCMIDLTool"
198
 
                                TargetEnvironment="3"
199
 
                        />
200
 
                        <Tool
201
 
                                Name="VCCLCompilerTool"
202
 
                                Optimization="0"
203
 
                                AdditionalIncludeDirectories="..\msvc;..\"
204
 
                                PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
205
 
                                MinimalRebuild="true"
206
 
                                BasicRuntimeChecks="3"
207
 
                                RuntimeLibrary="3"
208
 
                                UsePrecompiledHeader="0"
209
 
                                WarningLevel="3"
210
 
                                Detect64BitPortabilityProblems="false"
211
 
                                DebugInformationFormat="3"
212
 
                        />
213
 
                        <Tool
214
 
                                Name="VCManagedResourceCompilerTool"
215
 
                        />
216
 
                        <Tool
217
 
                                Name="VCResourceCompilerTool"
218
 
                        />
219
 
                        <Tool
220
 
                                Name="VCPreLinkEventTool"
221
 
                        />
222
 
                        <Tool
223
 
                                Name="VCLinkerTool"
224
 
                                AdditionalDependencies="setupapi.lib"
225
 
                                LinkIncremental="2"
226
 
                                AdditionalLibraryDirectories="..\msvc"
227
 
                                GenerateDebugInformation="true"
228
 
                                SubSystem="1"
229
 
                                TargetMachine="17"
230
 
                        />
231
 
                        <Tool
232
 
                                Name="VCALinkTool"
233
 
                        />
234
 
                        <Tool
235
 
                                Name="VCManifestTool"
236
 
                        />
237
 
                        <Tool
238
 
                                Name="VCXDCMakeTool"
239
 
                        />
240
 
                        <Tool
241
 
                                Name="VCBscMakeTool"
242
 
                        />
243
 
                        <Tool
244
 
                                Name="VCFxCopTool"
245
 
                        />
246
 
                        <Tool
247
 
                                Name="VCAppVerifierTool"
248
 
                        />
249
 
                        <Tool
250
 
                                Name="VCWebDeploymentTool"
251
 
                        />
252
 
                        <Tool
253
 
                                Name="VCPostBuildEventTool"
254
 
                        />
255
 
                </Configuration>
256
 
                <Configuration
257
 
                        Name="Release|x64"
258
 
                        OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
259
 
                        IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
260
 
                        ConfigurationType="1"
261
 
                        CharacterSet="1"
262
 
                        WholeProgramOptimization="1"
263
 
                        >
264
 
                        <Tool
265
 
                                Name="VCPreBuildEventTool"
266
 
                        />
267
 
                        <Tool
268
 
                                Name="VCCustomBuildTool"
269
 
                        />
270
 
                        <Tool
271
 
                                Name="VCXMLDataGeneratorTool"
272
 
                        />
273
 
                        <Tool
274
 
                                Name="VCWebServiceProxyGeneratorTool"
275
 
                        />
276
 
                        <Tool
277
 
                                Name="VCMIDLTool"
278
 
                                TargetEnvironment="3"
279
 
                        />
280
 
                        <Tool
281
 
                                Name="VCCLCompilerTool"
282
 
                                AdditionalIncludeDirectories="..\msvc;..\"
283
 
                                PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
284
 
                                RuntimeLibrary="2"
285
 
                                UsePrecompiledHeader="0"
286
 
                                WarningLevel="3"
287
 
                                Detect64BitPortabilityProblems="false"
288
 
                                DebugInformationFormat="3"
289
 
                        />
290
 
                        <Tool
291
 
                                Name="VCManagedResourceCompilerTool"
292
 
                        />
293
 
                        <Tool
294
 
                                Name="VCResourceCompilerTool"
295
 
                        />
296
 
                        <Tool
297
 
                                Name="VCPreLinkEventTool"
298
 
                        />
299
 
                        <Tool
300
 
                                Name="VCLinkerTool"
301
 
                                AdditionalDependencies="setupapi.lib"
302
 
                                LinkIncremental="1"
303
 
                                AdditionalLibraryDirectories="..\msvc"
304
 
                                GenerateDebugInformation="true"
305
 
                                SubSystem="1"
306
 
                                OptimizeReferences="2"
307
 
                                EnableCOMDATFolding="2"
308
 
                                TargetMachine="17"
309
 
                        />
310
 
                        <Tool
311
 
                                Name="VCALinkTool"
312
 
                        />
313
 
                        <Tool
314
 
                                Name="VCManifestTool"
315
 
                        />
316
 
                        <Tool
317
 
                                Name="VCXDCMakeTool"
318
 
                        />
319
 
                        <Tool
320
 
                                Name="VCBscMakeTool"
321
 
                        />
322
 
                        <Tool
323
 
                                Name="VCFxCopTool"
324
 
                        />
325
 
                        <Tool
326
 
                                Name="VCAppVerifierTool"
327
 
                        />
328
 
                        <Tool
329
 
                                Name="VCWebDeploymentTool"
330
 
                        />
331
 
                        <Tool
332
 
                                Name="VCPostBuildEventTool"
333
 
                        />
334
 
                </Configuration>
335
 
        </Configurations>
336
 
        <References>
337
 
        </References>
338
 
        <Files>
339
 
                <Filter
340
 
                        Name="Source Files"
341
 
                        Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
342
 
                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
343
 
                        >
344
 
                        <File
345
 
                                RelativePath=".\lsusb.c"
346
 
                                >
347
 
                                <FileConfiguration
348
 
                                        Name="Release|Win32"
349
 
                                        >
350
 
                                        <Tool
351
 
                                                Name="VCCLCompilerTool"
352
 
                                                Detect64BitPortabilityProblems="false"
353
 
                                        />
354
 
                                </FileConfiguration>
355
 
                                <FileConfiguration
356
 
                                        Name="Release|x64"
357
 
                                        >
358
 
                                        <Tool
359
 
                                                Name="VCCLCompilerTool"
360
 
                                                Detect64BitPortabilityProblems="false"
361
 
                                        />
362
 
                                </FileConfiguration>
363
 
                        </File>
364
 
                </Filter>
365
 
        </Files>
366
 
        <Globals>
367
 
        </Globals>
368
 
</VisualStudioProject>