|
|
@@ -41,6 +41,22 @@
|
|
|
</PropertyGroup>
|
|
|
<ItemGroup>
|
|
|
<Reference Include="System" />
|
|
|
+ <Reference Include="System.Reactive.Core, Version=2.2.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
|
+ <HintPath>..\..\packages\Rx-Core.2.2.5\lib\net45\System.Reactive.Core.dll</HintPath>
|
|
|
+ <Private>True</Private>
|
|
|
+ </Reference>
|
|
|
+ <Reference Include="System.Reactive.Interfaces, Version=2.2.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
|
+ <HintPath>..\..\packages\Rx-Interfaces.2.2.5\lib\net45\System.Reactive.Interfaces.dll</HintPath>
|
|
|
+ <Private>True</Private>
|
|
|
+ </Reference>
|
|
|
+ <Reference Include="System.Reactive.Linq, Version=2.2.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
|
+ <HintPath>..\..\packages\Rx-Linq.2.2.5\lib\net45\System.Reactive.Linq.dll</HintPath>
|
|
|
+ <Private>True</Private>
|
|
|
+ </Reference>
|
|
|
+ <Reference Include="System.Reactive.PlatformServices, Version=2.2.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
|
+ <HintPath>..\..\packages\Rx-PlatformServices.2.2.5\lib\net45\System.Reactive.PlatformServices.dll</HintPath>
|
|
|
+ <Private>True</Private>
|
|
|
+ </Reference>
|
|
|
<Reference Include="xunit.assert">
|
|
|
<HintPath>..\..\packages\xunit.assert.2.0.0\lib\portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS\xunit.assert.dll</HintPath>
|
|
|
</Reference>
|
|
|
@@ -77,6 +93,10 @@
|
|
|
<Project>{D211E587-D8BC-45B9-95A4-F297C8FA5200}</Project>
|
|
|
<Name>Perspex.Animation</Name>
|
|
|
</ProjectReference>
|
|
|
+ <ProjectReference Include="..\..\src\Perspex.Application\Perspex.Application.csproj">
|
|
|
+ <Project>{799a7bb5-3c2c-48b6-85a7-406a12c420da}</Project>
|
|
|
+ <Name>Perspex.Application</Name>
|
|
|
+ </ProjectReference>
|
|
|
<ProjectReference Include="..\..\src\Perspex.Base\Perspex.Base.csproj">
|
|
|
<Project>{B09B78D8-9B26-48B0-9149-D64A2F120F3F}</Project>
|
|
|
<Name>Perspex.Base</Name>
|
|
|
@@ -101,6 +121,10 @@
|
|
|
<Project>{42472427-4774-4C81-8AFF-9F27B8E31721}</Project>
|
|
|
<Name>Perspex.Layout</Name>
|
|
|
</ProjectReference>
|
|
|
+ <ProjectReference Include="..\..\src\Perspex.ReactiveUI\Perspex.ReactiveUI.csproj">
|
|
|
+ <Project>{6417b24e-49c2-4985-8db2-3ab9d898ec91}</Project>
|
|
|
+ <Name>Perspex.ReactiveUI</Name>
|
|
|
+ </ProjectReference>
|
|
|
<ProjectReference Include="..\..\src\Perspex.SceneGraph\Perspex.SceneGraph.csproj">
|
|
|
<Project>{EB582467-6ABB-43A1-B052-E981BA910E3A}</Project>
|
|
|
<Name>Perspex.SceneGraph</Name>
|
|
|
@@ -121,6 +145,7 @@
|
|
|
<ItemGroup>
|
|
|
<Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
|
|
|
</ItemGroup>
|
|
|
+ <Import Project="..\..\src\Shared\PlatformSupport\PlatformSupport.projitems" Label="Shared" />
|
|
|
<Choose>
|
|
|
<When Condition="'$(VisualStudioVersion)' == '10.0' And '$(IsCodedUITest)' == 'True'">
|
|
|
<ItemGroup>
|