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 3159 - (hide annotations) (download)
Tue Nov 18 06:24:09 2008 UTC (15 years, 4 months ago) by maya
Original Path: ttssh2/trunk/ttxssh/ttxssh.vcproj
File size: 6776 byte(s)
SSH2 の AES CTR をサポート(yasuhide)
http://jvn.jp/niscc/CPNI-957037/

1 maya 2884 <?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=".\Debug"
20     IntermediateDirectory=".\Debug"
21     ConfigurationType="2"
22     InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
23     UseOfMFC="0"
24     ATLMinimizesCRunTimeLibraryUsage="false"
25     >
26     <Tool
27     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     Name="VCCLCompilerTool"
49     AdditionalOptions="/D&quot;_CRT_SECURE_NO_DEPRECATE&quot;&#x0D;&#x0A;"
50     Optimization="0"
51 maya 3125 AdditionalIncludeDirectories="..\..\teraterm\common;..\openssl\inc32;..\..\teraterm\teraterm;..\zlib;..\matcher;..\putty"
52 maya 2992 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_CRTDBG_MAP_ALLOC"
53 maya 2884 RuntimeLibrary="1"
54     EnableFunctionLevelLinking="true"
55     UsePrecompiledHeader="0"
56     PrecompiledHeaderFile=".\Debug/ttxssh.pch"
57     AssemblerListingLocation=".\Debug/"
58     ObjectFile=".\Debug/"
59     ProgramDataBaseFileName=".\Debug/"
60     BrowseInformation="1"
61     WarningLevel="3"
62     WarnAsError="false"
63     SuppressStartupBanner="true"
64     DebugInformationFormat="4"
65     CompileAs="0"
66     />
67     <Tool
68     Name="VCManagedResourceCompilerTool"
69     />
70     <Tool
71     Name="VCResourceCompilerTool"
72     PreprocessorDefinitions="_DEBUG"
73     Culture="1033"
74     />
75     <Tool
76     Name="VCPreLinkEventTool"
77     />
78     <Tool
79     Name="VCLinkerTool"
80     AdditionalOptions="Version.lib &#x0D;&#x0A;&#x0D;&#x0A;"
81 maya 3125 AdditionalDependencies="odbc32.lib odbccp32.lib ws2_32.lib ..\openssl\out32.dbg\libeay32.lib ..\zlib\projects\visualc6\Win32_LIB_Debug\zlibd.lib ..\..\teraterm\Debug\ttpcmn.lib"
82 maya 2884 OutputFile=".\Debug/ttxssh.dll"
83     LinkIncremental="2"
84     SuppressStartupBanner="true"
85 yutakapon 3085 ModuleDefinitionFile="ttxssh.def"
86 maya 2884 GenerateDebugInformation="true"
87     ProgramDatabaseFile=".\Debug/ttxssh.pdb"
88     GenerateMapFile="true"
89     SubSystem="2"
90     BaseAddress="0x12500000"
91     ImportLibrary=".\Debug/ttxssh.lib"
92     TargetMachine="1"
93     />
94     <Tool
95     Name="VCALinkTool"
96     />
97     <Tool
98     Name="VCManifestTool"
99     />
100     <Tool
101     Name="VCXDCMakeTool"
102     />
103     <Tool
104     Name="VCBscMakeTool"
105     />
106     <Tool
107     Name="VCFxCopTool"
108     />
109     <Tool
110     Name="VCAppVerifierTool"
111     />
112     <Tool
113     Name="VCWebDeploymentTool"
114     />
115     <Tool
116     Name="VCPostBuildEventTool"
117     />
118     </Configuration>
119     <Configuration
120     Name="Release|Win32"
121     OutputDirectory=".\Release"
122     IntermediateDirectory=".\Release"
123     ConfigurationType="2"
124     InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
125     UseOfMFC="0"
126     ATLMinimizesCRunTimeLibraryUsage="false"
127     >
128     <Tool
129     Name="VCPreBuildEventTool"
130     />
131     <Tool
132     Name="VCCustomBuildTool"
133     />
134     <Tool
135     Name="VCXMLDataGeneratorTool"
136     />
137     <Tool
138     Name="VCWebServiceProxyGeneratorTool"
139     />
140     <Tool
141     Name="VCMIDLTool"
142     PreprocessorDefinitions="NDEBUG"
143     MkTypLibCompatible="true"
144     SuppressStartupBanner="true"
145     TargetEnvironment="1"
146     TypeLibraryName=".\Release/ttxssh.tlb"
147     HeaderFileName=""
148     />
149     <Tool
150     Name="VCCLCompilerTool"
151     AdditionalOptions="/D&quot;_CRT_SECURE_NO_DEPRECATE&quot; &#x0D;&#x0A;"
152     Optimization="2"
153     InlineFunctionExpansion="2"
154 maya 3125 AdditionalIncludeDirectories="..\..\teraterm\common;..\openssl\inc32;..\..\teraterm\teraterm;..\zlib;..\matcher;..\putty"
155 maya 2980 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE"
156 maya 2884 StringPooling="true"
157     RuntimeLibrary="0"
158     EnableFunctionLevelLinking="true"
159     UsePrecompiledHeader="0"
160     PrecompiledHeaderFile=".\Release/ttxssh.pch"
161     AssemblerOutput="2"
162     AssemblerListingLocation=".\Release/"
163     ObjectFile=".\Release/"
164     ProgramDataBaseFileName=".\Release/"
165     WarningLevel="3"
166     SuppressStartupBanner="true"
167     DebugInformationFormat="3"
168     CompileAs="0"
169     />
170     <Tool
171     Name="VCManagedResourceCompilerTool"
172     />
173     <Tool
174     Name="VCResourceCompilerTool"
175     PreprocessorDefinitions="NDEBUG"
176     Culture="1033"
177     />
178     <Tool
179     Name="VCPreLinkEventTool"
180     />
181     <Tool
182     Name="VCLinkerTool"
183     AdditionalOptions="Version.lib &#x0D;&#x0A;"
184 maya 3125 AdditionalDependencies="odbc32.lib odbccp32.lib ws2_32.lib ..\openssl\out32\libeay32.lib ..\zlib\projects\visualc6\Win32_LIB_Release\zlib.lib ..\..\teraterm\Release\ttpcmn.lib"
185 maya 2884 OutputFile=".\Release/ttxssh.dll"
186     LinkIncremental="1"
187     SuppressStartupBanner="true"
188 yutakapon 3085 ModuleDefinitionFile="ttxssh.def"
189 maya 2884 GenerateDebugInformation="true"
190     ProgramDatabaseFile=".\Release/ttxssh.pdb"
191     SubSystem="2"
192     BaseAddress="0x12500000"
193     ImportLibrary=".\Release/ttxssh.lib"
194     TargetMachine="1"
195     />
196     <Tool
197     Name="VCALinkTool"
198     />
199     <Tool
200     Name="VCManifestTool"
201     />
202     <Tool
203     Name="VCXDCMakeTool"
204     />
205     <Tool
206     Name="VCBscMakeTool"
207     />
208     <Tool
209     Name="VCFxCopTool"
210     />
211     <Tool
212     Name="VCAppVerifierTool"
213     />
214     <Tool
215     Name="VCWebDeploymentTool"
216     />
217     <Tool
218     Name="VCPostBuildEventTool"
219     />
220     </Configuration>
221     </Configurations>
222     <References>
223     </References>
224     <Files>
225     <File
226     RelativePath="auth.c"
227     >
228     </File>
229     <File
230 maya 3125 RelativePath="buffer.c"
231 maya 2884 >
232     </File>
233     <File
234 maya 3159 RelativePath="cipher-ctr.c"
235     >
236     </File>
237     <File
238 maya 2884 RelativePath="crypt.c"
239     >
240     </File>
241     <File
242     RelativePath="fwd.c"
243     >
244     </File>
245     <File
246     RelativePath="fwdui.c"
247     >
248     </File>
249     <File
250     RelativePath="hosts.c"
251     >
252     </File>
253     <File
254     RelativePath="keyfiles.c"
255     >
256     </File>
257     <File
258     RelativePath="..\matcher\matcher.c"
259     >
260     </File>
261     <File
262     RelativePath="pkt.c"
263     >
264     </File>
265     <File
266 maya 3125 RelativePath="resource.h"
267 maya 2884 >
268     </File>
269     <File
270 maya 3125 RelativePath="sftp.c"
271 yutakapon 3096 >
272     </File>
273     <File
274 maya 2884 RelativePath="ssh.c"
275     >
276     </File>
277     <File
278     RelativePath="ttsecure.ico"
279     >
280     </File>
281     <File
282     RelativePath="ttxssh.c"
283     >
284     </File>
285     <File
286 maya 3125 RelativePath="ttxssh.def"
287 yutakapon 3085 >
288     </File>
289     <File
290 maya 3125 RelativePath="ttxssh.h"
291 maya 2937 >
292     </File>
293     <File
294 maya 2884 RelativePath="ttxssh.rc"
295     >
296     </File>
297     <File
298     RelativePath="util.c"
299     >
300     </File>
301     <File
302 maya 3125 RelativePath="..\..\teraterm\teraterm\WSAAsyncGetAddrInfo.c"
303 maya 2884 >
304     </File>
305     <File
306     RelativePath="x11util.c"
307     >
308     </File>
309     </Files>
310     <Globals>
311     </Globals>
312     </VisualStudioProject>

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