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/System.Reactive.Runtime.Remoting/ios_System.Reactive.Runtime.Remoting.csproj')
-rw-r--r--Rx/NET/Source/Rx_Xamarin/iOS/rx/System.Reactive.Runtime.Remoting/ios_System.Reactive.Runtime.Remoting.csproj5
1 files changed, 4 insertions, 1 deletions
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>