OSDN Git Service

ba3fc8b78356962e110f08d1e47eab3efe3b9f49
[ffftp/ffftp.git] / FFFTP.vc90.vcproj
1 <?xml version="1.0" encoding="shift_jis"?>
2 <VisualStudioProject
3         ProjectType="Visual C++"
4         Version="9.00"
5         Name="FFFTP"
6         ProjectGUID="{5D9496DB-45AF-4389-8FEE-27C9A2FA207A}"
7         TargetFrameworkVersion="131072"
8         >
9         <Platforms>
10                 <Platform
11                         Name="Win32"
12                 />
13         </Platforms>
14         <ToolFiles>
15         </ToolFiles>
16         <Configurations>
17                 <Configuration
18                         Name="Debug|Win32"
19                         OutputDirectory=".\Debug"
20                         IntermediateDirectory=".\Debug"
21                         ConfigurationType="1"
22                         InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
23                         UseOfMFC="0"
24                         ATLMinimizesCRunTimeLibraryUsage="false"
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                                 PreprocessorDefinitions="_DEBUG"
41                                 MkTypLibCompatible="true"
42                                 SuppressStartupBanner="true"
43                                 TargetEnvironment="1"
44                                 TypeLibraryName=".\Debug\FFFTP.tlb"
45                         />
46                         <Tool
47                                 Name="VCCLCompilerTool"
48                                 Optimization="0"
49                                 AdditionalIncludeDirectories="Resource"
50                                 PreprocessorDefinitions="WIN32,_DEBUG,_WINDOWS,_WIN32_IE=0x300,_CRT_SECURE_NO_WARNINGS"
51                                 RuntimeLibrary="1"
52                                 PrecompiledHeaderFile=".\Debug\FFFTP.pch"
53                                 AssemblerListingLocation=".\Debug\"
54                                 ObjectFile=".\Debug\"
55                                 ProgramDataBaseFileName=".\Debug\"
56                                 WarningLevel="3"
57                                 SuppressStartupBanner="true"
58                                 DebugInformationFormat="4"
59                         />
60                         <Tool
61                                 Name="VCManagedResourceCompilerTool"
62                         />
63                         <Tool
64                                 Name="VCResourceCompilerTool"
65                                 PreprocessorDefinitions="_DEBUG"
66                                 Culture="1041"
67                         />
68                         <Tool
69                                 Name="VCPreLinkEventTool"
70                         />
71                         <Tool
72                                 Name="VCLinkerTool"
73                                 AdditionalOptions="/MACHINE:I386"
74                                 AdditionalDependencies="wsock32.lib comctl32.lib winmm.lib rasapi32.lib htmlhelp.lib sfc.lib wintrust.lib"
75                                 OutputFile=".\Debug\FFFTP.exe"
76                                 LinkIncremental="2"
77                                 SuppressStartupBanner="true"
78                                 GenerateManifest="false"
79                                 DelayLoadDLLs="advapi32.dll;comctl32.dll;comdlg32.dll;gdi32.dll;sfc.dll;shell32.dll;ole32.dll;user32.dll;winmm.dll;wintrust.dll;wsock32.dll"
80                                 GenerateDebugInformation="true"
81                                 ProgramDatabaseFile=".\Debug\FFFTP.pdb"
82                                 SubSystem="2"
83                                 RandomizedBaseAddress="1"
84                                 DataExecutionPrevention="0"
85                         />
86                         <Tool
87                                 Name="VCALinkTool"
88                         />
89                         <Tool
90                                 Name="VCManifestTool"
91                         />
92                         <Tool
93                                 Name="VCXDCMakeTool"
94                         />
95                         <Tool
96                                 Name="VCBscMakeTool"
97                         />
98                         <Tool
99                                 Name="VCFxCopTool"
100                         />
101                         <Tool
102                                 Name="VCAppVerifierTool"
103                         />
104                         <Tool
105                                 Name="VCPostBuildEventTool"
106                         />
107                 </Configuration>
108                 <Configuration
109                         Name="Release|Win32"
110                         OutputDirectory=".\Release"
111                         IntermediateDirectory=".\Release"
112                         ConfigurationType="1"
113                         InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
114                         UseOfMFC="0"
115                         ATLMinimizesCRunTimeLibraryUsage="false"
116                         >
117                         <Tool
118                                 Name="VCPreBuildEventTool"
119                         />
120                         <Tool
121                                 Name="VCCustomBuildTool"
122                         />
123                         <Tool
124                                 Name="VCXMLDataGeneratorTool"
125                         />
126                         <Tool
127                                 Name="VCWebServiceProxyGeneratorTool"
128                         />
129                         <Tool
130                                 Name="VCMIDLTool"
131                                 PreprocessorDefinitions="NDEBUG"
132                                 MkTypLibCompatible="true"
133                                 SuppressStartupBanner="true"
134                                 TargetEnvironment="1"
135                                 TypeLibraryName=".\Release\FFFTP.tlb"
136                         />
137                         <Tool
138                                 Name="VCCLCompilerTool"
139                                 InlineFunctionExpansion="1"
140                                 AdditionalIncludeDirectories="Resource"
141                                 PreprocessorDefinitions="WIN32,NDEBUG,_WINDOWS,_WIN32_IE=0x300,_CRT_SECURE_NO_WARNINGS"
142                                 StringPooling="true"
143                                 RuntimeLibrary="0"
144                                 EnableFunctionLevelLinking="true"
145                                 PrecompiledHeaderFile=".\Release\FFFTP.pch"
146                                 AssemblerListingLocation=".\Release\"
147                                 ObjectFile=".\Release\"
148                                 ProgramDataBaseFileName=".\Release\"
149                                 WarningLevel="3"
150                                 SuppressStartupBanner="true"
151                                 DebugInformationFormat="0"
152                         />
153                         <Tool
154                                 Name="VCManagedResourceCompilerTool"
155                         />
156                         <Tool
157                                 Name="VCResourceCompilerTool"
158                                 PreprocessorDefinitions="NDEBUG"
159                                 Culture="1041"
160                         />
161                         <Tool
162                                 Name="VCPreLinkEventTool"
163                         />
164                         <Tool
165                                 Name="VCLinkerTool"
166                                 AdditionalOptions="/MACHINE:I386"
167                                 AdditionalDependencies="wsock32.lib comctl32.lib winmm.lib rasapi32.lib htmlhelp.lib sfc.lib wintrust.lib"
168                                 OutputFile=".\Release\FFFTP.exe"
169                                 LinkIncremental="1"
170                                 SuppressStartupBanner="true"
171                                 GenerateManifest="false"
172                                 DelayLoadDLLs="advapi32.dll;comctl32.dll;comdlg32.dll;gdi32.dll;sfc.dll;shell32.dll;ole32.dll;user32.dll;winmm.dll;wintrust.dll;wsock32.dll"
173                                 ProgramDatabaseFile=".\Release\FFFTP.pdb"
174                                 SubSystem="2"
175                                 RandomizedBaseAddress="1"
176                                 DataExecutionPrevention="0"
177                         />
178                         <Tool
179                                 Name="VCALinkTool"
180                         />
181                         <Tool
182                                 Name="VCManifestTool"
183                         />
184                         <Tool
185                                 Name="VCXDCMakeTool"
186                         />
187                         <Tool
188                                 Name="VCBscMakeTool"
189                         />
190                         <Tool
191                                 Name="VCFxCopTool"
192                         />
193                         <Tool
194                                 Name="VCAppVerifierTool"
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;hpj;bat;for;f90"
207                         >
208                         <File
209                                 RelativePath=".\aes_modes.c"
210                                 >
211                         </File>
212                         <File
213                                 RelativePath=".\aescrypt.c"
214                                 >
215                         </File>
216                         <File
217                                 RelativePath=".\aeskey.c"
218                                 >
219                         </File>
220                         <File
221                                 RelativePath=".\aestab.c"
222                                 >
223                         </File>
224                         <File
225                                 RelativePath=".\bookmark.c"
226                                 >
227                         </File>
228                         <File
229                                 RelativePath=".\cache.c"
230                                 >
231                         </File>
232                         <File
233                                 RelativePath=".\clipboard.c"
234                                 >
235                         </File>
236                         <File
237                                 RelativePath=".\codecnv.c"
238                                 >
239                         </File>
240                         <File
241                                 RelativePath=".\connect.c"
242                                 >
243                         </File>
244                         <File
245                                 RelativePath=".\diskfree.c"
246                                 >
247                         </File>
248                         <File
249                                 RelativePath=".\dlgsize.c"
250                                 >
251                         </File>
252                         <File
253                                 RelativePath=".\Resource\ffftp.rc"
254                                 >
255                         </File>
256                         <File
257                                 RelativePath=".\filelist.c"
258                                 >
259                         </File>
260                         <File
261                                 RelativePath=".\ftpproc.c"
262                                 >
263                         </File>
264                         <File
265                                 RelativePath=".\getput.c"
266                                 >
267                         </File>
268                         <File
269                                 RelativePath=".\history.c"
270                                 >
271                         </File>
272                         <File
273                                 RelativePath=".\hostman.c"
274                                 >
275                         </File>
276                         <File
277                                 RelativePath=".\local.c"
278                                 >
279                         </File>
280                         <File
281                                 RelativePath=".\lvtips.c"
282                                 >
283                         </File>
284                         <File
285                                 RelativePath=".\main.c"
286                                 >
287                         </File>
288                         <File
289                                 RelativePath=".\mbswrapper.c"
290                                 >
291                         </File>
292                         <File
293                                 RelativePath=".\md4.c"
294                                 >
295                         </File>
296                         <File
297                                 RelativePath=".\md5.c"
298                                 >
299                         </File>
300                         <File
301                                 RelativePath=".\misc.c"
302                                 >
303                         </File>
304                         <File
305                                 RelativePath=".\OleDragDrop.c"
306                                 >
307                         </File>
308                         <File
309                                 RelativePath=".\option.c"
310                                 >
311                         </File>
312                         <File
313                                 RelativePath=".\protectprocess.c"
314                                 >
315                         </File>
316                         <File
317                                 RelativePath=".\ras.c"
318                                 >
319                         </File>
320                         <File
321                                 RelativePath=".\regexp.c"
322                                 >
323                         </File>
324                         <File
325                                 RelativePath=".\registory.c"
326                                 >
327                         </File>
328                         <File
329                                 RelativePath=".\remote.c"
330                                 >
331                         </File>
332                         <File
333                                 RelativePath=".\sha.c"
334                                 >
335                         </File>
336                         <File
337                                 RelativePath=".\skey.c"
338                                 >
339                         </File>
340                         <File
341                                 RelativePath=".\socket.c"
342                                 >
343                         </File>
344                         <File
345                                 RelativePath=".\socketwrapper.c"
346                                 >
347                         </File>
348                         <File
349                                 RelativePath=".\statuswin.c"
350                                 >
351                         </File>
352                         <File
353                                 RelativePath=".\taskwin.c"
354                                 >
355                         </File>
356                         <File
357                                 RelativePath=".\tool.c"
358                                 >
359                         </File>
360                         <File
361                                 RelativePath=".\toolmenu.c"
362                                 >
363                         </File>
364                         <File
365                                 RelativePath=".\updatebell.c"
366                                 >
367                         </File>
368                         <File
369                                 RelativePath=".\wildcard.c"
370                                 >
371                         </File>
372                 </Filter>
373                 <Filter
374                         Name="Header Files"
375                         Filter="h;hpp;hxx;hm;inl;fi;fd"
376                         >
377                         <File
378                                 RelativePath=".\common.h"
379                                 >
380                         </File>
381                         <File
382                                 RelativePath=".\mbswrapper.h"
383                                 >
384                         </File>
385                         <File
386                                 RelativePath=".\protectprocess.h"
387                                 >
388                         </File>
389                         <File
390                                 RelativePath=".\Resource\resource.h"
391                                 >
392                         </File>
393                         <File
394                                 RelativePath=".\socketwrapper.h"
395                                 >
396                         </File>
397                 </Filter>
398                 <Filter
399                         Name="Resource Files"
400                         Filter="ico;cur;bmp;dlg;rc2;rct;bin;cnt;rtf;gif;jpg;jpeg;jpe"
401                         >
402                         <File
403                                 RelativePath=".\Resource\bitmap1.bmp"
404                                 >
405                         </File>
406                         <File
407                                 RelativePath=".\Resource\cursor1.cur"
408                                 >
409                         </File>
410                         <File
411                                 RelativePath=".\Resource\cursor2.cur"
412                                 >
413                         </File>
414                         <File
415                                 RelativePath=".\Resource\drag_csr.cur"
416                                 >
417                         </File>
418                         <File
419                                 RelativePath=".\Resource\icon1.ico"
420                                 >
421                         </File>
422                         <File
423                                 RelativePath=".\Resource\icon2.ico"
424                                 >
425                         </File>
426                         <File
427                                 RelativePath=".\Resource\list_bmp.bmp"
428                                 >
429                         </File>
430                         <File
431                                 RelativePath=".\Resource\main_too.bmp"
432                                 >
433                         </File>
434                         <File
435                                 RelativePath=".\Resource\nodrop_c.cur"
436                                 >
437                         </File>
438                         <File
439                                 RelativePath=".\Resource\toolbar1.bmp"
440                                 >
441                         </File>
442                 </Filter>
443                 <File
444                         RelativePath=".\Resource\ffftp.exe.manifest"
445                         >
446                         <FileConfiguration
447                                 Name="Debug|Win32"
448                                 ExcludedFromBuild="true"
449                                 >
450                                 <Tool
451                                         Name="VCCustomBuildTool"
452                                 />
453                         </FileConfiguration>
454                         <FileConfiguration
455                                 Name="Release|Win32"
456                                 >
457                                 <Tool
458                                         Name="VCCustomBuildTool"
459                                 />
460                         </FileConfiguration>
461                 </File>
462         </Files>
463         <Globals>
464         </Globals>
465 </VisualStudioProject>