Skip to content

Commit 10a149b

Browse files
author
mteper
committed
Updated ReactiveUI_Mac64 to output to Xamarin.Mac folder.
1 parent bbfcaab commit 10a149b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ReactiveUI/ReactiveUI_Mac64.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<DebugSymbols>True</DebugSymbols>
1818
<DebugType>full</DebugType>
1919
<Optimize>False</Optimize>
20-
<OutputPath>bin\Debug\MonoMac</OutputPath>
20+
<OutputPath>bin\Debug\Xamarin.Mac</OutputPath>
2121
<IntermediateOutputPath>obj\Debug\MonoMac</IntermediateOutputPath>
2222
<DefineConstants>DEBUG;MONO;COCOA;UNIFIED</DefineConstants>
2323
<ErrorReport>prompt</ErrorReport>
@@ -33,7 +33,7 @@
3333
</PropertyGroup>
3434
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
3535
<Optimize>True</Optimize>
36-
<OutputPath>bin\Release\MonoMac</OutputPath>
36+
<OutputPath>bin\Release\Xamarin.Mac</OutputPath>
3737
<IntermediateOutputPath>obj\Release\MonoMac</IntermediateOutputPath>
3838
<ErrorReport>prompt</ErrorReport>
3939
<WarningLevel>4</WarningLevel>

0 commit comments

Comments
 (0)