Skip to content

Commit 546ef56

Browse files
committed
VS project files make me want to use Autotools
1 parent 1cd8aeb commit 546ef56

File tree

3 files changed

+12
-8
lines changed

3 files changed

+12
-8
lines changed

ReactiveUI.Sample/ReactiveUI.Sample.Tests/ReactiveUI.Sample.Tests_MainBuild.csproj

+9-5
Original file line numberDiff line numberDiff line change
@@ -34,21 +34,25 @@
3434
</PropertyGroup>
3535
<ItemGroup>
3636
<Reference Include="Microsoft.CSharp" />
37+
<Reference Include="Microsoft.Reactive.Testing">
38+
<SpecificVersion>False</SpecificVersion>
39+
<HintPath>..\..\ext\Microsoft.Reactive.Testing.dll</HintPath>
40+
</Reference>
3741
<Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
3842
<Reference Include="PresentationCore" />
3943
<Reference Include="PresentationFramework" />
4044
<Reference Include="System" />
4145
<Reference Include="System.ComponentModel.DataAnnotations" />
42-
<Reference Include="System.Core">
43-
<RequiredTargetFramework>3.5</RequiredTargetFramework>
44-
</Reference>
46+
<Reference Include="System.Core" />
4547
<Reference Include="System.Data" />
4648
<Reference Include="System.Data.DataSetExtensions" />
4749
<Reference Include="System.Reactive">
50+
<SpecificVersion>False</SpecificVersion>
4851
<HintPath>..\..\ext\System.Reactive.dll</HintPath>
4952
</Reference>
50-
<Reference Include="Microsoft.Reactive.Testing">
51-
<HintPath>..\..\ext\Microsoft.Reactive.Testing.dll</HintPath>
53+
<Reference Include="System.Reactive.Windows.Threading">
54+
<SpecificVersion>False</SpecificVersion>
55+
<HintPath>..\..\ext\System.Reactive.Windows.Threading.dll</HintPath>
5256
</Reference>
5357
<Reference Include="System.Xaml" />
5458
<Reference Include="System.Xml" />

ReactiveUI.Serialization.Tests/ReactiveUI.Serialization.Tests_SL4.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -169,4 +169,4 @@
169169
</FlavorProperties>
170170
</VisualStudio>
171171
</ProjectExtensions>
172-
</Project>
172+
</Project>

ReactiveUI.Tests/ReactiveUI.Tests.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
<Reference Include="Microsoft.Reactive.Testing">
5353
<HintPath>..\ext\Microsoft.Reactive.Testing.dll</HintPath>
5454
</Reference>
55-
<Reference Include="System.Reactive, Version=1.0.2856.104, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
55+
<Reference Include="System.Reactive">
5656
<SpecificVersion>False</SpecificVersion>
5757
<HintPath>..\ext\System.Reactive.dll</HintPath>
5858
</Reference>
@@ -110,4 +110,4 @@
110110
<Target Name="AfterBuild">
111111
</Target>
112112
-->
113-
</Project>
113+
</Project>

0 commit comments

Comments
 (0)