Skip to content

Commit f6f1506

Browse files
jonpryordellis1972
authored andcommitted
[api-xml-adjuster] Set $(OutputPath) to $prefix/lib/mandroid (#27)
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.
1 parent 8b0d145 commit f6f1506

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/api-xml-adjuster/api-xml-adjuster.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<DebugSymbols>true</DebugSymbols>
1414
<DebugType>full</DebugType>
1515
<Optimize>false</Optimize>
16-
<OutputPath>..\..\bin\Debug</OutputPath>
16+
<OutputPath>..\..\bin\Debug\lib\mandroid</OutputPath>
1717
<DefineConstants>DEBUG;</DefineConstants>
1818
<ErrorReport>prompt</ErrorReport>
1919
<WarningLevel>4</WarningLevel>
@@ -22,7 +22,7 @@
2222
</PropertyGroup>
2323
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
2424
<Optimize>true</Optimize>
25-
<OutputPath>..\..\bin\Release</OutputPath>
25+
<OutputPath>..\..\bin\Release\lib\mandroid</OutputPath>
2626
<ErrorReport>prompt</ErrorReport>
2727
<WarningLevel>4</WarningLevel>
2828
<ExternalConsole>true</ExternalConsole>

0 commit comments

Comments
 (0)