Commit 7469181
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
1 file changed
+1
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | 13 | | |
15 | 14 | | |
16 | 15 | | |
| |||
311 | 310 | | |
312 | 311 | | |
313 | 312 | | |
314 | | - | |
| 313 | + | |
0 commit comments