diff options
| author | George Hazan <ghazan@miranda.im> | 2021-06-07 20:48:09 +0300 |
|---|---|---|
| committer | George Hazan <ghazan@miranda.im> | 2021-06-07 20:48:09 +0300 |
| commit | c763e0be7221cc055d61eec9d30c1ff8a4a0fc32 (patch) | |
| tree | 683a7d9bfd947c90b9a23e1082adde217edfd6d0 /plugins/OpenSSL/OpenSSL.vcxproj | |
| parent | a3aa7b7d951120525ed510e8da0fcdf58e6beb54 (diff) | |
fixes #2912 (Drop WinCrypto API support)
Diffstat (limited to 'plugins/OpenSSL/OpenSSL.vcxproj')
| -rw-r--r-- | plugins/OpenSSL/OpenSSL.vcxproj | 45 |
1 files changed, 0 insertions, 45 deletions
diff --git a/plugins/OpenSSL/OpenSSL.vcxproj b/plugins/OpenSSL/OpenSSL.vcxproj deleted file mode 100644 index e7d62d396e..0000000000 --- a/plugins/OpenSSL/OpenSSL.vcxproj +++ /dev/null @@ -1,45 +0,0 @@ -<?xml version="1.0" encoding="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="Debug|x64">
- <Configuration>Debug</Configuration>
- <Platform>x64</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="Release|Win32">
- <Configuration>Release</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="Release|x64">
- <Configuration>Release</Configuration>
- <Platform>x64</Platform>
- </ProjectConfiguration>
- </ItemGroup>
- <PropertyGroup Label="Globals">
- <ProjectName>OpenSSL</ProjectName>
- <ProjectGuid>{6C0C35E7-6522-403C-BB60-9805CDB9E52F}</ProjectGuid>
- </PropertyGroup>
- <ImportGroup Label="PropertySheets">
- <Import Project="$(ProjectDir)..\..\build\vc.common\plugin.props" />
- </ImportGroup>
- <ItemGroup>
- <ClCompile Include="src\main.cpp" />
- <ClCompile Include="src\ssl_openssl.cpp" />
- <ClCompile Include="src\stdafx.cxx">
- <PrecompiledHeader>Create</PrecompiledHeader>
- </ClCompile>
- <ClInclude Include="src\stdafx.h" />
- <ClInclude Include="src\version.h" />
- </ItemGroup>
- <ItemGroup>
- <ResourceCompile Include="res\version.rc" />
- </ItemGroup>
- <ItemDefinitionGroup>
- <Link>
- <AdditionalDependencies>libcrypto.lib;libssl.lib;crypt32.lib;%(AdditionalDependencies)</AdditionalDependencies>
- </Link>
- </ItemDefinitionGroup>
-</Project>
\ No newline at end of file |
