I am getting the above error when trying to build my project.
I have one file named Resource.Designer.cs and another named Resource.DesignerQT.cs
One file has this in their code
[assembly: global::Android.Runtime.ResourceDesignerAttribute("QuickTimer.Resource", IsApplication=true)]
The other has this in the code:
[assembly: global::Android.Runtime.ResourceDesignerAttribute("DM_App_Code_Fragment.Resource", IsApplication=true)]
How can I have my program built?