Clean and tiddy-up files.
[tomato.git] / release / src / router / cyassl / cyassl.vcproj
blob3b9d4671c51cc0e50dda555cdbdfc25c1937b588
1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioProject
3 ProjectType="Visual C++"
4 Version="9.00"
5 Name="cyassl"
6 ProjectGUID="{73973223-5EE8-41CA-8E88-1D60E89A237B}"
7 RootNamespace="cyassl"
8 Keyword="Win32Proj"
9 TargetFrameworkVersion="196613"
11 <Platforms>
12 <Platform
13 Name="Win32"
15 </Platforms>
16 <ToolFiles>
17 </ToolFiles>
18 <Configurations>
19 <Configuration
20 Name="Debug|Win32"
21 OutputDirectory="$(SolutionDir)$(ConfigurationName)"
22 IntermediateDirectory="$(ConfigurationName)"
23 ConfigurationType="4"
24 CharacterSet="1"
26 <Tool
27 Name="VCPreBuildEventTool"
29 <Tool
30 Name="VCCustomBuildTool"
32 <Tool
33 Name="VCXMLDataGeneratorTool"
35 <Tool
36 Name="VCWebServiceProxyGeneratorTool"
38 <Tool
39 Name="VCMIDLTool"
41 <Tool
42 Name="VCCLCompilerTool"
43 Optimization="0"
44 AdditionalIncludeDirectories="ctaocrypt/include;include;include/openssl"
45 PreprocessorDefinitions="OPENSSL_EXTRA;CYASSL_RIPEMD;CYASSL_SHA512"
46 MinimalRebuild="true"
47 BasicRuntimeChecks="3"
48 RuntimeLibrary="3"
49 UsePrecompiledHeader="0"
50 WarningLevel="3"
51 DebugInformationFormat="4"
53 <Tool
54 Name="VCManagedResourceCompilerTool"
56 <Tool
57 Name="VCResourceCompilerTool"
59 <Tool
60 Name="VCPreLinkEventTool"
62 <Tool
63 Name="VCLibrarianTool"
65 <Tool
66 Name="VCALinkTool"
68 <Tool
69 Name="VCXDCMakeTool"
71 <Tool
72 Name="VCBscMakeTool"
74 <Tool
75 Name="VCFxCopTool"
77 <Tool
78 Name="VCPostBuildEventTool"
80 </Configuration>
81 <Configuration
82 Name="Release|Win32"
83 OutputDirectory="$(SolutionDir)$(ConfigurationName)"
84 IntermediateDirectory="$(ConfigurationName)"
85 ConfigurationType="4"
86 CharacterSet="1"
87 WholeProgramOptimization="1"
89 <Tool
90 Name="VCPreBuildEventTool"
92 <Tool
93 Name="VCCustomBuildTool"
95 <Tool
96 Name="VCXMLDataGeneratorTool"
98 <Tool
99 Name="VCWebServiceProxyGeneratorTool"
101 <Tool
102 Name="VCMIDLTool"
104 <Tool
105 Name="VCCLCompilerTool"
106 Optimization="2"
107 EnableIntrinsicFunctions="true"
108 AdditionalIncludeDirectories="ctaocrypt/include;include;include/openssl"
109 PreprocessorDefinitions="OPENSSL_EXTRA;CYASSL_RIPEMD;CYASSL_SHA512"
110 RuntimeLibrary="2"
111 EnableFunctionLevelLinking="true"
112 UsePrecompiledHeader="0"
113 WarningLevel="3"
114 DebugInformationFormat="3"
116 <Tool
117 Name="VCManagedResourceCompilerTool"
119 <Tool
120 Name="VCResourceCompilerTool"
122 <Tool
123 Name="VCPreLinkEventTool"
125 <Tool
126 Name="VCLibrarianTool"
128 <Tool
129 Name="VCALinkTool"
131 <Tool
132 Name="VCXDCMakeTool"
134 <Tool
135 Name="VCBscMakeTool"
137 <Tool
138 Name="VCFxCopTool"
140 <Tool
141 Name="VCPostBuildEventTool"
143 </Configuration>
144 </Configurations>
145 <References>
146 </References>
147 <Files>
148 <Filter
149 Name="Source Files"
150 Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
151 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
153 <File
154 RelativePath=".\ctaocrypt\src\aes.c"
156 </File>
157 <File
158 RelativePath=".\ctaocrypt\src\arc4.c"
160 </File>
161 <File
162 RelativePath=".\ctaocrypt\src\asm.c"
164 </File>
165 <File
166 RelativePath=".\ctaocrypt\src\asn.c"
168 </File>
169 <File
170 RelativePath=".\ctaocrypt\src\coding.c"
172 </File>
173 <File
174 RelativePath=".\src\cyassl_int.c"
176 </File>
177 <File
178 RelativePath=".\src\cyassl_io.c"
180 </File>
181 <File
182 RelativePath=".\ctaocrypt\src\des3.c"
184 </File>
185 <File
186 RelativePath=".\ctaocrypt\src\dh.c"
188 </File>
189 <File
190 RelativePath=".\ctaocrypt\src\dsa.c"
192 </File>
193 <File
194 RelativePath=".\ctaocrypt\src\hc128.c"
196 </File>
197 <File
198 RelativePath=".\ctaocrypt\src\hmac.c"
200 </File>
201 <File
202 RelativePath=".\ctaocrypt\src\integer.c"
204 </File>
205 <File
206 RelativePath=".\src\keys.c"
208 </File>
209 <File
210 RelativePath=".\ctaocrypt\src\md4.c"
212 </File>
213 <File
214 RelativePath=".\ctaocrypt\src\md5.c"
216 </File>
217 <File
218 RelativePath=".\ctaocrypt\src\misc.c"
220 </File>
221 <File
222 RelativePath=".\ctaocrypt\src\pwdbased.c"
224 </File>
225 <File
226 RelativePath=".\ctaocrypt\src\rabbit.c"
228 </File>
229 <File
230 RelativePath=".\ctaocrypt\src\random.c"
232 </File>
233 <File
234 RelativePath=".\ctaocrypt\src\ripemd.c"
236 </File>
237 <File
238 RelativePath=".\ctaocrypt\src\rsa.c"
240 </File>
241 <File
242 RelativePath=".\ctaocrypt\src\sha.c"
244 </File>
245 <File
246 RelativePath=".\ctaocrypt\src\sha256.c"
248 </File>
249 <File
250 RelativePath=".\ctaocrypt\src\sha512.c"
252 </File>
253 <File
254 RelativePath=".\src\ssl.c"
256 </File>
257 <File
258 RelativePath=".\src\tls.c"
260 </File>
261 </Filter>
262 <Filter
263 Name="Header Files"
264 Filter="h;hpp;hxx;hm;inl;inc;xsd"
265 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
267 <File
268 RelativePath=".\ctaocrypt\include\arc4.h"
270 </File>
271 <File
272 RelativePath=".\ctaocrypt\include\asn.h"
274 </File>
275 <File
276 RelativePath=".\ctaocrypt\include\coding.h"
278 </File>
279 <File
280 RelativePath=".\ctaocrypt\include\ctc_aes.h"
282 </File>
283 <File
284 RelativePath=".\ctaocrypt\include\ctc_dh.h"
286 </File>
287 <File
288 RelativePath=".\ctaocrypt\include\ctc_dsa.h"
290 </File>
291 <File
292 RelativePath=".\ctaocrypt\include\ctc_hmac.h"
294 </File>
295 <File
296 RelativePath=".\ctaocrypt\include\ctc_md4.h"
298 </File>
299 <File
300 RelativePath=".\ctaocrypt\include\ctc_md5.h"
302 </File>
303 <File
304 RelativePath=".\ctaocrypt\include\ctc_ripemd.h"
306 </File>
307 <File
308 RelativePath=".\ctaocrypt\include\ctc_rsa.h"
310 </File>
311 <File
312 RelativePath=".\ctaocrypt\include\ctc_sha.h"
314 </File>
315 <File
316 RelativePath=".\include\cyassl_error.h"
318 </File>
319 <File
320 RelativePath=".\include\cyassl_int.h"
322 </File>
323 <File
324 RelativePath=".\ctaocrypt\include\des3.h"
326 </File>
327 <File
328 RelativePath=".\ctaocrypt\include\error.h"
330 </File>
331 <File
332 RelativePath=".\ctaocrypt\include\hc128.h"
334 </File>
335 <File
336 RelativePath=".\ctaocrypt\include\integer.h"
338 </File>
339 <File
340 RelativePath=".\ctaocrypt\include\misc.h"
342 </File>
343 <File
344 RelativePath=".\ctaocrypt\include\pwdbased.h"
346 </File>
347 <File
348 RelativePath=".\ctaocrypt\include\rabbit.h"
350 </File>
351 <File
352 RelativePath=".\ctaocrypt\include\random.h"
354 </File>
355 <File
356 RelativePath=".\ctaocrypt\include\sha256.h"
358 </File>
359 <File
360 RelativePath=".\ctaocrypt\include\tfm.h"
362 </File>
363 <File
364 RelativePath=".\ctaocrypt\include\types.h"
366 </File>
367 </Filter>
368 <Filter
369 Name="Resource Files"
370 Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
371 UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
373 </Filter>
374 </Files>
375 <Globals>
376 </Globals>
377 </VisualStudioProject>