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.PlatformServices/ios_System.Reactive.PlatformServices.csproj')
-rw-r--r--Rx/NET/Source/Rx_Xamarin/iOS/rx/System.Reactive.PlatformServices/ios_System.Reactive.PlatformServices.csproj114
1 files changed, 55 insertions, 59 deletions
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 8502a7d..7f92c76 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
@@ -13,7 +13,7 @@
<IPhoneResourcePrefix>Resources</IPhoneResourcePrefix>
<AssemblyName>System.Reactive.PlatformServices</AssemblyName>
<ProductSignAssembly>true</ProductSignAssembly>
- <DefineConstants>NO_TASK_DELAY;NO_WINDOWS_THREADING;NO_REMOTING;NO_REFLECTION_EMIT;HAS_AWAIT;NUNIT;$(SignAssemblySpec)</DefineConstants>
+ <DefineConstants>NO_TASK_DELAY;NO_WINDOWS_THREADING;NO_REMOTING;NO_REFLECTION_EMIT;NO_EXPRESSIONS;HAS_AWAIT;NUNIT;$(SignAssemblySpec)</DefineConstants>
<additionalargs>-delaySign</additionalargs>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
@@ -23,7 +23,7 @@
<OutputPath>bin\Debug</OutputPath>
<ConsolePause>False</ConsolePause>
<WarningLevel>4</WarningLevel>
- <DefineConstants>DEBUG;NO_TASK_DELAY;NO_WINDOWS_THREADING;NO_REMOTING;NO_REFLECTION_EMIT;HAS_AWAIT;NUNIT;$(SignAssemblySpec)</DefineConstants>
+ <DefineConstants>DEBUG;NO_TASK_DELAY;NO_WINDOWS_THREADING;NO_REMOTING;NO_REFLECTION_EMIT;NO_EXPRESSIONS;HAS_AWAIT;NUNIT;$(SignAssemblySpec)</DefineConstants>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>none</DebugType>
@@ -42,26 +42,24 @@
<BuildFlavor>MONOTOUCH</BuildFlavor>
</PropertyGroup>
<Import Project="..\..\..\Common.targets" />
- <PropertyGroup>
- <DocumentationFile>$(OutputPath)\$(AssemblyName).XML</DocumentationFile>
- </PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="MonoTouch.NUnitLite" />
-
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\System.Reactive.Core\ios_System.Reactive.Core.csproj">
- <Project>{4E516F10-DA7A-4D43-963E-A93865ABEA5B}</Project>
- <Name>ios_System.Reactive.Core</Name>
-</ProjectReference><ProjectReference Include="..\System.Reactive.Interfaces\ios_System.Reactive.Interfaces.csproj">
- <Project>{9E9B9C60-98B0-40FA-9C2B-1218D417CAA4}</Project>
- <Name>ios_System.Reactive.Interfaces</Name>
-</ProjectReference><ProjectReference Include="..\System.Reactive.Linq\ios_System.Reactive.Linq.csproj">
- <Project>{63252AE9-5186-45CA-BFCD-FA51C6B66A43}</Project>
- <Name>ios_System.Reactive.Linq</Name>
-</ProjectReference>
+ <Project>{A67F34B5-75C1-4319-A93E-93DF87E728A4}</Project>
+ <Name>ios_System.Reactive.Core</Name>
+ </ProjectReference>
+ <ProjectReference Include="..\System.Reactive.Interfaces\ios_System.Reactive.Interfaces.csproj">
+ <Project>{6F2675F5-FCC7-4A28-9DC3-657B4613DCC5}</Project>
+ <Name>ios_System.Reactive.Interfaces</Name>
+ </ProjectReference>
+ <ProjectReference Include="..\System.Reactive.Linq\ios_System.Reactive.Linq.csproj">
+ <Project>{0A977063-0796-4CD4-84B8-AEDB2D648B26}</Project>
+ <Name>ios_System.Reactive.Linq</Name>
+ </ProjectReference>
<!--
<ProjectReference Include="..\Andr.Unit\Android.NUnitLite\Android.NUnitLite.csproj">
<Project>{6A005891-A3D6-4398-A729-F645397D573A}</Project>
@@ -70,73 +68,71 @@
-->
</ItemGroup>
<ItemGroup>
- <Compile Include="../../../../System.Reactive.PlatformServices/GlobalSuppressions.cs">
+ <!--
+ <Compile Include="..\..\..\Microsoft.Reactive.Testing\ColdObservable.cs">
+ <Link>ColdObservable.cs</Link>
+ </Compile>
+ -->
+ <Compile Include="..\..\..\..\System.Reactive.PlatformServices\GlobalSuppressions.cs">
<Link>GlobalSuppressions.cs</Link>
</Compile>
- <Compile Include="../../../../System.Reactive.PlatformServices/Properties/AssemblyInfo.cs">
- <Link>Properties/AssemblyInfo.cs</Link>
+ <Compile Include="..\..\..\..\System.Reactive.PlatformServices\Properties\AssemblyInfo.cs">
+ <Link>Properties\AssemblyInfo.cs</Link>
</Compile>
- <Compile Include="../../../../System.Reactive.PlatformServices/Reactive/Concurrency/ConcurrencyAbstractionLayerImpl.Windows.cs">
- <Link>Reactive/Concurrency/ConcurrencyAbstractionLayerImpl.Windows.cs</Link>
+ <Compile Include="..\..\..\..\System.Reactive.PlatformServices\Reactive\Concurrency\ConcurrencyAbstractionLayerImpl.Windows.cs">
+ <Link>Reactive\Concurrency\ConcurrencyAbstractionLayerImpl.Windows.cs</Link>
</Compile>
- <Compile Include="../../../../System.Reactive.PlatformServices/Reactive/Concurrency/EventLoopScheduler.cs">
- <Link>Reactive/Concurrency/EventLoopScheduler.cs</Link>
+ <Compile Include="..\..\..\..\System.Reactive.PlatformServices\Reactive\Concurrency\EventLoopScheduler.cs">
+ <Link>Reactive\Concurrency\EventLoopScheduler.cs</Link>
</Compile>
- <Compile Include="../../../../System.Reactive.PlatformServices/Reactive/Concurrency/NewThreadScheduler.cs">
- <Link>Reactive/Concurrency/NewThreadScheduler.cs</Link>
+ <Compile Include="..\..\..\..\System.Reactive.PlatformServices\Reactive\Concurrency\NewThreadScheduler.cs">
+ <Link>Reactive\Concurrency\NewThreadScheduler.cs</Link>
</Compile>
- <Compile Include="../../../../System.Reactive.PlatformServices/Reactive/Concurrency/ConcurrencyAbstractionLayerImpl.cs">
- <Link>Reactive/Concurrency/ConcurrencyAbstractionLayerImpl.cs</Link>
+ <Compile Include="..\..\..\..\System.Reactive.PlatformServices\Reactive\Concurrency\ConcurrencyAbstractionLayerImpl.cs">
+ <Link>Reactive\Concurrency\ConcurrencyAbstractionLayerImpl.cs</Link>
</Compile>
- <Compile Include="../../../../System.Reactive.PlatformServices/Reactive/Concurrency/Thread.Stub.cs">
- <Link>Reactive/Concurrency/Thread.Stub.cs</Link>
+ <Compile Include="..\..\..\..\System.Reactive.PlatformServices\Reactive\Concurrency\Thread.Stub.cs">
+ <Link>Reactive\Concurrency\Thread.Stub.cs</Link>
</Compile>
- <Compile Include="../../../../System.Reactive.PlatformServices/Reactive/Concurrency/ThreadPoolScheduler.Windows.cs">
- <Link>Reactive/Concurrency/ThreadPoolScheduler.Windows.cs</Link>
+ <Compile Include="..\..\..\..\System.Reactive.PlatformServices\Reactive\Concurrency\ThreadPoolScheduler.Windows.cs">
+ <Link>Reactive\Concurrency\ThreadPoolScheduler.Windows.cs</Link>
</Compile>
- <Compile Include="../../../../System.Reactive.PlatformServices/Reactive/EnlightenmentProvider.cs">
- <Link>Reactive/EnlightenmentProvider.cs</Link>
+ <Compile Include="..\..\..\..\System.Reactive.PlatformServices\Reactive\EnlightenmentProvider.cs">
+ <Link>Reactive\EnlightenmentProvider.cs</Link>
</Compile>
- <Compile Include="../../../../System.Reactive.PlatformServices/Reactive/Internal/HostLifecycleNotifications.WindowsPhone.cs">
- <Link>Reactive/Internal/HostLifecycleNotifications.WindowsPhone.cs</Link>
+ <Compile Include="..\..\..\..\System.Reactive.PlatformServices\Reactive\Internal\HostLifecycleNotifications.WindowsPhone.cs">
+ <Link>Reactive\Internal\HostLifecycleNotifications.WindowsPhone.cs</Link>
</Compile>
- <Compile Include="../../../../System.Reactive.PlatformServices/Reactive/Internal/HostLifecycleNotifications.Windows.cs">
- <Link>Reactive/Internal/HostLifecycleNotifications.Windows.cs</Link>
+ <Compile Include="..\..\..\..\System.Reactive.PlatformServices\Reactive\Internal\HostLifecycleNotifications.Windows.cs">
+ <Link>Reactive\Internal\HostLifecycleNotifications.Windows.cs</Link>
</Compile>
- <Compile Include="../../../../System.Reactive.PlatformServices/Reactive/Internal/PhoneShellThunks.cs">
- <Link>Reactive/Internal/PhoneShellThunks.cs</Link>
+ <Compile Include="..\..\..\..\System.Reactive.PlatformServices\Reactive\Internal\PhoneShellThunks.cs">
+ <Link>Reactive\Internal\PhoneShellThunks.cs</Link>
</Compile>
- <Compile Include="../../../../System.Reactive.PlatformServices/Reactive/Internal/StopwatchImpl.cs">
- <Link>Reactive/Internal/StopwatchImpl.cs</Link>
+ <Compile Include="..\..\..\..\System.Reactive.PlatformServices\Reactive\Internal\StopwatchImpl.cs">
+ <Link>Reactive\Internal\StopwatchImpl.cs</Link>
</Compile>
- <Compile Include="../../../../System.Reactive.PlatformServices/Reactive/Concurrency/TaskPoolScheduler.cs">
- <Link>Reactive/Concurrency/TaskPoolScheduler.cs</Link>
+ <Compile Include="..\..\..\..\System.Reactive.PlatformServices\Reactive\Concurrency\TaskPoolScheduler.cs">
+ <Link>Reactive\Concurrency\TaskPoolScheduler.cs</Link>
</Compile>
- <Compile Include="../../../../System.Reactive.PlatformServices/Reactive/Concurrency/ThreadPoolScheduler.cs">
- <Link>Reactive/Concurrency/ThreadPoolScheduler.cs</Link>
+ <Compile Include="..\..\..\..\System.Reactive.PlatformServices\Reactive\Concurrency\ThreadPoolScheduler.cs">
+ <Link>Reactive\Concurrency\ThreadPoolScheduler.cs</Link>
</Compile>
- <Compile Include="../../../../System.Reactive.PlatformServices/Reactive/Internal/ExceptionServicesImpl.cs">
- <Link>Reactive/Internal/ExceptionServicesImpl.cs</Link>
+ <Compile Include="..\..\..\..\System.Reactive.PlatformServices\Reactive\Internal\ExceptionServicesImpl.cs">
+ <Link>Reactive\Internal\ExceptionServicesImpl.cs</Link>
</Compile>
- <Compile Include="../../../../System.Reactive.PlatformServices/Reactive/Internal/PlatformEnlightenmentProvider.cs">
- <Link>Reactive/Internal/PlatformEnlightenmentProvider.cs</Link>
+ <Compile Include="..\..\..\..\System.Reactive.PlatformServices\Reactive\Internal\PlatformEnlightenmentProvider.cs">
+ <Link>Reactive\Internal\PlatformEnlightenmentProvider.cs</Link>
</Compile>
- <Compile Include="../../../../System.Reactive.PlatformServices/Reactive/Internal/Stubs.cs">
- <Link>Reactive/Internal/Stubs.cs</Link>
+ <Compile Include="..\..\..\..\System.Reactive.PlatformServices\Reactive\Internal\Stubs.cs">
+ <Link>Reactive\Internal\Stubs.cs</Link>
</Compile>
- <Compile Include="../../../../System.Reactive.PlatformServices/Strings_PlatformServices.Generated.cs">
+ <Compile Include="..\..\..\..\System.Reactive.PlatformServices\Strings_PlatformServices.Generated.cs">
<Link>Strings_PlatformServices.Generated.cs</Link>
</Compile>
-
- <!--
- <Compile Include="..\..\..\Microsoft.Reactive.Testing\ColdObservable.cs">
- <Link>ColdObservable.cs</Link>
- </Compile>
- -->
- <EmbeddedResource Include='../../../../../../../../../external/rx/Rx/NET/Source/System.Reactive.PlatformServices/Strings_PlatformServices.resx'>
+ <EmbeddedResource Include="..\..\..\..\System.Reactive.PlatformServices\Strings_PlatformServices.resx">
<Link>Strings_PlatformServices.resx</Link>
</EmbeddedResource>
-
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<ItemGroup>