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 5707 - (show annotations) (download)
Wed Nov 19 15:45:30 2014 UTC (9 years, 4 months ago) by maya
Original Path: trunk/ttssh2/ttxssh/ttxssh.vcproj
File size: 7780 byte(s)
r5706 の出力先が間違っているのを修正
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="$(OutDir)\puttyrev.exe"
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 AdditionalOptions="Version.lib &#x0D;&#x0A;&#x0D;&#x0A;"
76 AdditionalDependencies="odbc32.lib odbccp32.lib ws2_32.lib libeay32.lib zlibd.lib ttpcmn.lib dnsapi.lib"
77 LinkIncremental="2"
78 SuppressStartupBanner="true"
79 AdditionalLibraryDirectories="$(SolutionDir)..\libs\openssl\out32.dbg;$(SolutionDir)..\libs\zlib;$(SolutionDir)..\teraterm\$(ConfigurationName)"
80 ModuleDefinitionFile="$(ProjectName).def"
81 DelayLoadDLLs="dnsapi.dll"
82 GenerateDebugInformation="true"
83 GenerateMapFile="true"
84 SubSystem="2"
85 BaseAddress="0x12500000"
86 ImportLibrary="$(OutDir)\$(ProjectName).lib"
87 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 OutputDirectory="$(ProjectDir)$(ConfigurationName)"
117 IntermediateDirectory="$(ConfigurationName)"
118 ConfigurationType="2"
119 UseOfMFC="0"
120 ATLMinimizesCRunTimeLibraryUsage="false"
121 >
122 <Tool
123 Name="VCPreBuildEventTool"
124 CommandLine="$(OutDir)\puttyrev.exe"
125 />
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 TypeLibraryName="$(OutDir)\$(ProjectName).tlb"
142 HeaderFileName=""
143 />
144 <Tool
145 Name="VCCLCompilerTool"
146 AdditionalOptions="/D&quot;_CRT_SECURE_NO_DEPRECATE&quot; &#x0D;&#x0A;"
147 Optimization="2"
148 InlineFunctionExpansion="2"
149 AdditionalIncludeDirectories="$(SolutionDir)..\teraterm\common;$(SolutionDir)..\libs\openssl\inc32;$(SolutionDir)..\teraterm\teraterm;$(SolutionDir)..\libs\zlib;$(SolutionDir)matcher;$(SolutionDir)putty"
150 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 />
167 <Tool
168 Name="VCPreLinkEventTool"
169 />
170 <Tool
171 Name="VCLinkerTool"
172 AdditionalOptions="Version.lib &#x0D;&#x0A;"
173 AdditionalDependencies="odbc32.lib odbccp32.lib ws2_32.lib libeay32.lib zlib.lib ttpcmn.lib dnsapi.lib"
174 LinkIncremental="1"
175 SuppressStartupBanner="true"
176 AdditionalLibraryDirectories="$(SolutionDir)..\libs\openssl\out32;$(SolutionDir)..\libs\zlib;$(SolutionDir)..\teraterm\$(ConfigurationName)"
177 ModuleDefinitionFile="$(ProjectName).def"
178 DelayLoadDLLs="dnsapi.dll"
179 GenerateDebugInformation="true"
180 SubSystem="2"
181 BaseAddress="0x12500000"
182 ImportLibrary="$(OutDir)\$(ProjectName).lib"
183 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 <File
215 RelativePath="auth.c"
216 >
217 </File>
218 <File
219 RelativePath="buffer.c"
220 >
221 </File>
222 <File
223 RelativePath="cipher-ctr.c"
224 >
225 </File>
226 <File
227 RelativePath="crypt.c"
228 >
229 </File>
230 <File
231 RelativePath="dns.c"
232 >
233 </File>
234 <File
235 RelativePath="dns.h"
236 >
237 </File>
238 <File
239 RelativePath=".\ed25519.c"
240 >
241 </File>
242 <File
243 RelativePath=".\ed25519_bcrypt_pbkdf.c"
244 >
245 </File>
246 <File
247 RelativePath=".\ed25519_blocks.c"
248 >
249 </File>
250 <File
251 RelativePath=".\ed25519_blowfish.c"
252 >
253 </File>
254 <File
255 RelativePath=".\ed25519_fe25519.c"
256 >
257 </File>
258 <File
259 RelativePath=".\ed25519_ge25519.c"
260 >
261 </File>
262 <File
263 RelativePath=".\ed25519_hash.c"
264 >
265 </File>
266 <File
267 RelativePath=".\ed25519_sc25519.c"
268 >
269 </File>
270 <File
271 RelativePath=".\ed25519_verify.c"
272 >
273 </File>
274 <File
275 RelativePath="fwd.c"
276 >
277 </File>
278 <File
279 RelativePath="fwdui.c"
280 >
281 </File>
282 <File
283 RelativePath="hosts.c"
284 >
285 </File>
286 <File
287 RelativePath=".\kex.c"
288 >
289 </File>
290 <File
291 RelativePath=".\key.c"
292 >
293 </File>
294 <File
295 RelativePath="keyfiles.c"
296 >
297 </File>
298 <File
299 RelativePath="..\matcher\matcher.c"
300 >
301 </File>
302 <File
303 RelativePath="pkt.c"
304 >
305 </File>
306 <File
307 RelativePath="resource.h"
308 >
309 </File>
310 <File
311 RelativePath="sftp.c"
312 >
313 </File>
314 <File
315 RelativePath="ssh.c"
316 >
317 </File>
318 <File
319 RelativePath="ttsecure.ico"
320 >
321 </File>
322 <File
323 RelativePath=".\ttsecure_yellow.ico"
324 >
325 </File>
326 <File
327 RelativePath="ttxssh.c"
328 >
329 </File>
330 <File
331 RelativePath="ttxssh.def"
332 >
333 </File>
334 <File
335 RelativePath="ttxssh.h"
336 >
337 </File>
338 <File
339 RelativePath="ttxssh.rc"
340 >
341 </File>
342 <File
343 RelativePath="util.c"
344 >
345 </File>
346 <File
347 RelativePath="..\..\teraterm\teraterm\WSAAsyncGetAddrInfo.c"
348 >
349 </File>
350 <File
351 RelativePath="x11util.c"
352 >
353 </File>
354 </Files>
355 <Globals>
356 </Globals>
357 </VisualStudioProject>

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