blob: 373e948ff54f3312e8a165e26e57d44919c94e44 [file] [log] [blame]
Martin v. Löwis79ef96d2004-01-02 21:13:59 +00001<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3 ProjectType="Visual C++"
4 Version="7.10"
5 Name="_ssl"
6 SccProjectName=""
7 SccLocalPath=""
8 Keyword="MakeFileProj">
9 <Platforms>
10 <Platform
11 Name="Win32"/>
12 </Platforms>
13 <Configurations>
14 <Configuration
15 Name="Release|Win32"
16 OutputDirectory=".\."
17 IntermediateDirectory=".\x86-temp-release\_ssl"
18 ConfigurationType="0"
19 UseOfMFC="0"
20 ATLMinimizesCRunTimeLibraryUsage="FALSE">
21 <Tool
22 Name="VCNMakeTool"
23 BuildCommandLine="python build_ssl.py"
24 ReBuildCommandLine="python build_ssl.py -a"
25 Output="_ssl.pyd"/>
26 </Configuration>
27 <Configuration
28 Name="Debug|Win32"
29 OutputDirectory=".\."
30 IntermediateDirectory=".\x86-temp-debug\_ssl"
31 ConfigurationType="0"
32 UseOfMFC="0"
33 ATLMinimizesCRunTimeLibraryUsage="FALSE">
34 <Tool
35 Name="VCNMakeTool"
36 BuildCommandLine="python_d -u build_ssl.py -d"
37 ReBuildCommandLine="python_d -u build_ssl.py -d -a"
38 Output="_ssl_d.pyd"/>
39 </Configuration>
Martin v. Löwis13e50fe2004-07-20 14:37:48 +000040 <Configuration
41 Name="ReleaseItanium|Win32"
42 OutputDirectory="./."
43 IntermediateDirectory=".\ia64-temp-release\_ssl"
44 ConfigurationType="0"
45 UseOfMFC="0"
46 ATLMinimizesCRunTimeLibraryUsage="FALSE">
47 <Tool
48 Name="VCNMakeTool"
49 BuildCommandLine="python build_ssl.py"
50 ReBuildCommandLine="python build_ssl.py -a"
51 Output="_ssl.pyd"/>
52 </Configuration>
Martin v. Löwis856bf9a2006-02-14 20:42:55 +000053 <Configuration
54 Name="ReleaseAMD64|Win32"
55 OutputDirectory="."
56 IntermediateDirectory="amd64-temp-release\_ssl"
57 ConfigurationType="0"
58 UseOfMFC="0"
59 ATLMinimizesCRunTimeLibraryUsage="FALSE">
60 <Tool
61 Name="VCNMakeTool"
62 BuildCommandLine="python build_ssl.py"
63 ReBuildCommandLine="python build_ssl.py -a"
64 Output="_ssl.pyd"/>
65 </Configuration>
Martin v. Löwis79ef96d2004-01-02 21:13:59 +000066 </Configurations>
67 <References>
68 </References>
69 <Files>
70 <File
71 RelativePath="..\Modules\_ssl.c">
72 </File>
73 </Files>
74 <Globals>
75 </Globals>
76</VisualStudioProject>