diff options
author | Jeffrey Stedfast <jeff@xamarin.com> | 2016-01-24 16:09:41 -0500 |
---|---|---|
committer | Jeffrey Stedfast <jeff@xamarin.com> | 2016-01-24 16:09:41 -0500 |
commit | c9d8089facd973a810a4ed705a64556ac2323e34 (patch) | |
tree | 26f2d47ad8d96b34d353a15405c97f48bc29d664 /crypto/BouncyCastle.csproj | |
parent | Add DTLS-SRTP protection profiles from RFC 7714 (diff) | |
download | BouncyCastle.NET-ed25519-c9d8089facd973a810a4ed705a64556ac2323e34.tar.xz |
Updated Android and iOS projects to include all the source files
Diffstat (limited to 'crypto/BouncyCastle.csproj')
-rw-r--r-- | crypto/BouncyCastle.csproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/BouncyCastle.csproj b/crypto/BouncyCastle.csproj index 41b9ffcc6..70014127e 100644 --- a/crypto/BouncyCastle.csproj +++ b/crypto/BouncyCastle.csproj @@ -2,6 +2,7 @@ <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <PropertyGroup> <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> + <Platform Condition=" '$(Platform)' == 'Any CPU' ">AnyCPU</Platform> <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> <ProductVersion>8.0.30703</ProductVersion> <SchemaVersion>2.0</SchemaVersion> |