• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Keine Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

FFFTPのソースコードです。


Commit MetaInfo

Revisione9cf291151a752b09fa6b24babb7072fe34b8c8a (tree)
Zeit2011-10-05 20:04:22
Autorhiromichi-m <hiromichi-m@user...>
Commiterhiromichi-m

Log Message

change some project settings

  • add contrib directory to include path
  • change "_WIN32_IE" value to 0x0600

Ändern Zusammenfassung

Diff

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