* Merge and modernize the binding projects * Remove UWP and watchOS * Add the native assets projects * Rename bootstrapper.ps1 to build.ps1 * Add new device tests * Rework the test skipping feature --------- Co-authored-by: Jerome Laban <jerome.laban@nventive.com>
11 lines
388 B
C#
11 lines
388 B
C#
using System.Reflection;
|
|
using System.Runtime.CompilerServices;
|
|
using Android.App;
|
|
[assembly: AssemblyTrademark("")]
|
|
[assembly: AssemblyCulture("")]
|
|
|
|
// The following attributes are used to specify the signing key for the assembly,
|
|
// if desired. See the Mono documentation for more information about signing.
|
|
|
|
//[assembly: AssemblyDelaySign(false)]
|
|
//[assembly: AssemblyKeyFile("")]
|