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.Core/ios_System.Reactive.Core.csproj')
-rw-r--r--Rx/NET/Source/Rx_Xamarin/iOS/rx/System.Reactive.Core/ios_System.Reactive.Core.csproj8
1 files changed, 4 insertions, 4 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 c8ccc65..b4cb998 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
@@ -13,11 +13,12 @@
<IPhoneResourcePrefix>Resources</IPhoneResourcePrefix>
<AssemblyName>System.Reactive.Core</AssemblyName>
<ProductSignAssembly>true</ProductSignAssembly>
- <DefineConstants>NO_TASK_DELAY;NO_WINDOWS_THREADING;NUNIT;SIGNED</DefineConstants>
+ <DefineConstants>NO_TASK_DELAY;NO_WINDOWS_THREADING;NO_REFLECTION_EMIT;NUNIT;SIGNED</DefineConstants>
<SignAssembly>True</SignAssembly>
<DelaySign>True</DelaySign>
<AssemblyOriginatorKeyFile>../../../reactive.pub</AssemblyOriginatorKeyFile>
+ <additionalargs>-delaySign</additionalargs>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>True</DebugSymbols>
@@ -26,7 +27,7 @@
<OutputPath>bin\Debug</OutputPath>
<ConsolePause>False</ConsolePause>
<WarningLevel>4</WarningLevel>
- <DefineConstants>DEBUG;$(DefineConstants)</DefineConstants>
+ <DefineConstants>DEBUG;NO_TASK_DELAY;NO_WINDOWS_THREADING;NO_REFLECTION_EMIT;NUNIT;SIGNED</DefineConstants>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>none</DebugType>
@@ -34,10 +35,8 @@
<OutputPath>bin\Release</OutputPath>
<ConsolePause>False</ConsolePause>
<WarningLevel>4</WarningLevel>
- <DefineConstants>$(DefineConstants);NO_EVENTARGS_CONSTRAINT;HAS_PROGRESS;PREFER_ASYNC;HAS_APTCA;NO_REMOTING;NO_SERIALIZABLE;NO_THREAD;CRIPPLED_REFLECTION;PLIB</DefineConstants>
</PropertyGroup>
<PropertyGroup>
- <DefineConstants>$(DefineConstants);NO_EVENTARGS_CONSTRAINT;HAS_PROGRESS;PREFER_ASYNC;HAS_APTCA;NO_REMOTING;NO_SERIALIZABLE;NO_THREAD;CRIPPLED_REFLECTION;PLIB</DefineConstants>
<!--
<TargetFrameworkIdentifier>iOS</TargetFrameworkIdentifier>
<TargetFrameworkVersion>v2.0.5</TargetFrameworkVersion>
@@ -54,6 +53,7 @@
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="MonoTouch.NUnitLite" />
+
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\System.Reactive.Interfaces\ios_System.Reactive.Interfaces.csproj" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">