|
@@ -0,0 +1,118 @@
|
|
|
+<?xml version="1.0" encoding="utf-8"?>
|
|
|
+<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
+ <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
|
|
+ <PropertyGroup>
|
|
|
+ <MinimumVisualStudioVersion>10.0</MinimumVisualStudioVersion>
|
|
|
+ <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
|
+ <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
|
+ <ProjectGuid>{6417B24E-49C2-4985-8DB2-3AB9D898EC91}</ProjectGuid>
|
|
|
+ <OutputType>Library</OutputType>
|
|
|
+ <AppDesignerFolder>Properties</AppDesignerFolder>
|
|
|
+ <RootNamespace>Perspex.ReactiveUI</RootNamespace>
|
|
|
+ <AssemblyName>Perspex.ReactiveUI</AssemblyName>
|
|
|
+ <DefaultLanguage>en-US</DefaultLanguage>
|
|
|
+ <FileAlignment>512</FileAlignment>
|
|
|
+ <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
|
|
+ <TargetFrameworkProfile>Profile259</TargetFrameworkProfile>
|
|
|
+ <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
|
|
+ </PropertyGroup>
|
|
|
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
|
+ <DebugSymbols>true</DebugSymbols>
|
|
|
+ <DebugType>full</DebugType>
|
|
|
+ <Optimize>false</Optimize>
|
|
|
+ <OutputPath>bin\Debug\</OutputPath>
|
|
|
+ <DefineConstants>TRACE;DEBUG;MONO PORTABLE</DefineConstants>
|
|
|
+ <ErrorReport>prompt</ErrorReport>
|
|
|
+ <WarningLevel>4</WarningLevel>
|
|
|
+ </PropertyGroup>
|
|
|
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
|
+ <DebugType>pdbonly</DebugType>
|
|
|
+ <Optimize>true</Optimize>
|
|
|
+ <OutputPath>bin\Release\</OutputPath>
|
|
|
+ <DefineConstants>TRACE;MONO PORTABLE</DefineConstants>
|
|
|
+ <ErrorReport>prompt</ErrorReport>
|
|
|
+ <WarningLevel>4</WarningLevel>
|
|
|
+ </PropertyGroup>
|
|
|
+ <ItemGroup>
|
|
|
+ <Compile Include="Properties\AssemblyInfo.cs" />
|
|
|
+ </ItemGroup>
|
|
|
+ <ItemGroup>
|
|
|
+ <Compile Include="Registrations.cs" />
|
|
|
+ <Compile Include="src\ReactiveUI\ExpressionMixins.cs" />
|
|
|
+ <Compile Include="src\ReactiveUI\ExpressionRewriter.cs" />
|
|
|
+ <Compile Include="src\ReactiveUI\Activation.cs" />
|
|
|
+ <Compile Include="src\ReactiveUI\ReactiveBinding.cs" />
|
|
|
+ <Compile Include="src\ReactiveUI\AutoPersistHelper.cs" />
|
|
|
+ <Compile Include="src\ReactiveUI\BindingTypeConverters.cs" />
|
|
|
+ <Compile Include="src\ReactiveUI\CollectionDebugView.cs" />
|
|
|
+ <Compile Include="src\ReactiveUI\CommandBinding.cs" />
|
|
|
+ <Compile Include="src\ReactiveUI\CompatMixins.cs" />
|
|
|
+ <Compile Include="src\ReactiveUI\ContractStubs.cs" />
|
|
|
+ <Compile Include="src\ReactiveUI\CreatesCommandBinding.cs" />
|
|
|
+ <Compile Include="src\ReactiveUI\DefaultPropertyBinding.cs" />
|
|
|
+ <Compile Include="src\ReactiveUI\Errors.cs" />
|
|
|
+ <Compile Include="src\ReactiveUI\IDependencyResolver.cs" />
|
|
|
+ <Compile Include="src\ReactiveUI\INPCObservableForProperty.cs" />
|
|
|
+ <Compile Include="src\ReactiveUI\Interfaces.cs" />
|
|
|
+ <Compile Include="src\ReactiveUI\IROObservableForProperty.cs" />
|
|
|
+ <Compile Include="src\ReactiveUI\MessageBus.cs" />
|
|
|
+ <Compile Include="src\ReactiveUI\MobileLifecycle.cs" />
|
|
|
+ <Compile Include="src\ReactiveUI\NullDefaultPropertyBindingProvider.cs" />
|
|
|
+ <Compile Include="src\ReactiveUI\ObservableAsPropertyHelper.cs" />
|
|
|
+ <Compile Include="src\ReactiveUI\ObservedChangedMixin.cs" />
|
|
|
+ <Compile Include="src\ReactiveUI\OrderedComparer.cs" />
|
|
|
+ <Compile Include="src\ReactiveUI\POCOObservableForProperty.cs" />
|
|
|
+ <Compile Include="src\ReactiveUI\PropertyBinding.cs" />
|
|
|
+ <Compile Include="src\ReactiveUI\ReactiveList.cs" />
|
|
|
+ <Compile Include="src\ReactiveUI\ReactiveCollectionMixins.cs" />
|
|
|
+ <Compile Include="src\ReactiveUI\ReactiveCommand.cs">
|
|
|
+ <SubType>Code</SubType>
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="src\ReactiveUI\ReactiveNotifyPropertyChangedMixin.cs" />
|
|
|
+ <Compile Include="src\ReactiveUI\ReactiveObject.cs" />
|
|
|
+ <Compile Include="src\ReactiveUI\RefcountDisposeWrapper.cs" />
|
|
|
+ <Compile Include="src\ReactiveUI\Reflection.cs" />
|
|
|
+ <Compile Include="src\ReactiveUI\RegisterableInterfaces.cs" />
|
|
|
+ <Compile Include="src\ReactiveUI\Registrations.cs" />
|
|
|
+ <Compile Include="src\ReactiveUI\RoutableViewModelMixin.cs" />
|
|
|
+ <Compile Include="src\ReactiveUI\RoutingState.cs" />
|
|
|
+ <Compile Include="src\ReactiveUI\RxApp.cs" />
|
|
|
+ <Compile Include="src\ReactiveUI\ViewLocator.cs" />
|
|
|
+ <Compile Include="src\ReactiveUI\ScheduledSubject.cs" />
|
|
|
+ <Compile Include="src\ReactiveUI\VariadicTemplates.cs" />
|
|
|
+ <Compile Include="src\ReactiveUI\WaitForDispatcherScheduler.cs" />
|
|
|
+ <Compile Include="src\ReactiveUI\LoggingMixins.cs" />
|
|
|
+ <Compile Include="src\ReactiveUI\IReactiveObject.cs" />
|
|
|
+ <Compile Include="src\ReactiveUI\WeakEventManager.cs" />
|
|
|
+ <Compile Include="src\ReactiveUI\Legacy\ReactiveCommand.cs" />
|
|
|
+ </ItemGroup>
|
|
|
+ <ItemGroup>
|
|
|
+ <Reference Include="Splat, Version=1.6.2.0, Culture=neutral, processorArchitecture=MSIL">
|
|
|
+ <HintPath>..\..\packages\Splat.1.6.2\lib\Portable-net45+win+wpa81+wp80\Splat.dll</HintPath>
|
|
|
+ <Private>True</Private>
|
|
|
+ </Reference>
|
|
|
+ <Reference Include="System.Reactive.Core, Version=2.2.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
|
+ <HintPath>..\..\packages\Rx-Core.2.2.5\lib\portable-net45+winrt45+wp8+wpa81\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\portable-net45+winrt45+wp8+wpa81\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\portable-net45+winrt45+wp8+wpa81\System.Reactive.Linq.dll</HintPath>
|
|
|
+ <Private>True</Private>
|
|
|
+ </Reference>
|
|
|
+ </ItemGroup>
|
|
|
+ <ItemGroup>
|
|
|
+ <None Include="packages.config" />
|
|
|
+ </ItemGroup>
|
|
|
+ <Import Project="$(MSBuildExtensionsPath32)\Microsoft\Portable\$(TargetFrameworkVersion)\Microsoft.Portable.CSharp.targets" />
|
|
|
+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
|
|
+ Other similar extension points exist, see Microsoft.Common.targets.
|
|
|
+ <Target Name="BeforeBuild">
|
|
|
+ </Target>
|
|
|
+ <Target Name="AfterBuild">
|
|
|
+ </Target>
|
|
|
+ -->
|
|
|
+</Project>
|