blob: 3bcd564c0088aa1aebbb1af086e1fb82ad7bab3c [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öwis79ef96d2004-01-02 21:13:59 +000053 </Configurations>
54 <References>
55 </References>
56 <Files>
57 <File
58 RelativePath="..\Modules\_ssl.c">
59 </File>
60 </Files>
61 <Globals>
62 </Globals>
63</VisualStudioProject>