Skip to content

Commit 4b68351

Browse files
author
mteper
committed
Updated Splat reference and changed paths to Xamarin.Mac10
1 parent e9db98b commit 4b68351

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

ReactiveUI/ReactiveUI_Mac64.csproj

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
<DebugSymbols>True</DebugSymbols>
1818
<DebugType>full</DebugType>
1919
<Optimize>False</Optimize>
20-
<OutputPath>bin\Debug\Xamarin.Mac</OutputPath>
21-
<IntermediateOutputPath>obj\Debug\Xamarin.Mac</IntermediateOutputPath>
20+
<OutputPath>bin\Debug\Xamarin.Mac10</OutputPath>
21+
<IntermediateOutputPath>obj\Debug\Xamarin.Mac10</IntermediateOutputPath>
2222
<DefineConstants>DEBUG;MONO;COCOA;UNIFIED</DefineConstants>
2323
<ErrorReport>prompt</ErrorReport>
2424
<WarningLevel>4</WarningLevel>
@@ -33,8 +33,8 @@
3333
</PropertyGroup>
3434
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
3535
<Optimize>True</Optimize>
36-
<OutputPath>bin\Release\Xamarin.Mac</OutputPath>
37-
<IntermediateOutputPath>obj\Release\Xamarin.Mac</IntermediateOutputPath>
36+
<OutputPath>bin\Release\Xamarin.Mac10</OutputPath>
37+
<IntermediateOutputPath>obj\Release\Xamarin.Mac10</IntermediateOutputPath>
3838
<ErrorReport>prompt</ErrorReport>
3939
<WarningLevel>4</WarningLevel>
4040
<EnablePackageSigning>False</EnablePackageSigning>
@@ -48,7 +48,7 @@
4848
<DefineConstants>MONO;COCOA;UNIFIED</DefineConstants>
4949
<DebugSymbols>true</DebugSymbols>
5050
<GenerateDocumentation>True</GenerateDocumentation>
51-
<DocumentationFile>bin\Release\Xamarin.Mac\ReactiveUI.xml</DocumentationFile>
51+
<DocumentationFile>bin\Release\Xamarin.Mac10\ReactiveUI.xml</DocumentationFile>
5252
<UseRefCounting>false</UseRefCounting>
5353
</PropertyGroup>
5454
<ItemGroup>
@@ -58,7 +58,7 @@
5858
<Reference Include="System.Xml.Linq" />
5959
<Reference Include="System.Runtime.Serialization" />
6060
<Reference Include="Splat">
61-
<HintPath>..\packages\Splat.1.6.0\lib\MonoMac\Splat.dll</HintPath>
61+
<HintPath>..\packages\Splat.1.6.0\lib\Xamarin.Mac10\Splat.dll</HintPath>
6262
</Reference>
6363
<Reference Include="System.Reactive.Core">
6464
<HintPath>..\packages\Rx-Core.2.2.5\lib\net45\System.Reactive.Core.dll</HintPath>

0 commit comments

Comments
 (0)