Develop and Download Open Source Software

Browse Subversion Repository

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 6835 - (show annotations) (download)
Tue Jul 4 15:01:42 2017 UTC (6 years, 9 months ago) by doda
Original Path: trunk/ttssh2/ttxssh/ttxssh.vcproj
File size: 9708 byte(s)
バージョン番号を ttxssh-version.h で定義しているマクロから取得するように変更

get_file_version() は少なくとも ttxssh では使わないと思うので廃止。
1 <?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 OutputDirectory="$(ProjectDir)$(ConfigurationName)"
20 IntermediateDirectory="$(ConfigurationName)"
21 ConfigurationType="2"
22 UseOfMFC="0"
23 ATLMinimizesCRunTimeLibraryUsage="false"
24 >
25 <Tool
26 Name="VCPreBuildEventTool"
27 CommandLine="&quot;$(OutDir)\puttyrev.exe&quot;"
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="$(OutDir)\$(ProjectName).tlb"
45 HeaderFileName=""
46 />
47 <Tool
48 Name="VCCLCompilerTool"
49 AdditionalOptions="/D&quot;_CRT_SECURE_NO_DEPRECATE&quot;&#x0D;&#x0A;"
50 Optimization="0"
51 AdditionalIncludeDirectories="$(SolutionDir)..\teraterm\common;$(SolutionDir)..\libs\openssl\inc32;$(SolutionDir)..\teraterm\teraterm;$(SolutionDir)..\libs\zlib;$(SolutionDir)matcher;$(SolutionDir)putty"
52 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 />
70 <Tool
71 Name="VCPreLinkEventTool"
72 />
73 <Tool
74 Name="VCLinkerTool"
75 AdditionalDependencies="odbc32.lib odbccp32.lib ws2_32.lib libeay32.lib zlibd.lib ttpcmn.lib dnsapi.lib"
76 LinkIncremental="2"
77 SuppressStartupBanner="true"
78 AdditionalLibraryDirectories="$(SolutionDir)..\libs\openssl\out32.dbg;$(SolutionDir)..\libs\zlib;$(SolutionDir)..\teraterm\$(ConfigurationName)"
79 ModuleDefinitionFile="$(ProjectName).def"
80 DelayLoadDLLs="dnsapi.dll"
81 GenerateDebugInformation="true"
82 GenerateMapFile="true"
83 SubSystem="2"
84 BaseAddress="0x12500000"
85 ImportLibrary="$(OutDir)\$(ProjectName).lib"
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="$(ProjectDir)$(ConfigurationName)"
116 IntermediateDirectory="$(ConfigurationName)"
117 ConfigurationType="2"
118 UseOfMFC="0"
119 ATLMinimizesCRunTimeLibraryUsage="false"
120 >
121 <Tool
122 Name="VCPreBuildEventTool"
123 CommandLine="&quot;$(OutDir)\puttyrev.exe&quot;"
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="$(OutDir)\$(ProjectName).tlb"
141 HeaderFileName=""
142 />
143 <Tool
144 Name="VCCLCompilerTool"
145 AdditionalOptions="/D&quot;_CRT_SECURE_NO_DEPRECATE&quot; &#x0D;&#x0A;"
146 Optimization="2"
147 InlineFunctionExpansion="2"
148 AdditionalIncludeDirectories="$(SolutionDir)..\teraterm\common;$(SolutionDir)..\libs\openssl\inc32;$(SolutionDir)..\teraterm\teraterm;$(SolutionDir)..\libs\zlib;$(SolutionDir)matcher;$(SolutionDir)putty"
149 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE"
150 StringPooling="true"
151 RuntimeLibrary="0"
152 EnableFunctionLevelLinking="true"
153 WarningLevel="3"
154 SuppressStartupBanner="true"
155 DebugInformationFormat="3"
156 CompileAs="0"
157 />
158 <Tool
159 Name="VCManagedResourceCompilerTool"
160 />
161 <Tool
162 Name="VCResourceCompilerTool"
163 PreprocessorDefinitions="NDEBUG"
164 Culture="1033"
165 />
166 <Tool
167 Name="VCPreLinkEventTool"
168 />
169 <Tool
170 Name="VCLinkerTool"
171 AdditionalDependencies="odbc32.lib odbccp32.lib ws2_32.lib libeay32.lib zlib.lib ttpcmn.lib dnsapi.lib"
172 LinkIncremental="1"
173 SuppressStartupBanner="true"
174 AdditionalLibraryDirectories="$(SolutionDir)..\libs\openssl\out32;$(SolutionDir)..\libs\zlib;$(SolutionDir)..\teraterm\$(ConfigurationName)"
175 ModuleDefinitionFile="$(ProjectName).def"
176 DelayLoadDLLs="dnsapi.dll"
177 GenerateDebugInformation="true"
178 SubSystem="2"
179 BaseAddress="0x12500000"
180 ImportLibrary="$(OutDir)\$(ProjectName).lib"
181 TargetMachine="1"
182 />
183 <Tool
184 Name="VCALinkTool"
185 />
186 <Tool
187 Name="VCManifestTool"
188 />
189 <Tool
190 Name="VCXDCMakeTool"
191 />
192 <Tool
193 Name="VCBscMakeTool"
194 />
195 <Tool
196 Name="VCFxCopTool"
197 />
198 <Tool
199 Name="VCAppVerifierTool"
200 />
201 <Tool
202 Name="VCWebDeploymentTool"
203 />
204 <Tool
205 Name="VCPostBuildEventTool"
206 />
207 </Configuration>
208 </Configurations>
209 <References>
210 </References>
211 <Files>
212 <Filter
213 Name="Header Files"
214 Filter="h"
215 >
216 <File
217 RelativePath="arc4random.h"
218 >
219 </File>
220 <File
221 RelativePath="auth.h"
222 >
223 </File>
224 <File
225 RelativePath="buffer.h"
226 >
227 </File>
228 <File
229 RelativePath="chacha_private.h"
230 >
231 </File>
232 <File
233 RelativePath="cipher.h"
234 >
235 </File>
236 <File
237 RelativePath="config.h"
238 >
239 </File>
240 <File
241 RelativePath="crypt.h"
242 >
243 </File>
244 <File
245 RelativePath="dns.h"
246 >
247 </File>
248 <File
249 RelativePath="ed25519_blf.h"
250 >
251 </File>
252 <File
253 RelativePath="ed25519_crypto_api.h"
254 >
255 </File>
256 <File
257 RelativePath="ed25519_fe25519.h"
258 >
259 </File>
260 <File
261 RelativePath="ed25519_ge25519.h"
262 >
263 </File>
264 <File
265 RelativePath="ed25519_sc25519.h"
266 >
267 </File>
268 <File
269 RelativePath="fwd.h"
270 >
271 </File>
272 <File
273 RelativePath="fwdui.h"
274 >
275 </File>
276 <File
277 RelativePath="hosts.h"
278 >
279 </File>
280 <File
281 RelativePath="kex.h"
282 >
283 </File>
284 <File
285 RelativePath="key.h"
286 >
287 </File>
288 <File
289 RelativePath="keyfiles.h"
290 >
291 </File>
292 <File
293 RelativePath="pkt.h"
294 >
295 </File>
296 <File
297 RelativePath="resource.h"
298 >
299 </File>
300 <File
301 RelativePath="sftp.h"
302 >
303 </File>
304 <File
305 RelativePath="ssh.h"
306 >
307 </File>
308 <File
309 RelativePath="ttxssh-version.h"
310 >
311 </File>
312 <File
313 RelativePath="ttxssh.h"
314 >
315 </File>
316 <File
317 RelativePath="util.h"
318 >
319 </File>
320 <File
321 RelativePath="x11util.h"
322 >
323 </File>
324 </Filter>
325 <Filter
326 Name="Source Files"
327 >
328 <File
329 RelativePath="arc4random.c"
330 >
331 </File>
332 <File
333 RelativePath="auth.c"
334 >
335 </File>
336 <File
337 RelativePath="buffer.c"
338 >
339 </File>
340 <File
341 RelativePath="cipher-ctr.c"
342 >
343 </File>
344 <File
345 RelativePath="crypt.c"
346 >
347 </File>
348 <File
349 RelativePath="dns.c"
350 >
351 </File>
352 <File
353 RelativePath="ed25519.c"
354 >
355 </File>
356 <File
357 RelativePath="ed25519_bcrypt_pbkdf.c"
358 >
359 </File>
360 <File
361 RelativePath="ed25519_blocks.c"
362 >
363 </File>
364 <File
365 RelativePath="ed25519_blowfish.c"
366 >
367 </File>
368 <File
369 RelativePath="ed25519_fe25519.c"
370 >
371 </File>
372 <File
373 RelativePath="ed25519_ge25519.c"
374 >
375 </File>
376 <File
377 RelativePath="ed25519_hash.c"
378 >
379 </File>
380 <File
381 RelativePath="ed25519_sc25519.c"
382 >
383 </File>
384 <File
385 RelativePath="ed25519_verify.c"
386 >
387 </File>
388 <File
389 RelativePath="fwd.c"
390 >
391 </File>
392 <File
393 RelativePath="fwdui.c"
394 >
395 </File>
396 <File
397 RelativePath="hosts.c"
398 >
399 </File>
400 <File
401 RelativePath="kex.c"
402 >
403 </File>
404 <File
405 RelativePath="key.c"
406 >
407 </File>
408 <File
409 RelativePath="keyfiles.c"
410 >
411 </File>
412 <File
413 RelativePath="..\matcher\matcher.c"
414 >
415 </File>
416 <File
417 RelativePath="pkt.c"
418 >
419 </File>
420 <File
421 RelativePath="sftp.c"
422 >
423 </File>
424 <File
425 RelativePath="ssh.c"
426 >
427 </File>
428 <File
429 RelativePath="ttxssh.c"
430 >
431 </File>
432 <File
433 RelativePath="util.c"
434 >
435 </File>
436 <File
437 RelativePath="..\..\teraterm\teraterm\WSAAsyncGetAddrInfo.c"
438 >
439 </File>
440 <File
441 RelativePath="x11util.c"
442 >
443 </File>
444 </Filter>
445 <Filter
446 Name="Resource Files"
447 Filter="ico;rc"
448 >
449 <File
450 RelativePath="ttsecure.ico"
451 >
452 </File>
453 <File
454 RelativePath=".\ttsecure_green.ico"
455 >
456 </File>
457 <File
458 RelativePath="ttsecure_yellow.ico"
459 >
460 </File>
461 <File
462 RelativePath="ttxssh-version.rc"
463 >
464 </File>
465 <File
466 RelativePath="ttxssh.rc"
467 >
468 </File>
469 </Filter>
470 <Filter
471 Name="Def File"
472 Filter="def"
473 >
474 <File
475 RelativePath="ttxssh.def"
476 >
477 </File>
478 </Filter>
479 </Files>
480 <Globals>
481 </Globals>
482 </VisualStudioProject>

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