1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3	ProjectType="Visual C++"
4	Version="9.00"
5	Name="wolfssl"
6	ProjectGUID="{73973223-5EE8-41CA-8E88-1D60E89A237B}"
7	RootNamespace="wolfssl"
8	Keyword="Win32Proj"
9	TargetFrameworkVersion="196613"
10	>
11	<Platforms>
12		<Platform
13			Name="Win32"
14		/>
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"
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			/>
41			<Tool
42				Name="VCCLCompilerTool"
43				Optimization="0"
44				AdditionalIncludeDirectories="./;./IDE/WIN"
45				PreprocessorDefinitions="WOLFSSL_LIB;WOLFSSL_USER_SETTINGS;CYASSL_USER_SETTINGS"
46				MinimalRebuild="true"
47				BasicRuntimeChecks="3"
48				RuntimeLibrary="3"
49				UsePrecompiledHeader="0"
50				WarningLevel="4"
51				DebugInformationFormat="4"
52				DisableSpecificWarnings="4206,4214,4706"
53			/>
54			<Tool
55				Name="VCManagedResourceCompilerTool"
56			/>
57			<Tool
58				Name="VCResourceCompilerTool"
59			/>
60			<Tool
61				Name="VCPreLinkEventTool"
62			/>
63			<Tool
64				Name="VCLibrarianTool"
65			/>
66			<Tool
67				Name="VCALinkTool"
68			/>
69			<Tool
70				Name="VCXDCMakeTool"
71			/>
72			<Tool
73				Name="VCBscMakeTool"
74			/>
75			<Tool
76				Name="VCFxCopTool"
77			/>
78			<Tool
79				Name="VCPostBuildEventTool"
80			/>
81		</Configuration>
82		<Configuration
83			Name="Release|Win32"
84			OutputDirectory="$(SolutionDir)$(ConfigurationName)"
85			IntermediateDirectory="$(ConfigurationName)"
86			ConfigurationType="4"
87			CharacterSet="1"
88			WholeProgramOptimization="1"
89			>
90			<Tool
91				Name="VCPreBuildEventTool"
92			/>
93			<Tool
94				Name="VCCustomBuildTool"
95			/>
96			<Tool
97				Name="VCXMLDataGeneratorTool"
98			/>
99			<Tool
100				Name="VCWebServiceProxyGeneratorTool"
101			/>
102			<Tool
103				Name="VCMIDLTool"
104			/>
105			<Tool
106				Name="VCCLCompilerTool"
107				Optimization="2"
108				EnableIntrinsicFunctions="true"
109				AdditionalIncludeDirectories="./;./IDE/WIN"
110				PreprocessorDefinitions="WOLFSSL_LIB;WOLFSSL_USER_SETTINGS;CYASSL_USER_SETTINGS"
111				RuntimeLibrary="2"
112				EnableFunctionLevelLinking="true"
113				UsePrecompiledHeader="0"
114				WarningLevel="3"
115				DebugInformationFormat="3"
116			/>
117			<Tool
118				Name="VCManagedResourceCompilerTool"
119			/>
120			<Tool
121				Name="VCResourceCompilerTool"
122			/>
123			<Tool
124				Name="VCPreLinkEventTool"
125			/>
126			<Tool
127				Name="VCLibrarianTool"
128			/>
129			<Tool
130				Name="VCALinkTool"
131			/>
132			<Tool
133				Name="VCXDCMakeTool"
134			/>
135			<Tool
136				Name="VCBscMakeTool"
137			/>
138			<Tool
139				Name="VCFxCopTool"
140			/>
141			<Tool
142				Name="VCPostBuildEventTool"
143			/>
144		</Configuration>
145	</Configurations>
146	<References>
147	</References>
148	<Files>
149		<Filter
150			Name="Source Files"
151			Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
152			UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
153			>
154			<File
155				RelativePath=".\src\crl.c"
156				>
157			</File>
158			<File
159				RelativePath=".\src\internal.c"
160				>
161			</File>
162			<File
163				RelativePath=".\src\keys.c"
164				>
165			</File>
166			<File
167				RelativePath=".\src\ocsp.c"
168				>
169			</File>
170			<File
171				RelativePath=".\src\ssl.c"
172				>
173			</File>
174			<File
175				RelativePath=".\src\tls.c"
176				>
177			</File>
178			<File
179				RelativePath=".\src\tls13.c"
180				>
181			</File>
182			<File
183				RelativePath=".\src\wolfio.c"
184				>
185			</File>
186			<File
187				RelativePath=".\wolfcrypt\src\aes.c"
188				>
189			</File>
190			<File
191				RelativePath=".\wolfcrypt\src\aes_asm.asm"
192				>
193			</File>
194			<File
195				RelativePath=".\wolfcrypt\src\arc4.c"
196				>
197			</File>
198			<File
199				RelativePath=".\wolfcrypt\src\asn.c"
200				>
201			</File>
202			<File
203				RelativePath=".\wolfcrypt\src\blake2b.c"
204				>
205			</File>
206			<File
207				RelativePath=".\wolfcrypt\src\blake2s.c"
208				>
209			</File>
210			<File
211				RelativePath=".\wolfcrypt\src\camellia.c"
212				>
213			</File>
214			<File
215				RelativePath=".\wolfcrypt\src\coding.c"
216				>
217			</File>
218			<File
219				RelativePath=".\wolfcrypt\src\chacha.c"
220				>
221			</File>
222			<File
223				RelativePath=".\wolfcrypt\src\chacha20_poly1305.c"
224				>
225			</File>
226			<File
227				RelativePath=".\wolfcrypt\src\des3.c"
228				>
229			</File>
230			<File
231				RelativePath=".\wolfcrypt\src\dh.c"
232				>
233			</File>
234			<File
235				RelativePath=".\wolfcrypt\src\dsa.c"
236				>
237			</File>
238			<File
239				RelativePath=".\wolfcrypt\src\ecc.c"
240				>
241			</File>
242			<File
243				RelativePath=".\wolfcrypt\src\error.c"
244				>
245			</File>
246			<File
247				RelativePath=".\wolfcrypt\src\fe_low_mem.c"
248				>
249			</File>
250			<File
251				RelativePath=".\wolfcrypt\src\fe_operations.c"
252				>
253			</File>
254			<File
255				RelativePath=".\wolfcrypt\src\ge_low_mem.c"
256				>
257			</File>
258			<File
259				RelativePath=".\wolfcrypt\src\ge_operations.c"
260				>
261			</File>
262			<File
263				RelativePath=".\wolfcrypt\src\hash.c"
264				>
265			</File>
266			<File
267				RelativePath=".\wolfcrypt\src\hc128.c"
268				>
269			</File>
270			<File
271				RelativePath=".\wolfcrypt\src\hmac.c"
272				>
273			</File>
274			<File
275				RelativePath=".\wolfcrypt\src\integer.c"
276				>
277			</File>
278			<File
279				RelativePath=".\wolfcrypt\src\logging.c"
280				>
281			</File>
282			<File
283				RelativePath=".\wolfcrypt\src\md2.c"
284				>
285			</File>
286			<File
287				RelativePath=".\wolfcrypt\src\md4.c"
288				>
289			</File>
290			<File
291				RelativePath=".\wolfcrypt\src\md5.c"
292				>
293			</File>
294			<File
295				RelativePath=".\wolfcrypt\src\memory.c"
296				>
297			</File>
298			<File
299				RelativePath=".\wolfcrypt\src\pkcs7.c"
300				>
301			</File>
302			<File
303				RelativePath=".\wolfcrypt\src\pkcs12.c"
304				>
305			</File>
306			<File
307				RelativePath=".\wolfcrypt\src\poly1305.c"
308				>
309			</File>
310			<File
311				RelativePath=".\wolfcrypt\src\pwdbased.c"
312				>
313			</File>
314			<File
315				RelativePath=".\wolfcrypt\src\rabbit.c"
316				>
317			</File>
318			<File
319				RelativePath=".\wolfcrypt\src\random.c"
320				>
321			</File>
322			<File
323				RelativePath=".\wolfcrypt\src\rc2.c"
324				>
325			</File>
326			<File
327				RelativePath=".\wolfcrypt\src\ripemd.c"
328				>
329			</File>
330			<File
331				RelativePath=".\wolfcrypt\src\rsa.c"
332				>
333			</File>
334			<File
335				RelativePath=".\wolfcrypt\src\sha.c"
336				>
337			</File>
338			<File
339				RelativePath=".\wolfcrypt\src\sha256.c"
340				>
341			</File>
342			<File
343				RelativePath=".\wolfcrypt\src\sha512.c"
344				>
345			</File>
346			<File
347				RelativePath=".\wolfcrypt\src\sp_c32.c"
348				>
349			</File>
350			<File
351				RelativePath=".\wolfcrypt\src\sp_c64.c"
352				>
353			</File>
354			<File
355				RelativePath=".\wolfcrypt\src\sp_int.c"
356				>
357			</File>
358			<File
359				RelativePath=".\wolfcrypt\src\sp_x86_64.c"
360				>
361			</File>
362			<File
363				RelativePath=".\wolfcrypt\src\sp_x86_64_asm.asm"
364				>
365			</File>
366			<File
367				RelativePath=".\wolfcrypt\src\signature.c"
368				>
369			</File>
370			<File
371				RelativePath=".\wolfcrypt\src\tfm.c"
372				>
373			</File>
374			<File
375				RelativePath=".\wolfcrypt\src\wc_encrypt.c"
376				>
377			</File>
378			<File
379				RelativePath=".\wolfcrypt\src\wc_pkcs11.c"
380				>
381			</File>
382			<File
383				RelativePath=".\wolfcrypt\src\wc_port.c"
384				>
385			</File>
386			<File
387				RelativePath=".\wolfcrypt\src\wolfmath.c"
388				>
389			</File>
390			<File
391				RelativePath=".\wolfcrypt\src\wolfevent.c"
392				>
393			</File>
394		</Filter>
395		<Filter
396			Name="Header Files"
397			Filter="h;hpp;hxx;hm;inl;inc;xsd"
398			UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
399			>
400			<File
401				RelativePath="IDE\WIN\user_settings.h"
402				>
403			</File>
404		</Filter>
405		<Filter
406			Name="Resource Files"
407			Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
408			UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
409			>
410		</Filter>
411	</Files>
412	<Globals>
413	</Globals>
414</VisualStudioProject>
415