Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/rx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Rx/NET/Source/Rx_Xamarin/iOS/rx')
-rw-r--r--Rx/NET/Source/Rx_Xamarin/iOS/rx/System.Reactive.Core/ios_System.Reactive.Core.csproj5
-rw-r--r--Rx/NET/Source/Rx_Xamarin/iOS/rx/System.Reactive.Debugger/ios_System.Reactive.Debugger.csproj5
-rw-r--r--Rx/NET/Source/Rx_Xamarin/iOS/rx/System.Reactive.Experimental/ios_System.Reactive.Experimental.csproj5
-rw-r--r--Rx/NET/Source/Rx_Xamarin/iOS/rx/System.Reactive.Interfaces/ios_System.Reactive.Interfaces.csproj5
-rw-r--r--Rx/NET/Source/Rx_Xamarin/iOS/rx/System.Reactive.Linq/ios_System.Reactive.Linq.csproj5
-rw-r--r--Rx/NET/Source/Rx_Xamarin/iOS/rx/System.Reactive.PlatformServices/ios_System.Reactive.PlatformServices.csproj5
-rw-r--r--Rx/NET/Source/Rx_Xamarin/iOS/rx/System.Reactive.Runtime.Remoting/ios_System.Reactive.Runtime.Remoting.csproj5
7 files changed, 28 insertions, 7 deletions
diff --git a/Rx/NET/Source/Rx_Xamarin/iOS/rx/System.Reactive.Core/ios_System.Reactive.Core.csproj b/Rx/NET/Source/Rx_Xamarin/iOS/rx/System.Reactive.Core/ios_System.Reactive.Core.csproj
index 730762c..4effeb2 100644
--- a/Rx/NET/Source/Rx_Xamarin/iOS/rx/System.Reactive.Core/ios_System.Reactive.Core.csproj
+++ b/Rx/NET/Source/Rx_Xamarin/iOS/rx/System.Reactive.Core/ios_System.Reactive.Core.csproj
@@ -14,7 +14,10 @@
<AssemblyName>System.Reactive.Core</AssemblyName>
<ProductSignAssembly>true</ProductSignAssembly>
<DefineConstants>NO_TASK_DELAY;NUNIT;SIGNED</DefineConstants>
- <additionalargs>-delaysign -keyfile:../reactive.pub</additionalargs>
+ <SignAssembly>True</SignAssembly>
+ <DelaySign>True</DelaySign>
+ <AssemblyOriginatorKeyFile>../../../reactive.pub</AssemblyOriginatorKeyFile>
+
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>True</DebugSymbols>
diff --git a/Rx/NET/Source/Rx_Xamarin/iOS/rx/System.Reactive.Debugger/ios_System.Reactive.Debugger.csproj b/Rx/NET/Source/Rx_Xamarin/iOS/rx/System.Reactive.Debugger/ios_System.Reactive.Debugger.csproj
index a2d4cff..8759392 100644
--- a/Rx/NET/Source/Rx_Xamarin/iOS/rx/System.Reactive.Debugger/ios_System.Reactive.Debugger.csproj
+++ b/Rx/NET/Source/Rx_Xamarin/iOS/rx/System.Reactive.Debugger/ios_System.Reactive.Debugger.csproj
@@ -14,7 +14,10 @@
<AssemblyName>System.Reactive.Debugger</AssemblyName>
<ProductSignAssembly>true</ProductSignAssembly>
<DefineConstants>NO_TASK_DELAY;NUNIT;SIGNED</DefineConstants>
- <additionalargs>-delaysign -keyfile:../reactive.pub</additionalargs>
+ <SignAssembly>True</SignAssembly>
+ <DelaySign>True</DelaySign>
+ <AssemblyOriginatorKeyFile>../../../reactive.pub</AssemblyOriginatorKeyFile>
+
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>True</DebugSymbols>
diff --git a/Rx/NET/Source/Rx_Xamarin/iOS/rx/System.Reactive.Experimental/ios_System.Reactive.Experimental.csproj b/Rx/NET/Source/Rx_Xamarin/iOS/rx/System.Reactive.Experimental/ios_System.Reactive.Experimental.csproj
index cb3aac7..fc592f4 100644
--- a/Rx/NET/Source/Rx_Xamarin/iOS/rx/System.Reactive.Experimental/ios_System.Reactive.Experimental.csproj
+++ b/Rx/NET/Source/Rx_Xamarin/iOS/rx/System.Reactive.Experimental/ios_System.Reactive.Experimental.csproj
@@ -14,7 +14,10 @@
<AssemblyName>System.Reactive.Experimental</AssemblyName>
<ProductSignAssembly>true</ProductSignAssembly>
<DefineConstants>NO_TASK_DELAY;NUNIT;SIGNED</DefineConstants>
- <additionalargs>-delaysign -keyfile:../reactive.pub</additionalargs>
+ <SignAssembly>True</SignAssembly>
+ <DelaySign>True</DelaySign>
+ <AssemblyOriginatorKeyFile>../../../reactive.pub</AssemblyOriginatorKeyFile>
+
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>True</DebugSymbols>
diff --git a/Rx/NET/Source/Rx_Xamarin/iOS/rx/System.Reactive.Interfaces/ios_System.Reactive.Interfaces.csproj b/Rx/NET/Source/Rx_Xamarin/iOS/rx/System.Reactive.Interfaces/ios_System.Reactive.Interfaces.csproj
index 63d1254..96f6286 100644
--- a/Rx/NET/Source/Rx_Xamarin/iOS/rx/System.Reactive.Interfaces/ios_System.Reactive.Interfaces.csproj
+++ b/Rx/NET/Source/Rx_Xamarin/iOS/rx/System.Reactive.Interfaces/ios_System.Reactive.Interfaces.csproj
@@ -14,7 +14,10 @@
<AssemblyName>System.Reactive.Interfaces</AssemblyName>
<ProductSignAssembly>true</ProductSignAssembly>
<DefineConstants>NO_TASK_DELAY;NUNIT;SIGNED</DefineConstants>
- <additionalargs>-delaysign -keyfile:../reactive.pub</additionalargs>
+ <SignAssembly>True</SignAssembly>
+ <DelaySign>True</DelaySign>
+ <AssemblyOriginatorKeyFile>../../../reactive.pub</AssemblyOriginatorKeyFile>
+
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>True</DebugSymbols>
diff --git a/Rx/NET/Source/Rx_Xamarin/iOS/rx/System.Reactive.Linq/ios_System.Reactive.Linq.csproj b/Rx/NET/Source/Rx_Xamarin/iOS/rx/System.Reactive.Linq/ios_System.Reactive.Linq.csproj
index fcf3335..bf84d24 100644
--- a/Rx/NET/Source/Rx_Xamarin/iOS/rx/System.Reactive.Linq/ios_System.Reactive.Linq.csproj
+++ b/Rx/NET/Source/Rx_Xamarin/iOS/rx/System.Reactive.Linq/ios_System.Reactive.Linq.csproj
@@ -14,7 +14,10 @@
<AssemblyName>System.Reactive.Linq</AssemblyName>
<ProductSignAssembly>true</ProductSignAssembly>
<DefineConstants>NO_TASK_DELAY;NUNIT;SIGNED</DefineConstants>
- <additionalargs>-delaysign -keyfile:../reactive.pub</additionalargs>
+ <SignAssembly>True</SignAssembly>
+ <DelaySign>True</DelaySign>
+ <AssemblyOriginatorKeyFile>../../../reactive.pub</AssemblyOriginatorKeyFile>
+
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>True</DebugSymbols>
diff --git a/Rx/NET/Source/Rx_Xamarin/iOS/rx/System.Reactive.PlatformServices/ios_System.Reactive.PlatformServices.csproj b/Rx/NET/Source/Rx_Xamarin/iOS/rx/System.Reactive.PlatformServices/ios_System.Reactive.PlatformServices.csproj
index b3d7af5..3d97e55 100644
--- a/Rx/NET/Source/Rx_Xamarin/iOS/rx/System.Reactive.PlatformServices/ios_System.Reactive.PlatformServices.csproj
+++ b/Rx/NET/Source/Rx_Xamarin/iOS/rx/System.Reactive.PlatformServices/ios_System.Reactive.PlatformServices.csproj
@@ -14,7 +14,10 @@
<AssemblyName>System.Reactive.PlatformServices</AssemblyName>
<ProductSignAssembly>true</ProductSignAssembly>
<DefineConstants>NO_TASK_DELAY;NUNIT;SIGNED</DefineConstants>
- <additionalargs>-delaysign -keyfile:../reactive.pub</additionalargs>
+ <SignAssembly>True</SignAssembly>
+ <DelaySign>True</DelaySign>
+ <AssemblyOriginatorKeyFile>../../../reactive.pub</AssemblyOriginatorKeyFile>
+
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>True</DebugSymbols>
diff --git a/Rx/NET/Source/Rx_Xamarin/iOS/rx/System.Reactive.Runtime.Remoting/ios_System.Reactive.Runtime.Remoting.csproj b/Rx/NET/Source/Rx_Xamarin/iOS/rx/System.Reactive.Runtime.Remoting/ios_System.Reactive.Runtime.Remoting.csproj
index 5679dc0..ebbf557 100644
--- a/Rx/NET/Source/Rx_Xamarin/iOS/rx/System.Reactive.Runtime.Remoting/ios_System.Reactive.Runtime.Remoting.csproj
+++ b/Rx/NET/Source/Rx_Xamarin/iOS/rx/System.Reactive.Runtime.Remoting/ios_System.Reactive.Runtime.Remoting.csproj
@@ -14,7 +14,10 @@
<AssemblyName>System.Reactive.Runtime.Remoting</AssemblyName>
<ProductSignAssembly>true</ProductSignAssembly>
<DefineConstants>NO_TASK_DELAY;NUNIT;SIGNED</DefineConstants>
- <additionalargs>-delaysign -keyfile:../reactive.pub</additionalargs>
+ <SignAssembly>True</SignAssembly>
+ <DelaySign>True</DelaySign>
+ <AssemblyOriginatorKeyFile>../../../reactive.pub</AssemblyOriginatorKeyFile>
+
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>True</DebugSymbols>