summary refs log tree commit diff
diff options
context:
space:
mode:
authorJeffrey Stedfast <jeff@xamarin.com>2015-01-18 17:37:52 -0500
committerJeffrey Stedfast <jeff@xamarin.com>2015-01-18 17:37:52 -0500
commit32fc8945c1a210c430ec323e25add02ea953008f (patch)
tree6714bbbbd204fb332d86324e469ea5044ad6e9c7
parentMigrated the iOS project to the Xamarin.iOS Unified API (for 64-bit support) (diff)
downloadBouncyCastle.NET-ed25519-32fc8945c1a210c430ec323e25add02ea953008f.tar.xz
Cleaned up the new iOS project file
-rw-r--r--crypto/BouncyCastle.iOS.csproj9
1 files changed, 4 insertions, 5 deletions
diff --git a/crypto/BouncyCastle.iOS.csproj b/crypto/BouncyCastle.iOS.csproj
index e57417cdc..35d8f495f 100644
--- a/crypto/BouncyCastle.iOS.csproj
+++ b/crypto/BouncyCastle.iOS.csproj
@@ -12,14 +12,13 @@
     <IPhoneResourcePrefix>Resources</IPhoneResourcePrefix>
     <AssemblyName>BouncyCastle</AssemblyName>
     <TargetFrameworkIdentifier>Xamarin.iOS</TargetFrameworkIdentifier>
-    <TargetFrameworkVersion>v1.0</TargetFrameworkVersion>
   </PropertyGroup>
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
     <DebugSymbols>true</DebugSymbols>
     <DebugType>full</DebugType>
     <Optimize>false</Optimize>
-    <OutputPath>bin\Debug\lib\MonoTouch</OutputPath>
-    <IntermediateOutputPath>obj\Debug\lib\MonoTouch</IntermediateOutputPath>
+    <OutputPath>bin\Debug\lib\Xamarin.iOS</OutputPath>
+    <IntermediateOutputPath>obj\Debug\lib\Xamarin.iOS</IntermediateOutputPath>
     <DefineConstants>DEBUG;TRACE;INCLUDE_IDEA;STRONG_NAME;__MOBILE__;__IOS__;</DefineConstants>
     <ErrorReport>prompt</ErrorReport>
     <WarningLevel>4</WarningLevel>
@@ -27,8 +26,8 @@
   </PropertyGroup>
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
     <Optimize>true</Optimize>
-    <OutputPath>bin\Release\lib\MonoTouch</OutputPath>
-    <IntermediateOutputPath>obj\Release\lib\MonoTouch</IntermediateOutputPath>
+    <OutputPath>bin\Release\lib\Xamarin.iOS</OutputPath>
+    <IntermediateOutputPath>obj\Release\lib\Xamarin.iOS</IntermediateOutputPath>
     <DefineConstants>TRACE;INCLUDE_IDEA;STRONG_NAME;__MOBILE__;__IOS__;</DefineConstants>
     <ErrorReport>prompt</ErrorReport>
     <WarningLevel>4</WarningLevel>