FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
cpython/PCbuild/ssleay.vcxproj at 3.6 · python/cpython · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
python
/
cpython
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
35.3k
Star
75k
Code
Issues
5k+
Pull requests
2.6k
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
cpython
/
PCbuild
/
ssleay.vcxproj
Copy path
More file actions
More file actions
Latest commit
History
History
History
119 lines (114 loc) · 4.81 KB
Breadcrumbs
cpython
/
PCbuild
/
ssleay.vcxproj
Copy path
File metadata and controls
119 lines (114 loc) · 4.81 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
<
?xm
l versio
n
=
"1.
0
" encodin
g
=
"utf-
8
"?>
<
Project
DefaultTargets
=
"
Build
"
ToolsVersion
=
"
4.0
"
xmlns
=
"
http://schemas.microsoft.com/developer/msbuild/2003
"
>
<
ItemGroup
Label
=
"
ProjectConfigurations
"
>
<
ProjectConfiguration
Include
=
"
Debug|Win32
"
>
<
Configuration
>Debug</
Configuration
>
<
Platform
>Win32</
Platform
>
</
ProjectConfiguration
>
<
ProjectConfiguration
Include
=
"
Release|Win32
"
>
<
Configuration
>Release</
Configuration
>
<
Platform
>Win32</
Platform
>
</
ProjectConfiguration
>
<
ProjectConfiguration
Include
=
"
PGInstrument|Win32
"
>
<
Configuration
>PGInstrument</
Configuration
>
<
Platform
>Win32</
Platform
>
</
ProjectConfiguration
>
<
ProjectConfiguration
Include
=
"
PGInstrument|x64
"
>
<
Configuration
>PGInstrument</
Configuration
>
<
Platform
>x64</
Platform
>
</
ProjectConfiguration
>
<
ProjectConfiguration
Include
=
"
PGUpdate|Win32
"
>
<
Configuration
>PGUpdate</
Configuration
>
<
Platform
>Win32</
Platform
>
</
ProjectConfiguration
>
<
ProjectConfiguration
Include
=
"
PGUpdate|x64
"
>
<
Configuration
>PGUpdate</
Configuration
>
<
Platform
>x64</
Platform
>
</
ProjectConfiguration
>
<
ProjectConfiguration
Include
=
"
Debug|x64
"
>
<
Configuration
>Debug</
Configuration
>
<
Platform
>x64</
Platform
>
</
ProjectConfiguration
>
<
ProjectConfiguration
Include
=
"
Release|x64
"
>
<
Configuration
>Release</
Configuration
>
<
Platform
>x64</
Platform
>
</
ProjectConfiguration
>
</
ItemGroup
>
<
PropertyGroup
Label
=
"
Globals
"
>
<
ProjectGuid
>{10615B24-73BF-4EFA-93AA-236916321317}</
ProjectGuid
>
<
RootNamespace
>ssleay</
RootNamespace
>
</
PropertyGroup
>
<
Import
Project
=
"
python.props
"
/>
<
Import
Project
=
"
$(VCTargetsPath)\Microsoft.Cpp.Default.props
"
/>
<
PropertyGroup
Label
=
"
Configuration
"
>
<
ConfigurationType
>StaticLibrary</
ConfigurationType
>
</
PropertyGroup
>
<
Import
Project
=
"
openssl.props
"
/>
<
Import
Project
=
"
$(VCTargetsPath)\Microsoft.Cpp.props
"
/>
<
ItemGroup
>
<!--
<ClCompile Include="$(opensslDir)ssl\bio_ssl.c" />
-->
<
ClCompile
Include
=
"
$(opensslDir)ssl\d1_both.c
"
/>
<!--
<ClCompile Include="$(opensslDir)ssl\d1_clnt.c" />
<ClCompile Include="$(opensslDir)ssl\d1_enc.c" />
-->
<
ClCompile
Include
=
"
$(opensslDir)ssl\d1_lib.c
"
/>
<!--
<ClCompile Include="$(opensslDir)ssl\d1_meth.c" />
-->
<
ClCompile
Include
=
"
$(opensslDir)ssl\d1_pkt.c
"
/>
<
ClCompile
Include
=
"
$(opensslDir)ssl\d1_srtp.c
"
/>
<!--
<ClCompile Include="$(opensslDir)ssl\d1_srvr.c" />
<ClCompile Include="$(opensslDir)ssl\kssl.c" />
-->
<
ClCompile
Include
=
"
$(opensslDir)ssl\s2_clnt.c
"
/>
<
ClCompile
Include
=
"
$(opensslDir)ssl\s2_enc.c
"
/>
<
ClCompile
Include
=
"
$(opensslDir)ssl\s2_lib.c
"
/>
<
ClCompile
Include
=
"
$(opensslDir)ssl\s2_meth.c
"
/>
<
ClCompile
Include
=
"
$(opensslDir)ssl\s2_pkt.c
"
/>
<
ClCompile
Include
=
"
$(opensslDir)ssl\s2_srvr.c
"
/>
<
ClCompile
Include
=
"
$(opensslDir)ssl\s23_clnt.c
"
/>
<
ClCompile
Include
=
"
$(opensslDir)ssl\s23_lib.c
"
/>
<
ClCompile
Include
=
"
$(opensslDir)ssl\s23_meth.c
"
/>
<
ClCompile
Include
=
"
$(opensslDir)ssl\s23_pkt.c
"
/>
<
ClCompile
Include
=
"
$(opensslDir)ssl\s23_srvr.c
"
/>
<
ClCompile
Include
=
"
$(opensslDir)ssl\s3_both.c
"
/>
<
ClCompile
Include
=
"
$(opensslDir)ssl\s3_cbc.c
"
/>
<
ClCompile
Include
=
"
$(opensslDir)ssl\s3_clnt.c
"
/>
<
ClCompile
Include
=
"
$(opensslDir)ssl\s3_enc.c
"
/>
<
ClCompile
Include
=
"
$(opensslDir)ssl\s3_lib.c
"
/>
<
ClCompile
Include
=
"
$(opensslDir)ssl\s3_meth.c
"
/>
<
ClCompile
Include
=
"
$(opensslDir)ssl\s3_pkt.c
"
/>
<
ClCompile
Include
=
"
$(opensslDir)ssl\s3_srvr.c
"
/>
<
ClCompile
Include
=
"
$(opensslDir)ssl\ssl_algs.c
"
/>
<
ClCompile
Include
=
"
$(opensslDir)ssl\ssl_asn1.c
"
/>
<
ClCompile
Include
=
"
$(opensslDir)ssl\ssl_cert.c
"
/>
<
ClCompile
Include
=
"
$(opensslDir)ssl\ssl_ciph.c
"
/>
<
ClCompile
Include
=
"
$(opensslDir)ssl\ssl_err.c
"
/>
<
ClCompile
Include
=
"
$(opensslDir)ssl\ssl_err2.c
"
/>
<
ClCompile
Include
=
"
$(opensslDir)ssl\ssl_lib.c
"
/>
<
ClCompile
Include
=
"
$(opensslDir)ssl\ssl_rsa.c
"
/>
<
ClCompile
Include
=
"
$(opensslDir)ssl\ssl_sess.c
"
/>
<!--
<ClCompile Include="$(opensslDir)ssl\ssl_stat.c" />
<ClCompile Include="$(opensslDir)ssl\ssl_txt.c" />
<ClCompile Include="$(opensslDir)ssl\ssl_utst.c" />
-->
<
ClCompile
Include
=
"
$(opensslDir)ssl\t1_clnt.c
"
/>
<
ClCompile
Include
=
"
$(opensslDir)ssl\t1_enc.c
"
/>
<
ClCompile
Include
=
"
$(opensslDir)ssl\t1_lib.c
"
/>
<
ClCompile
Include
=
"
$(opensslDir)ssl\t1_meth.c
"
/>
<
ClCompile
Include
=
"
$(opensslDir)ssl\t1_reneg.c
"
/>
<
ClCompile
Include
=
"
$(opensslDir)ssl\t1_srvr.c
"
/>
<
ClCompile
Include
=
"
$(opensslDir)ssl\tls_srp.c
"
/>
</
ItemGroup
>
<
Import
Project
=
"
$(VCTargetsPath)\Microsoft.Cpp.targets
"
/>
<
Target
Name
=
"
Clean
"
/>
<
Target
Name
=
"
CleanAll
"
>
<
Delete
Files
=
"
$(TargetPath)
"
/>
<
RemoveDir
Directories
=
"
$(IntDir)
"
/>
</
Target
>
</
Project
>
Back
|
FazBrowse Home
|
New Git URL