~ubuntu-branches/ubuntu/karmic/libyahoo2/karmic

« back to all changes in this revision

Viewing changes to src/windows/vc8/yahoo_dll.vcproj

  • Committer: Bazaar Package Importer
  • Author(s): Kartik Mistry
  • Date: 2008-05-06 14:27:51 UTC
  • mfrom: (1.1.1 upstream) (2.1.2 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080506142751-vncfzy8640lllm4y
Tags: 0.7.6-1
* New upstream release
  + Dropped dpatch support, patch 01_sha_replacements.dpatch
    merged with upstream
* debian/README.Debian:
  + Removed as it is not required now
* Added debian/watch file
* debian/rules:
  + [Lintian] Fixed config.guess, config.sub presence in .diff.gz,
    Thanks to Kumar Appaiah for help
* debian/copyright:
  + Updated Authors list
  + Updated Debian package copyright year
* Uploaded for Kartik by Jaldhar H. Vyas <jaldhar@debian.org>

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="yahoo_dll"
 
6
        ProjectGUID="{EAF91C08-AFF8-4DFA-BA5E-33E488C339F7}"
 
7
        >
 
8
        <Platforms>
 
9
                <Platform
 
10
                        Name="Win32"
 
11
                />
 
12
        </Platforms>
 
13
        <ToolFiles>
 
14
        </ToolFiles>
 
15
        <Configurations>
 
16
                <Configuration
 
17
                        Name="Debug|Win32"
 
18
                        OutputDirectory=".\.yahoo-dll-debug"
 
19
                        IntermediateDirectory=".\.yahoo-dll-debug"
 
20
                        ConfigurationType="1"
 
21
                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
 
22
                        UseOfMFC="0"
 
23
                        ATLMinimizesCRunTimeLibraryUsage="false"
 
24
                        CharacterSet="2"
 
25
                        >
 
26
                        <Tool
 
27
                                Name="VCPreBuildEventTool"
 
28
                        />
 
29
                        <Tool
 
30
                                Name="VCCustomBuildTool"
 
31
                        />
 
32
                        <Tool
 
33
                                Name="VCXMLDataGeneratorTool"
 
34
                        />
 
35
                        <Tool
 
36
                                Name="VCWebServiceProxyGeneratorTool"
 
37
                        />
 
38
                        <Tool
 
39
                                Name="VCMIDLTool"
 
40
                                TypeLibraryName=".\.yahoo-dll-debug/yahoo_dll.tlb"
 
41
                                HeaderFileName=""
 
42
                        />
 
43
                        <Tool
 
44
                                Name="VCCLCompilerTool"
 
45
                                Optimization="0"
 
46
                                AdditionalIncludeDirectories="..,..\.."
 
47
                                PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;HAVE_CONFIG_H;USE_STRUCT_CALLBACKS"
 
48
                                MinimalRebuild="true"
 
49
                                BasicRuntimeChecks="3"
 
50
                                RuntimeLibrary="3"
 
51
                                PrecompiledHeaderFile=".\.yahoo-dll-debug/yahoo_dll.pch"
 
52
                                AssemblerListingLocation=".\.yahoo-dll-debug/"
 
53
                                ObjectFile=".\.yahoo-dll-debug/"
 
54
                                ProgramDataBaseFileName=".\.yahoo-dll-debug/"
 
55
                                WarningLevel="3"
 
56
                                SuppressStartupBanner="true"
 
57
                                DebugInformationFormat="4"
 
58
                                CompileAs="1"
 
59
                        />
 
60
                        <Tool
 
61
                                Name="VCManagedResourceCompilerTool"
 
62
                        />
 
63
                        <Tool
 
64
                                Name="VCResourceCompilerTool"
 
65
                                PreprocessorDefinitions="_DEBUG"
 
66
                                Culture="1033"
 
67
                        />
 
68
                        <Tool
 
69
                                Name="VCPreLinkEventTool"
 
70
                        />
 
71
                        <Tool
 
72
                                Name="VCLinkerTool"
 
73
                                AdditionalDependencies="libyahoo2d.lib winmm.lib wsock32.lib odbc32.lib odbccp32.lib"
 
74
                                OutputFile=".yahoo-dll-debug/yahood.exe"
 
75
                                LinkIncremental="2"
 
76
                                SuppressStartupBanner="true"
 
77
                                AdditionalLibraryDirectories=".libyahoo2-dll-debug"
 
78
                                GenerateDebugInformation="true"
 
79
                                ProgramDatabaseFile=".\.yahoo-dll-debug/yahood.pdb"
 
80
                                SubSystem="1"
 
81
                                TargetMachine="1"
 
82
                        />
 
83
                        <Tool
 
84
                                Name="VCALinkTool"
 
85
                        />
 
86
                        <Tool
 
87
                                Name="VCManifestTool"
 
88
                        />
 
89
                        <Tool
 
90
                                Name="VCXDCMakeTool"
 
91
                        />
 
92
                        <Tool
 
93
                                Name="VCBscMakeTool"
 
94
                                SuppressStartupBanner="true"
 
95
                                OutputFile=".\.yahoo-dll-debug/yahoo_dll.bsc"
 
96
                        />
 
97
                        <Tool
 
98
                                Name="VCFxCopTool"
 
99
                        />
 
100
                        <Tool
 
101
                                Name="VCAppVerifierTool"
 
102
                        />
 
103
                        <Tool
 
104
                                Name="VCWebDeploymentTool"
 
105
                        />
 
106
                        <Tool
 
107
                                Name="VCPostBuildEventTool"
 
108
                        />
 
109
                </Configuration>
 
110
                <Configuration
 
111
                        Name="Release|Win32"
 
112
                        OutputDirectory=".\.yahoo-dll-release"
 
113
                        IntermediateDirectory=".\.yahoo-dll-release"
 
114
                        ConfigurationType="1"
 
115
                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
 
116
                        UseOfMFC="0"
 
117
                        ATLMinimizesCRunTimeLibraryUsage="false"
 
118
                        CharacterSet="2"
 
119
                        >
 
120
                        <Tool
 
121
                                Name="VCPreBuildEventTool"
 
122
                        />
 
123
                        <Tool
 
124
                                Name="VCCustomBuildTool"
 
125
                        />
 
126
                        <Tool
 
127
                                Name="VCXMLDataGeneratorTool"
 
128
                        />
 
129
                        <Tool
 
130
                                Name="VCWebServiceProxyGeneratorTool"
 
131
                        />
 
132
                        <Tool
 
133
                                Name="VCMIDLTool"
 
134
                                TypeLibraryName=".\.yahoo-dll-release/yahoo_dll.tlb"
 
135
                                HeaderFileName=""
 
136
                        />
 
137
                        <Tool
 
138
                                Name="VCCLCompilerTool"
 
139
                                Optimization="2"
 
140
                                InlineFunctionExpansion="1"
 
141
                                AdditionalIncludeDirectories="..,..\.."
 
142
                                PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;HAVE_CONFIG_H;USE_STRUCT_CALLBACKS"
 
143
                                StringPooling="true"
 
144
                                RuntimeLibrary="2"
 
145
                                EnableFunctionLevelLinking="true"
 
146
                                PrecompiledHeaderFile=".\.yahoo-dll-release/yahoo_dll.pch"
 
147
                                AssemblerListingLocation=".\.yahoo-dll-release/"
 
148
                                ObjectFile=".\.yahoo-dll-release/"
 
149
                                ProgramDataBaseFileName=".\.yahoo-dll-release/"
 
150
                                WarningLevel="3"
 
151
                                SuppressStartupBanner="true"
 
152
                                CompileAs="1"
 
153
                        />
 
154
                        <Tool
 
155
                                Name="VCManagedResourceCompilerTool"
 
156
                        />
 
157
                        <Tool
 
158
                                Name="VCResourceCompilerTool"
 
159
                                PreprocessorDefinitions="NDEBUG"
 
160
                                Culture="1033"
 
161
                        />
 
162
                        <Tool
 
163
                                Name="VCPreLinkEventTool"
 
164
                        />
 
165
                        <Tool
 
166
                                Name="VCLinkerTool"
 
167
                                AdditionalDependencies="libyahoo2.lib winmm.lib wsock32.lib odbc32.lib odbccp32.lib"
 
168
                                OutputFile=".yahoo-dll-release/yahoo.exe"
 
169
                                LinkIncremental="1"
 
170
                                SuppressStartupBanner="true"
 
171
                                AdditionalLibraryDirectories=".libyahoo2-dll-release"
 
172
                                ProgramDatabaseFile=".\.yahoo-dll-release/yahoo.pdb"
 
173
                                SubSystem="1"
 
174
                                TargetMachine="1"
 
175
                        />
 
176
                        <Tool
 
177
                                Name="VCALinkTool"
 
178
                        />
 
179
                        <Tool
 
180
                                Name="VCManifestTool"
 
181
                        />
 
182
                        <Tool
 
183
                                Name="VCXDCMakeTool"
 
184
                        />
 
185
                        <Tool
 
186
                                Name="VCBscMakeTool"
 
187
                                SuppressStartupBanner="true"
 
188
                                OutputFile=".\.yahoo-dll-release/yahoo_dll.bsc"
 
189
                        />
 
190
                        <Tool
 
191
                                Name="VCFxCopTool"
 
192
                        />
 
193
                        <Tool
 
194
                                Name="VCAppVerifierTool"
 
195
                        />
 
196
                        <Tool
 
197
                                Name="VCWebDeploymentTool"
 
198
                        />
 
199
                        <Tool
 
200
                                Name="VCPostBuildEventTool"
 
201
                        />
 
202
                </Configuration>
 
203
        </Configurations>
 
204
        <References>
 
205
        </References>
 
206
        <Files>
 
207
                <Filter
 
208
                        Name="Source Files"
 
209
                        Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
 
210
                        >
 
211
                        <File
 
212
                                RelativePath="..\..\sample_client.c"
 
213
                                >
 
214
                                <FileConfiguration
 
215
                                        Name="Debug|Win32"
 
216
                                        >
 
217
                                        <Tool
 
218
                                                Name="VCCLCompilerTool"
 
219
                                                AdditionalIncludeDirectories=""
 
220
                                                PreprocessorDefinitions=""
 
221
                                        />
 
222
                                </FileConfiguration>
 
223
                                <FileConfiguration
 
224
                                        Name="Release|Win32"
 
225
                                        >
 
226
                                        <Tool
 
227
                                                Name="VCCLCompilerTool"
 
228
                                                AdditionalIncludeDirectories=""
 
229
                                                PreprocessorDefinitions=""
 
230
                                        />
 
231
                                </FileConfiguration>
 
232
                        </File>
 
233
                </Filter>
 
234
                <Filter
 
235
                        Name="Header Files"
 
236
                        Filter="h;hpp;hxx;hm;inl"
 
237
                        >
 
238
                        <File
 
239
                                RelativePath="..\config.h"
 
240
                                >
 
241
                        </File>
 
242
                        <File
 
243
                                RelativePath="..\..\yahoo2.h"
 
244
                                >
 
245
                        </File>
 
246
                        <File
 
247
                                RelativePath="..\..\yahoo2_callbacks.h"
 
248
                                >
 
249
                        </File>
 
250
                        <File
 
251
                                RelativePath="..\..\yahoo2_types.h"
 
252
                                >
 
253
                        </File>
 
254
                        <File
 
255
                                RelativePath="..\..\yahoo_httplib.h"
 
256
                                >
 
257
                        </File>
 
258
                        <File
 
259
                                RelativePath="..\..\yahoo_list.h"
 
260
                                >
 
261
                        </File>
 
262
                        <File
 
263
                                RelativePath="..\..\yahoo_util.h"
 
264
                                >
 
265
                        </File>
 
266
                </Filter>
 
267
                <Filter
 
268
                        Name="Resource Files"
 
269
                        Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
 
270
                        >
 
271
                </Filter>
 
272
        </Files>
 
273
        <Globals>
 
274
        </Globals>
 
275
</VisualStudioProject>