~ubuntu-branches/ubuntu/vivid/curl/vivid

« back to all changes in this revision

Viewing changes to lib/libcurl.vcproj

  • Committer: Bazaar Package Importer
  • Author(s): Andreas Schuldei
  • Date: 2009-04-02 23:35:45 UTC
  • mto: (1.2.1 upstream) (3.2.3 sid)
  • mto: This revision was merged to the branch mainline in revision 38.
  • Revision ID: james.westby@ubuntu.com-20090402233545-geixkwhe3izccjt7
Tags: upstream-7.19.4
ImportĀ upstreamĀ versionĀ 7.19.4

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="libcurl"
 
6
        ProjectGUID="{87EE9DA4-DE1E-4448-8324-183C98DCA588}"
 
7
        >
 
8
        <Platforms>
 
9
                <Platform
 
10
                        Name="Win32"
 
11
                />
 
12
        </Platforms>
 
13
        <ToolFiles>
 
14
        </ToolFiles>
 
15
        <Configurations>
 
16
                <Configuration
 
17
                        Name="Release|Win32"
 
18
                        OutputDirectory=".\Release"
 
19
                        IntermediateDirectory=".\Release"
 
20
                        ConfigurationType="4"
 
21
                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
 
22
                        UseOfMFC="0"
 
23
                        ATLMinimizesCRunTimeLibraryUsage="false"
 
24
                        CharacterSet="2"
 
25
                        >
 
26
                        <Tool Name="VCPreBuildEventTool"
 
27
                        />
 
28
                        <Tool Name="VCCustomBuildTool"
 
29
                        />
 
30
                        <Tool Name="VCXMLDataGeneratorTool"
 
31
                        />
 
32
                        <Tool Name="VCWebServiceProxyGeneratorTool"
 
33
                        />
 
34
                        <Tool Name="VCMIDLTool" PreprocessorDefinitions="NDEBUG" MkTypLibCompatible="true" SuppressStartupBanner="true" TargetEnvironment="1" TypeLibraryName=".\Release/libcurl.tlb" HeaderFileName=""
 
35
                        />
 
36
                        <Tool Name="VCCLCompilerTool" Optimization="2" InlineFunctionExpansion="1" AdditionalIncludeDirectories=".,..\include" PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;BUILDING_LIBCURL" StringPooling="true" RuntimeLibrary="2" EnableFunctionLevelLinking="true" PrecompiledHeaderFile=".\Release/libcurl.pch" AssemblerListingLocation=".\Release/" ObjectFile=".\Release/" ProgramDataBaseFileName=".\Release/" BrowseInformation="1" WarningLevel="0" SuppressStartupBanner="true" DebugInformationFormat="3"
 
37
                        />
 
38
                        <Tool Name="VCManagedResourceCompilerTool"
 
39
                        />
 
40
                        <Tool Name="VCResourceCompilerTool" PreprocessorDefinitions="NDEBUG" Culture="1033"
 
41
                        />
 
42
                        <Tool Name="VCPreLinkEventTool"
 
43
                        />
 
44
                        <Tool Name="VCLibrarianTool"
 
45
                        />
 
46
                        <Tool Name="VCALinkTool"
 
47
                        />
 
48
                        <Tool Name="VCXDCMakeTool"
 
49
                        />
 
50
                        <Tool Name="VCBscMakeTool" SuppressStartupBanner="true" OutputFile=".\Release/libcurl.bsc"
 
51
                        />
 
52
                        <Tool Name="VCFxCopTool"
 
53
                        />
 
54
                        <Tool Name="VCPostBuildEventTool"
 
55
                        />
 
56
                </Configuration>
 
57
                <Configuration
 
58
                        Name="Debug|Win32"
 
59
                        OutputDirectory=".\Debug"
 
60
                        IntermediateDirectory=".\Debug"
 
61
                        ConfigurationType="4"
 
62
                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
 
63
                        UseOfMFC="0"
 
64
                        ATLMinimizesCRunTimeLibraryUsage="false"
 
65
                        CharacterSet="2"
 
66
                        >
 
67
                        <Tool Name="VCPreBuildEventTool"
 
68
                        />
 
69
                        <Tool Name="VCCustomBuildTool"
 
70
                        />
 
71
                        <Tool Name="VCXMLDataGeneratorTool"
 
72
                        />
 
73
                        <Tool Name="VCWebServiceProxyGeneratorTool"
 
74
                        />
 
75
                        <Tool Name="VCMIDLTool" PreprocessorDefinitions="_DEBUG" MkTypLibCompatible="true" SuppressStartupBanner="true" TargetEnvironment="1" TypeLibraryName=".\Debug/libcurl.tlb" HeaderFileName=""
 
76
                        />
 
77
                        <Tool Name="VCCLCompilerTool" Optimization="0" AdditionalIncludeDirectories=".,..\include" PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;BUILDING_LIBCURL" MinimalRebuild="true" BasicRuntimeChecks="3" RuntimeLibrary="3" PrecompiledHeaderFile=".\Debug/libcurl.pch" AssemblerListingLocation=".\Debug/" ObjectFile=".\Debug/" ProgramDataBaseFileName=".\Debug/" BrowseInformation="1" WarningLevel="0" SuppressStartupBanner="true" DebugInformationFormat="3"
 
78
                        />
 
79
                        <Tool Name="VCManagedResourceCompilerTool"
 
80
                        />
 
81
                        <Tool Name="VCResourceCompilerTool" PreprocessorDefinitions="_DEBUG" Culture="1033"
 
82
                        />
 
83
                        <Tool Name="VCPreLinkEventTool"
 
84
                        />
 
85
                        <Tool Name="VCLibrarianTool"
 
86
                        />
 
87
                        <Tool Name="VCALinkTool"
 
88
                        />
 
89
                        <Tool Name="VCXDCMakeTool"
 
90
                        />
 
91
                        <Tool Name="VCBscMakeTool" SuppressStartupBanner="true" OutputFile=".\Debug/libcurl.bsc"
 
92
                        />
 
93
                        <Tool Name="VCFxCopTool"
 
94
                        />
 
95
                        <Tool Name="VCPostBuildEventTool"
 
96
                        />
 
97
                </Configuration>
 
98
        </Configurations>
 
99
        <References>
 
100
        </References>
 
101
        <Files>
 
102
                <Filter
 
103
                        Name="Source Files"
 
104
                        >
 
105
 
 
106
<File RelativePath="base64.c"></File>
 
107
<File RelativePath="connect.c"></File>
 
108
<File RelativePath="content_encoding.c"></File>
 
109
<File RelativePath="cookie.c"></File>
 
110
<File RelativePath="curl_addrinfo.c"></File>
 
111
<File RelativePath="curl_sspi.c"></File>
 
112
<File RelativePath="dict.c"></File>
 
113
<File RelativePath="easy.c"></File>
 
114
<File RelativePath="escape.c"></File>
 
115
<File RelativePath="file.c"></File>
 
116
<File RelativePath="formdata.c"></File>
 
117
<File RelativePath="ftp.c"></File>
 
118
<File RelativePath="getenv.c"></File>
 
119
<File RelativePath="getinfo.c"></File>
 
120
<File RelativePath="gtls.c"></File>
 
121
<File RelativePath="hash.c"></File>
 
122
<File RelativePath="hostares.c"></File>
 
123
<File RelativePath="hostasyn.c"></File>
 
124
<File RelativePath="hostip4.c"></File>
 
125
<File RelativePath="hostip6.c"></File>
 
126
<File RelativePath="hostip.c"></File>
 
127
<File RelativePath="hostsyn.c"></File>
 
128
<File RelativePath="hostthre.c"></File>
 
129
<File RelativePath="http.c"></File>
 
130
<File RelativePath="http_chunks.c"></File>
 
131
<File RelativePath="http_digest.c"></File>
 
132
<File RelativePath="http_negotiate.c"></File>
 
133
<File RelativePath="http_ntlm.c"></File>
 
134
<File RelativePath="if2ip.c"></File>
 
135
<File RelativePath="inet_ntop.c"></File>
 
136
<File RelativePath="inet_pton.c"></File>
 
137
<File RelativePath="krb4.c"></File>
 
138
<File RelativePath="krb5.c"></File>
 
139
<File RelativePath="ldap.c"></File>
 
140
<File RelativePath="llist.c"></File>
 
141
<File RelativePath="md5.c"></File>
 
142
<File RelativePath="memdebug.c"></File>
 
143
<File RelativePath="mprintf.c"></File>
 
144
<File RelativePath="multi.c"></File>
 
145
<File RelativePath="netrc.c"></File>
 
146
<File RelativePath="nss.c"></File>
 
147
<File RelativePath="parsedate.c"></File>
 
148
<File RelativePath="progress.c"></File>
 
149
<File RelativePath="qssl.c"></File>
 
150
<File RelativePath="rawstr.c"></File>
 
151
<File RelativePath="security.c"></File>
 
152
<File RelativePath="select.c"></File>
 
153
<File RelativePath="sendf.c"></File>
 
154
<File RelativePath="share.c"></File>
 
155
<File RelativePath="socks.c"></File>
 
156
<File RelativePath="socks_gssapi.c"></File>
 
157
<File RelativePath="socks_sspi.c"></File>
 
158
<File RelativePath="speedcheck.c"></File>
 
159
<File RelativePath="splay.c"></File>
 
160
<File RelativePath="ssh.c"></File>
 
161
<File RelativePath="sslgen.c"></File>
 
162
<File RelativePath="ssluse.c"></File>
 
163
<File RelativePath="strdup.c"></File>
 
164
<File RelativePath="strequal.c"></File>
 
165
<File RelativePath="strerror.c"></File>
 
166
<File RelativePath="strtok.c"></File>
 
167
<File RelativePath="strtoofft.c"></File>
 
168
<File RelativePath="telnet.c"></File>
 
169
<File RelativePath="tftp.c"></File>
 
170
<File RelativePath="timeval.c"></File>
 
171
<File RelativePath="transfer.c"></File>
 
172
<File RelativePath="url.c"></File>
 
173
<File RelativePath="version.c"></File>
 
174
</Filter><Filter        Name="Header Files">
 
175
<File RelativePath="arpa_telnet.h"></File>
 
176
<File RelativePath="config-win32.h"></File>
 
177
<File RelativePath="connect.h"></File>
 
178
<File RelativePath="content_encoding.h"></File>
 
179
<File RelativePath="cookie.h"></File>
 
180
<File RelativePath="curl_addrinfo.h"></File>
 
181
<File RelativePath="curl_base64.h"></File>
 
182
<File RelativePath="curl_ldap.h"></File>
 
183
<File RelativePath="curl_md5.h"></File>
 
184
<File RelativePath="curl_sspi.h"></File>
 
185
<File RelativePath="curlx.h"></File>
 
186
<File RelativePath="dict.h"></File>
 
187
<File RelativePath="easyif.h"></File>
 
188
<File RelativePath="escape.h"></File>
 
189
<File RelativePath="file.h"></File>
 
190
<File RelativePath="formdata.h"></File>
 
191
<File RelativePath="ftp.h"></File>
 
192
<File RelativePath="getinfo.h"></File>
 
193
<File RelativePath="gtls.h"></File>
 
194
<File RelativePath="hash.h"></File>
 
195
<File RelativePath="hostip.h"></File>
 
196
<File RelativePath="http_chunks.h"></File>
 
197
<File RelativePath="http_digest.h"></File>
 
198
<File RelativePath="http.h"></File>
 
199
<File RelativePath="http_negotiate.h"></File>
 
200
<File RelativePath="http_ntlm.h"></File>
 
201
<File RelativePath="if2ip.h"></File>
 
202
<File RelativePath="inet_ntop.h"></File>
 
203
<File RelativePath="inet_pton.h"></File>
 
204
<File RelativePath="krb4.h"></File>
 
205
<File RelativePath="llist.h"></File>
 
206
<File RelativePath="memdebug.h"></File>
 
207
<File RelativePath="memory.h"></File>
 
208
<File RelativePath="multiif.h"></File>
 
209
<File RelativePath="netrc.h"></File>
 
210
<File RelativePath="nssg.h"></File>
 
211
<File RelativePath="parsedate.h"></File>
 
212
<File RelativePath="progress.h"></File>
 
213
<File RelativePath="qssl.h"></File>
 
214
<File RelativePath="rawstr.h"></File>
 
215
<File RelativePath="select.h"></File>
 
216
<File RelativePath="sendf.h"></File>
 
217
<File RelativePath="setup.h"></File>
 
218
<File RelativePath="setup_once.h"></File>
 
219
<File RelativePath="share.h"></File>
 
220
<File RelativePath="sockaddr.h"></File>
 
221
<File RelativePath="socks.h"></File>
 
222
<File RelativePath="speedcheck.h"></File>
 
223
<File RelativePath="splay.h"></File>
 
224
<File RelativePath="ssh.h"></File>
 
225
<File RelativePath="sslgen.h"></File>
 
226
<File RelativePath="ssluse.h"></File>
 
227
<File RelativePath="strdup.h"></File>
 
228
<File RelativePath="strequal.h"></File>
 
229
<File RelativePath="strerror.h"></File>
 
230
<File RelativePath="strtok.h"></File>
 
231
<File RelativePath="strtoofft.h"></File>
 
232
<File RelativePath="telnet.h"></File>
 
233
<File RelativePath="tftp.h"></File>
 
234
<File RelativePath="timeval.h"></File>
 
235
<File RelativePath="transfer.h"></File>
 
236
<File RelativePath="urldata.h"></File>
 
237
<File RelativePath="url.h"></File>
 
238
 
 
239
                </Filter>
 
240
                <Filter
 
241
                        Name="Resource Files"
 
242
                        Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
 
243
                        >
 
244
                </Filter>
 
245
        </Files>
 
246
        <Globals>
 
247
        </Globals>
 
248
</VisualStudioProject>