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

« back to all changes in this revision

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