Skip to content

Commit

Permalink
#7
Browse files Browse the repository at this point in the history
  • Loading branch information
StefH committed Sep 4, 2018
1 parent a71507f commit 4535b50
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions examples/ConsoleApp452/ConsoleApp452.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -89,5 +89,19 @@
<Name>OpenSSL.PublicKeyDecoder</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Content Include="..\server-cert.1.txt">
<Link>server-cert.1.txt</Link>
</Content>
<Content Include="..\server-cert.2.txt">
<Link>server-cert.2.txt</Link>
</Content>
<Content Include="..\server-cert.pem.txt">
<Link>server-cert.pem.txt</Link>
</Content>
<Content Include="..\server-key.pem.txt">
<Link>server-key.pem.txt</Link>
</Content>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>

0 comments on commit 4535b50

Please sign in to comment.