This repository was archived by the owner on Jun 20, 2023. It is now read-only.
Commit 8c690f3
committed
Added
The upcoming code behind generation feature requires knowing the type of `Fragment` to use in some cases. By default it uses `Android.App.Fragment`, but if the user installs the support fragment package, we want to default to use `Android.Support.V4.App.Fragment` instead.
This inclusion of a msbuild property should override the default and use the support library version instead.AndroidFragmentType msbuild property1 parent 53ae09f commit 8c690f3
1 file changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
0 commit comments