Revision | 87a70762c4c6e9d9ce412bd48f7639b8f576df68 (tree) |
---|---|
Zeit | 2012-01-15 07:40:23 |
Autor | Moriguchi, Hirokazu <umorigu@gmai...> |
Commiter | Moriguchi, Hirokazu |
Add project/solution files for Visual C++ 2005 Express Edition
Copied from FFFTP.sln, FFFTP.vcproj and FFFTP_English.vcproj
@@ -0,0 +1,45 @@ | ||
1 | +Microsoft Visual Studio Solution File, Format Version 9.00 | |
2 | +# Visual Studio 2005 | |
3 | +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "FFFTP", "FFFTP.vcproj", "{5D9496DB-45AF-4389-8FEE-27C9A2FA207A}" | |
4 | +EndProject | |
5 | +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "FFFTP_English", "FFFTP_English.vcproj", "{EE7CC1BD-92A9-46D5-8270-386BD7BEEA55}" | |
6 | +EndProject | |
7 | +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "PuTTY", "putty\PuTTY.vcproj", "{AF1981EB-379B-43B8-BE66-298194297B5C}" | |
8 | +EndProject | |
9 | +Global | |
10 | + GlobalSection(SolutionConfigurationPlatforms) = preSolution | |
11 | + Debug|Win32 = Debug|Win32 | |
12 | + Debug|x64 = Debug|x64 | |
13 | + Release|Win32 = Release|Win32 | |
14 | + Release|x64 = Release|x64 | |
15 | + EndGlobalSection | |
16 | + GlobalSection(ProjectConfigurationPlatforms) = postSolution | |
17 | + {5D9496DB-45AF-4389-8FEE-27C9A2FA207A}.Debug|Win32.ActiveCfg = Debug|Win32 | |
18 | + {5D9496DB-45AF-4389-8FEE-27C9A2FA207A}.Debug|Win32.Build.0 = Debug|Win32 | |
19 | + {5D9496DB-45AF-4389-8FEE-27C9A2FA207A}.Debug|x64.ActiveCfg = Debug|x64 | |
20 | + {5D9496DB-45AF-4389-8FEE-27C9A2FA207A}.Debug|x64.Build.0 = Debug|x64 | |
21 | + {5D9496DB-45AF-4389-8FEE-27C9A2FA207A}.Release|Win32.ActiveCfg = Release|Win32 | |
22 | + {5D9496DB-45AF-4389-8FEE-27C9A2FA207A}.Release|Win32.Build.0 = Release|Win32 | |
23 | + {5D9496DB-45AF-4389-8FEE-27C9A2FA207A}.Release|x64.ActiveCfg = Release|x64 | |
24 | + {5D9496DB-45AF-4389-8FEE-27C9A2FA207A}.Release|x64.Build.0 = Release|x64 | |
25 | + {EE7CC1BD-92A9-46D5-8270-386BD7BEEA55}.Debug|Win32.ActiveCfg = Debug|Win32 | |
26 | + {EE7CC1BD-92A9-46D5-8270-386BD7BEEA55}.Debug|Win32.Build.0 = Debug|Win32 | |
27 | + {EE7CC1BD-92A9-46D5-8270-386BD7BEEA55}.Debug|x64.ActiveCfg = Debug|x64 | |
28 | + {EE7CC1BD-92A9-46D5-8270-386BD7BEEA55}.Debug|x64.Build.0 = Debug|x64 | |
29 | + {EE7CC1BD-92A9-46D5-8270-386BD7BEEA55}.Release|Win32.ActiveCfg = Release|Win32 | |
30 | + {EE7CC1BD-92A9-46D5-8270-386BD7BEEA55}.Release|Win32.Build.0 = Release|Win32 | |
31 | + {EE7CC1BD-92A9-46D5-8270-386BD7BEEA55}.Release|x64.ActiveCfg = Release|x64 | |
32 | + {EE7CC1BD-92A9-46D5-8270-386BD7BEEA55}.Release|x64.Build.0 = Release|x64 | |
33 | + {AF1981EB-379B-43B8-BE66-298194297B5C}.Debug|Win32.ActiveCfg = Debug|Win32 | |
34 | + {AF1981EB-379B-43B8-BE66-298194297B5C}.Debug|Win32.Build.0 = Debug|Win32 | |
35 | + {AF1981EB-379B-43B8-BE66-298194297B5C}.Debug|x64.ActiveCfg = Debug|x64 | |
36 | + {AF1981EB-379B-43B8-BE66-298194297B5C}.Debug|x64.Build.0 = Debug|x64 | |
37 | + {AF1981EB-379B-43B8-BE66-298194297B5C}.Release|Win32.ActiveCfg = Release|Win32 | |
38 | + {AF1981EB-379B-43B8-BE66-298194297B5C}.Release|Win32.Build.0 = Release|Win32 | |
39 | + {AF1981EB-379B-43B8-BE66-298194297B5C}.Release|x64.ActiveCfg = Release|x64 | |
40 | + {AF1981EB-379B-43B8-BE66-298194297B5C}.Release|x64.Build.0 = Release|x64 | |
41 | + EndGlobalSection | |
42 | + GlobalSection(SolutionProperties) = preSolution | |
43 | + HideSolutionNode = FALSE | |
44 | + EndGlobalSection | |
45 | +EndGlobal |
@@ -0,0 +1,674 @@ | ||
1 | +<?xml version="1.0" encoding="shift_jis"?> | |
2 | +<VisualStudioProject | |
3 | + ProjectType="Visual C++" | |
4 | + Version="8.00" | |
5 | + Name="FFFTP" | |
6 | + ProjectGUID="{5D9496DB-45AF-4389-8FEE-27C9A2FA207A}" | |
7 | + RootNamespace="FFFTP" | |
8 | + > | |
9 | + <Platforms> | |
10 | + <Platform | |
11 | + Name="Win32" | |
12 | + /> | |
13 | + <Platform | |
14 | + Name="x64" | |
15 | + /> | |
16 | + </Platforms> | |
17 | + <ToolFiles> | |
18 | + </ToolFiles> | |
19 | + <Configurations> | |
20 | + <Configuration | |
21 | + Name="Debug|Win32" | |
22 | + OutputDirectory=".\Debug" | |
23 | + IntermediateDirectory=".\Debug" | |
24 | + ConfigurationType="1" | |
25 | + InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops" | |
26 | + UseOfMFC="0" | |
27 | + ATLMinimizesCRunTimeLibraryUsage="false" | |
28 | + > | |
29 | + <Tool | |
30 | + Name="VCPreBuildEventTool" | |
31 | + /> | |
32 | + <Tool | |
33 | + Name="VCCustomBuildTool" | |
34 | + /> | |
35 | + <Tool | |
36 | + Name="VCXMLDataGeneratorTool" | |
37 | + /> | |
38 | + <Tool | |
39 | + Name="VCWebServiceProxyGeneratorTool" | |
40 | + /> | |
41 | + <Tool | |
42 | + Name="VCMIDLTool" | |
43 | + PreprocessorDefinitions="_DEBUG" | |
44 | + MkTypLibCompatible="true" | |
45 | + SuppressStartupBanner="true" | |
46 | + TargetEnvironment="1" | |
47 | + TypeLibraryName=".\Debug\FFFTP.tlb" | |
48 | + /> | |
49 | + <Tool | |
50 | + Name="VCCLCompilerTool" | |
51 | + Optimization="0" | |
52 | + AdditionalIncludeDirectories="Resource;contrib\openssl\include" | |
53 | + PreprocessorDefinitions="WIN32,_DEBUG,_WINDOWS,WINVER=0x0500,_WIN32_WINNT=0x0500,_WIN32_IE=0x0500,_CRT_SECURE_NO_WARNINGS" | |
54 | + RuntimeLibrary="1" | |
55 | + PrecompiledHeaderFile=".\Debug\FFFTP.pch" | |
56 | + AssemblerListingLocation=".\Debug\" | |
57 | + ObjectFile=".\Debug\" | |
58 | + ProgramDataBaseFileName=".\Debug\" | |
59 | + WarningLevel="3" | |
60 | + SuppressStartupBanner="true" | |
61 | + DebugInformationFormat="4" | |
62 | + /> | |
63 | + <Tool | |
64 | + Name="VCManagedResourceCompilerTool" | |
65 | + /> | |
66 | + <Tool | |
67 | + Name="VCResourceCompilerTool" | |
68 | + PreprocessorDefinitions="_DEBUG" | |
69 | + Culture="1041" | |
70 | + /> | |
71 | + <Tool | |
72 | + Name="VCPreLinkEventTool" | |
73 | + /> | |
74 | + <Tool | |
75 | + Name="VCLinkerTool" | |
76 | + AdditionalDependencies="comctl32.lib crypt32.lib htmlhelp.lib imagehlp.lib rasapi32.lib sfc.lib winmm.lib wintrust.lib wsock32.lib" | |
77 | + OutputFile=".\Debug\FFFTP.exe" | |
78 | + LinkIncremental="2" | |
79 | + SuppressStartupBanner="true" | |
80 | + GenerateManifest="false" | |
81 | + DelayLoadDLLs="advapi32.dll;comctl32.dll;crypt32.dll;comdlg32.dll;gdi32.dll;ole32.dll;sfc.dll;shell32.dll;user32.dll;winmm.dll;wintrust.dll;wsock32.dll" | |
82 | + GenerateDebugInformation="true" | |
83 | + ProgramDatabaseFile=".\Debug\FFFTP.pdb" | |
84 | + SubSystem="2" | |
85 | + TargetMachine="1" | |
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="VCWebDeploymentTool" | |
107 | + /> | |
108 | + <Tool | |
109 | + Name="VCPostBuildEventTool" | |
110 | + /> | |
111 | + </Configuration> | |
112 | + <Configuration | |
113 | + Name="Release|Win32" | |
114 | + OutputDirectory=".\Release" | |
115 | + IntermediateDirectory=".\Release" | |
116 | + ConfigurationType="1" | |
117 | + InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops" | |
118 | + UseOfMFC="0" | |
119 | + ATLMinimizesCRunTimeLibraryUsage="false" | |
120 | + > | |
121 | + <Tool | |
122 | + Name="VCPreBuildEventTool" | |
123 | + /> | |
124 | + <Tool | |
125 | + Name="VCCustomBuildTool" | |
126 | + /> | |
127 | + <Tool | |
128 | + Name="VCXMLDataGeneratorTool" | |
129 | + /> | |
130 | + <Tool | |
131 | + Name="VCWebServiceProxyGeneratorTool" | |
132 | + /> | |
133 | + <Tool | |
134 | + Name="VCMIDLTool" | |
135 | + PreprocessorDefinitions="NDEBUG" | |
136 | + MkTypLibCompatible="true" | |
137 | + SuppressStartupBanner="true" | |
138 | + TargetEnvironment="1" | |
139 | + TypeLibraryName=".\Release\FFFTP.tlb" | |
140 | + /> | |
141 | + <Tool | |
142 | + Name="VCCLCompilerTool" | |
143 | + InlineFunctionExpansion="1" | |
144 | + AdditionalIncludeDirectories="Resource;contrib\openssl\include" | |
145 | + PreprocessorDefinitions="WIN32,NDEBUG,_WINDOWS,WINVER=0x0500,_WIN32_WINNT=0x0500,_WIN32_IE=0x0500,_CRT_SECURE_NO_WARNINGS" | |
146 | + StringPooling="true" | |
147 | + RuntimeLibrary="0" | |
148 | + EnableFunctionLevelLinking="true" | |
149 | + PrecompiledHeaderFile=".\Release\FFFTP.pch" | |
150 | + AssemblerListingLocation=".\Release\" | |
151 | + ObjectFile=".\Release\" | |
152 | + ProgramDataBaseFileName=".\Release\" | |
153 | + WarningLevel="3" | |
154 | + SuppressStartupBanner="true" | |
155 | + DebugInformationFormat="0" | |
156 | + /> | |
157 | + <Tool | |
158 | + Name="VCManagedResourceCompilerTool" | |
159 | + /> | |
160 | + <Tool | |
161 | + Name="VCResourceCompilerTool" | |
162 | + PreprocessorDefinitions="NDEBUG" | |
163 | + Culture="1041" | |
164 | + /> | |
165 | + <Tool | |
166 | + Name="VCPreLinkEventTool" | |
167 | + /> | |
168 | + <Tool | |
169 | + Name="VCLinkerTool" | |
170 | + AdditionalDependencies="comctl32.lib crypt32.lib htmlhelp.lib imagehlp.lib rasapi32.lib sfc.lib winmm.lib wintrust.lib wsock32.lib" | |
171 | + OutputFile=".\Release\FFFTP.exe" | |
172 | + LinkIncremental="1" | |
173 | + SuppressStartupBanner="true" | |
174 | + GenerateManifest="false" | |
175 | + DelayLoadDLLs="advapi32.dll;comctl32.dll;crypt32.dll;comdlg32.dll;gdi32.dll;ole32.dll;sfc.dll;shell32.dll;user32.dll;winmm.dll;wintrust.dll;wsock32.dll" | |
176 | + ProgramDatabaseFile=".\Release\FFFTP.pdb" | |
177 | + SubSystem="2" | |
178 | + TargetMachine="1" | |
179 | + /> | |
180 | + <Tool | |
181 | + Name="VCALinkTool" | |
182 | + /> | |
183 | + <Tool | |
184 | + Name="VCManifestTool" | |
185 | + /> | |
186 | + <Tool | |
187 | + Name="VCXDCMakeTool" | |
188 | + /> | |
189 | + <Tool | |
190 | + Name="VCBscMakeTool" | |
191 | + /> | |
192 | + <Tool | |
193 | + Name="VCFxCopTool" | |
194 | + /> | |
195 | + <Tool | |
196 | + Name="VCAppVerifierTool" | |
197 | + /> | |
198 | + <Tool | |
199 | + Name="VCWebDeploymentTool" | |
200 | + /> | |
201 | + <Tool | |
202 | + Name="VCPostBuildEventTool" | |
203 | + /> | |
204 | + </Configuration> | |
205 | + <Configuration | |
206 | + Name="Debug|x64" | |
207 | + OutputDirectory=".\Debug_64" | |
208 | + IntermediateDirectory=".\Debug_64" | |
209 | + ConfigurationType="1" | |
210 | + InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops" | |
211 | + UseOfMFC="0" | |
212 | + ATLMinimizesCRunTimeLibraryUsage="false" | |
213 | + > | |
214 | + <Tool | |
215 | + Name="VCPreBuildEventTool" | |
216 | + /> | |
217 | + <Tool | |
218 | + Name="VCCustomBuildTool" | |
219 | + /> | |
220 | + <Tool | |
221 | + Name="VCXMLDataGeneratorTool" | |
222 | + /> | |
223 | + <Tool | |
224 | + Name="VCWebServiceProxyGeneratorTool" | |
225 | + /> | |
226 | + <Tool | |
227 | + Name="VCMIDLTool" | |
228 | + PreprocessorDefinitions="_DEBUG" | |
229 | + MkTypLibCompatible="true" | |
230 | + SuppressStartupBanner="true" | |
231 | + TargetEnvironment="1" | |
232 | + TypeLibraryName=".\Debug_64\FFFTP.tlb" | |
233 | + /> | |
234 | + <Tool | |
235 | + Name="VCCLCompilerTool" | |
236 | + Optimization="0" | |
237 | + AdditionalIncludeDirectories="Resource;contrib\openssl\include" | |
238 | + PreprocessorDefinitions="WIN32,_DEBUG,_WINDOWS,WINVER=0x0500,_WIN32_WINNT=0x0500,_WIN32_IE=0x0500,_CRT_SECURE_NO_WARNINGS" | |
239 | + RuntimeLibrary="1" | |
240 | + PrecompiledHeaderFile=".\Debug_64\FFFTP.pch" | |
241 | + AssemblerListingLocation=".\Debug_64\" | |
242 | + ObjectFile=".\Debug_64\" | |
243 | + ProgramDataBaseFileName=".\Debug_64\" | |
244 | + WarningLevel="3" | |
245 | + SuppressStartupBanner="true" | |
246 | + DebugInformationFormat="4" | |
247 | + /> | |
248 | + <Tool | |
249 | + Name="VCManagedResourceCompilerTool" | |
250 | + /> | |
251 | + <Tool | |
252 | + Name="VCResourceCompilerTool" | |
253 | + PreprocessorDefinitions="_DEBUG" | |
254 | + Culture="1041" | |
255 | + /> | |
256 | + <Tool | |
257 | + Name="VCPreLinkEventTool" | |
258 | + /> | |
259 | + <Tool | |
260 | + Name="VCLinkerTool" | |
261 | + AdditionalDependencies="comctl32.lib crypt32.lib htmlhelp.lib imagehlp.lib rasapi32.lib sfc.lib winmm.lib wintrust.lib wsock32.lib" | |
262 | + OutputFile=".\Debug_64\FFFTP.exe" | |
263 | + LinkIncremental="2" | |
264 | + SuppressStartupBanner="true" | |
265 | + GenerateManifest="false" | |
266 | + DelayLoadDLLs="advapi32.dll;comctl32.dll;crypt32.dll;comdlg32.dll;gdi32.dll;ole32.dll;sfc.dll;shell32.dll;user32.dll;winmm.dll;wintrust.dll;wsock32.dll" | |
267 | + GenerateDebugInformation="true" | |
268 | + ProgramDatabaseFile=".\Debug_64\FFFTP.pdb" | |
269 | + SubSystem="2" | |
270 | + TargetMachine="17" | |
271 | + /> | |
272 | + <Tool | |
273 | + Name="VCALinkTool" | |
274 | + /> | |
275 | + <Tool | |
276 | + Name="VCManifestTool" | |
277 | + /> | |
278 | + <Tool | |
279 | + Name="VCXDCMakeTool" | |
280 | + /> | |
281 | + <Tool | |
282 | + Name="VCBscMakeTool" | |
283 | + /> | |
284 | + <Tool | |
285 | + Name="VCFxCopTool" | |
286 | + /> | |
287 | + <Tool | |
288 | + Name="VCAppVerifierTool" | |
289 | + /> | |
290 | + <Tool | |
291 | + Name="VCWebDeploymentTool" | |
292 | + /> | |
293 | + <Tool | |
294 | + Name="VCPostBuildEventTool" | |
295 | + /> | |
296 | + </Configuration> | |
297 | + <Configuration | |
298 | + Name="Release|x64" | |
299 | + OutputDirectory=".\Release_64" | |
300 | + IntermediateDirectory=".\Release_64" | |
301 | + ConfigurationType="1" | |
302 | + InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops" | |
303 | + UseOfMFC="0" | |
304 | + ATLMinimizesCRunTimeLibraryUsage="false" | |
305 | + > | |
306 | + <Tool | |
307 | + Name="VCPreBuildEventTool" | |
308 | + /> | |
309 | + <Tool | |
310 | + Name="VCCustomBuildTool" | |
311 | + /> | |
312 | + <Tool | |
313 | + Name="VCXMLDataGeneratorTool" | |
314 | + /> | |
315 | + <Tool | |
316 | + Name="VCWebServiceProxyGeneratorTool" | |
317 | + /> | |
318 | + <Tool | |
319 | + Name="VCMIDLTool" | |
320 | + PreprocessorDefinitions="NDEBUG" | |
321 | + MkTypLibCompatible="true" | |
322 | + SuppressStartupBanner="true" | |
323 | + TargetEnvironment="1" | |
324 | + TypeLibraryName=".\Release_64\FFFTP.tlb" | |
325 | + /> | |
326 | + <Tool | |
327 | + Name="VCCLCompilerTool" | |
328 | + InlineFunctionExpansion="1" | |
329 | + AdditionalIncludeDirectories="Resource;contrib\openssl\include" | |
330 | + PreprocessorDefinitions="WIN32,NDEBUG,_WINDOWS,WINVER=0x0500,_WIN32_WINNT=0x0500,_WIN32_IE=0x0500,_CRT_SECURE_NO_WARNINGS" | |
331 | + StringPooling="true" | |
332 | + RuntimeLibrary="0" | |
333 | + EnableFunctionLevelLinking="true" | |
334 | + PrecompiledHeaderFile=".\Release_64\FFFTP.pch" | |
335 | + AssemblerListingLocation=".\Release_64\" | |
336 | + ObjectFile=".\Release_64\" | |
337 | + ProgramDataBaseFileName=".\Release_64\" | |
338 | + WarningLevel="3" | |
339 | + SuppressStartupBanner="true" | |
340 | + DebugInformationFormat="0" | |
341 | + /> | |
342 | + <Tool | |
343 | + Name="VCManagedResourceCompilerTool" | |
344 | + /> | |
345 | + <Tool | |
346 | + Name="VCResourceCompilerTool" | |
347 | + PreprocessorDefinitions="NDEBUG" | |
348 | + Culture="1041" | |
349 | + /> | |
350 | + <Tool | |
351 | + Name="VCPreLinkEventTool" | |
352 | + /> | |
353 | + <Tool | |
354 | + Name="VCLinkerTool" | |
355 | + AdditionalDependencies="comctl32.lib crypt32.lib htmlhelp.lib imagehlp.lib rasapi32.lib sfc.lib winmm.lib wintrust.lib wsock32.lib" | |
356 | + OutputFile=".\Release_64\FFFTP.exe" | |
357 | + LinkIncremental="1" | |
358 | + SuppressStartupBanner="true" | |
359 | + GenerateManifest="false" | |
360 | + DelayLoadDLLs="advapi32.dll;comctl32.dll;crypt32.dll;comdlg32.dll;gdi32.dll;ole32.dll;sfc.dll;shell32.dll;user32.dll;winmm.dll;wintrust.dll;wsock32.dll" | |
361 | + ProgramDatabaseFile=".\Release_64\FFFTP.pdb" | |
362 | + SubSystem="2" | |
363 | + TargetMachine="17" | |
364 | + /> | |
365 | + <Tool | |
366 | + Name="VCALinkTool" | |
367 | + /> | |
368 | + <Tool | |
369 | + Name="VCManifestTool" | |
370 | + /> | |
371 | + <Tool | |
372 | + Name="VCXDCMakeTool" | |
373 | + /> | |
374 | + <Tool | |
375 | + Name="VCBscMakeTool" | |
376 | + /> | |
377 | + <Tool | |
378 | + Name="VCFxCopTool" | |
379 | + /> | |
380 | + <Tool | |
381 | + Name="VCAppVerifierTool" | |
382 | + /> | |
383 | + <Tool | |
384 | + Name="VCWebDeploymentTool" | |
385 | + /> | |
386 | + <Tool | |
387 | + Name="VCPostBuildEventTool" | |
388 | + /> | |
389 | + </Configuration> | |
390 | + </Configurations> | |
391 | + <References> | |
392 | + </References> | |
393 | + <Files> | |
394 | + <Filter | |
395 | + Name="Source Files" | |
396 | + Filter="cpp;c;cxx;rc;def;r;odl;hpj;bat;for;f90" | |
397 | + > | |
398 | + <File | |
399 | + RelativePath=".\aes_modes.c" | |
400 | + > | |
401 | + </File> | |
402 | + <File | |
403 | + RelativePath=".\aescrypt.c" | |
404 | + > | |
405 | + </File> | |
406 | + <File | |
407 | + RelativePath=".\aeskey.c" | |
408 | + > | |
409 | + </File> | |
410 | + <File | |
411 | + RelativePath=".\aestab.c" | |
412 | + > | |
413 | + </File> | |
414 | + <File | |
415 | + RelativePath=".\bookmark.c" | |
416 | + > | |
417 | + </File> | |
418 | + <File | |
419 | + RelativePath=".\cache.c" | |
420 | + > | |
421 | + </File> | |
422 | + <File | |
423 | + RelativePath=".\clipboard.c" | |
424 | + > | |
425 | + </File> | |
426 | + <File | |
427 | + RelativePath=".\codecnv.c" | |
428 | + > | |
429 | + </File> | |
430 | + <File | |
431 | + RelativePath=".\connect.c" | |
432 | + > | |
433 | + </File> | |
434 | + <File | |
435 | + RelativePath=".\diskfree.c" | |
436 | + > | |
437 | + </File> | |
438 | + <File | |
439 | + RelativePath=".\dlgsize.c" | |
440 | + > | |
441 | + </File> | |
442 | + <File | |
443 | + RelativePath=".\Resource\ffftp.rc" | |
444 | + > | |
445 | + </File> | |
446 | + <File | |
447 | + RelativePath=".\filelist.c" | |
448 | + > | |
449 | + </File> | |
450 | + <File | |
451 | + RelativePath=".\ftpproc.c" | |
452 | + > | |
453 | + </File> | |
454 | + <File | |
455 | + RelativePath=".\getput.c" | |
456 | + > | |
457 | + </File> | |
458 | + <File | |
459 | + RelativePath=".\history.c" | |
460 | + > | |
461 | + </File> | |
462 | + <File | |
463 | + RelativePath=".\hostman.c" | |
464 | + > | |
465 | + </File> | |
466 | + <File | |
467 | + RelativePath=".\local.c" | |
468 | + > | |
469 | + </File> | |
470 | + <File | |
471 | + RelativePath=".\lvtips.c" | |
472 | + > | |
473 | + </File> | |
474 | + <File | |
475 | + RelativePath=".\main.c" | |
476 | + > | |
477 | + </File> | |
478 | + <File | |
479 | + RelativePath=".\mbswrapper.c" | |
480 | + > | |
481 | + </File> | |
482 | + <File | |
483 | + RelativePath=".\md4.c" | |
484 | + > | |
485 | + </File> | |
486 | + <File | |
487 | + RelativePath=".\md5.c" | |
488 | + > | |
489 | + </File> | |
490 | + <File | |
491 | + RelativePath=".\misc.c" | |
492 | + > | |
493 | + </File> | |
494 | + <File | |
495 | + RelativePath=".\OleDragDrop.c" | |
496 | + > | |
497 | + </File> | |
498 | + <File | |
499 | + RelativePath=".\option.c" | |
500 | + > | |
501 | + </File> | |
502 | + <File | |
503 | + RelativePath=".\protectprocess.c" | |
504 | + > | |
505 | + </File> | |
506 | + <File | |
507 | + RelativePath=".\punycode.c" | |
508 | + > | |
509 | + </File> | |
510 | + <File | |
511 | + RelativePath=".\ras.c" | |
512 | + > | |
513 | + </File> | |
514 | + <File | |
515 | + RelativePath=".\regexp.c" | |
516 | + > | |
517 | + </File> | |
518 | + <File | |
519 | + RelativePath=".\registry.c" | |
520 | + > | |
521 | + </File> | |
522 | + <File | |
523 | + RelativePath=".\remote.c" | |
524 | + > | |
525 | + </File> | |
526 | + <File | |
527 | + RelativePath=".\sha.c" | |
528 | + > | |
529 | + </File> | |
530 | + <File | |
531 | + RelativePath=".\skey.c" | |
532 | + > | |
533 | + </File> | |
534 | + <File | |
535 | + RelativePath=".\socket.c" | |
536 | + > | |
537 | + </File> | |
538 | + <File | |
539 | + RelativePath=".\socketwrapper.c" | |
540 | + > | |
541 | + </File> | |
542 | + <File | |
543 | + RelativePath=".\statuswin.c" | |
544 | + > | |
545 | + </File> | |
546 | + <File | |
547 | + RelativePath=".\taskwin.c" | |
548 | + > | |
549 | + </File> | |
550 | + <File | |
551 | + RelativePath=".\tool.c" | |
552 | + > | |
553 | + </File> | |
554 | + <File | |
555 | + RelativePath=".\toolmenu.c" | |
556 | + > | |
557 | + </File> | |
558 | + <File | |
559 | + RelativePath=".\updatebell.c" | |
560 | + > | |
561 | + </File> | |
562 | + <File | |
563 | + RelativePath=".\wildcard.c" | |
564 | + > | |
565 | + </File> | |
566 | + </Filter> | |
567 | + <Filter | |
568 | + Name="Header Files" | |
569 | + Filter="h;hpp;hxx;hm;inl;fi;fd" | |
570 | + > | |
571 | + <File | |
572 | + RelativePath=".\common.h" | |
573 | + > | |
574 | + </File> | |
575 | + <File | |
576 | + RelativePath=".\mbswrapper.h" | |
577 | + > | |
578 | + </File> | |
579 | + <File | |
580 | + RelativePath=".\protectprocess.h" | |
581 | + > | |
582 | + </File> | |
583 | + <File | |
584 | + RelativePath=".\Resource\resource.h" | |
585 | + > | |
586 | + </File> | |
587 | + <File | |
588 | + RelativePath=".\socketwrapper.h" | |
589 | + > | |
590 | + </File> | |
591 | + </Filter> | |
592 | + <Filter | |
593 | + Name="Resource Files" | |
594 | + Filter="ico;cur;bmp;dlg;rc2;rct;bin;cnt;rtf;gif;jpg;jpeg;jpe" | |
595 | + > | |
596 | + <File | |
597 | + RelativePath=".\Resource\bitmap1.bmp" | |
598 | + > | |
599 | + </File> | |
600 | + <File | |
601 | + RelativePath=".\Resource\cursor1.cur" | |
602 | + > | |
603 | + </File> | |
604 | + <File | |
605 | + RelativePath=".\Resource\cursor2.cur" | |
606 | + > | |
607 | + </File> | |
608 | + <File | |
609 | + RelativePath=".\Resource\drag_csr.cur" | |
610 | + > | |
611 | + </File> | |
612 | + <File | |
613 | + RelativePath=".\Resource\icon1.ico" | |
614 | + > | |
615 | + </File> | |
616 | + <File | |
617 | + RelativePath=".\Resource\icon2.ico" | |
618 | + > | |
619 | + </File> | |
620 | + <File | |
621 | + RelativePath=".\Resource\list_bmp.bmp" | |
622 | + > | |
623 | + </File> | |
624 | + <File | |
625 | + RelativePath=".\Resource\main_too.bmp" | |
626 | + > | |
627 | + </File> | |
628 | + <File | |
629 | + RelativePath=".\Resource\nodrop_c.cur" | |
630 | + > | |
631 | + </File> | |
632 | + <File | |
633 | + RelativePath=".\Resource\toolbar1.bmp" | |
634 | + > | |
635 | + </File> | |
636 | + </Filter> | |
637 | + <File | |
638 | + RelativePath=".\Resource\ffftp.exe.manifest" | |
639 | + > | |
640 | + <FileConfiguration | |
641 | + Name="Debug|Win32" | |
642 | + ExcludedFromBuild="true" | |
643 | + > | |
644 | + <Tool | |
645 | + Name="VCCustomBuildTool" | |
646 | + /> | |
647 | + </FileConfiguration> | |
648 | + <FileConfiguration | |
649 | + Name="Release|Win32" | |
650 | + > | |
651 | + <Tool | |
652 | + Name="VCCustomBuildTool" | |
653 | + /> | |
654 | + </FileConfiguration> | |
655 | + <FileConfiguration | |
656 | + Name="Debug|x64" | |
657 | + ExcludedFromBuild="true" | |
658 | + > | |
659 | + <Tool | |
660 | + Name="VCCustomBuildTool" | |
661 | + /> | |
662 | + </FileConfiguration> | |
663 | + <FileConfiguration | |
664 | + Name="Release|x64" | |
665 | + > | |
666 | + <Tool | |
667 | + Name="VCCustomBuildTool" | |
668 | + /> | |
669 | + </FileConfiguration> | |
670 | + </File> | |
671 | + </Files> | |
672 | + <Globals> | |
673 | + </Globals> | |
674 | +</VisualStudioProject> |
@@ -0,0 +1,674 @@ | ||
1 | +<?xml version="1.0" encoding="shift_jis"?> | |
2 | +<VisualStudioProject | |
3 | + ProjectType="Visual C++" | |
4 | + Version="8.00" | |
5 | + Name="FFFTP_English" | |
6 | + ProjectGUID="{EE7CC1BD-92A9-46D5-8270-386BD7BEEA55}" | |
7 | + RootNamespace="FFFTP_English" | |
8 | + > | |
9 | + <Platforms> | |
10 | + <Platform | |
11 | + Name="Win32" | |
12 | + /> | |
13 | + <Platform | |
14 | + Name="x64" | |
15 | + /> | |
16 | + </Platforms> | |
17 | + <ToolFiles> | |
18 | + </ToolFiles> | |
19 | + <Configurations> | |
20 | + <Configuration | |
21 | + Name="Debug|Win32" | |
22 | + OutputDirectory=".\FFFTP_Eng_Debug" | |
23 | + IntermediateDirectory=".\FFFTP_Eng_Debug" | |
24 | + ConfigurationType="1" | |
25 | + InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops" | |
26 | + UseOfMFC="0" | |
27 | + ATLMinimizesCRunTimeLibraryUsage="false" | |
28 | + > | |
29 | + <Tool | |
30 | + Name="VCPreBuildEventTool" | |
31 | + /> | |
32 | + <Tool | |
33 | + Name="VCCustomBuildTool" | |
34 | + /> | |
35 | + <Tool | |
36 | + Name="VCXMLDataGeneratorTool" | |
37 | + /> | |
38 | + <Tool | |
39 | + Name="VCWebServiceProxyGeneratorTool" | |
40 | + /> | |
41 | + <Tool | |
42 | + Name="VCMIDLTool" | |
43 | + PreprocessorDefinitions="_DEBUG" | |
44 | + MkTypLibCompatible="true" | |
45 | + SuppressStartupBanner="true" | |
46 | + TargetEnvironment="1" | |
47 | + TypeLibraryName=".\FFFTP_Eng_Debug\FFFTP_English.tlb" | |
48 | + /> | |
49 | + <Tool | |
50 | + Name="VCCLCompilerTool" | |
51 | + Optimization="0" | |
52 | + AdditionalIncludeDirectories="Resource_eng;contrib\openssl\include" | |
53 | + PreprocessorDefinitions="WIN32,_DEBUG,_WINDOWS,WINVER=0x0500,_WIN32_WINNT=0x0500,_WIN32_IE=0x0500,_CRT_SECURE_NO_WARNINGS,ENGLISH" | |
54 | + BasicRuntimeChecks="3" | |
55 | + RuntimeLibrary="1" | |
56 | + PrecompiledHeaderFile=".\FFFTP_Eng_Debug\FFFTP_English.pch" | |
57 | + AssemblerListingLocation=".\FFFTP_Eng_Debug\" | |
58 | + ObjectFile=".\FFFTP_Eng_Debug\" | |
59 | + ProgramDataBaseFileName=".\FFFTP_Eng_Debug\" | |
60 | + WarningLevel="3" | |
61 | + SuppressStartupBanner="true" | |
62 | + DebugInformationFormat="4" | |
63 | + /> | |
64 | + <Tool | |
65 | + Name="VCManagedResourceCompilerTool" | |
66 | + /> | |
67 | + <Tool | |
68 | + Name="VCResourceCompilerTool" | |
69 | + PreprocessorDefinitions="_DEBUG" | |
70 | + Culture="1033" | |
71 | + /> | |
72 | + <Tool | |
73 | + Name="VCPreLinkEventTool" | |
74 | + /> | |
75 | + <Tool | |
76 | + Name="VCLinkerTool" | |
77 | + AdditionalDependencies="comctl32.lib crypt32.lib htmlhelp.lib imagehlp.lib rasapi32.lib sfc.lib winmm.lib wintrust.lib wsock32.lib" | |
78 | + OutputFile=".\FFFTP_Eng_Debug\FFFTP.exe" | |
79 | + LinkIncremental="2" | |
80 | + SuppressStartupBanner="true" | |
81 | + GenerateManifest="false" | |
82 | + DelayLoadDLLs="advapi32.dll;comctl32.dll;crypt32.dll;comdlg32.dll;gdi32.dll;ole32.dll;sfc.dll;shell32.dll;user32.dll;winmm.dll;wintrust.dll;wsock32.dll" | |
83 | + GenerateDebugInformation="true" | |
84 | + ProgramDatabaseFile=".\FFFTP_Eng_Debug\FFFTP.pdb" | |
85 | + SubSystem="2" | |
86 | + TargetMachine="1" | |
87 | + /> | |
88 | + <Tool | |
89 | + Name="VCALinkTool" | |
90 | + /> | |
91 | + <Tool | |
92 | + Name="VCManifestTool" | |
93 | + /> | |
94 | + <Tool | |
95 | + Name="VCXDCMakeTool" | |
96 | + /> | |
97 | + <Tool | |
98 | + Name="VCBscMakeTool" | |
99 | + /> | |
100 | + <Tool | |
101 | + Name="VCFxCopTool" | |
102 | + /> | |
103 | + <Tool | |
104 | + Name="VCAppVerifierTool" | |
105 | + /> | |
106 | + <Tool | |
107 | + Name="VCWebDeploymentTool" | |
108 | + /> | |
109 | + <Tool | |
110 | + Name="VCPostBuildEventTool" | |
111 | + /> | |
112 | + </Configuration> | |
113 | + <Configuration | |
114 | + Name="Release|Win32" | |
115 | + OutputDirectory=".\FFFTP_Eng_Release" | |
116 | + IntermediateDirectory=".\FFFTP_Eng_Release" | |
117 | + ConfigurationType="1" | |
118 | + InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops" | |
119 | + UseOfMFC="0" | |
120 | + ATLMinimizesCRunTimeLibraryUsage="false" | |
121 | + > | |
122 | + <Tool | |
123 | + Name="VCPreBuildEventTool" | |
124 | + /> | |
125 | + <Tool | |
126 | + Name="VCCustomBuildTool" | |
127 | + /> | |
128 | + <Tool | |
129 | + Name="VCXMLDataGeneratorTool" | |
130 | + /> | |
131 | + <Tool | |
132 | + Name="VCWebServiceProxyGeneratorTool" | |
133 | + /> | |
134 | + <Tool | |
135 | + Name="VCMIDLTool" | |
136 | + PreprocessorDefinitions="NDEBUG" | |
137 | + MkTypLibCompatible="true" | |
138 | + SuppressStartupBanner="true" | |
139 | + TargetEnvironment="1" | |
140 | + TypeLibraryName=".\FFFTP_Eng_Release\FFFTP_English.tlb" | |
141 | + /> | |
142 | + <Tool | |
143 | + Name="VCCLCompilerTool" | |
144 | + InlineFunctionExpansion="1" | |
145 | + AdditionalIncludeDirectories="Resource_eng;contrib\openssl\include" | |
146 | + PreprocessorDefinitions="WIN32,NDEBUG,_WINDOWS,WINVER=0x0500,_WIN32_WINNT=0x0500,_WIN32_IE=0x0500,_CRT_SECURE_NO_WARNINGS,ENGLISH" | |
147 | + StringPooling="true" | |
148 | + RuntimeLibrary="0" | |
149 | + EnableFunctionLevelLinking="true" | |
150 | + PrecompiledHeaderFile=".\FFFTP_Eng_Release\FFFTP_English.pch" | |
151 | + AssemblerListingLocation=".\FFFTP_Eng_Release\" | |
152 | + ObjectFile=".\FFFTP_Eng_Release\" | |
153 | + ProgramDataBaseFileName=".\FFFTP_Eng_Release\" | |
154 | + WarningLevel="3" | |
155 | + SuppressStartupBanner="true" | |
156 | + /> | |
157 | + <Tool | |
158 | + Name="VCManagedResourceCompilerTool" | |
159 | + /> | |
160 | + <Tool | |
161 | + Name="VCResourceCompilerTool" | |
162 | + PreprocessorDefinitions="NDEBUG" | |
163 | + Culture="1033" | |
164 | + /> | |
165 | + <Tool | |
166 | + Name="VCPreLinkEventTool" | |
167 | + /> | |
168 | + <Tool | |
169 | + Name="VCLinkerTool" | |
170 | + AdditionalDependencies="comctl32.lib crypt32.lib htmlhelp.lib imagehlp.lib rasapi32.lib sfc.lib winmm.lib wintrust.lib wsock32.lib" | |
171 | + OutputFile=".\FFFTP_Eng_Release\FFFTP.exe" | |
172 | + LinkIncremental="1" | |
173 | + SuppressStartupBanner="true" | |
174 | + GenerateManifest="false" | |
175 | + DelayLoadDLLs="advapi32.dll;comctl32.dll;crypt32.dll;comdlg32.dll;gdi32.dll;ole32.dll;sfc.dll;shell32.dll;user32.dll;winmm.dll;wintrust.dll;wsock32.dll" | |
176 | + ProgramDatabaseFile=".\FFFTP_Eng_Release\FFFTP.pdb" | |
177 | + SubSystem="2" | |
178 | + TargetMachine="1" | |
179 | + /> | |
180 | + <Tool | |
181 | + Name="VCALinkTool" | |
182 | + /> | |
183 | + <Tool | |
184 | + Name="VCManifestTool" | |
185 | + /> | |
186 | + <Tool | |
187 | + Name="VCXDCMakeTool" | |
188 | + /> | |
189 | + <Tool | |
190 | + Name="VCBscMakeTool" | |
191 | + /> | |
192 | + <Tool | |
193 | + Name="VCFxCopTool" | |
194 | + /> | |
195 | + <Tool | |
196 | + Name="VCAppVerifierTool" | |
197 | + /> | |
198 | + <Tool | |
199 | + Name="VCWebDeploymentTool" | |
200 | + /> | |
201 | + <Tool | |
202 | + Name="VCPostBuildEventTool" | |
203 | + /> | |
204 | + </Configuration> | |
205 | + <Configuration | |
206 | + Name="Debug|x64" | |
207 | + OutputDirectory=".\FFFTP_Eng_Debug_64" | |
208 | + IntermediateDirectory=".\FFFTP_Eng_Debug_64" | |
209 | + ConfigurationType="1" | |
210 | + InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops" | |
211 | + UseOfMFC="0" | |
212 | + ATLMinimizesCRunTimeLibraryUsage="false" | |
213 | + > | |
214 | + <Tool | |
215 | + Name="VCPreBuildEventTool" | |
216 | + /> | |
217 | + <Tool | |
218 | + Name="VCCustomBuildTool" | |
219 | + /> | |
220 | + <Tool | |
221 | + Name="VCXMLDataGeneratorTool" | |
222 | + /> | |
223 | + <Tool | |
224 | + Name="VCWebServiceProxyGeneratorTool" | |
225 | + /> | |
226 | + <Tool | |
227 | + Name="VCMIDLTool" | |
228 | + PreprocessorDefinitions="_DEBUG" | |
229 | + MkTypLibCompatible="true" | |
230 | + SuppressStartupBanner="true" | |
231 | + TargetEnvironment="1" | |
232 | + TypeLibraryName=".\FFFTP_Eng_Debug_64\FFFTP_English.tlb" | |
233 | + /> | |
234 | + <Tool | |
235 | + Name="VCCLCompilerTool" | |
236 | + Optimization="0" | |
237 | + AdditionalIncludeDirectories="Resource_eng;contrib\openssl\include" | |
238 | + PreprocessorDefinitions="WIN32,_DEBUG,_WINDOWS,WINVER=0x0500,_WIN32_WINNT=0x0500,_WIN32_IE=0x0500,_CRT_SECURE_NO_WARNINGS,ENGLISH" | |
239 | + BasicRuntimeChecks="3" | |
240 | + RuntimeLibrary="1" | |
241 | + PrecompiledHeaderFile=".\FFFTP_Eng_Debug_64\FFFTP_English.pch" | |
242 | + AssemblerListingLocation=".\FFFTP_Eng_Debug_64\" | |
243 | + ObjectFile=".\FFFTP_Eng_Debug_64\" | |
244 | + ProgramDataBaseFileName=".\FFFTP_Eng_Debug_64\" | |
245 | + WarningLevel="3" | |
246 | + SuppressStartupBanner="true" | |
247 | + DebugInformationFormat="4" | |
248 | + /> | |
249 | + <Tool | |
250 | + Name="VCManagedResourceCompilerTool" | |
251 | + /> | |
252 | + <Tool | |
253 | + Name="VCResourceCompilerTool" | |
254 | + PreprocessorDefinitions="_DEBUG" | |
255 | + Culture="1033" | |
256 | + /> | |
257 | + <Tool | |
258 | + Name="VCPreLinkEventTool" | |
259 | + /> | |
260 | + <Tool | |
261 | + Name="VCLinkerTool" | |
262 | + AdditionalDependencies="comctl32.lib crypt32.lib htmlhelp.lib imagehlp.lib rasapi32.lib sfc.lib winmm.lib wintrust.lib wsock32.lib" | |
263 | + OutputFile=".\FFFTP_Eng_Debug_64\FFFTP.exe" | |
264 | + LinkIncremental="2" | |
265 | + SuppressStartupBanner="true" | |
266 | + GenerateManifest="false" | |
267 | + DelayLoadDLLs="advapi32.dll;comctl32.dll;crypt32.dll;comdlg32.dll;gdi32.dll;ole32.dll;sfc.dll;shell32.dll;user32.dll;winmm.dll;wintrust.dll;wsock32.dll" | |
268 | + GenerateDebugInformation="true" | |
269 | + ProgramDatabaseFile=".\FFFTP_Eng_Debug_64\FFFTP.pdb" | |
270 | + SubSystem="2" | |
271 | + TargetMachine="17" | |
272 | + /> | |
273 | + <Tool | |
274 | + Name="VCALinkTool" | |
275 | + /> | |
276 | + <Tool | |
277 | + Name="VCManifestTool" | |
278 | + /> | |
279 | + <Tool | |
280 | + Name="VCXDCMakeTool" | |
281 | + /> | |
282 | + <Tool | |
283 | + Name="VCBscMakeTool" | |
284 | + /> | |
285 | + <Tool | |
286 | + Name="VCFxCopTool" | |
287 | + /> | |
288 | + <Tool | |
289 | + Name="VCAppVerifierTool" | |
290 | + /> | |
291 | + <Tool | |
292 | + Name="VCWebDeploymentTool" | |
293 | + /> | |
294 | + <Tool | |
295 | + Name="VCPostBuildEventTool" | |
296 | + /> | |
297 | + </Configuration> | |
298 | + <Configuration | |
299 | + Name="Release|x64" | |
300 | + OutputDirectory=".\FFFTP_Eng_Release_64" | |
301 | + IntermediateDirectory=".\FFFTP_Eng_Release_64" | |
302 | + ConfigurationType="1" | |
303 | + InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops" | |
304 | + UseOfMFC="0" | |
305 | + ATLMinimizesCRunTimeLibraryUsage="false" | |
306 | + > | |
307 | + <Tool | |
308 | + Name="VCPreBuildEventTool" | |
309 | + /> | |
310 | + <Tool | |
311 | + Name="VCCustomBuildTool" | |
312 | + /> | |
313 | + <Tool | |
314 | + Name="VCXMLDataGeneratorTool" | |
315 | + /> | |
316 | + <Tool | |
317 | + Name="VCWebServiceProxyGeneratorTool" | |
318 | + /> | |
319 | + <Tool | |
320 | + Name="VCMIDLTool" | |
321 | + PreprocessorDefinitions="NDEBUG" | |
322 | + MkTypLibCompatible="true" | |
323 | + SuppressStartupBanner="true" | |
324 | + TargetEnvironment="1" | |
325 | + TypeLibraryName=".\FFFTP_Eng_Release_64\FFFTP_English.tlb" | |
326 | + /> | |
327 | + <Tool | |
328 | + Name="VCCLCompilerTool" | |
329 | + InlineFunctionExpansion="1" | |
330 | + AdditionalIncludeDirectories="Resource_eng;contrib\openssl\include" | |
331 | + PreprocessorDefinitions="WIN32,NDEBUG,_WINDOWS,WINVER=0x0500,_WIN32_WINNT=0x0500,_WIN32_IE=0x0500,_CRT_SECURE_NO_WARNINGS,ENGLISH" | |
332 | + StringPooling="true" | |
333 | + RuntimeLibrary="0" | |
334 | + EnableFunctionLevelLinking="true" | |
335 | + PrecompiledHeaderFile=".\FFFTP_Eng_Release_64\FFFTP_English.pch" | |
336 | + AssemblerListingLocation=".\FFFTP_Eng_Release_64\" | |
337 | + ObjectFile=".\FFFTP_Eng_Release_64\" | |
338 | + ProgramDataBaseFileName=".\FFFTP_Eng_Release_64\" | |
339 | + WarningLevel="3" | |
340 | + SuppressStartupBanner="true" | |
341 | + /> | |
342 | + <Tool | |
343 | + Name="VCManagedResourceCompilerTool" | |
344 | + /> | |
345 | + <Tool | |
346 | + Name="VCResourceCompilerTool" | |
347 | + PreprocessorDefinitions="NDEBUG" | |
348 | + Culture="1033" | |
349 | + /> | |
350 | + <Tool | |
351 | + Name="VCPreLinkEventTool" | |
352 | + /> | |
353 | + <Tool | |
354 | + Name="VCLinkerTool" | |
355 | + AdditionalDependencies="comctl32.lib crypt32.lib htmlhelp.lib imagehlp.lib rasapi32.lib sfc.lib winmm.lib wintrust.lib wsock32.lib" | |
356 | + OutputFile=".\FFFTP_Eng_Release_64\FFFTP.exe" | |
357 | + LinkIncremental="1" | |
358 | + SuppressStartupBanner="true" | |
359 | + GenerateManifest="false" | |
360 | + DelayLoadDLLs="advapi32.dll;comctl32.dll;crypt32.dll;comdlg32.dll;gdi32.dll;ole32.dll;sfc.dll;shell32.dll;user32.dll;winmm.dll;wintrust.dll;wsock32.dll" | |
361 | + ProgramDatabaseFile=".\FFFTP_Eng_Release_64\FFFTP.pdb" | |
362 | + SubSystem="2" | |
363 | + TargetMachine="17" | |
364 | + /> | |
365 | + <Tool | |
366 | + Name="VCALinkTool" | |
367 | + /> | |
368 | + <Tool | |
369 | + Name="VCManifestTool" | |
370 | + /> | |
371 | + <Tool | |
372 | + Name="VCXDCMakeTool" | |
373 | + /> | |
374 | + <Tool | |
375 | + Name="VCBscMakeTool" | |
376 | + /> | |
377 | + <Tool | |
378 | + Name="VCFxCopTool" | |
379 | + /> | |
380 | + <Tool | |
381 | + Name="VCAppVerifierTool" | |
382 | + /> | |
383 | + <Tool | |
384 | + Name="VCWebDeploymentTool" | |
385 | + /> | |
386 | + <Tool | |
387 | + Name="VCPostBuildEventTool" | |
388 | + /> | |
389 | + </Configuration> | |
390 | + </Configurations> | |
391 | + <References> | |
392 | + </References> | |
393 | + <Files> | |
394 | + <Filter | |
395 | + Name="Source Files" | |
396 | + Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" | |
397 | + > | |
398 | + <File | |
399 | + RelativePath=".\aes_modes.c" | |
400 | + > | |
401 | + </File> | |
402 | + <File | |
403 | + RelativePath=".\aescrypt.c" | |
404 | + > | |
405 | + </File> | |
406 | + <File | |
407 | + RelativePath=".\aeskey.c" | |
408 | + > | |
409 | + </File> | |
410 | + <File | |
411 | + RelativePath=".\aestab.c" | |
412 | + > | |
413 | + </File> | |
414 | + <File | |
415 | + RelativePath=".\bookmark.c" | |
416 | + > | |
417 | + </File> | |
418 | + <File | |
419 | + RelativePath=".\cache.c" | |
420 | + > | |
421 | + </File> | |
422 | + <File | |
423 | + RelativePath=".\clipboard.c" | |
424 | + > | |
425 | + </File> | |
426 | + <File | |
427 | + RelativePath=".\codecnv.c" | |
428 | + > | |
429 | + </File> | |
430 | + <File | |
431 | + RelativePath=".\connect.c" | |
432 | + > | |
433 | + </File> | |
434 | + <File | |
435 | + RelativePath=".\diskfree.c" | |
436 | + > | |
437 | + </File> | |
438 | + <File | |
439 | + RelativePath=".\dlgsize.c" | |
440 | + > | |
441 | + </File> | |
442 | + <File | |
443 | + RelativePath=".\Resource_eng\FFFTP-eng.rc" | |
444 | + > | |
445 | + </File> | |
446 | + <File | |
447 | + RelativePath=".\filelist.c" | |
448 | + > | |
449 | + </File> | |
450 | + <File | |
451 | + RelativePath=".\ftpproc.c" | |
452 | + > | |
453 | + </File> | |
454 | + <File | |
455 | + RelativePath=".\getput.c" | |
456 | + > | |
457 | + </File> | |
458 | + <File | |
459 | + RelativePath=".\history.c" | |
460 | + > | |
461 | + </File> | |
462 | + <File | |
463 | + RelativePath=".\hostman.c" | |
464 | + > | |
465 | + </File> | |
466 | + <File | |
467 | + RelativePath=".\local.c" | |
468 | + > | |
469 | + </File> | |
470 | + <File | |
471 | + RelativePath=".\lvtips.c" | |
472 | + > | |
473 | + </File> | |
474 | + <File | |
475 | + RelativePath=".\main.c" | |
476 | + > | |
477 | + </File> | |
478 | + <File | |
479 | + RelativePath=".\mbswrapper.c" | |
480 | + > | |
481 | + </File> | |
482 | + <File | |
483 | + RelativePath=".\md4.c" | |
484 | + > | |
485 | + </File> | |
486 | + <File | |
487 | + RelativePath=".\md5.c" | |
488 | + > | |
489 | + </File> | |
490 | + <File | |
491 | + RelativePath=".\misc.c" | |
492 | + > | |
493 | + </File> | |
494 | + <File | |
495 | + RelativePath=".\OleDragDrop.c" | |
496 | + > | |
497 | + </File> | |
498 | + <File | |
499 | + RelativePath=".\option.c" | |
500 | + > | |
501 | + </File> | |
502 | + <File | |
503 | + RelativePath=".\protectprocess.c" | |
504 | + > | |
505 | + </File> | |
506 | + <File | |
507 | + RelativePath=".\punycode.c" | |
508 | + > | |
509 | + </File> | |
510 | + <File | |
511 | + RelativePath=".\ras.c" | |
512 | + > | |
513 | + </File> | |
514 | + <File | |
515 | + RelativePath=".\regexp.c" | |
516 | + > | |
517 | + </File> | |
518 | + <File | |
519 | + RelativePath=".\registry.c" | |
520 | + > | |
521 | + </File> | |
522 | + <File | |
523 | + RelativePath=".\remote.c" | |
524 | + > | |
525 | + </File> | |
526 | + <File | |
527 | + RelativePath=".\sha.c" | |
528 | + > | |
529 | + </File> | |
530 | + <File | |
531 | + RelativePath=".\skey.c" | |
532 | + > | |
533 | + </File> | |
534 | + <File | |
535 | + RelativePath=".\socket.c" | |
536 | + > | |
537 | + </File> | |
538 | + <File | |
539 | + RelativePath=".\socketwrapper.c" | |
540 | + > | |
541 | + </File> | |
542 | + <File | |
543 | + RelativePath=".\statuswin.c" | |
544 | + > | |
545 | + </File> | |
546 | + <File | |
547 | + RelativePath=".\taskwin.c" | |
548 | + > | |
549 | + </File> | |
550 | + <File | |
551 | + RelativePath=".\tool.c" | |
552 | + > | |
553 | + </File> | |
554 | + <File | |
555 | + RelativePath=".\toolmenu.c" | |
556 | + > | |
557 | + </File> | |
558 | + <File | |
559 | + RelativePath=".\updatebell.c" | |
560 | + > | |
561 | + </File> | |
562 | + <File | |
563 | + RelativePath=".\wildcard.c" | |
564 | + > | |
565 | + </File> | |
566 | + </Filter> | |
567 | + <Filter | |
568 | + Name="Header Files" | |
569 | + Filter="h;hpp;hxx;hm;inl" | |
570 | + > | |
571 | + <File | |
572 | + RelativePath=".\common.h" | |
573 | + > | |
574 | + </File> | |
575 | + <File | |
576 | + RelativePath=".\mbswrapper.h" | |
577 | + > | |
578 | + </File> | |
579 | + <File | |
580 | + RelativePath=".\protectprocess.h" | |
581 | + > | |
582 | + </File> | |
583 | + <File | |
584 | + RelativePath=".\Resource_eng\resource.h" | |
585 | + > | |
586 | + </File> | |
587 | + <File | |
588 | + RelativePath=".\socketwrapper.h" | |
589 | + > | |
590 | + </File> | |
591 | + </Filter> | |
592 | + <Filter | |
593 | + Name="Resource Files" | |
594 | + Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" | |
595 | + > | |
596 | + <File | |
597 | + RelativePath=".\Resource_eng\bitmap1.bmp" | |
598 | + > | |
599 | + </File> | |
600 | + <File | |
601 | + RelativePath=".\Resource_eng\cursor1.cur" | |
602 | + > | |
603 | + </File> | |
604 | + <File | |
605 | + RelativePath=".\Resource_eng\cursor2.cur" | |
606 | + > | |
607 | + </File> | |
608 | + <File | |
609 | + RelativePath=".\Resource_eng\drag_csr.cur" | |
610 | + > | |
611 | + </File> | |
612 | + <File | |
613 | + RelativePath=".\Resource_eng\icon1.ico" | |
614 | + > | |
615 | + </File> | |
616 | + <File | |
617 | + RelativePath=".\Resource_eng\icon2.ico" | |
618 | + > | |
619 | + </File> | |
620 | + <File | |
621 | + RelativePath=".\Resource_eng\list_bmp.bmp" | |
622 | + > | |
623 | + </File> | |
624 | + <File | |
625 | + RelativePath=".\Resource_eng\main_too.bmp" | |
626 | + > | |
627 | + </File> | |
628 | + <File | |
629 | + RelativePath=".\Resource_eng\nodrop_c.cur" | |
630 | + > | |
631 | + </File> | |
632 | + <File | |
633 | + RelativePath=".\Resource_eng\toolbar1.bmp" | |
634 | + > | |
635 | + </File> | |
636 | + </Filter> | |
637 | + <File | |
638 | + RelativePath=".\Resource_eng\ffftp.exe.manifest" | |
639 | + > | |
640 | + <FileConfiguration | |
641 | + Name="Debug|Win32" | |
642 | + ExcludedFromBuild="true" | |
643 | + > | |
644 | + <Tool | |
645 | + Name="VCCustomBuildTool" | |
646 | + /> | |
647 | + </FileConfiguration> | |
648 | + <FileConfiguration | |
649 | + Name="Release|Win32" | |
650 | + > | |
651 | + <Tool | |
652 | + Name="VCCustomBuildTool" | |
653 | + /> | |
654 | + </FileConfiguration> | |
655 | + <FileConfiguration | |
656 | + Name="Debug|x64" | |
657 | + ExcludedFromBuild="true" | |
658 | + > | |
659 | + <Tool | |
660 | + Name="VCCustomBuildTool" | |
661 | + /> | |
662 | + </FileConfiguration> | |
663 | + <FileConfiguration | |
664 | + Name="Release|x64" | |
665 | + > | |
666 | + <Tool | |
667 | + Name="VCCustomBuildTool" | |
668 | + /> | |
669 | + </FileConfiguration> | |
670 | + </File> | |
671 | + </Files> | |
672 | + <Globals> | |
673 | + </Globals> | |
674 | +</VisualStudioProject> |