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 2850 - (hide annotations) (download)
Sat Feb 18 07:37:02 2006 UTC (18 years, 1 month ago) by yutakakn
Original Path: ttssh2/trunk/ttxssh/ttxssh.vcproj
File size: 13216 byte(s)
  ・コンパイラを Visual Studio 2005 Standard Edition に切り替えた。
  ・stricmp()を_stricmp()へ置換した
  ・strdup()を_strdup()へ置換した

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

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