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

« back to all changes in this revision

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