Update name of linked OpenSSL DLLs in examples.
This commit is contained in:
parent
404761c525
commit
1400aeeb36
@ -93,22 +93,22 @@
|
||||
</Content>
|
||||
</ItemGroup>
|
||||
<ItemGroup Condition=" '$(Platform)' == 'x86' ">
|
||||
<Content Include="build\$(Configuration)\libcrypto-1_1.dll">
|
||||
<Link>libcrypto-1_1.dll</Link>
|
||||
<Content Include="build\$(Configuration)\libcrypto-3.dll">
|
||||
<Link>libcrypto-3.dll</Link>
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Content Include="build\$(Configuration)\libssl-1_1.dll">
|
||||
<Link>libssl-1_1.dll</Link>
|
||||
<Content Include="build\$(Configuration)\libssl-3.dll">
|
||||
<Link>libssl-3.dll</Link>
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
</ItemGroup>
|
||||
<ItemGroup Condition=" '$(Platform)' == 'x64' ">
|
||||
<Content Include="build64\$(Configuration)\libcrypto-1_1-x64.dll">
|
||||
<Link>libcrypto-1_1-x64.dll</Link>
|
||||
<Content Include="build64\$(Configuration)\libcrypto-3-x64.dll">
|
||||
<Link>libcrypto-3-x64.dll</Link>
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Content Include="build64\$(Configuration)\libssl-1_1-x64.dll">
|
||||
<Link>libssl-1_1-x64.dll</Link>
|
||||
<Content Include="build64\$(Configuration)\libssl-3-x64.dll">
|
||||
<Link>libssl-3-x64.dll</Link>
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
</ItemGroup>
|
||||
|
@ -13,8 +13,8 @@
|
||||
<Implementation>Telegram.Td.dll</Implementation>
|
||||
</Reference>
|
||||
<ReferenceCopyLocalPaths Include="$(MSBuildThisFileDirectory)..\..\runtimes\win10-$(TelegramTdPlatform)\native\Telegram.Td.dll" />
|
||||
<ReferenceCopyLocalPaths Include="$(MSBuildThisFileDirectory)..\..\runtimes\win10-$(TelegramTdPlatform)\native\libcrypto-1_1$(OpenSSLPlatform).dll" />
|
||||
<ReferenceCopyLocalPaths Include="$(MSBuildThisFileDirectory)..\..\runtimes\win10-$(TelegramTdPlatform)\native\libssl-1_1$(OpenSSLPlatform).dll" />
|
||||
<ReferenceCopyLocalPaths Include="$(MSBuildThisFileDirectory)..\..\runtimes\win10-$(TelegramTdPlatform)\native\libcrypto-3$(OpenSSLPlatform).dll" />
|
||||
<ReferenceCopyLocalPaths Include="$(MSBuildThisFileDirectory)..\..\runtimes\win10-$(TelegramTdPlatform)\native\libssl-3$(OpenSSLPlatform).dll" />
|
||||
<ReferenceCopyLocalPaths Include="$(MSBuildThisFileDirectory)..\..\runtimes\win10-$(TelegramTdPlatform)\native\zlib1.dll" />
|
||||
</ItemGroup>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user