Add Visual Studio project.
[dftpd.git] / build / dftpd.vcproj
blobee920837162c79e2a220ce48083b80bf0d6201e9
1 <?xml version="1.0" encoding="windows-1250"?>
2 <VisualStudioProject
3 ProjectType="Visual C++"
4 Version="9,00"
5 Name="dftpd"
6 ProjectGUID="{475AF59C-A44F-4B9D-B42D-DDD7EA3B6F8E}"
7 RootNamespace="dftpd"
8 TargetFrameworkVersion="196613"
10 <Platforms>
11 <Platform
12 Name="Win32"
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="2"
25 <Tool
26 Name="VCPreBuildEventTool"
28 <Tool
29 Name="VCCustomBuildTool"
31 <Tool
32 Name="VCXMLDataGeneratorTool"
34 <Tool
35 Name="VCWebServiceProxyGeneratorTool"
37 <Tool
38 Name="VCMIDLTool"
40 <Tool
41 Name="VCCLCompilerTool"
42 Optimization="0"
43 PreprocessorDefinitions="DEBUG"
44 MinimalRebuild="true"
45 BasicRuntimeChecks="3"
46 RuntimeLibrary="3"
47 WarningLevel="3"
48 DebugInformationFormat="4"
50 <Tool
51 Name="VCManagedResourceCompilerTool"
53 <Tool
54 Name="VCResourceCompilerTool"
56 <Tool
57 Name="VCPreLinkEventTool"
59 <Tool
60 Name="VCLinkerTool"
61 AdditionalDependencies="ws2_32.lib"
62 GenerateDebugInformation="true"
63 TargetMachine="1"
65 <Tool
66 Name="VCALinkTool"
68 <Tool
69 Name="VCManifestTool"
71 <Tool
72 Name="VCXDCMakeTool"
74 <Tool
75 Name="VCBscMakeTool"
77 <Tool
78 Name="VCFxCopTool"
80 <Tool
81 Name="VCAppVerifierTool"
83 <Tool
84 Name="VCPostBuildEventTool"
86 </Configuration>
87 <Configuration
88 Name="Release|Win32"
89 OutputDirectory="$(SolutionDir)$(ConfigurationName)"
90 IntermediateDirectory="$(ConfigurationName)"
91 ConfigurationType="1"
92 CharacterSet="2"
93 WholeProgramOptimization="1"
95 <Tool
96 Name="VCPreBuildEventTool"
98 <Tool
99 Name="VCCustomBuildTool"
101 <Tool
102 Name="VCXMLDataGeneratorTool"
104 <Tool
105 Name="VCWebServiceProxyGeneratorTool"
107 <Tool
108 Name="VCMIDLTool"
110 <Tool
111 Name="VCCLCompilerTool"
112 Optimization="2"
113 EnableIntrinsicFunctions="true"
114 RuntimeLibrary="2"
115 EnableFunctionLevelLinking="true"
116 WarningLevel="3"
117 DebugInformationFormat="3"
119 <Tool
120 Name="VCManagedResourceCompilerTool"
122 <Tool
123 Name="VCResourceCompilerTool"
125 <Tool
126 Name="VCPreLinkEventTool"
128 <Tool
129 Name="VCLinkerTool"
130 GenerateDebugInformation="true"
131 OptimizeReferences="2"
132 EnableCOMDATFolding="2"
133 TargetMachine="1"
135 <Tool
136 Name="VCALinkTool"
138 <Tool
139 Name="VCManifestTool"
141 <Tool
142 Name="VCXDCMakeTool"
144 <Tool
145 Name="VCBscMakeTool"
147 <Tool
148 Name="VCFxCopTool"
150 <Tool
151 Name="VCAppVerifierTool"
153 <Tool
154 Name="VCPostBuildEventTool"
156 </Configuration>
157 </Configurations>
158 <References>
159 </References>
160 <Files>
161 <File
162 RelativePath="..\Auth.hpp"
164 </File>
165 <File
166 RelativePath="..\AuthNone.cpp"
168 </File>
169 <File
170 RelativePath="..\AuthNone.hpp"
172 </File>
173 <File
174 RelativePath="..\AuthToken.cpp"
176 </File>
177 <File
178 RelativePath="..\AuthToken.hpp"
180 </File>
181 <File
182 RelativePath="..\Data.cpp"
184 </File>
185 <File
186 RelativePath="..\Data.hpp"
188 </File>
189 <File
190 RelativePath="..\DataBuffer.hpp"
192 </File>
193 <File
194 RelativePath="..\DataBufferFile.cpp"
196 </File>
197 <File
198 RelativePath="..\DataBufferFile.hpp"
200 </File>
201 <File
202 RelativePath="..\DataBufferFileSymbian.cpp"
204 <FileConfiguration
205 Name="Debug|Win32"
206 ExcludedFromBuild="true"
208 <Tool
209 Name="VCCLCompilerTool"
211 </FileConfiguration>
212 <FileConfiguration
213 Name="Release|Win32"
214 ExcludedFromBuild="true"
216 <Tool
217 Name="VCCLCompilerTool"
219 </FileConfiguration>
220 </File>
221 <File
222 RelativePath="..\DataBufferFileSymbian.hpp"
224 <FileConfiguration
225 Name="Debug|Win32"
226 ExcludedFromBuild="true"
228 <Tool
229 Name="VCCustomBuildTool"
231 </FileConfiguration>
232 <FileConfiguration
233 Name="Release|Win32"
234 ExcludedFromBuild="true"
236 <Tool
237 Name="VCCustomBuildTool"
239 </FileConfiguration>
240 </File>
241 <File
242 RelativePath="..\DataBufferListing.cpp"
244 </File>
245 <File
246 RelativePath="..\DataBufferListing.hpp"
248 </File>
249 <File
250 RelativePath="..\Exceptions.cpp"
252 </File>
253 <File
254 RelativePath="..\Exceptions.hpp"
256 </File>
257 <File
258 RelativePath="..\Filesystem.cpp"
260 </File>
261 <File
262 RelativePath="..\Filesystem.hpp"
264 </File>
265 <File
266 RelativePath="..\IO.cpp"
268 </File>
269 <File
270 RelativePath="..\IO.hpp"
272 </File>
273 <File
274 RelativePath="..\Listener.cpp"
276 </File>
277 <File
278 RelativePath="..\Listener.hpp"
280 </File>
281 <File
282 RelativePath="..\Log.hpp"
284 </File>
285 <File
286 RelativePath="..\LogNull.hpp"
288 </File>
289 <File
290 RelativePath="..\LogSTDOUT.cpp"
292 </File>
293 <File
294 RelativePath="..\LogSTDOUT.hpp"
296 </File>
297 <File
298 RelativePath="..\Main.cpp"
300 </File>
301 <File
302 RelativePath="..\MainSymbian.cpp"
304 <FileConfiguration
305 Name="Debug|Win32"
306 ExcludedFromBuild="true"
308 <Tool
309 Name="VCCLCompilerTool"
311 </FileConfiguration>
312 <FileConfiguration
313 Name="Release|Win32"
314 ExcludedFromBuild="true"
316 <Tool
317 Name="VCCLCompilerTool"
319 </FileConfiguration>
320 </File>
321 <File
322 RelativePath="..\Server.cpp"
324 </File>
325 <File
326 RelativePath="..\Server.hpp"
328 </File>
329 <File
330 RelativePath="..\ServerPtr.hpp"
332 </File>
333 <File
334 RelativePath="..\Session.cpp"
336 </File>
337 <File
338 RelativePath="..\Session.hpp"
340 </File>
341 <File
342 RelativePath="..\SessionController.cpp"
344 </File>
345 <File
346 RelativePath="..\SessionController.hpp"
348 </File>
349 <File
350 RelativePath="..\SessionControllerPtr.hpp"
352 </File>
353 <File
354 RelativePath="..\SessionPtr.hpp"
356 </File>
357 <File
358 RelativePath="..\String.cpp"
360 </File>
361 <File
362 RelativePath="..\String.hpp"
364 </File>
365 <File
366 RelativePath="..\SymbianNetwork.cpp"
368 <FileConfiguration
369 Name="Debug|Win32"
370 ExcludedFromBuild="true"
372 <Tool
373 Name="VCCLCompilerTool"
375 </FileConfiguration>
376 <FileConfiguration
377 Name="Release|Win32"
378 ExcludedFromBuild="true"
380 <Tool
381 Name="VCCLCompilerTool"
383 </FileConfiguration>
384 </File>
385 <File
386 RelativePath="..\SymbianNetwork.hpp"
388 <FileConfiguration
389 Name="Debug|Win32"
390 ExcludedFromBuild="true"
392 <Tool
393 Name="VCCustomBuildTool"
395 </FileConfiguration>
396 <FileConfiguration
397 Name="Release|Win32"
398 ExcludedFromBuild="true"
400 <Tool
401 Name="VCCustomBuildTool"
403 </FileConfiguration>
404 </File>
405 <File
406 RelativePath="..\SymbianUI.cpp"
408 <FileConfiguration
409 Name="Debug|Win32"
410 ExcludedFromBuild="true"
412 <Tool
413 Name="VCCLCompilerTool"
415 </FileConfiguration>
416 <FileConfiguration
417 Name="Release|Win32"
418 ExcludedFromBuild="true"
420 <Tool
421 Name="VCCLCompilerTool"
423 </FileConfiguration>
424 </File>
425 <File
426 RelativePath="..\Telnet.cpp"
428 </File>
429 <File
430 RelativePath="..\Telnet.hpp"
432 </File>
433 <File
434 RelativePath="..\TelnetCommand.cpp"
436 </File>
437 <File
438 RelativePath="..\TelnetCommand.hpp"
440 </File>
441 <File
442 RelativePath="..\TelnetPtr.hpp"
444 </File>
445 </Files>
446 <Globals>
447 </Globals>
448 </VisualStudioProject>