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 2880 - (hide annotations) (download)
Sat Jul 1 04:54:39 2006 UTC (17 years, 9 months ago) by yutakakn
Original Path: ttssh2/trunk/ttxssh/ttxssh.vcproj
File size: 13190 byte(s)
Copyright表記を変更した。

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 yutakakn 2728 AdditionalDependencies="odbc32.lib odbccp32.lib ws2_32.lib"
82     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 yutakakn 2728 AdditionalDependencies="odbc32.lib odbccp32.lib ws2_32.lib"
184     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="..\openssl\out32\libeay32.lib"
374     >
375 yutakakn 2728 </File>
376     <File
377 yutakakn 2850 RelativePath="..\matcher\matcher.c"
378     >
379 yutakakn 2728 <FileConfiguration
380 yutakakn 2850 Name="Debug|Win32"
381     >
382 yutakakn 2728 <Tool
383     Name="VCCLCompilerTool"
384     Optimization="0"
385     AdditionalIncludeDirectories=""
386     PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_CRTDBG_MAP_ALLOC;INET6;$(NoInherit)"
387 yutakakn 2850 BrowseInformation="1"
388     />
389 yutakakn 2728 </FileConfiguration>
390     <FileConfiguration
391 yutakakn 2850 Name="Release|Win32"
392     >
393 yutakakn 2728 <Tool
394     Name="VCCLCompilerTool"
395     AdditionalIncludeDirectories=""
396 yutakakn 2850 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;INET6;$(NoInherit)"
397     />
398 yutakakn 2728 </FileConfiguration>
399     </File>
400     <File
401 yutakakn 2850 RelativePath="pkt.c"
402     >
403 yutakakn 2728 <FileConfiguration
404 yutakakn 2850 Name="Debug|Win32"
405     >
406 yutakakn 2728 <Tool
407     Name="VCCLCompilerTool"
408     Optimization="0"
409     AdditionalIncludeDirectories=""
410     PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_CRTDBG_MAP_ALLOC;INET6;$(NoInherit)"
411 yutakakn 2850 BrowseInformation="1"
412     />
413 yutakakn 2728 </FileConfiguration>
414     <FileConfiguration
415 yutakakn 2850 Name="Release|Win32"
416     >
417 yutakakn 2728 <Tool
418     Name="VCCLCompilerTool"
419     AdditionalIncludeDirectories=""
420 yutakakn 2850 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;INET6;$(NoInherit)"
421     />
422 yutakakn 2728 </FileConfiguration>
423     </File>
424     <File
425 yutakakn 2850 RelativePath=".\resource.h"
426     >
427 yutakakn 2728 </File>
428     <File
429 yutakakn 2850 RelativePath="ssh.c"
430     >
431 yutakakn 2728 <FileConfiguration
432 yutakakn 2850 Name="Debug|Win32"
433     >
434 yutakakn 2728 <Tool
435     Name="VCCLCompilerTool"
436     Optimization="0"
437     AdditionalIncludeDirectories=""
438     PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_CRTDBG_MAP_ALLOC;INET6;$(NoInherit)"
439 yutakakn 2850 BrowseInformation="1"
440     />
441 yutakakn 2728 </FileConfiguration>
442     <FileConfiguration
443 yutakakn 2850 Name="Release|Win32"
444     >
445 yutakakn 2728 <Tool
446     Name="VCCLCompilerTool"
447     AdditionalIncludeDirectories=""
448 yutakakn 2850 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;INET6;$(NoInherit)"
449     />
450 yutakakn 2728 </FileConfiguration>
451     </File>
452     <File
453 yutakakn 2850 RelativePath="ttsecure.ico"
454     >
455 yutakakn 2728 </File>
456     <File
457 yutakakn 2850 RelativePath="ttxssh.c"
458     >
459 yutakakn 2728 <FileConfiguration
460 yutakakn 2850 Name="Debug|Win32"
461     >
462 yutakakn 2728 <Tool
463     Name="VCCLCompilerTool"
464     Optimization="0"
465     AdditionalIncludeDirectories=""
466     PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_CRTDBG_MAP_ALLOC;INET6;$(NoInherit)"
467 yutakakn 2850 BrowseInformation="1"
468     />
469 yutakakn 2728 </FileConfiguration>
470     <FileConfiguration
471 yutakakn 2850 Name="Release|Win32"
472     >
473 yutakakn 2728 <Tool
474     Name="VCCLCompilerTool"
475     AdditionalIncludeDirectories=""
476 yutakakn 2850 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;INET6;$(NoInherit)"
477     />
478 yutakakn 2728 </FileConfiguration>
479     </File>
480     <File
481 yutakakn 2850 RelativePath="ttxssh.rc"
482     >
483 yutakakn 2728 </File>
484     <File
485 yutakakn 2850 RelativePath="util.c"
486     >
487 yutakakn 2728 <FileConfiguration
488 yutakakn 2850 Name="Debug|Win32"
489     >
490 yutakakn 2728 <Tool
491     Name="VCCLCompilerTool"
492     Optimization="0"
493     AdditionalIncludeDirectories=""
494     PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_CRTDBG_MAP_ALLOC;INET6;$(NoInherit)"
495 yutakakn 2850 BrowseInformation="1"
496     />
497 yutakakn 2728 </FileConfiguration>
498     <FileConfiguration
499 yutakakn 2850 Name="Release|Win32"
500     >
501 yutakakn 2728 <Tool
502     Name="VCCLCompilerTool"
503     AdditionalIncludeDirectories=""
504 yutakakn 2850 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;INET6;$(NoInherit)"
505     />
506 yutakakn 2728 </FileConfiguration>
507     </File>
508     <File
509 yutakakn 2850 RelativePath="..\..\teraterm\source\teraterm\WSAAsyncGetAddrInfo.c"
510     >
511 yutakakn 2728 <FileConfiguration
512 yutakakn 2850 Name="Debug|Win32"
513     >
514 yutakakn 2728 <Tool
515     Name="VCCLCompilerTool"
516 yutakakn 2850 ObjectFile="$(IntDir)/$(InputName)1.obj"
517     />
518 yutakakn 2728 </FileConfiguration>
519     <FileConfiguration
520 yutakakn 2850 Name="Release|Win32"
521     >
522 yutakakn 2728 <Tool
523     Name="VCCLCompilerTool"
524 yutakakn 2850 ObjectFile="$(IntDir)/$(InputName)1.obj"
525     />
526 yutakakn 2728 </FileConfiguration>
527     </File>
528     <File
529 yutakakn 2850 RelativePath="x11util.c"
530     >
531 yutakakn 2728 <FileConfiguration
532 yutakakn 2850 Name="Debug|Win32"
533     >
534 yutakakn 2728 <Tool
535     Name="VCCLCompilerTool"
536     Optimization="0"
537     AdditionalIncludeDirectories=""
538     PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_CRTDBG_MAP_ALLOC;INET6;$(NoInherit)"
539 yutakakn 2850 BrowseInformation="1"
540     />
541 yutakakn 2728 </FileConfiguration>
542     <FileConfiguration
543 yutakakn 2850 Name="Release|Win32"
544     >
545 yutakakn 2728 <Tool
546     Name="VCCLCompilerTool"
547     AdditionalIncludeDirectories=""
548 yutakakn 2850 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;INET6;$(NoInherit)"
549     />
550 yutakakn 2728 </FileConfiguration>
551     </File>
552 yutakakn 2839 <File
553 yutakakn 2850 RelativePath="..\zlib\projects\visualc6\Win32_LIB_Release\zlib.lib"
554     >
555 yutakakn 2839 </File>
556 yutakakn 2728 </Files>
557     <Globals>
558     </Globals>
559     </VisualStudioProject>

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