~ubuntu-branches/ubuntu/saucy/libusbx/saucy-proposed

« back to all changes in this revision

Viewing changes to msvc/libusb_static_2005.vcproj

  • Committer: Package Import Robot
  • Author(s): Aurelien Jarno
  • Date: 2013-05-06 17:31:43 UTC
  • mfrom: (1.1.2)
  • Revision ID: package-import@ubuntu.com-20130506173143-wfbiltvcnn7pvdpa
Tags: 2:1.0.15-1
* New upstream version.
* Fix cross-build (closes: #694912, #705658).
* Add a -dbg package.

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="libusb-1.0 (static)"
 
6
        ProjectGUID="{5AB6B770-1925-48D5-ABC2-930F3259C020}"
 
7
        RootNamespace="libusb"
 
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="..\$(PlatformName)\$(ConfigurationName)\lib"
 
24
                        IntermediateDirectory="..\$(PlatformName)\$(ConfigurationName)\lib\libusb-1.0"
 
25
                        ConfigurationType="4"
 
26
                        CharacterSet="1"
 
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=".;..\libusb"
 
47
                                PreprocessorDefinitions="WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_WARNINGS"
 
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="VCLibrarianTool"
 
67
                                OutputFile="$(OutDir)\libusb-1.0.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|Win32"
 
87
                        OutputDirectory="..\$(PlatformName)\$(ConfigurationName)\lib"
 
88
                        IntermediateDirectory="..\$(PlatformName)\$(ConfigurationName)\lib\libusb-1.0"
 
89
                        ConfigurationType="4"
 
90
                        CharacterSet="1"
 
91
                        WholeProgramOptimization="1"
 
92
                        >
 
93
                        <Tool
 
94
                                Name="VCPreBuildEventTool"
 
95
                        />
 
96
                        <Tool
 
97
                                Name="VCCustomBuildTool"
 
98
                        />
 
99
                        <Tool
 
100
                                Name="VCXMLDataGeneratorTool"
 
101
                        />
 
102
                        <Tool
 
103
                                Name="VCWebServiceProxyGeneratorTool"
 
104
                        />
 
105
                        <Tool
 
106
                                Name="VCMIDLTool"
 
107
                        />
 
108
                        <Tool
 
109
                                Name="VCCLCompilerTool"
 
110
                                AdditionalIncludeDirectories=".;..\libusb"
 
111
                                PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_WARNINGS"
 
112
                                RuntimeLibrary="2"
 
113
                                UsePrecompiledHeader="0"
 
114
                                WarningLevel="3"
 
115
                                Detect64BitPortabilityProblems="false"
 
116
                                DebugInformationFormat="3"
 
117
                        />
 
118
                        <Tool
 
119
                                Name="VCManagedResourceCompilerTool"
 
120
                        />
 
121
                        <Tool
 
122
                                Name="VCResourceCompilerTool"
 
123
                        />
 
124
                        <Tool
 
125
                                Name="VCPreLinkEventTool"
 
126
                        />
 
127
                        <Tool
 
128
                                Name="VCLibrarianTool"
 
129
                                OutputFile="$(OutDir)\libusb-1.0.lib"
 
130
                        />
 
131
                        <Tool
 
132
                                Name="VCALinkTool"
 
133
                        />
 
134
                        <Tool
 
135
                                Name="VCXDCMakeTool"
 
136
                        />
 
137
                        <Tool
 
138
                                Name="VCBscMakeTool"
 
139
                        />
 
140
                        <Tool
 
141
                                Name="VCFxCopTool"
 
142
                        />
 
143
                        <Tool
 
144
                                Name="VCPostBuildEventTool"
 
145
                        />
 
146
                </Configuration>
 
147
                <Configuration
 
148
                        Name="Debug|x64"
 
149
                        OutputDirectory="..\$(PlatformName)\$(ConfigurationName)\lib"
 
150
                        IntermediateDirectory="..\$(PlatformName)\$(ConfigurationName)\lib\libusb-1.0"
 
151
                        ConfigurationType="4"
 
152
                        CharacterSet="1"
 
153
                        >
 
154
                        <Tool
 
155
                                Name="VCPreBuildEventTool"
 
156
                        />
 
157
                        <Tool
 
158
                                Name="VCCustomBuildTool"
 
159
                        />
 
160
                        <Tool
 
161
                                Name="VCXMLDataGeneratorTool"
 
162
                        />
 
163
                        <Tool
 
164
                                Name="VCWebServiceProxyGeneratorTool"
 
165
                        />
 
166
                        <Tool
 
167
                                Name="VCMIDLTool"
 
168
                                TargetEnvironment="3"
 
169
                        />
 
170
                        <Tool
 
171
                                Name="VCCLCompilerTool"
 
172
                                Optimization="0"
 
173
                                AdditionalIncludeDirectories=".;..\libusb"
 
174
                                PreprocessorDefinitions="WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_WARNINGS"
 
175
                                MinimalRebuild="true"
 
176
                                BasicRuntimeChecks="3"
 
177
                                RuntimeLibrary="3"
 
178
                                UsePrecompiledHeader="0"
 
179
                                WarningLevel="3"
 
180
                                Detect64BitPortabilityProblems="false"
 
181
                                DebugInformationFormat="3"
 
182
                        />
 
183
                        <Tool
 
184
                                Name="VCManagedResourceCompilerTool"
 
185
                        />
 
186
                        <Tool
 
187
                                Name="VCResourceCompilerTool"
 
188
                        />
 
189
                        <Tool
 
190
                                Name="VCPreLinkEventTool"
 
191
                        />
 
192
                        <Tool
 
193
                                Name="VCLibrarianTool"
 
194
                                OutputFile="$(OutDir)\libusb-1.0.lib"
 
195
                        />
 
196
                        <Tool
 
197
                                Name="VCALinkTool"
 
198
                        />
 
199
                        <Tool
 
200
                                Name="VCXDCMakeTool"
 
201
                        />
 
202
                        <Tool
 
203
                                Name="VCBscMakeTool"
 
204
                        />
 
205
                        <Tool
 
206
                                Name="VCFxCopTool"
 
207
                        />
 
208
                        <Tool
 
209
                                Name="VCPostBuildEventTool"
 
210
                        />
 
211
                </Configuration>
 
212
                <Configuration
 
213
                        Name="Release|x64"
 
214
                        OutputDirectory="..\$(PlatformName)\$(ConfigurationName)\lib"
 
215
                        IntermediateDirectory="..\$(PlatformName)\$(ConfigurationName)\lib\libusb-1.0"
 
216
                        ConfigurationType="4"
 
217
                        CharacterSet="1"
 
218
                        WholeProgramOptimization="1"
 
219
                        >
 
220
                        <Tool
 
221
                                Name="VCPreBuildEventTool"
 
222
                        />
 
223
                        <Tool
 
224
                                Name="VCCustomBuildTool"
 
225
                        />
 
226
                        <Tool
 
227
                                Name="VCXMLDataGeneratorTool"
 
228
                        />
 
229
                        <Tool
 
230
                                Name="VCWebServiceProxyGeneratorTool"
 
231
                        />
 
232
                        <Tool
 
233
                                Name="VCMIDLTool"
 
234
                                TargetEnvironment="3"
 
235
                        />
 
236
                        <Tool
 
237
                                Name="VCCLCompilerTool"
 
238
                                AdditionalIncludeDirectories=".;..\libusb"
 
239
                                PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_WARNINGS"
 
240
                                RuntimeLibrary="2"
 
241
                                UsePrecompiledHeader="0"
 
242
                                WarningLevel="3"
 
243
                                Detect64BitPortabilityProblems="false"
 
244
                                DebugInformationFormat="3"
 
245
                        />
 
246
                        <Tool
 
247
                                Name="VCManagedResourceCompilerTool"
 
248
                        />
 
249
                        <Tool
 
250
                                Name="VCResourceCompilerTool"
 
251
                        />
 
252
                        <Tool
 
253
                                Name="VCPreLinkEventTool"
 
254
                        />
 
255
                        <Tool
 
256
                                Name="VCLibrarianTool"
 
257
                                OutputFile="$(OutDir)\libusb-1.0.lib"
 
258
                        />
 
259
                        <Tool
 
260
                                Name="VCALinkTool"
 
261
                        />
 
262
                        <Tool
 
263
                                Name="VCXDCMakeTool"
 
264
                        />
 
265
                        <Tool
 
266
                                Name="VCBscMakeTool"
 
267
                        />
 
268
                        <Tool
 
269
                                Name="VCFxCopTool"
 
270
                        />
 
271
                        <Tool
 
272
                                Name="VCPostBuildEventTool"
 
273
                        />
 
274
                </Configuration>
 
275
        </Configurations>
 
276
        <References>
 
277
        </References>
 
278
        <Files>
 
279
                <Filter
 
280
                        Name="Source Files"
 
281
                        Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
 
282
                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
 
283
                        >
 
284
                        <File
 
285
                                RelativePath="..\libusb\core.c"
 
286
                                >
 
287
                        </File>
 
288
                        <File
 
289
                                RelativePath="..\libusb\descriptor.c"
 
290
                                >
 
291
                        </File>
 
292
                        <File
 
293
                                RelativePath="..\libusb\io.c"
 
294
                                >
 
295
                        </File>
 
296
                        <File
 
297
                                RelativePath="..\libusb\sync.c"
 
298
                                >
 
299
                        </File>
 
300
                        <File
 
301
                                RelativePath="..\libusb\os\threads_windows.c"
 
302
                                >
 
303
                        </File>
 
304
                        <File
 
305
                                RelativePath="..\libusb\os\poll_windows.c"
 
306
                                >
 
307
                        </File>
 
308
                        <File
 
309
                                RelativePath="..\libusb\os\windows_usb.c"
 
310
                                >
 
311
                        </File>
 
312
                </Filter>
 
313
                <Filter
 
314
                        Name="Header Files"
 
315
                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
 
316
                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
 
317
                        >
 
318
                        <File
 
319
                                RelativePath=".\config.h"
 
320
                                >
 
321
                        </File>
 
322
                        <File
 
323
                                RelativePath="..\libusb\libusb.h"
 
324
                                >
 
325
                        </File>
 
326
                        <File
 
327
                                RelativePath="..\libusb\libusbi.h"
 
328
                                >
 
329
                        </File>
 
330
                        <File
 
331
                                RelativePath="..\libusb\os\threads_windows.h"
 
332
                                >
 
333
                        </File>
 
334
                        <File
 
335
                                RelativePath="..\libusb\os\poll_windows.h"
 
336
                                >
 
337
                        </File>
 
338
                        <File
 
339
                                RelativePath="..\libusb\os\windows_usb.h"
 
340
                                >
 
341
                        </File>
 
342
                        <File
 
343
                                RelativePath="..\libusb\os\windows_common.h"
 
344
                                >
 
345
                        </File>
 
346
                </Filter>
 
347
        </Files>
 
348
        <Globals>
 
349
        </Globals>
 
350
</VisualStudioProject>