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

« back to all changes in this revision

Viewing changes to wpa_supplicant/vs2005/wpa_passphrase/wpa_passphrase.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_passphrase"
 
6
        ProjectGUID="{ADBE4EA8-F0C5-40C2-AE89-C56D0F2EC1DF}"
 
7
        RootNamespace="wpa_passphrase"
 
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\crypto;C:\dev\openssl\include"
 
44
                                PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;CONFIG_WIN32_DEFAULTS;INTERNAL_SHA1;INTERNAL_MD5"
 
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
                                AdditionalLibraryDirectories=""
 
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="0"
 
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\utils;..\..\..\src\crypto;C:\dev\openssl\include"
 
123
                                PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;CONFIG_WIN32_DEFAULTS;INTERNAL_SHA1;INTERNAL_MD5"
 
124
                                RuntimeLibrary="2"
 
125
                                UsePrecompiledHeader="0"
 
126
                                WarningLevel="3"
 
127
                                Detect64BitPortabilityProblems="true"
 
128
                                DebugInformationFormat="3"
 
129
                                DisableSpecificWarnings="4244;4267"
 
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"
 
143
                                LinkIncremental="1"
 
144
                                GenerateDebugInformation="true"
 
145
                                SubSystem="1"
 
146
                                OptimizeReferences="2"
 
147
                                EnableCOMDATFolding="2"
 
148
                                TargetMachine="1"
 
149
                        />
 
150
                        <Tool
 
151
                                Name="VCALinkTool"
 
152
                        />
 
153
                        <Tool
 
154
                                Name="VCManifestTool"
 
155
                        />
 
156
                        <Tool
 
157
                                Name="VCXDCMakeTool"
 
158
                        />
 
159
                        <Tool
 
160
                                Name="VCBscMakeTool"
 
161
                        />
 
162
                        <Tool
 
163
                                Name="VCFxCopTool"
 
164
                        />
 
165
                        <Tool
 
166
                                Name="VCAppVerifierTool"
 
167
                        />
 
168
                        <Tool
 
169
                                Name="VCWebDeploymentTool"
 
170
                        />
 
171
                        <Tool
 
172
                                Name="VCPostBuildEventTool"
 
173
                        />
 
174
                </Configuration>
 
175
        </Configurations>
 
176
        <References>
 
177
        </References>
 
178
        <Files>
 
179
                <Filter
 
180
                        Name="Source Files"
 
181
                        Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
 
182
                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
 
183
                        >
 
184
                        <File
 
185
                                RelativePath="..\..\..\src\utils\common.c"
 
186
                                >
 
187
                        </File>
 
188
                        <File
 
189
                                RelativePath="..\..\..\src\crypto\md5.c"
 
190
                                >
 
191
                        </File>
 
192
                        <File
 
193
                                RelativePath="..\..\..\src\utils\os_win32.c"
 
194
                                >
 
195
                        </File>
 
196
                        <File
 
197
                                RelativePath="..\..\..\src\crypto\sha1.c"
 
198
                                >
 
199
                        </File>
 
200
                        <File
 
201
                                RelativePath="..\..\wpa_passphrase.c"
 
202
                                >
 
203
                        </File>
 
204
                </Filter>
 
205
                <Filter
 
206
                        Name="Header Files"
 
207
                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
 
208
                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
 
209
                        >
 
210
                </Filter>
 
211
                <Filter
 
212
                        Name="Resource Files"
 
213
                        Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
 
214
                        UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
 
215
                        >
 
216
                </Filter>
 
217
        </Files>
 
218
        <Globals>
 
219
        </Globals>
 
220
</VisualStudioProject>