Skip to content

Commit 74ade54

Browse files
committed
Mono.Android.csproj is missing Configuration.Override.props import.
1 parent 0d7bc89 commit 74ade54

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Mono.Android/Mono.Android.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
1111
</PropertyGroup>
1212
<Import Project="..\..\Configuration.props" />
13+
<Import Project="..\..\Configuration.Override.props" Condition="Exists('..\..\Configuration.Override.props')" />
1314
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
1415
<DebugSymbols>true</DebugSymbols>
1516
<DebugType>full</DebugType>
@@ -310,4 +311,4 @@
310311
<ReferenceOutputAssembly>False</ReferenceOutputAssembly>
311312
</ProjectReference>
312313
</ItemGroup>
313-
</Project>
314+
</Project>

0 commit comments

Comments
 (0)