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 2882 - (hide annotations) (download)
Sun Jul 2 17:07:48 2006 UTC (17 years, 9 months ago) by maya
Original Path: ttssh2/trunk/ttxssh/ttxssh.vcproj
File size: 13194 byte(s)
プロジェクトの構成を整理した。

1 yutakakn 2728 <?xml version="1.0" encoding="shift_jis"?>
2     <VisualStudioProject
3     ProjectType="Visual C++"
4 yutakakn 2850 Version="8.00"
5 yutakakn 2728 Name="ttxssh"
6 yutakakn 2850 ProjectGUID="{5638BB89-44E3-4D55-BA98-A01142B4223E}"
7 yutakakn 2728 RootNamespace="ttxssh"
8 yutakakn 2850 >
9 yutakakn 2728 <Platforms>
10     <Platform
11 yutakakn 2850 Name="Win32"
12     />
13 yutakakn 2728 </Platforms>
14 yutakakn 2850 <ToolFiles>
15     </ToolFiles>
16 yutakakn 2728 <Configurations>
17     <Configuration
18     Name="Debug|Win32"
19     OutputDirectory=".\Debug"
20     IntermediateDirectory=".\Debug"
21     ConfigurationType="2"
22 yutakakn 2850 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
23 yutakakn 2728 UseOfMFC="0"
24 yutakakn 2850 ATLMinimizesCRunTimeLibraryUsage="false"
25     >
26 yutakakn 2728 <Tool
27 yutakakn 2850 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/ttxssh.tlb"
45     HeaderFileName=""
46     />
47     <Tool
48 yutakakn 2728 Name="VCCLCompilerTool"
49 yutakakn 2850 AdditionalOptions="/D&quot;_CRT_SECURE_NO_DEPRECATE&quot;&#x0D;&#x0A;"
50 yutakakn 2728 Optimization="0"
51     AdditionalIncludeDirectories="..\..\Teraterm\source\common;..\openssl\inc32;..\..\Teraterm\source\teraterm;..\zlib;..\matcher"
52 yutakakn 2850 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_CRTDBG_MAP_ALLOC;INET6;_CRT_SECURE_NO_DEPRECATE"
53 yutakakn 2851 RuntimeLibrary="1"
54 yutakakn 2880 EnableFunctionLevelLinking="true"
55 yutakakn 2850 UsePrecompiledHeader="0"
56 yutakakn 2728 PrecompiledHeaderFile=".\Debug/ttxssh.pch"
57     AssemblerListingLocation=".\Debug/"
58     ObjectFile=".\Debug/"
59     ProgramDataBaseFileName=".\Debug/"
60     BrowseInformation="1"
61     WarningLevel="3"
62 yutakakn 2850 WarnAsError="false"
63     SuppressStartupBanner="true"
64 yutakakn 2728 DebugInformationFormat="4"
65 yutakakn 2850 CompileAs="0"
66     />
67 yutakakn 2728 <Tool
68 yutakakn 2850 Name="VCManagedResourceCompilerTool"
69     />
70 yutakakn 2728 <Tool
71 yutakakn 2850 Name="VCResourceCompilerTool"
72     PreprocessorDefinitions="_DEBUG"
73     Culture="1033"
74     />
75     <Tool
76     Name="VCPreLinkEventTool"
77     />
78     <Tool
79 yutakakn 2728 Name="VCLinkerTool"
80 yutakakn 2851 AdditionalOptions="Version.lib &#x0D;&#x0A;&#x0D;&#x0A;"
81 maya 2882 AdditionalDependencies="odbc32.lib odbccp32.lib ws2_32.lib ..\openssl\out32.dbg\libeay32.lib ..\zlib\projects\visualc6\Win32_LIB_Debug\zlibd.lib"
82 yutakakn 2728 OutputFile=".\Debug/ttxssh.dll"
83     LinkIncremental="1"
84 yutakakn 2850 SuppressStartupBanner="true"
85     GenerateDebugInformation="true"
86 yutakakn 2728 ProgramDatabaseFile=".\Debug/ttxssh.pdb"
87 yutakakn 2850 GenerateMapFile="true"
88 yutakakn 2728 SubSystem="2"
89     BaseAddress="0x12500000"
90     ImportLibrary=".\Debug/ttxssh.lib"
91 yutakakn 2850 TargetMachine="1"
92     />
93 yutakakn 2728 <Tool
94 yutakakn 2850 Name="VCALinkTool"
95     />
96 yutakakn 2728 <Tool
97 yutakakn 2850 Name="VCManifestTool"
98     />
99 yutakakn 2728 <Tool
100 yutakakn 2850 Name="VCXDCMakeTool"
101     />
102 yutakakn 2728 <Tool
103 yutakakn 2850 Name="VCBscMakeTool"
104     />
105 yutakakn 2728 <Tool
106 yutakakn 2850 Name="VCFxCopTool"
107     />
108 yutakakn 2728 <Tool
109 yutakakn 2850 Name="VCAppVerifierTool"
110     />
111 yutakakn 2728 <Tool
112 yutakakn 2850 Name="VCWebDeploymentTool"
113     />
114 yutakakn 2728 <Tool
115 yutakakn 2850 Name="VCPostBuildEventTool"
116     />
117 yutakakn 2728 </Configuration>
118     <Configuration
119     Name="Release|Win32"
120     OutputDirectory=".\Release"
121     IntermediateDirectory=".\Release"
122     ConfigurationType="2"
123 yutakakn 2850 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
124 yutakakn 2728 UseOfMFC="0"
125 yutakakn 2850 ATLMinimizesCRunTimeLibraryUsage="false"
126     >
127 yutakakn 2728 <Tool
128 yutakakn 2850 Name="VCPreBuildEventTool"
129     />
130     <Tool
131     Name="VCCustomBuildTool"
132     />
133     <Tool
134     Name="VCXMLDataGeneratorTool"
135     />
136     <Tool
137     Name="VCWebServiceProxyGeneratorTool"
138     />
139     <Tool
140     Name="VCMIDLTool"
141     PreprocessorDefinitions="NDEBUG"
142     MkTypLibCompatible="true"
143     SuppressStartupBanner="true"
144     TargetEnvironment="1"
145     TypeLibraryName=".\Release/ttxssh.tlb"
146     HeaderFileName=""
147     />
148     <Tool
149 yutakakn 2728 Name="VCCLCompilerTool"
150 yutakakn 2850 AdditionalOptions="/D&quot;_CRT_SECURE_NO_DEPRECATE&quot; &#x0D;&#x0A;"
151 yutakakn 2728 Optimization="2"
152     InlineFunctionExpansion="2"
153     AdditionalIncludeDirectories="..\..\Teraterm\source\common,..\openssl\inc32,..\..\Teraterm\source\teraterm,..\zlib,..\matcher"
154 yutakakn 2850 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;INET6;_CRT_SECURE_NO_DEPRECATE"
155     StringPooling="true"
156 yutakakn 2851 RuntimeLibrary="0"
157 yutakakn 2850 EnableFunctionLevelLinking="true"
158     UsePrecompiledHeader="0"
159 yutakakn 2728 PrecompiledHeaderFile=".\Release/ttxssh.pch"
160     AssemblerOutput="2"
161     AssemblerListingLocation=".\Release/"
162     ObjectFile=".\Release/"
163     ProgramDataBaseFileName=".\Release/"
164     WarningLevel="3"
165 yutakakn 2850 SuppressStartupBanner="true"
166 yutakakn 2728 DebugInformationFormat="3"
167 yutakakn 2850 CompileAs="0"
168     />
169 yutakakn 2728 <Tool
170 yutakakn 2850 Name="VCManagedResourceCompilerTool"
171     />
172 yutakakn 2728 <Tool
173 yutakakn 2850 Name="VCResourceCompilerTool"
174     PreprocessorDefinitions="NDEBUG"
175     Culture="1033"
176     />
177     <Tool
178     Name="VCPreLinkEventTool"
179     />
180     <Tool
181 yutakakn 2728 Name="VCLinkerTool"
182 yutakakn 2851 AdditionalOptions="Version.lib &#x0D;&#x0A;"
183 maya 2882 AdditionalDependencies="odbc32.lib odbccp32.lib ws2_32.lib ..\openssl\out32\libeay32.lib ..\zlib\projects\visualc6\Win32_LIB_Release\zlib.lib"
184 yutakakn 2728 OutputFile=".\Release/ttxssh.dll"
185     LinkIncremental="1"
186 yutakakn 2850 SuppressStartupBanner="true"
187     GenerateDebugInformation="true"
188 yutakakn 2728 ProgramDatabaseFile=".\Release/ttxssh.pdb"
189     SubSystem="2"
190     BaseAddress="0x12500000"
191     ImportLibrary=".\Release/ttxssh.lib"
192 yutakakn 2850 TargetMachine="1"
193     />
194 yutakakn 2728 <Tool
195 yutakakn 2850 Name="VCALinkTool"
196     />
197 yutakakn 2728 <Tool
198 yutakakn 2850 Name="VCManifestTool"
199     />
200 yutakakn 2728 <Tool
201 yutakakn 2850 Name="VCXDCMakeTool"
202     />
203 yutakakn 2728 <Tool
204 yutakakn 2850 Name="VCBscMakeTool"
205     />
206 yutakakn 2728 <Tool
207 yutakakn 2850 Name="VCFxCopTool"
208     />
209 yutakakn 2728 <Tool
210 yutakakn 2850 Name="VCAppVerifierTool"
211     />
212 yutakakn 2728 <Tool
213 yutakakn 2850 Name="VCWebDeploymentTool"
214     />
215 yutakakn 2728 <Tool
216 yutakakn 2850 Name="VCPostBuildEventTool"
217     />
218 yutakakn 2728 </Configuration>
219     </Configurations>
220     <References>
221     </References>
222     <Files>
223     <File
224 yutakakn 2850 RelativePath="auth.c"
225     >
226 yutakakn 2728 <FileConfiguration
227 yutakakn 2850 Name="Debug|Win32"
228     >
229 yutakakn 2728 <Tool
230     Name="VCCLCompilerTool"
231     Optimization="0"
232     AdditionalIncludeDirectories=""
233     PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_CRTDBG_MAP_ALLOC;INET6;$(NoInherit)"
234 yutakakn 2850 BrowseInformation="1"
235     />
236 yutakakn 2728 </FileConfiguration>
237     <FileConfiguration
238 yutakakn 2850 Name="Release|Win32"
239     >
240 yutakakn 2728 <Tool
241     Name="VCCLCompilerTool"
242     AdditionalIncludeDirectories=""
243 yutakakn 2850 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;INET6;$(NoInherit)"
244     />
245 yutakakn 2728 </FileConfiguration>
246     </File>
247     <File
248 yutakakn 2850 RelativePath=".\buffer.c"
249     >
250 yutakakn 2728 </File>
251     <File
252 yutakakn 2850 RelativePath="crypt.c"
253     >
254 yutakakn 2728 <FileConfiguration
255 yutakakn 2850 Name="Debug|Win32"
256     >
257 yutakakn 2728 <Tool
258     Name="VCCLCompilerTool"
259     Optimization="0"
260     AdditionalIncludeDirectories=""
261     PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_CRTDBG_MAP_ALLOC;INET6;$(NoInherit)"
262 yutakakn 2850 BrowseInformation="1"
263     />
264 yutakakn 2728 </FileConfiguration>
265     <FileConfiguration
266 yutakakn 2850 Name="Release|Win32"
267     >
268 yutakakn 2728 <Tool
269     Name="VCCLCompilerTool"
270     AdditionalIncludeDirectories=""
271 yutakakn 2850 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;INET6;$(NoInherit)"
272     />
273 yutakakn 2728 </FileConfiguration>
274     </File>
275     <File
276 yutakakn 2850 RelativePath="fwd.c"
277     >
278 yutakakn 2728 <FileConfiguration
279 yutakakn 2850 Name="Debug|Win32"
280     >
281 yutakakn 2728 <Tool
282     Name="VCCLCompilerTool"
283     Optimization="0"
284     AdditionalIncludeDirectories=""
285     PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_CRTDBG_MAP_ALLOC;INET6;$(NoInherit)"
286 yutakakn 2850 BrowseInformation="1"
287     />
288 yutakakn 2728 </FileConfiguration>
289     <FileConfiguration
290 yutakakn 2850 Name="Release|Win32"
291     >
292 yutakakn 2728 <Tool
293     Name="VCCLCompilerTool"
294     AdditionalIncludeDirectories=""
295 yutakakn 2850 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;INET6;$(NoInherit)"
296     />
297 yutakakn 2728 </FileConfiguration>
298     </File>
299     <File
300 yutakakn 2850 RelativePath="fwdui.c"
301     >
302 yutakakn 2728 <FileConfiguration
303 yutakakn 2850 Name="Debug|Win32"
304     >
305 yutakakn 2728 <Tool
306     Name="VCCLCompilerTool"
307     Optimization="0"
308     AdditionalIncludeDirectories=""
309     PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_CRTDBG_MAP_ALLOC;INET6;$(NoInherit)"
310 yutakakn 2850 BrowseInformation="1"
311     />
312 yutakakn 2728 </FileConfiguration>
313     <FileConfiguration
314 yutakakn 2850 Name="Release|Win32"
315     >
316 yutakakn 2728 <Tool
317     Name="VCCLCompilerTool"
318     AdditionalIncludeDirectories=""
319 yutakakn 2850 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;INET6;$(NoInherit)"
320     />
321 yutakakn 2728 </FileConfiguration>
322     </File>
323     <File
324 yutakakn 2850 RelativePath="hosts.c"
325     >
326 yutakakn 2728 <FileConfiguration
327 yutakakn 2850 Name="Debug|Win32"
328     >
329 yutakakn 2728 <Tool
330     Name="VCCLCompilerTool"
331     Optimization="0"
332     AdditionalIncludeDirectories=""
333     PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_CRTDBG_MAP_ALLOC;INET6;$(NoInherit)"
334 yutakakn 2850 BrowseInformation="1"
335     />
336 yutakakn 2728 </FileConfiguration>
337     <FileConfiguration
338 yutakakn 2850 Name="Release|Win32"
339     >
340 yutakakn 2728 <Tool
341     Name="VCCLCompilerTool"
342     Optimization="0"
343     AdditionalIncludeDirectories=""
344 yutakakn 2850 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;INET6;$(NoInherit)"
345     />
346 yutakakn 2728 </FileConfiguration>
347     </File>
348     <File
349 yutakakn 2850 RelativePath="keyfiles.c"
350     >
351 yutakakn 2728 <FileConfiguration
352 yutakakn 2850 Name="Debug|Win32"
353     >
354 yutakakn 2728 <Tool
355     Name="VCCLCompilerTool"
356     Optimization="0"
357     AdditionalIncludeDirectories=""
358     PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_CRTDBG_MAP_ALLOC;INET6;$(NoInherit)"
359 yutakakn 2850 BrowseInformation="1"
360     />
361 yutakakn 2728 </FileConfiguration>
362     <FileConfiguration
363 yutakakn 2850 Name="Release|Win32"
364     >
365 yutakakn 2728 <Tool
366     Name="VCCLCompilerTool"
367     AdditionalIncludeDirectories=""
368 yutakakn 2850 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;INET6;$(NoInherit)"
369     />
370 yutakakn 2728 </FileConfiguration>
371     </File>
372     <File
373 yutakakn 2850 RelativePath="..\matcher\matcher.c"
374     >
375 yutakakn 2728 <FileConfiguration
376 yutakakn 2850 Name="Debug|Win32"
377     >
378 yutakakn 2728 <Tool
379     Name="VCCLCompilerTool"
380     Optimization="0"
381     AdditionalIncludeDirectories=""
382     PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_CRTDBG_MAP_ALLOC;INET6;$(NoInherit)"
383 yutakakn 2850 BrowseInformation="1"
384     />
385 yutakakn 2728 </FileConfiguration>
386     <FileConfiguration
387 yutakakn 2850 Name="Release|Win32"
388     >
389 yutakakn 2728 <Tool
390     Name="VCCLCompilerTool"
391     AdditionalIncludeDirectories=""
392 yutakakn 2850 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;INET6;$(NoInherit)"
393     />
394 yutakakn 2728 </FileConfiguration>
395     </File>
396     <File
397 yutakakn 2850 RelativePath="pkt.c"
398     >
399 yutakakn 2728 <FileConfiguration
400 yutakakn 2850 Name="Debug|Win32"
401     >
402 yutakakn 2728 <Tool
403     Name="VCCLCompilerTool"
404     Optimization="0"
405     AdditionalIncludeDirectories=""
406     PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_CRTDBG_MAP_ALLOC;INET6;$(NoInherit)"
407 yutakakn 2850 BrowseInformation="1"
408     />
409 yutakakn 2728 </FileConfiguration>
410     <FileConfiguration
411 yutakakn 2850 Name="Release|Win32"
412     >
413 yutakakn 2728 <Tool
414     Name="VCCLCompilerTool"
415     AdditionalIncludeDirectories=""
416 yutakakn 2850 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;INET6;$(NoInherit)"
417     />
418 yutakakn 2728 </FileConfiguration>
419     </File>
420     <File
421 yutakakn 2850 RelativePath=".\resource.h"
422     >
423 yutakakn 2728 </File>
424     <File
425 yutakakn 2850 RelativePath="ssh.c"
426     >
427 yutakakn 2728 <FileConfiguration
428 yutakakn 2850 Name="Debug|Win32"
429     >
430 yutakakn 2728 <Tool
431     Name="VCCLCompilerTool"
432     Optimization="0"
433     AdditionalIncludeDirectories=""
434     PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_CRTDBG_MAP_ALLOC;INET6;$(NoInherit)"
435 yutakakn 2850 BrowseInformation="1"
436     />
437 yutakakn 2728 </FileConfiguration>
438     <FileConfiguration
439 yutakakn 2850 Name="Release|Win32"
440     >
441 yutakakn 2728 <Tool
442     Name="VCCLCompilerTool"
443     AdditionalIncludeDirectories=""
444 yutakakn 2850 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;INET6;$(NoInherit)"
445     />
446 yutakakn 2728 </FileConfiguration>
447     </File>
448     <File
449 yutakakn 2850 RelativePath="ttsecure.ico"
450     >
451 yutakakn 2728 </File>
452     <File
453 yutakakn 2850 RelativePath="ttxssh.c"
454     >
455 yutakakn 2728 <FileConfiguration
456 yutakakn 2850 Name="Debug|Win32"
457     >
458 yutakakn 2728 <Tool
459     Name="VCCLCompilerTool"
460     Optimization="0"
461     AdditionalIncludeDirectories=""
462     PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_CRTDBG_MAP_ALLOC;INET6;$(NoInherit)"
463 yutakakn 2850 BrowseInformation="1"
464     />
465 yutakakn 2728 </FileConfiguration>
466     <FileConfiguration
467 yutakakn 2850 Name="Release|Win32"
468     >
469 yutakakn 2728 <Tool
470     Name="VCCLCompilerTool"
471     AdditionalIncludeDirectories=""
472 yutakakn 2850 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;INET6;$(NoInherit)"
473     />
474 yutakakn 2728 </FileConfiguration>
475     </File>
476     <File
477 yutakakn 2850 RelativePath="ttxssh.rc"
478     >
479 yutakakn 2728 </File>
480     <File
481 yutakakn 2850 RelativePath="util.c"
482     >
483 yutakakn 2728 <FileConfiguration
484 yutakakn 2850 Name="Debug|Win32"
485     >
486 yutakakn 2728 <Tool
487     Name="VCCLCompilerTool"
488     Optimization="0"
489     AdditionalIncludeDirectories=""
490     PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_CRTDBG_MAP_ALLOC;INET6;$(NoInherit)"
491 yutakakn 2850 BrowseInformation="1"
492     />
493 yutakakn 2728 </FileConfiguration>
494     <FileConfiguration
495 yutakakn 2850 Name="Release|Win32"
496     >
497 yutakakn 2728 <Tool
498     Name="VCCLCompilerTool"
499     AdditionalIncludeDirectories=""
500 yutakakn 2850 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;INET6;$(NoInherit)"
501     />
502 yutakakn 2728 </FileConfiguration>
503     </File>
504     <File
505 yutakakn 2850 RelativePath="..\..\teraterm\source\teraterm\WSAAsyncGetAddrInfo.c"
506     >
507 yutakakn 2728 <FileConfiguration
508 yutakakn 2850 Name="Debug|Win32"
509     >
510 yutakakn 2728 <Tool
511     Name="VCCLCompilerTool"
512 yutakakn 2850 ObjectFile="$(IntDir)/$(InputName)1.obj"
513     />
514 yutakakn 2728 </FileConfiguration>
515     <FileConfiguration
516 yutakakn 2850 Name="Release|Win32"
517     >
518 yutakakn 2728 <Tool
519     Name="VCCLCompilerTool"
520 yutakakn 2850 ObjectFile="$(IntDir)/$(InputName)1.obj"
521     />
522 yutakakn 2728 </FileConfiguration>
523     </File>
524     <File
525 yutakakn 2850 RelativePath="x11util.c"
526     >
527 yutakakn 2728 <FileConfiguration
528 yutakakn 2850 Name="Debug|Win32"
529     >
530 yutakakn 2728 <Tool
531     Name="VCCLCompilerTool"
532     Optimization="0"
533     AdditionalIncludeDirectories=""
534     PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_CRTDBG_MAP_ALLOC;INET6;$(NoInherit)"
535 yutakakn 2850 BrowseInformation="1"
536     />
537 yutakakn 2728 </FileConfiguration>
538     <FileConfiguration
539 yutakakn 2850 Name="Release|Win32"
540     >
541 yutakakn 2728 <Tool
542     Name="VCCLCompilerTool"
543     AdditionalIncludeDirectories=""
544 yutakakn 2850 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;INET6;$(NoInherit)"
545     />
546 yutakakn 2728 </FileConfiguration>
547     </File>
548     </Files>
549     <Globals>
550     </Globals>
551     </VisualStudioProject>

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