We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d7bc89 commit 74ade54Copy full SHA for 74ade54
src/Mono.Android/Mono.Android.csproj
@@ -10,6 +10,7 @@
10
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
11
</PropertyGroup>
12
<Import Project="..\..\Configuration.props" />
13
+ <Import Project="..\..\Configuration.Override.props" Condition="Exists('..\..\Configuration.Override.props')" />
14
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
15
<DebugSymbols>true</DebugSymbols>
16
<DebugType>full</DebugType>
@@ -310,4 +311,4 @@
310
311
<ReferenceOutputAssembly>False</ReferenceOutputAssembly>
312
</ProjectReference>
313
</ItemGroup>
-</Project>
314
+</Project>
0 commit comments