Skip to content

Commit c2a9645

Browse files
committed
csproj fiddling
1 parent c7ed312 commit c2a9645

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

Microsoft.Reactive.Testing/Microsoft.Reactive.Testing_Monodroid.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,16 +42,16 @@
4242
<Reference Include="System.Xml" />
4343
<Reference Include="System.Core" />
4444
<Reference Include="Mono.Android" />
45-
<Reference Include="System.Reactive.Core">
45+
<Reference Include="System.Reactive.Core, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35">
4646
<HintPath>..\ext\monodroid\System.Reactive.Core.dll</HintPath>
4747
</Reference>
48-
<Reference Include="System.Reactive.Interfaces">
48+
<Reference Include="System.Reactive.Interfaces, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35">
4949
<HintPath>..\ext\monodroid\System.Reactive.Interfaces.dll</HintPath>
5050
</Reference>
51-
<Reference Include="System.Reactive.Linq">
51+
<Reference Include="System.Reactive.Linq, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35">
5252
<HintPath>..\ext\monodroid\System.Reactive.Linq.dll</HintPath>
5353
</Reference>
54-
<Reference Include="System.Reactive.PlatformServices">
54+
<Reference Include="System.Reactive.PlatformServices, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35">
5555
<HintPath>..\ext\monodroid\System.Reactive.PlatformServices.dll</HintPath>
5656
</Reference>
5757
</ItemGroup>

ReactiveUI.Testing/ReactiveUI.Testing_MonoMac.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
<CodeContractsCacheAnalysisResults>True</CodeContractsCacheAnalysisResults>
100100
<CodeContractsRuntimeCheckingLevel>Full</CodeContractsRuntimeCheckingLevel>
101101
<CodeContractsReferenceAssembly>%28none%29</CodeContractsReferenceAssembly>
102-
<DocumentationFile>bin\Release\Mono\ReactiveUI.Testing.xml</DocumentationFile>
102+
<DocumentationFile>bin\Release\MonoMac\ReactiveUI.Testing.xml</DocumentationFile>
103103
</PropertyGroup>
104104
<ItemGroup>
105105
<Reference Include="System" />

ReactiveUI.Testing/ReactiveUI.Testing_Monotouch.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
</PropertyGroup>
3939
<ItemGroup>
4040
<Reference Include="Newtonsoft.Json">
41-
<HintPath>..\ext\monodroid\Newtonsoft.Json.dll</HintPath>
41+
<HintPath>..\ext\ios\Newtonsoft.Json.dll</HintPath>
4242
</Reference>
4343
<Reference Include="System" />
4444
<Reference Include="System.Xml" />
@@ -84,4 +84,4 @@
8484
<Compile Include="Properties\AssemblyInfo.cs" />
8585
<Compile Include="TestUtils.cs" />
8686
</ItemGroup>
87-
</Project>
87+
</Project>

0 commit comments

Comments
 (0)