~ubuntu-branches/ubuntu/natty/curl/natty-proposed

« back to all changes in this revision

Viewing changes to lib/curllib.vcproj

  • Committer: Bazaar Package Importer
  • Author(s): Andreas Schuldei
  • Date: 2009-05-24 21:12:19 UTC
  • mfrom: (1.1.12 upstream)
  • mto: (3.3.1 squeeze)
  • mto: This revision was merged to the branch mainline in revision 39.
  • Revision ID: james.westby@ubuntu.com-20090524211219-7jgcwuhl04ixuqsm
Tags: upstream-7.19.5
ImportĀ upstreamĀ versionĀ 7.19.5

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="curllib"
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/curllib.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/curllib.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/curllib.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/curllib.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/curllib.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/curllib.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="file.c"></File>
107
 
<File RelativePath="timeval.c"></File>
108
 
<File RelativePath="base64.c"></File>
109
 
<File RelativePath="hostip.c"></File>
110
 
<File RelativePath="progress.c"></File>
111
 
<File RelativePath="formdata.c"></File>
112
 
<File RelativePath="cookie.c"></File>
113
 
<File RelativePath="http.c"></File>
114
 
<File RelativePath="sendf.c"></File>
115
 
<File RelativePath="ftp.c"></File>
116
 
<File RelativePath="url.c"></File>
117
 
<File RelativePath="dict.c"></File>
118
 
<File RelativePath="if2ip.c"></File>
119
 
<File RelativePath="speedcheck.c"></File>
120
 
<File RelativePath="ldap.c"></File>
121
 
<File RelativePath="ssluse.c"></File>
122
 
<File RelativePath="version.c"></File>
123
 
<File RelativePath="getenv.c"></File>
124
 
<File RelativePath="escape.c"></File>
125
 
<File RelativePath="mprintf.c"></File>
126
 
<File RelativePath="telnet.c"></File>
127
 
<File RelativePath="netrc.c"></File>
128
 
<File RelativePath="getinfo.c"></File>
129
 
<File RelativePath="transfer.c"></File>
130
 
<File RelativePath="strequal.c"></File>
131
 
<File RelativePath="easy.c"></File>
132
 
<File RelativePath="security.c"></File>
133
 
<File RelativePath="krb4.c"></File>
134
 
<File RelativePath="krb5.c"></File>
135
 
<File RelativePath="memdebug.c"></File>
136
 
<File RelativePath="http_chunks.c"></File>
137
 
<File RelativePath="strtok.c"></File>
138
 
<File RelativePath="connect.c"></File>
139
 
<File RelativePath="llist.c"></File>
140
 
<File RelativePath="hash.c"></File>
141
 
<File RelativePath="multi.c"></File>
142
 
<File RelativePath="content_encoding.c"></File>
143
 
<File RelativePath="share.c"></File>
144
 
<File RelativePath="http_digest.c"></File>
145
 
<File RelativePath="md5.c"></File>
146
 
<File RelativePath="http_negotiate.c"></File>
147
 
<File RelativePath="http_ntlm.c"></File>
148
 
<File RelativePath="inet_pton.c"></File>
149
 
<File RelativePath="strtoofft.c"></File>
150
 
<File RelativePath="strerror.c"></File>
151
 
<File RelativePath="hostares.c"></File>
152
 
<File RelativePath="hostasyn.c"></File>
153
 
<File RelativePath="hostip4.c"></File>
154
 
<File RelativePath="hostip6.c"></File>
155
 
<File RelativePath="hostsyn.c"></File>
156
 
<File RelativePath="hostthre.c"></File>
157
 
<File RelativePath="inet_ntop.c"></File>
158
 
<File RelativePath="parsedate.c"></File>
159
 
<File RelativePath="select.c"></File>
160
 
<File RelativePath="gtls.c"></File>
161
 
<File RelativePath="sslgen.c"></File>
162
 
<File RelativePath="tftp.c"></File>
163
 
<File RelativePath="splay.c"></File>
164
 
<File RelativePath="strdup.c"></File>
165
 
<File RelativePath="socks.c"></File>
166
 
<File RelativePath="ssh.c"></File>
167
 
<File RelativePath="nss.c"></File>
168
 
<File RelativePath="qssl.c"></File>
169
 
</Filter><Filter        Name="Header Files">
170
 
<File RelativePath="arpa_telnet.h"></File>
171
 
<File RelativePath="netrc.h"></File>
172
 
<File RelativePath="file.h"></File>
173
 
<File RelativePath="timeval.h"></File>
174
 
<File RelativePath="base64.h"></File>
175
 
<File RelativePath="hostip.h"></File>
176
 
<File RelativePath="progress.h"></File>
177
 
<File RelativePath="formdata.h"></File>
178
 
<File RelativePath="cookie.h"></File>
179
 
<File RelativePath="http.h"></File>
180
 
<File RelativePath="sendf.h"></File>
181
 
<File RelativePath="ftp.h"></File>
182
 
<File RelativePath="url.h"></File>
183
 
<File RelativePath="dict.h"></File>
184
 
<File RelativePath="if2ip.h"></File>
185
 
<File RelativePath="speedcheck.h"></File>
186
 
<File RelativePath="urldata.h"></File>
187
 
<File RelativePath="curl_ldap.h"></File>
188
 
<File RelativePath="ssluse.h"></File>
189
 
<File RelativePath="escape.h"></File>
190
 
<File RelativePath="telnet.h"></File>
191
 
<File RelativePath="getinfo.h"></File>
192
 
<File RelativePath="strequal.h"></File>
193
 
<File RelativePath="krb4.h"></File>
194
 
<File RelativePath="memdebug.h"></File>
195
 
<File RelativePath="inet_ntoa_r.h"></File>
196
 
<File RelativePath="http_chunks.h"></File>
197
 
<File RelativePath="strtok.h"></File>
198
 
<File RelativePath="connect.h"></File>
199
 
<File RelativePath="llist.h"></File>
200
 
<File RelativePath="hash.h"></File>
201
 
<File RelativePath="content_encoding.h"></File>
202
 
<File RelativePath="share.h"></File>
203
 
<File RelativePath="md5.h"></File>
204
 
<File RelativePath="http_digest.h"></File>
205
 
<File RelativePath="http_negotiate.h"></File>
206
 
<File RelativePath="http_ntlm.h"></File>
207
 
<File RelativePath="inet_pton.h"></File>
208
 
<File RelativePath="strtoofft.h"></File>
209
 
<File RelativePath="strerror.h"></File>
210
 
<File RelativePath="inet_ntop.h"></File>
211
 
<File RelativePath="curlx.h"></File>
212
 
<File RelativePath="memory.h"></File>
213
 
<File RelativePath="setup.h"></File>
214
 
<File RelativePath="transfer.h"></File>
215
 
<File RelativePath="select.h"></File>
216
 
<File RelativePath="easyif.h"></File>
217
 
<File RelativePath="multiif.h"></File>
218
 
<File RelativePath="parsedate.h"></File>
219
 
<File RelativePath="sslgen.h"></File>
220
 
<File RelativePath="gtls.h"></File>
221
 
<File RelativePath="tftp.h"></File>
222
 
<File RelativePath="sockaddr.h"></File>
223
 
<File RelativePath="splay.h"></File>
224
 
<File RelativePath="strdup.h"></File>
225
 
<File RelativePath="setup_once.h"></File>
226
 
<File RelativePath="socks.h"></File>
227
 
<File RelativePath="ssh.h"></File>
228
 
<File RelativePath="nssg.h"></File>
229
 
<File RelativePath="qssl.h"></File>
230
 
<File RelativePath="config-win32.h"></File>
231
 
 
232
 
                </Filter>
233
 
                <Filter
234
 
                        Name="Resource Files"
235
 
                        Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
236
 
                        >
237
 
                </Filter>
238
 
        </Files>
239
 
        <Globals>
240
 
        </Globals>
241
 
</VisualStudioProject>