Skip to content

Commit 7469181

Browse files
committed
Revert "Mono.Android.csproj is missing Configuration.Override.props import."
This reverts commit 74ade54. Mono.Android.csproj doens't need to import Configuration.Override.props because Configuration.props already <Import/>s it (when it exists). See Configuration.props line 3: <Import Project="Configuration.Override.props" Condition="Exists('Configuration.Override.props')" /> If Configuration.Override.props isn't being imported through Configuration.props, we have bigger problems. <Import/>ing it from Mono.Android.csproj would just be hiding these bigger problems.
1 parent a59bdb7 commit 7469181

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Mono.Android/Mono.Android.csproj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
1111
</PropertyGroup>
1212
<Import Project="..\..\Configuration.props" />
13-
<Import Project="..\..\Configuration.Override.props" Condition="Exists('..\..\Configuration.Override.props')" />
1413
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
1514
<DebugSymbols>true</DebugSymbols>
1615
<DebugType>full</DebugType>
@@ -311,4 +310,4 @@
311310
<ReferenceOutputAssembly>False</ReferenceOutputAssembly>
312311
</ProjectReference>
313312
</ItemGroup>
314-
</Project>
313+
</Project>

0 commit comments

Comments
 (0)