Skip to content

Commit

Permalink
[api-xml-adjuster] Set $(OutputPath) to $prefix/lib/mandroid (#27)
Browse files Browse the repository at this point in the history
Change $(OutputPath) for api-xml-adjuster.csproj to be
bin/$(Configuration)/lib/mandroid instead of bin/$(Configuration).

This is more in keeping with the Xamarin.Android install structure.
  • Loading branch information
jonpryor authored and dellis1972 committed May 10, 2016
1 parent 8b0d145 commit f6f1506
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/api-xml-adjuster/api-xml-adjuster.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>..\..\bin\Debug</OutputPath>
<OutputPath>..\..\bin\Debug\lib\mandroid</OutputPath>
<DefineConstants>DEBUG;</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
Expand All @@ -22,7 +22,7 @@
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<Optimize>true</Optimize>
<OutputPath>..\..\bin\Release</OutputPath>
<OutputPath>..\..\bin\Release\lib\mandroid</OutputPath>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<ExternalConsole>true</ExternalConsole>
Expand Down

0 comments on commit f6f1506

Please sign in to comment.