MSA-Lone-Star-Council / 2019-showdown

The app for MSA Showdown, hosted by Lone Star Council
2 stars 0 forks source link

Deleted and re-added all the Android Projects. #19

Closed Saadnajmi closed 7 years ago

Saadnajmi commented 7 years ago

Naming the Android projects as Name.Android causes namespace violations when we want to use resources like Android.Resource.Layout.SimpleListItem1. In order to fix that, we either prepend all those resource calls with global::, or we change our namespaces and project names. I chose the latter.

All 12 projects compile. Admin, Client, and Scorekeeper all deploy successfully. None of the iOS projects were ever touched.

All Android projects also now have references to their Common.Common, Common.Droid, and .Common.

Saadnajmi commented 7 years ago

Made a new commit with the changes you requested. I'm fairly sure all of the changes came from Visual Studio, because I never manually touched any of those files