|
55 | 55 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
56 | 56 | <Import Project="pyproject.props" /> |
57 | 57 | </ImportGroup> |
| 58 | + <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
| 59 | + <Import Project="openssl.props" /> |
| 60 | + </ImportGroup> |
| 61 | + <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
| 62 | + <Import Project="openssl.props" /> |
| 63 | + </ImportGroup> |
| 64 | + <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
| 65 | + <Import Project="openssl.props" /> |
| 66 | + </ImportGroup> |
| 67 | + <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
| 68 | + <Import Project="openssl.props" /> |
| 69 | + </ImportGroup> |
58 | 70 | <PropertyGroup Label="UserMacros" /> |
59 | 71 | <PropertyGroup> |
60 | 72 | <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion> |
61 | 73 | </PropertyGroup> |
62 | 74 | <ItemDefinitionGroup> |
63 | | - <ClCompile> |
64 | | - <AdditionalIncludeDirectories>$(opensslIncludeDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
65 | | - </ClCompile> |
66 | 75 | <Link> |
67 | | - <AdditionalDependencies>ws2_32.lib;crypt32.lib;$(OutDir)libeay$(PyDebugExt).lib;$(OutDir)ssleay$(PyDebugExt).lib;%(AdditionalDependencies)</AdditionalDependencies> |
| 76 | + <AdditionalDependencies>ws2_32.lib;crypt32.lib;%(AdditionalDependencies)</AdditionalDependencies> |
68 | 77 | </Link> |
69 | 78 | </ItemDefinitionGroup> |
70 | 79 | <ItemGroup> |
|
75 | 84 | <Project>{cf7ac3d1-e2df-41d2-bea6-1e2556cdea26}</Project> |
76 | 85 | <ReferenceOutputAssembly>false</ReferenceOutputAssembly> |
77 | 86 | </ProjectReference> |
78 | | - <ProjectReference Include="libeay.vcxproj"> |
79 | | - <Project>{e5b04cc0-eb4c-42ab-b4dc-18ef95f864b0}</Project> |
80 | | - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> |
81 | | - </ProjectReference> |
82 | | - <ProjectReference Include="ssleay.vcxproj"> |
83 | | - <Project>{10615b24-73bf-4efa-93aa-236916321317}</Project> |
84 | | - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> |
85 | | - </ProjectReference> |
86 | 87 | <ProjectReference Include="_socket.vcxproj"> |
87 | 88 | <Project>{86937f53-c189-40ef-8ce8-8759d8e7d480}</Project> |
88 | 89 | <ReferenceOutputAssembly>false</ReferenceOutputAssembly> |
|
0 commit comments