Skip to content

Commit 64aefc6

Browse files
committed
Fix up csproj files
1 parent 216ca2f commit 64aefc6

2 files changed

Lines changed: 18 additions & 5 deletions

File tree

ReactiveUI.Sample/ReactiveUI.Sample/ReactiveUI.Sample_MainBuild.csproj

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,14 +44,18 @@
4444
<Reference Include="System" />
4545
<Reference Include="System.ComponentModel.DataAnnotations" />
4646
<Reference Include="System.Data" />
47-
<Reference Include="System.Reactive">
48-
<SpecificVersion>False</SpecificVersion>
49-
<HintPath>..\..\ext\System.Reactive.dll</HintPath>
50-
</Reference>
5147
<Reference Include="Microsoft.Reactive.Testing">
5248
<SpecificVersion>False</SpecificVersion>
5349
<HintPath>..\..\ext\Microsoft.Reactive.Testing.dll</HintPath>
5450
</Reference>
51+
<Reference Include="System.Reactive, Version=1.0.10425.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
52+
<SpecificVersion>False</SpecificVersion>
53+
<HintPath>..\ext\System.Reactive.dll</HintPath>
54+
</Reference>
55+
<Reference Include="System.Reactive.Windows.Threading, Version=1.0.10425.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
56+
<SpecificVersion>False</SpecificVersion>
57+
<HintPath>..\ext\System.Reactive.Windows.Threading.dll</HintPath>
58+
</Reference>
5559
<Reference Include="System.Xml" />
5660
<Reference Include="Microsoft.CSharp" />
5761
<Reference Include="System.Core" />
@@ -170,4 +174,4 @@
170174
<Target Name="AfterBuild">
171175
</Target>
172176
-->
173-
</Project>
177+
</Project>

ReactiveUI.Serialization/ReactiveUI.Serialization_WP7.csproj

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,15 @@
6969
<Reference Include="Newtonsoft.Json.WindowsPhone">
7070
<HintPath>..\ext\WP7\Newtonsoft.Json.WindowsPhone.dll</HintPath>
7171
</Reference>
72+
<Reference Include="System.Observable" />
73+
<Reference Include="System.Reactive">
74+
<SpecificVersion>False</SpecificVersion>
75+
<HintPath>..\ext\WP7\System.Reactive.dll</HintPath>
76+
</Reference>
77+
<Reference Include="System.Reactive.Windows.Threading">
78+
<SpecificVersion>False</SpecificVersion>
79+
<HintPath>..\ext\WP7\System.Reactive.Windows.Threading.dll</HintPath>
80+
</Reference>
7281
<Reference Include="System.Runtime.Serialization" />
7382
<Reference Include="System.Windows" />
7483
<Reference Include="system" />

0 commit comments

Comments
 (0)