blob: bddb9670eba3e716577c43f5b7ba8d9583041bfb [file] [log] [blame]
Emeric Vigier2f625822012-08-06 11:09:52 -04001<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3 ProjectType="Visual C++"
4 Version="8.00"
5 Name="urlfetch"
6 ProjectGUID="{37DFA3DB-51DC-44AF-8AEF-26771FEC0D87}"
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\urlfetch"
20 ConfigurationType="1"
21 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.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=".\..\Release/urlfetch.tlb"
41 HeaderFileName=""
42 />
43 <Tool
44 Name="VCCLCompilerTool"
45 Optimization="2"
46 InlineFunctionExpansion="1"
47 AdditionalIncludeDirectories="..\..\w32,..\..\include"
48 PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
49 StringPooling="true"
50 RuntimeLibrary="3"
51 EnableFunctionLevelLinking="true"
52 UsePrecompiledHeader="0"
53 PrecompiledHeaderFile=".\..\Release\urlfetch/urlfetch.pch"
54 AssemblerListingLocation=".\..\Release\urlfetch/"
55 ObjectFile=".\..\Release\urlfetch/"
56 ProgramDataBaseFileName=".\..\Release\urlfetch/"
57 WarningLevel="3"
58 SuppressStartupBanner="true"
59 CompileAs="0"
60 />
61 <Tool
62 Name="VCManagedResourceCompilerTool"
63 />
64 <Tool
65 Name="VCResourceCompilerTool"
66 PreprocessorDefinitions="NDEBUG"
67 Culture="3082"
68 />
69 <Tool
70 Name="VCPreLinkEventTool"
71 />
72 <Tool
73 Name="VCLinkerTool"
74 AdditionalDependencies="ccgnu2.lib ccext2.lib"
75 OutputFile=".\..\Release/urlfetch.exe"
76 LinkIncremental="1"
77 SuppressStartupBanner="true"
78 AdditionalLibraryDirectories="..\Release"
79 ProgramDatabaseFile=".\..\Release/urlfetch.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 />
95 <Tool
96 Name="VCFxCopTool"
97 />
98 <Tool
99 Name="VCAppVerifierTool"
100 />
101 <Tool
102 Name="VCWebDeploymentTool"
103 />
104 <Tool
105 Name="VCPostBuildEventTool"
106 />
107 </Configuration>
108 <Configuration
109 Name="Debug|Win32"
110 OutputDirectory=".\..\Debug"
111 IntermediateDirectory=".\..\Debug\urlfetch"
112 ConfigurationType="1"
113 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
114 UseOfMFC="0"
115 ATLMinimizesCRunTimeLibraryUsage="false"
116 CharacterSet="2"
117 >
118 <Tool
119 Name="VCPreBuildEventTool"
120 />
121 <Tool
122 Name="VCCustomBuildTool"
123 />
124 <Tool
125 Name="VCXMLDataGeneratorTool"
126 />
127 <Tool
128 Name="VCWebServiceProxyGeneratorTool"
129 />
130 <Tool
131 Name="VCMIDLTool"
132 TypeLibraryName=".\..\Debug/urlfetch.tlb"
133 HeaderFileName=""
134 />
135 <Tool
136 Name="VCCLCompilerTool"
137 Optimization="0"
138 AdditionalIncludeDirectories="..\..\w32,..\..\include"
139 PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
140 BasicRuntimeChecks="3"
141 RuntimeLibrary="3"
142 UsePrecompiledHeader="0"
143 PrecompiledHeaderFile=".\..\Debug\urlfetch/urlfetch.pch"
144 AssemblerListingLocation=".\..\Debug\urlfetch/"
145 ObjectFile=".\..\Debug\urlfetch/"
146 ProgramDataBaseFileName=".\..\Debug\urlfetch/"
147 WarningLevel="3"
148 SuppressStartupBanner="true"
149 DebugInformationFormat="4"
150 CompileAs="0"
151 />
152 <Tool
153 Name="VCManagedResourceCompilerTool"
154 />
155 <Tool
156 Name="VCResourceCompilerTool"
157 PreprocessorDefinitions="_DEBUG"
158 Culture="3082"
159 />
160 <Tool
161 Name="VCPreLinkEventTool"
162 />
163 <Tool
164 Name="VCLinkerTool"
165 AdditionalDependencies="ccext2.lib ccgnu2.lib"
166 OutputFile=".\..\Debug/urlfetch.exe"
167 LinkIncremental="1"
168 SuppressStartupBanner="true"
169 AdditionalLibraryDirectories="..\Debug"
170 GenerateDebugInformation="true"
171 ProgramDatabaseFile=".\..\Debug/urlfetch.pdb"
172 SubSystem="1"
173 TargetMachine="1"
174 />
175 <Tool
176 Name="VCALinkTool"
177 />
178 <Tool
179 Name="VCManifestTool"
180 />
181 <Tool
182 Name="VCXDCMakeTool"
183 />
184 <Tool
185 Name="VCBscMakeTool"
186 />
187 <Tool
188 Name="VCFxCopTool"
189 />
190 <Tool
191 Name="VCAppVerifierTool"
192 />
193 <Tool
194 Name="VCWebDeploymentTool"
195 />
196 <Tool
197 Name="VCPostBuildEventTool"
198 />
199 </Configuration>
200 </Configurations>
201 <References>
202 </References>
203 <Files>
204 <Filter
205 Name="Source Files"
206 Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
207 >
208 <File
209 RelativePath="..\..\demo\urlfetch.cpp"
210 >
211 <FileConfiguration
212 Name="Release|Win32"
213 >
214 <Tool
215 Name="VCCLCompilerTool"
216 Optimization="2"
217 AdditionalIncludeDirectories=""
218 PreprocessorDefinitions=""
219 />
220 </FileConfiguration>
221 <FileConfiguration
222 Name="Debug|Win32"
223 >
224 <Tool
225 Name="VCCLCompilerTool"
226 Optimization="0"
227 AdditionalIncludeDirectories=""
228 PreprocessorDefinitions=""
229 BasicRuntimeChecks="3"
230 />
231 </FileConfiguration>
232 </File>
233 </Filter>
234 <Filter
235 Name="Header Files"
236 Filter="h;hpp;hxx;hm;inl"
237 >
238 </Filter>
239 <Filter
240 Name="Resource Files"
241 Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
242 >
243 </Filter>
244 </Files>
245 <Globals>
246 </Globals>
247</VisualStudioProject>