Develop and Download Open Source Software

Browse Subversion Repository

Annotation of /branches/ssh_chacha20poly1305/ttssh2/ttxssh/ttxssh.v8.vcproj

Parent Directory Parent Directory | Revision Log Revision Log


Revision 9212 - (hide annotations) (download)
Sat Apr 17 14:54:57 2021 UTC (2 years, 11 months ago) by nmaya
File size: 11583 byte(s)
OpenSSH-8.5p1 から cipher-chachapoly, poly1305 のファイルを追加
1 maya 3227 <?xml version="1.0" encoding="shift_jis"?>
2     <VisualStudioProject
3     ProjectType="Visual C++"
4     Version="8.00"
5     Name="ttxssh"
6     ProjectGUID="{5638BB89-44E3-4D55-BA98-A01142B4223E}"
7     RootNamespace="ttxssh"
8     >
9     <Platforms>
10     <Platform
11     Name="Win32"
12     />
13     </Platforms>
14     <ToolFiles>
15     </ToolFiles>
16     <Configurations>
17     <Configuration
18     Name="Debug|Win32"
19 maya 5707 OutputDirectory="$(ProjectDir)$(ConfigurationName)"
20 maya 5705 IntermediateDirectory="$(ConfigurationName)"
21 maya 3227 ConfigurationType="2"
22     UseOfMFC="0"
23     ATLMinimizesCRunTimeLibraryUsage="false"
24     >
25     <Tool
26     Name="VCPreBuildEventTool"
27 doda 5714 CommandLine="&quot;$(OutDir)\puttyrev.exe&quot;"
28 maya 3227 />
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 maya 5705 TypeLibraryName="$(OutDir)\$(ProjectName).tlb"
45 maya 3227 HeaderFileName=""
46     />
47     <Tool
48     Name="VCCLCompilerTool"
49 doda 6838 AdditionalOptions="/D&quot;_CRT_SECURE_NO_DEPRECATE&quot;"
50 maya 3227 Optimization="0"
51 yutakapon 8316 AdditionalIncludeDirectories="$(SolutionDir)..\teraterm\common;$(SolutionDir)..\libs\openssl\include;$(SolutionDir)..\teraterm\teraterm;$(SolutionDir)..\libs\zlib;$(SolutionDir)matcher;$(SolutionDir)putty"
52 maya 3227 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_CRTDBG_MAP_ALLOC"
53     RuntimeLibrary="1"
54     EnableFunctionLevelLinking="true"
55     BrowseInformation="1"
56     WarningLevel="3"
57     WarnAsError="false"
58     SuppressStartupBanner="true"
59     DebugInformationFormat="4"
60     CompileAs="0"
61     />
62     <Tool
63     Name="VCManagedResourceCompilerTool"
64     />
65     <Tool
66     Name="VCResourceCompilerTool"
67     PreprocessorDefinitions="_DEBUG"
68     Culture="1033"
69 doda 6839 AdditionalIncludeDirectories="$(SolutionDir)..\teraterm\common"
70 maya 3227 />
71     <Tool
72     Name="VCPreLinkEventTool"
73     />
74     <Tool
75     Name="VCLinkerTool"
76 yutakapon 8316 AdditionalDependencies="odbc32.lib odbccp32.lib ws2_32.lib libcrypto.lib zlibd.lib ttpcmn.lib dnsapi.lib user32.lib gdi32.lib SHELL32.lib comdlg32.lib advapi32.lib ole32.lib"
77 maya 3227 LinkIncremental="2"
78     SuppressStartupBanner="true"
79 maya 5705 AdditionalLibraryDirectories="$(SolutionDir)..\libs\openssl\out32.dbg;$(SolutionDir)..\libs\zlib;$(SolutionDir)..\teraterm\$(ConfigurationName)"
80     ModuleDefinitionFile="$(ProjectName).def"
81 maya 7684 DelayLoadDLLs="dnsapi.dll;user32.dll"
82 maya 3227 GenerateDebugInformation="true"
83     GenerateMapFile="true"
84     SubSystem="2"
85     BaseAddress="0x12500000"
86 maya 5705 ImportLibrary="$(OutDir)\$(ProjectName).lib"
87 maya 3227 TargetMachine="1"
88     />
89     <Tool
90     Name="VCALinkTool"
91     />
92     <Tool
93     Name="VCManifestTool"
94     />
95     <Tool
96     Name="VCXDCMakeTool"
97     />
98     <Tool
99     Name="VCBscMakeTool"
100     />
101     <Tool
102     Name="VCFxCopTool"
103     />
104     <Tool
105     Name="VCAppVerifierTool"
106     />
107     <Tool
108     Name="VCWebDeploymentTool"
109     />
110     <Tool
111     Name="VCPostBuildEventTool"
112     />
113     </Configuration>
114     <Configuration
115     Name="Release|Win32"
116 maya 5707 OutputDirectory="$(ProjectDir)$(ConfigurationName)"
117 maya 5705 IntermediateDirectory="$(ConfigurationName)"
118 maya 3227 ConfigurationType="2"
119     UseOfMFC="0"
120     ATLMinimizesCRunTimeLibraryUsage="false"
121     >
122     <Tool
123     Name="VCPreBuildEventTool"
124 doda 5714 CommandLine="&quot;$(OutDir)\puttyrev.exe&quot;"
125 maya 3227 />
126     <Tool
127     Name="VCCustomBuildTool"
128     />
129     <Tool
130     Name="VCXMLDataGeneratorTool"
131     />
132     <Tool
133     Name="VCWebServiceProxyGeneratorTool"
134     />
135     <Tool
136     Name="VCMIDLTool"
137     PreprocessorDefinitions="NDEBUG"
138     MkTypLibCompatible="true"
139     SuppressStartupBanner="true"
140     TargetEnvironment="1"
141 maya 5705 TypeLibraryName="$(OutDir)\$(ProjectName).tlb"
142 maya 3227 HeaderFileName=""
143     />
144     <Tool
145     Name="VCCLCompilerTool"
146 doda 6838 AdditionalOptions="/D&quot;_CRT_SECURE_NO_DEPRECATE&quot;"
147 maya 3227 Optimization="2"
148     InlineFunctionExpansion="2"
149 yutakapon 8316 AdditionalIncludeDirectories="$(SolutionDir)..\teraterm\common;$(SolutionDir)..\libs\openssl\include;$(SolutionDir)..\teraterm\teraterm;$(SolutionDir)..\libs\zlib;$(SolutionDir)matcher;$(SolutionDir)putty"
150 maya 3227 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE"
151     StringPooling="true"
152     RuntimeLibrary="0"
153     EnableFunctionLevelLinking="true"
154     WarningLevel="3"
155     SuppressStartupBanner="true"
156     DebugInformationFormat="3"
157     CompileAs="0"
158     />
159     <Tool
160     Name="VCManagedResourceCompilerTool"
161     />
162     <Tool
163     Name="VCResourceCompilerTool"
164     PreprocessorDefinitions="NDEBUG"
165     Culture="1033"
166 doda 6839 AdditionalIncludeDirectories="$(SolutionDir)..\teraterm\common"
167 maya 3227 />
168     <Tool
169     Name="VCPreLinkEventTool"
170     />
171     <Tool
172     Name="VCLinkerTool"
173 yutakapon 8316 AdditionalDependencies="odbc32.lib odbccp32.lib ws2_32.lib libcrypto.lib zlib.lib ttpcmn.lib dnsapi.lib user32.lib gdi32.lib SHELL32.lib comdlg32.lib advapi32.lib ole32.lib"
174 maya 3227 LinkIncremental="1"
175     SuppressStartupBanner="true"
176 maya 5705 AdditionalLibraryDirectories="$(SolutionDir)..\libs\openssl\out32;$(SolutionDir)..\libs\zlib;$(SolutionDir)..\teraterm\$(ConfigurationName)"
177     ModuleDefinitionFile="$(ProjectName).def"
178 maya 7684 DelayLoadDLLs="dnsapi.dll;user32.dll"
179 maya 3227 GenerateDebugInformation="true"
180     SubSystem="2"
181     BaseAddress="0x12500000"
182 maya 5705 ImportLibrary="$(OutDir)\$(ProjectName).lib"
183 maya 3227 TargetMachine="1"
184     />
185     <Tool
186     Name="VCALinkTool"
187     />
188     <Tool
189     Name="VCManifestTool"
190     />
191     <Tool
192     Name="VCXDCMakeTool"
193     />
194     <Tool
195     Name="VCBscMakeTool"
196     />
197     <Tool
198     Name="VCFxCopTool"
199     />
200     <Tool
201     Name="VCAppVerifierTool"
202     />
203     <Tool
204     Name="VCWebDeploymentTool"
205     />
206     <Tool
207     Name="VCPostBuildEventTool"
208     />
209     </Configuration>
210     </Configurations>
211     <References>
212     </References>
213     <Files>
214 maya 6264 <Filter
215     Name="Header Files"
216     Filter="h"
217 doda 6250 >
218 maya 6264 <File
219     RelativePath="arc4random.h"
220     >
221     </File>
222     <File
223 maya 6386 RelativePath="auth.h"
224 maya 6264 >
225     </File>
226     <File
227 maya 6386 RelativePath="buffer.h"
228 maya 6264 >
229     </File>
230     <File
231 doda 7040 RelativePath="chacha.h"
232 maya 6264 >
233     </File>
234     <File
235 maya 6386 RelativePath="cipher.h"
236 maya 6264 >
237     </File>
238     <File
239 nmaya 9212 RelativePath="cipher-chachapoly.h"
240     >
241     </File>
242     <File
243 doda 8425 RelativePath="..\..\teraterm\common\codeconv.h"
244     >
245     </File>
246     <File
247 nmaya 9210 RelativePath="comp.h"
248     >
249     </File>
250     <File
251 maya 6386 RelativePath="config.h"
252 maya 6264 >
253     </File>
254     <File
255 maya 6386 RelativePath="crypt.h"
256 maya 6264 >
257     </File>
258     <File
259 maya 6386 RelativePath="dns.h"
260 maya 6264 >
261     </File>
262     <File
263     RelativePath="ed25519_blf.h"
264     >
265     </File>
266     <File
267     RelativePath="ed25519_crypto_api.h"
268     >
269     </File>
270     <File
271     RelativePath="ed25519_fe25519.h"
272     >
273     </File>
274     <File
275     RelativePath="ed25519_ge25519.h"
276     >
277     </File>
278     <File
279     RelativePath="ed25519_sc25519.h"
280     >
281     </File>
282     <File
283 doda 6847 RelativePath="fwd-socks.h"
284 maya 6264 >
285     </File>
286     <File
287 doda 6847 RelativePath="fwd.h"
288 doda 6846 >
289     </File>
290     <File
291 maya 6264 RelativePath="fwdui.h"
292     >
293     </File>
294     <File
295 nmaya 9210 RelativePath="hostkey.h"
296     >
297     </File>
298     <File
299 maya 6264 RelativePath="hosts.h"
300     >
301     </File>
302     <File
303     RelativePath="kex.h"
304     >
305     </File>
306     <File
307     RelativePath="key.h"
308     >
309     </File>
310     <File
311     RelativePath="keyfiles.h"
312     >
313     </File>
314     <File
315 nmaya 9210 RelativePath="mac.h"
316     >
317     </File>
318     <File
319 maya 6264 RelativePath="pkt.h"
320     >
321     </File>
322     <File
323 nmaya 9212 RelativePath="poly1305.h"
324     >
325     </File>
326     <File
327 maya 6386 RelativePath="resource.h"
328     >
329     </File>
330     <File
331 maya 6264 RelativePath="sftp.h"
332     >
333     </File>
334     <File
335     RelativePath="ssh.h"
336     >
337     </File>
338     <File
339 nmaya 9210 RelativePath="ssherr.h"
340     >
341     </File>
342     <File
343 doda 6833 RelativePath="ttxssh-version.h"
344     >
345     </File>
346     <File
347 maya 6386 RelativePath="ttxssh.h"
348     >
349     </File>
350     <File
351 maya 6264 RelativePath="util.h"
352     >
353     </File>
354     <File
355     RelativePath="x11util.h"
356     >
357     </File>
358     </Filter>
359     <Filter
360     Name="Source Files"
361 doda 6250 >
362 maya 6264 <File
363     RelativePath="arc4random.c"
364     >
365     </File>
366     <File
367     RelativePath="auth.c"
368     >
369     </File>
370     <File
371     RelativePath="buffer.c"
372     >
373     </File>
374     <File
375 doda 7040 RelativePath="chacha.c"
376     >
377     </File>
378     <File
379 nmaya 9210 RelativePath="cipher.c"
380     >
381     </File>
382     <File
383     RelativePath="cipher-3des1.c"
384     >
385     </File>
386     <File
387 nmaya 9212 RelativePath="cipher-chachapoly-libcrypto.c"
388     >
389     </File>
390     <File
391 maya 6264 RelativePath="cipher-ctr.c"
392     >
393     </File>
394     <File
395 doda 8425 RelativePath="..\..\teraterm\common\codeconv.cpp"
396     >
397     </File>
398     <File
399 nmaya 9210 RelativePath="comp.c"
400     >
401     </File>
402     <File
403 maya 6264 RelativePath="crypt.c"
404     >
405     </File>
406     <File
407 maya 7684 RelativePath="..\..\teraterm\common\dlglib.c"
408     >
409     </File>
410     <File
411     RelativePath="..\..\teraterm\common\dlglib_cpp.cpp"
412     >
413     </File>
414     <File
415     RelativePath="..\..\teraterm\common\dlglib_tmpl.cpp"
416     >
417     </File>
418     <File
419 maya 6264 RelativePath="dns.c"
420     >
421     </File>
422     <File
423     RelativePath="ed25519.c"
424     >
425     </File>
426     <File
427     RelativePath="ed25519_bcrypt_pbkdf.c"
428     >
429     </File>
430     <File
431     RelativePath="ed25519_blocks.c"
432     >
433     </File>
434     <File
435     RelativePath="ed25519_blowfish.c"
436     >
437     </File>
438     <File
439     RelativePath="ed25519_fe25519.c"
440     >
441     </File>
442     <File
443     RelativePath="ed25519_ge25519.c"
444     >
445     </File>
446     <File
447     RelativePath="ed25519_hash.c"
448     >
449     </File>
450     <File
451     RelativePath="ed25519_sc25519.c"
452     >
453     </File>
454     <File
455     RelativePath="ed25519_verify.c"
456     >
457     </File>
458     <File
459 doda 6847 RelativePath="fwd-socks.c"
460 maya 6264 >
461     </File>
462     <File
463 doda 6847 RelativePath="fwd.c"
464 doda 6846 >
465     </File>
466     <File
467 maya 6264 RelativePath="fwdui.c"
468     >
469     </File>
470     <File
471 nmaya 9210 RelativePath="hostkey.c"
472     >
473     </File>
474     <File
475 maya 6264 RelativePath="hosts.c"
476     >
477     </File>
478     <File
479     RelativePath="kex.c"
480     >
481     </File>
482     <File
483     RelativePath="key.c"
484     >
485     </File>
486     <File
487     RelativePath="keyfiles.c"
488     >
489     </File>
490     <File
491 nmaya 9210 RelativePath="mac.c"
492     >
493     </File>
494     <File
495 maya 6264 RelativePath="..\matcher\matcher.c"
496     >
497     </File>
498     <File
499     RelativePath="pkt.c"
500     >
501     </File>
502     <File
503 nmaya 9212 RelativePath="poly1305.c"
504     >
505     </File>
506     <File
507 maya 6264 RelativePath="sftp.c"
508     >
509     </File>
510     <File
511     RelativePath="ssh.c"
512     >
513     </File>
514     <File
515 nmaya 9210 RelativePath="ssherr.c"
516     >
517     </File>
518     <File
519 maya 7684 RelativePath="..\..\teraterm\common\tipwin.cpp"
520 maya 6264 >
521     </File>
522     <File
523 maya 7684 RelativePath="..\..\teraterm\common\ttlib.c"
524 maya 6264 >
525     </File>
526     <File
527 maya 7684 RelativePath="ttxssh.c"
528 maya 6264 >
529     </File>
530     <File
531 maya 7684 RelativePath="util.c"
532 zmatsuo 7561 >
533     </File>
534     <File
535 maya 7684 RelativePath="..\..\teraterm\teraterm\WSAAsyncGetAddrInfo.c"
536 zmatsuo 7561 >
537     </File>
538     <File
539 maya 6264 RelativePath="x11util.c"
540     >
541     </File>
542     </Filter>
543     <Filter
544     Name="Resource Files"
545     Filter="ico;rc"
546 maya 3227 >
547 maya 6264 <File
548     RelativePath="ttsecure.ico"
549     >
550     </File>
551     <File
552 doda 6838 RelativePath="ttsecure_green.ico"
553 maya 6386 >
554     </File>
555     <File
556 maya 6264 RelativePath="ttsecure_yellow.ico"
557     >
558     </File>
559     <File
560 doda 6833 RelativePath="ttxssh-version.rc"
561     >
562     </File>
563     <File
564 maya 6264 RelativePath="ttxssh.rc"
565     >
566     </File>
567     </Filter>
568     <Filter
569     Name="Def File"
570     Filter="def"
571 maya 3227 >
572 maya 6264 <File
573     RelativePath="ttxssh.def"
574     >
575     </File>
576     </Filter>
577 maya 3227 </Files>
578     <Globals>
579     </Globals>
580     </VisualStudioProject>

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26