10000 Remove native images from project · openssl-net/openssl-net@2436934 · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Commit 2436934

Browse files
author
Adam Caudill
committed
Remove native images from project
1 parent 11f4d15 commit 2436934

File tree

1 file changed

+2
-13
lines changed

1 file changed

+2
-13
lines changed

ManagedOpenSsl/ManagedOpenSsl.csproj

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
33
<PropertyGroup>
44
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
@@ -145,14 +145,6 @@
145145
</ItemGroup>
146146
<ItemGroup>
147147
<None Include="App.config" />
148-
<None Include="..\native\osx\libcrypto.1.0.0.dylib">
149-
<Link>libcrypto.1.0.0.dylib</Link>
150-
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
151-
</None>
152-
<None Include="..\native\osx\libssl.1.0.0.dylib">
153-
<Link>libssl.1.0.0.dylib</Link>
154-
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
155-
</None>
156148
</ItemGroup>
157149
<ItemGroup>
158150
<Content Include="..\native\windows\x86\libeay32.dll">
@@ -189,8 +181,5 @@
189181
<Target Name="AfterBuild">
190182
</Target>
191183
-->
192-
<ItemGroup>
193-
<Folder Include="SSL\" />
194-
<Folder Include="Crypto\EC\" />
195-
</ItemGroup>
184+
<ItemGroup />
196185
</Project>

0 commit comments

Comments
 (0)
0