Microsoft doesn't support this library
This commit is contained in:
Родитель
555e6aadd9
Коммит
2ca3a1588a
2
Rakefile
2
Rakefile
|
@ -25,7 +25,7 @@ HolyCrapDidIActuallyReadThisSection = true
|
|||
ProductInformation = {
|
||||
:product_name => "Reactive XAML",
|
||||
:version => "1.1.1.0",
|
||||
:company_name => "Microsoft",
|
||||
:company_name => "Paul Betts",
|
||||
:description => "An MVVM framework that integrates the Reactive Extensions",
|
||||
}
|
||||
|
||||
|
|
|
@ -51,10 +51,21 @@
|
|||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Reference Include="mscorlib" />
|
||||
<Reference Include="System.CoreEx, Version=1.0.2521.204, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
|
||||
<Reference Include="System.Interactive, Version=1.0.2521.204, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
|
||||
<Reference Include="System.Observable, Version=1.0.0.204, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
|
||||
<Reference Include="System.Reactive, Version=1.0.2521.204, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
|
||||
<Reference Include="System.CoreEx, Version=1.0.2521.204, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
||||
<SpecificVersion>False</SpecificVersion>
|
||||
<HintPath>..\ext\SL4\System.CoreEx.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="System.Interactive, Version=1.0.2521.204, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
||||
<SpecificVersion>False</SpecificVersion>
|
||||
<HintPath>..\ext\SL4\System.Interactive.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="System.Observable">
|
||||
<HintPath>..\ext\SL4\System.Observable.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="System.Reactive, Version=1.0.2521.204, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
||||
<SpecificVersion>False</SpecificVersion>
|
||||
<HintPath>..\ext\SL4\System.Reactive.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="System.Windows" />
|
||||
<Reference Include="system" />
|
||||
<Reference Include="System.Core" />
|
||||
|
|
Загрузка…
Ссылка в новой задаче