jonathanpeppers / Xamarin.Android.Lite

Prototype/proof of concept of a "lite" Xamarin.Android that only supports Xamarin.Forms
MIT License
121 stars 6 forks source link

[build] audit file locations & public properties #8

Closed jonathanpeppers closed 6 years ago

jonathanpeppers commented 6 years ago

No. 1

Right now using the paths:

I did this to mimic Xamarin.Android, but I think we should put the first file in obj and just name the file com.test.apk.

No. 2

There are also some .stamp files that should be in obj.

No. 3

Need to make sure all properties are prefixed with _ if they are in fact private.