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

« back to all changes in this revision

Viewing changes to wpa_supplicant/vs2005/wpa_cli/wpa_cli.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="wpa_cli"
 
6
        ProjectGUID="{E3A7B181-22CC-4DA3-8410-6AD69879A9EC}"
 
7
        RootNamespace="wpa_cli"
 
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="0"
 
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\utils;..\..\..\src\common"
 
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"
 
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"
 
66
                                LinkIncremental="2"
 
67
                                GenerateDebugInformation="true"
 
68
                                SubSystem="1"
 
69
                                TargetMachine="1"
 
70
                        />
 
71
                        <Tool
 
72
                                Name="VCALinkTool"
 
73
                        />
 
74
                        <Tool
 
75
                                Name="VCManifestTool"
 
76
                        />
 
77
                        <Tool
 
78
                                Name="VCXDCMakeTool"
 
79
                        />
 
80
                        <Tool
 
81
                                Name="VCBscMakeTool"
 
82
                        />
 
83
                        <Tool
 
84
                                Name="VCFxCopTool"
 
85
                        />
 
86
                        <Tool
 
87
                                Name="VCAppVerifierTool"
 
88
                        />
 
89
                        <Tool
 
90
                                Name="VCWebDeploymentTool"
 
91
                        />
 
92
                        <Tool
 
93
                                Name="VCPostBuildEventTool"
 
94
                        />
 
95
                </Configuration>
 
96
                <Configuration
 
97
                        Name="Release|Win32"
 
98
                        OutputDirectory="$(SolutionDir)$(ConfigurationName)"
 
99
                        IntermediateDirectory="$(ConfigurationName)"
 
100
                        ConfigurationType="1"
 
101
                        CharacterSet="0"
 
102
                        WholeProgramOptimization="1"
 
103
                        >
 
104
                        <Tool
 
105
                                Name="VCPreBuildEventTool"
 
106
                        />
 
107
                        <Tool
 
108
                                Name="VCCustomBuildTool"
 
109
                        />
 
110
                        <Tool
 
111
                                Name="VCXMLDataGeneratorTool"
 
112
                        />
 
113
                        <Tool
 
114
                                Name="VCWebServiceProxyGeneratorTool"
 
115
                        />
 
116
                        <Tool
 
117
                                Name="VCMIDLTool"
 
118
                        />
 
119
                        <Tool
 
120
                                Name="VCCLCompilerTool"
 
121
                                AdditionalIncludeDirectories="..\..\..\src\utils;..\..\..\src\common"
 
122
                                PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;CONFIG_WIN32_DEFAULTS"
 
123
                                RuntimeLibrary="2"
 
124
                                UsePrecompiledHeader="0"
 
125
                                WarningLevel="3"
 
126
                                Detect64BitPortabilityProblems="true"
 
127
                                DebugInformationFormat="3"
 
128
                                DisableSpecificWarnings="4244;4267"
 
129
                        />
 
130
                        <Tool
 
131
                                Name="VCManagedResourceCompilerTool"
 
132
                        />
 
133
                        <Tool
 
134
                                Name="VCResourceCompilerTool"
 
135
                        />
 
136
                        <Tool
 
137
                                Name="VCPreLinkEventTool"
 
138
                        />
 
139
                        <Tool
 
140
                                Name="VCLinkerTool"
 
141
                                AdditionalDependencies="ws2_32.lib"
 
142
                                LinkIncremental="1"
 
143
                                GenerateDebugInformation="true"
 
144
                                SubSystem="1"
 
145
                                OptimizeReferences="2"
 
146
                                EnableCOMDATFolding="2"
 
147
                                TargetMachine="1"
 
148
                        />
 
149
                        <Tool
 
150
                                Name="VCALinkTool"
 
151
                        />
 
152
                        <Tool
 
153
                                Name="VCManifestTool"
 
154
                        />
 
155
                        <Tool
 
156
                                Name="VCXDCMakeTool"
 
157
                        />
 
158
                        <Tool
 
159
                                Name="VCBscMakeTool"
 
160
                        />
 
161
                        <Tool
 
162
                                Name="VCFxCopTool"
 
163
                        />
 
164
                        <Tool
 
165
                                Name="VCAppVerifierTool"
 
166
                        />
 
167
                        <Tool
 
168
                                Name="VCWebDeploymentTool"
 
169
                        />
 
170
                        <Tool
 
171
                                Name="VCPostBuildEventTool"
 
172
                        />
 
173
                </Configuration>
 
174
        </Configurations>
 
175
        <References>
 
176
        </References>
 
177
        <Files>
 
178
                <Filter
 
179
                        Name="Source Files"
 
180
                        Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
 
181
                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
 
182
                        >
 
183
                        <File
 
184
                                RelativePath="..\..\..\src\utils\common.c"
 
185
                                >
 
186
                        </File>
 
187
                        <File
 
188
                                RelativePath="..\..\..\src\utils\os_win32.c"
 
189
                                >
 
190
                        </File>
 
191
                        <File
 
192
                                RelativePath="..\..\wpa_cli.c"
 
193
                                >
 
194
                        </File>
 
195
                        <File
 
196
                                RelativePath="..\..\..\src\common\wpa_ctrl.c"
 
197
                                >
 
198
                        </File>
 
199
                </Filter>
 
200
                <Filter
 
201
                        Name="Header Files"
 
202
                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
 
203
                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
 
204
                        >
 
205
                </Filter>
 
206
                <Filter
 
207
                        Name="Resource Files"
 
208
                        Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
 
209
                        UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
 
210
                        >
 
211
                </Filter>
 
212
        </Files>
 
213
        <Globals>
 
214
        </Globals>
 
215
</VisualStudioProject>