blob: 3ebedbd1658ed93fb15ed2dde8dc5d66802a28c0 [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"
Tim Peters3f2723d2006-03-11 23:05:39 +00006 RootNamespace="_ssl"
Martin v. Löwis79ef96d2004-01-02 21:13:59 +00007 SccProjectName=""
8 SccLocalPath=""
9 Keyword="MakeFileProj">
10 <Platforms>
11 <Platform
12 Name="Win32"/>
13 </Platforms>
14 <Configurations>
15 <Configuration
16 Name="Release|Win32"
17 OutputDirectory=".\."
18 IntermediateDirectory=".\x86-temp-release\_ssl"
19 ConfigurationType="0"
20 UseOfMFC="0"
21 ATLMinimizesCRunTimeLibraryUsage="FALSE">
22 <Tool
23 Name="VCNMakeTool"
24 BuildCommandLine="python build_ssl.py"
25 ReBuildCommandLine="python build_ssl.py -a"
Tim Peters3f2723d2006-03-11 23:05:39 +000026 CleanCommandLine="echo Nothing to do"
Martin v. Löwis79ef96d2004-01-02 21:13:59 +000027 Output="_ssl.pyd"/>
28 </Configuration>
29 <Configuration
30 Name="Debug|Win32"
31 OutputDirectory=".\."
32 IntermediateDirectory=".\x86-temp-debug\_ssl"
33 ConfigurationType="0"
34 UseOfMFC="0"
35 ATLMinimizesCRunTimeLibraryUsage="FALSE">
36 <Tool
37 Name="VCNMakeTool"
38 BuildCommandLine="python_d -u build_ssl.py -d"
39 ReBuildCommandLine="python_d -u build_ssl.py -d -a"
Tim Peters3f2723d2006-03-11 23:05:39 +000040 CleanCommandLine="echo Nothing to do"
Martin v. Löwis79ef96d2004-01-02 21:13:59 +000041 Output="_ssl_d.pyd"/>
42 </Configuration>
Martin v. Löwis13e50fe2004-07-20 14:37:48 +000043 <Configuration
44 Name="ReleaseItanium|Win32"
45 OutputDirectory="./."
46 IntermediateDirectory=".\ia64-temp-release\_ssl"
47 ConfigurationType="0"
48 UseOfMFC="0"
49 ATLMinimizesCRunTimeLibraryUsage="FALSE">
50 <Tool
51 Name="VCNMakeTool"
52 BuildCommandLine="python build_ssl.py"
53 ReBuildCommandLine="python build_ssl.py -a"
54 Output="_ssl.pyd"/>
55 </Configuration>
Martin v. Löwis856bf9a2006-02-14 20:42:55 +000056 <Configuration
57 Name="ReleaseAMD64|Win32"
58 OutputDirectory="."
59 IntermediateDirectory="amd64-temp-release\_ssl"
60 ConfigurationType="0"
61 UseOfMFC="0"
62 ATLMinimizesCRunTimeLibraryUsage="FALSE">
63 <Tool
64 Name="VCNMakeTool"
65 BuildCommandLine="python build_ssl.py"
66 ReBuildCommandLine="python build_ssl.py -a"
67 Output="_ssl.pyd"/>
68 </Configuration>
Martin v. Löwis79ef96d2004-01-02 21:13:59 +000069 </Configurations>
70 <References>
71 </References>
72 <Files>
73 <File
74 RelativePath="..\Modules\_ssl.c">
75 </File>
76 </Files>
77 <Globals>
78 </Globals>
79</VisualStudioProject>