~ubuntu-branches/ubuntu/vivid/wpasupplicant/vivid

« back to all changes in this revision

Viewing changes to wpa_supplicant/vs2005/eapol_test/eapol_test.vcproj

  • Committer: Bazaar Package Importer
  • Author(s): Kel Modderman
  • Date: 2008-03-12 20:03:04 UTC
  • mfrom: (1.1.10 upstream)
  • mto: This revision was merged to the branch mainline in revision 4.
  • Revision ID: james.westby@ubuntu.com-20080312200304-4331y9wj46pdd34z
Tags: 0.6.3-1
* New upstream release.
* Drop patches applied upstream:
  - debian/patches/30_wpa_gui_qt4_eventhistoryui_rework.patch
  - debian/patches/31_wpa_gui_qt4_eventhistory_always_scrollbar.patch
  - debian/patches/32_wpa_gui_qt4_eventhistory_scroll_with_events.patch
  - debian/patches/40_dbus_ssid_data.patch
* Tidy up the clean target of debian/rules. Now that the madwifi headers are
  handled differently we no longer need to do any cleanup.
* Fix formatting error in debian/ifupdown/wpa_action.8 to make lintian
  quieter.
* Add patch to fix formatting errors in manpages build from sgml source. Use
  <emphasis> tags to hightlight keywords instead of surrounding them in
  strong quotes.
  - debian/patches/41_manpage_format_fixes.patch
* wpasupplicant binary package no longer suggests pcscd, guessnet, iproute
  or wireless-tools, nor does it recommend dhcp3-client. These are not
  needed.
* Add debian/patches/10_silence_siocsiwauth_icotl_failure.patch to disable
  ioctl failure messages that occur under normal conditions.
* Cherry pick two upstream git commits concerning the dbus interface:
  - debian/patches/11_avoid_dbus_version_namespace.patch
  - debian/patches/12_fix_potential_use_after_free.patch
* Add debian/patches/42_manpage_explain_available_drivers.patch to explain
  that not all of the driver backends are available in the provided
  wpa_supplicant binary, and that the canonical list of supported driver
  backends can be retrieved from the wpa_supplicant -h (help) output.
  (Closes: #466910)
* Add debian/patches/20_wpa_gui_qt4_disable_link_prl.patch to remove
  link_prl CONFIG compile flag added by qmake-qt4 >= 4.3.4-2 to avoid excess
  linking.

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="eapol_test"
 
6
        ProjectGUID="{0E3F2C6D-1372-48D6-BCAB-E584917C4DE3}"
 
7
        RootNamespace="eapol_test"
 
8
        Keyword="Win32Proj"
 
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="$(SolutionDir)$(ConfigurationName)"
 
21
                        IntermediateDirectory="$(ConfigurationName)"
 
22
                        ConfigurationType="1"
 
23
                        CharacterSet="1"
 
24
                        >
 
25
                        <Tool
 
26
                                Name="VCPreBuildEventTool"
 
27
                        />
 
28
                        <Tool
 
29
                                Name="VCCustomBuildTool"
 
30
                        />
 
31
                        <Tool
 
32
                                Name="VCXMLDataGeneratorTool"
 
33
                        />
 
34
                        <Tool
 
35
                                Name="VCWebServiceProxyGeneratorTool"
 
36
                        />
 
37
                        <Tool
 
38
                                Name="VCMIDLTool"
 
39
                        />
 
40
                        <Tool
 
41
                                Name="VCCLCompilerTool"
 
42
                                Optimization="0"
 
43
                                AdditionalIncludeDirectories="..\..;..\..\..\src;..\..\..\src\utils;..\..\..\src\common;..\..\..\src\crypto;..\..\..\src\rsn_supp;C:\dev\WpdPack\include;C:\dev\openssl\include"
 
44
                                PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;CONFIG_WIN32_DEFAULTS"
 
45
                                MinimalRebuild="true"
 
46
                                BasicRuntimeChecks="3"
 
47
                                RuntimeLibrary="3"
 
48
                                UsePrecompiledHeader="0"
 
49
                                WarningLevel="3"
 
50
                                Detect64BitPortabilityProblems="true"
 
51
                                DebugInformationFormat="4"
 
52
                                DisableSpecificWarnings="4244;4267;4311"
 
53
                        />
 
54
                        <Tool
 
55
                                Name="VCManagedResourceCompilerTool"
 
56
                        />
 
57
                        <Tool
 
58
                                Name="VCResourceCompilerTool"
 
59
                        />
 
60
                        <Tool
 
61
                                Name="VCPreLinkEventTool"
 
62
                        />
 
63
                        <Tool
 
64
                                Name="VCLinkerTool"
 
65
                                AdditionalDependencies="ws2_32.lib Crypt32.lib Winscard.lib Packet.lib wpcap.lib libeay32MT.lib ssleay32Mt.lib"
 
66
                                LinkIncremental="2"
 
67
                                AdditionalLibraryDirectories="C:\dev\WpdPack\lib;C:\dev\openssl\lib"
 
68
                                GenerateDebugInformation="true"
 
69
                                SubSystem="1"
 
70
                                TargetMachine="1"
 
71
                        />
 
72
                        <Tool
 
73
                                Name="VCALinkTool"
 
74
                        />
 
75
                        <Tool
 
76
                                Name="VCManifestTool"
 
77
                        />
 
78
                        <Tool
 
79
                                Name="VCXDCMakeTool"
 
80
                        />
 
81
                        <Tool
 
82
                                Name="VCBscMakeTool"
 
83
                        />
 
84
                        <Tool
 
85
                                Name="VCFxCopTool"
 
86
                        />
 
87
                        <Tool
 
88
                                Name="VCAppVerifierTool"
 
89
                        />
 
90
                        <Tool
 
91
                                Name="VCWebDeploymentTool"
 
92
                        />
 
93
                        <Tool
 
94
                                Name="VCPostBuildEventTool"
 
95
                        />
 
96
                </Configuration>
 
97
                <Configuration
 
98
                        Name="Release|Win32"
 
99
                        OutputDirectory="$(SolutionDir)$(ConfigurationName)"
 
100
                        IntermediateDirectory="$(ConfigurationName)"
 
101
                        ConfigurationType="1"
 
102
                        CharacterSet="1"
 
103
                        WholeProgramOptimization="1"
 
104
                        >
 
105
                        <Tool
 
106
                                Name="VCPreBuildEventTool"
 
107
                        />
 
108
                        <Tool
 
109
                                Name="VCCustomBuildTool"
 
110
                        />
 
111
                        <Tool
 
112
                                Name="VCXMLDataGeneratorTool"
 
113
                        />
 
114
                        <Tool
 
115
                                Name="VCWebServiceProxyGeneratorTool"
 
116
                        />
 
117
                        <Tool
 
118
                                Name="VCMIDLTool"
 
119
                        />
 
120
                        <Tool
 
121
                                Name="VCCLCompilerTool"
 
122
                                AdditionalIncludeDirectories="..\..;..\..\..\src;..\..\..\src\utils;..\..\..\src\common;..\..\..\src\crypto;..\..\..\src\rsn_supp;C:\dev\WpdPack\include;C:\dev\openssl\include"
 
123
                                PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;CONFIG_WIN32_DEFAULTS"
 
124
                                RuntimeLibrary="2"
 
125
                                UsePrecompiledHeader="0"
 
126
                                WarningLevel="3"
 
127
                                Detect64BitPortabilityProblems="true"
 
128
                                DebugInformationFormat="3"
 
129
                                DisableSpecificWarnings="4244;4267;4311"
 
130
                        />
 
131
                        <Tool
 
132
                                Name="VCManagedResourceCompilerTool"
 
133
                        />
 
134
                        <Tool
 
135
                                Name="VCResourceCompilerTool"
 
136
                        />
 
137
                        <Tool
 
138
                                Name="VCPreLinkEventTool"
 
139
                        />
 
140
                        <Tool
 
141
                                Name="VCLinkerTool"
 
142
                                AdditionalDependencies="ws2_32.lib Crypt32.lib Winscard.lib Packet.lib wpcap.lib libeay32MT.lib ssleay32Mt.lib"
 
143
                                LinkIncremental="1"
 
144
                                AdditionalLibraryDirectories="C:\dev\WpdPack\lib;C:\dev\openssl\lib"
 
145
                                GenerateDebugInformation="true"
 
146
                                SubSystem="1"
 
147
                                OptimizeReferences="2"
 
148
                                EnableCOMDATFolding="2"
 
149
                                TargetMachine="1"
 
150
                        />
 
151
                        <Tool
 
152
                                Name="VCALinkTool"
 
153
                        />
 
154
                        <Tool
 
155
                                Name="VCManifestTool"
 
156
                        />
 
157
                        <Tool
 
158
                                Name="VCXDCMakeTool"
 
159
                        />
 
160
                        <Tool
 
161
                                Name="VCBscMakeTool"
 
162
                        />
 
163
                        <Tool
 
164
                                Name="VCFxCopTool"
 
165
                        />
 
166
                        <Tool
 
167
                                Name="VCAppVerifierTool"
 
168
                        />
 
169
                        <Tool
 
170
                                Name="VCWebDeploymentTool"
 
171
                        />
 
172
                        <Tool
 
173
                                Name="VCPostBuildEventTool"
 
174
                        />
 
175
                </Configuration>
 
176
        </Configurations>
 
177
        <References>
 
178
        </References>
 
179
        <Files>
 
180
                <Filter
 
181
                        Name="Source Files"
 
182
                        Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
 
183
                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
 
184
                        >
 
185
                        <File
 
186
                                RelativePath="..\..\..\src\crypto\aes_wrap.c"
 
187
                                >
 
188
                        </File>
 
189
                        <File
 
190
                                RelativePath="..\..\..\src\utils\base64.c"
 
191
                                >
 
192
                        </File>
 
193
                        <File
 
194
                                RelativePath="..\..\blacklist.c"
 
195
                                >
 
196
                        </File>
 
197
                        <File
 
198
                                RelativePath="..\..\..\src\eap_common\chap.c"
 
199
                                >
 
200
                        </File>
 
201
                        <File
 
202
                                RelativePath="..\..\..\src\utils\common.c"
 
203
                                >
 
204
                        </File>
 
205
                        <File
 
206
                                RelativePath="..\..\config.c"
 
207
                                >
 
208
                        </File>
 
209
                        <File
 
210
                                RelativePath="..\..\config_file.c"
 
211
                                >
 
212
                        </File>
 
213
                        <File
 
214
                                RelativePath="..\..\..\src\crypto\crypto_openssl.c"
 
215
                                >
 
216
                        </File>
 
217
                        <File
 
218
                                RelativePath="..\..\ctrl_iface.c"
 
219
                                >
 
220
                        </File>
 
221
                        <File
 
222
                                RelativePath="..\..\ctrl_iface_named_pipe.c"
 
223
                                >
 
224
                        </File>
 
225
                        <File
 
226
                                RelativePath="..\..\..\src\eap_peer\eap.c"
 
227
                                >
 
228
                        </File>
 
229
                        <File
 
230
                                RelativePath="..\..\..\src\eap_peer\eap_aka.c"
 
231
                                >
 
232
                        </File>
 
233
                        <File
 
234
                                RelativePath="..\..\..\src\eap_common\eap_common.c"
 
235
                                >
 
236
                        </File>
 
237
                        <File
 
238
                                RelativePath="..\..\..\src\eap_peer\eap_gtc.c"
 
239
                                >
 
240
                        </File>
 
241
                        <File
 
242
                                RelativePath="..\..\..\src\eap_peer\eap_leap.c"
 
243
                                >
 
244
                        </File>
 
245
                        <File
 
246
                                RelativePath="..\..\..\src\eap_peer\eap_md5.c"
 
247
                                >
 
248
                        </File>
 
249
                        <File
 
250
                                RelativePath="..\..\..\src\eap_peer\eap_methods.c"
 
251
                                >
 
252
                        </File>
 
253
                        <File
 
254
                                RelativePath="..\..\..\src\eap_peer\eap_mschapv2.c"
 
255
                                >
 
256
                        </File>
 
257
                        <File
 
258
                                RelativePath="..\..\..\src\eap_peer\eap_otp.c"
 
259
                                >
 
260
                        </File>
 
261
                        <File
 
262
                                RelativePath="..\..\..\src\eap_peer\eap_peap.c"
 
263
                                >
 
264
                        </File>
 
265
                        <File
 
266
                                RelativePath="..\..\..\src\eap_peer\eap_sim.c"
 
267
                                >
 
268
                        </File>
 
269
                        <File
 
270
                                RelativePath="..\..\..\src\eap_common\eap_sim_common.c"
 
271
                                >
 
272
                        </File>
 
273
                        <File
 
274
                                RelativePath="..\..\..\src\eap_peer\eap_tls.c"
 
275
                                >
 
276
                        </File>
 
277
                        <File
 
278
                                RelativePath="..\..\..\src\eap_peer\eap_tls_common.c"
 
279
                                >
 
280
                        </File>
 
281
                        <File
 
282
                                RelativePath="..\..\..\src\eap_peer\eap_tlv.c"
 
283
                                >
 
284
                        </File>
 
285
                        <File
 
286
                                RelativePath="..\..\..\src\eap_peer\eap_tnc.c"
 
287
                                >
 
288
                        </File>
 
289
                        <File
 
290
                                RelativePath="..\..\..\src\eap_peer\eap_ttls.c"
 
291
                                >
 
292
                        </File>
 
293
                        <File
 
294
                                RelativePath="..\..\..\src\eapol_supp\eapol_supp_sm.c"
 
295
                                >
 
296
                        </File>
 
297
                        <File
 
298
                                RelativePath="..\..\eapol_test.c"
 
299
                                >
 
300
                        </File>
 
301
                        <File
 
302
                                RelativePath="..\..\..\src\utils\eloop_win.c"
 
303
                                >
 
304
                        </File>
 
305
                        <File
 
306
                                RelativePath="..\..\events.c"
 
307
                                >
 
308
                        </File>
 
309
                        <File
 
310
                                RelativePath="..\..\..\src\utils\ip_addr.c"
 
311
                                >
 
312
                        </File>
 
313
                        <File
 
314
                                RelativePath="..\..\..\src\l2_packet\l2_packet_winpcap.c"
 
315
                                >
 
316
                        </File>
 
317
                        <File
 
318
                                RelativePath="..\..\..\src\crypto\md5.c"
 
319
                                >
 
320
                        </File>
 
321
                        <File
 
322
                                RelativePath="..\..\..\src\crypto\ms_funcs.c"
 
323
                                >
 
324
                        </File>
 
325
                        <File
 
326
                                RelativePath="..\..\..\src\utils\os_win32.c"
 
327
                                >
 
328
                        </File>
 
329
                        <File
 
330
                                RelativePath="..\..\..\src\utils\pcsc_funcs.c"
 
331
                                >
 
332
                        </File>
 
333
                        <File
 
334
                                RelativePath="..\..\..\src\rsn_supp\peerkey.c"
 
335
                                >
 
336
                        </File>
 
337
                        <File
 
338
                                RelativePath="..\..\..\src\rsn_supp\pmksa_cache.c"
 
339
                                >
 
340
                        </File>
 
341
                        <File
 
342
                                RelativePath="..\..\..\src\rsn_supp\preauth.c"
 
343
                                >
 
344
                        </File>
 
345
                        <File
 
346
                                RelativePath="..\..\..\src\radius\radius.c"
 
347
                                >
 
348
                        </File>
 
349
                        <File
 
350
                                RelativePath="..\..\..\src\radius\radius_client.c"
 
351
                                >
 
352
                        </File>
 
353
                        <File
 
354
                                RelativePath="..\..\..\src\crypto\rc4.c"
 
355
                                >
 
356
                        </File>
 
357
                        <File
 
358
                                RelativePath="..\..\scan.c"
 
359
                                >
 
360
                        </File>
 
361
                        <File
 
362
                                RelativePath="..\..\..\src\drivers\scan_helpers.c"
 
363
                                >
 
364
                        </File>
 
365
                        <File
 
366
                                RelativePath="..\..\..\src\crypto\sha1.c"
 
367
                                >
 
368
                        </File>
 
369
                        <File
 
370
                                RelativePath="..\..\..\src\crypto\tls_openssl.c"
 
371
                                >
 
372
                        </File>
 
373
                        <File
 
374
                                RelativePath="..\..\..\src\eap_peer\tncc.c"
 
375
                                >
 
376
                        </File>
 
377
                        <File
 
378
                                RelativePath="..\..\..\src\rsn_supp\wpa.c"
 
379
                                >
 
380
                        </File>
 
381
                        <File
 
382
                                RelativePath="..\..\..\src\common\wpa_common.c"
 
383
                                >
 
384
                        </File>
 
385
                        <File
 
386
                                RelativePath="..\..\..\src\utils\wpa_debug.c"
 
387
                                >
 
388
                        </File>
 
389
                        <File
 
390
                                RelativePath="..\..\..\src\rsn_supp\wpa_ie.c"
 
391
                                >
 
392
                        </File>
 
393
                        <File
 
394
                                RelativePath="..\..\wpa_supplicant.c"
 
395
                                >
 
396
                        </File>
 
397
                        <File
 
398
                                RelativePath="..\..\..\src\utils\wpabuf.c"
 
399
                                >
 
400
                        </File>
 
401
                        <File
 
402
                                RelativePath="..\..\wpas_glue.c"
 
403
                                >
 
404
                        </File>
 
405
                </Filter>
 
406
                <Filter
 
407
                        Name="Header Files"
 
408
                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
 
409
                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
 
410
                        >
 
411
                </Filter>
 
412
                <Filter
 
413
                        Name="Resource Files"
 
414
                        Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
 
415
                        UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
 
416
                        >
 
417
                </Filter>
 
418
        </Files>
 
419
        <Globals>
 
420
        </Globals>
 
421
</VisualStudioProject>