diff options
Diffstat (limited to 'WatercolorGames.Pong/obj/Debug/android')
66 files changed, 965 insertions, 0 deletions
diff --git a/WatercolorGames.Pong/obj/Debug/android/AndroidManifest.xml b/WatercolorGames.Pong/obj/Debug/android/AndroidManifest.xml new file mode 100644 index 0000000..2b2409c --- /dev/null +++ b/WatercolorGames.Pong/obj/Debug/android/AndroidManifest.xml @@ -0,0 +1,24 @@ +<?xml version="1.0" encoding="utf-8"?> +<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="WatercolorGames.Pong" android:versionCode="1" android:versionName="1.0" android:installLocation="auto"> + <!--suppress UsesMinSdkAttributes--> + <uses-sdk android:minSdkVersion="23" /> + <uses-permission android:name="android.permission.INTERNET" /> + <uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" /> + <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" /> + <application android:label="WatercolorGames.Pong" android:name="android.app.Application" android:allowBackup="true" android:icon="@drawable/icon" android:debuggable="true"> + <activity android:alwaysRetainTaskState="true" android:configChanges="keyboard|keyboardHidden|orientation|screenSize" android:icon="@drawable/icon" android:label="WatercolorGames.Pong" android:launchMode="singleInstance" android:screenOrientation="fullUser" android:theme="@style/Theme.Splash" android:name="md5ba40d894fac23818a7eeecdb5217ef4b.Activity1"> + <intent-filter> + <action android:name="android.intent.action.MAIN" /> + <category android:name="android.intent.category.LAUNCHER" /> + </intent-filter> + </activity> + <provider android:name="mono.MonoRuntimeProvider" android:exported="false" android:initOrder="2147483647" android:authorities="WatercolorGames.Pong.mono.MonoRuntimeProvider.__mono_init__" /> + <!--suppress ExportedReceiver--> + <receiver android:name="mono.android.Seppuku"> + <intent-filter> + <action android:name="mono.android.intent.action.SEPPUKU" /> + <category android:name="mono.android.intent.category.SEPPUKU.WatercolorGames.Pong" /> + </intent-filter> + </receiver> + </application> +</manifest>
\ No newline at end of file diff --git a/WatercolorGames.Pong/obj/Debug/android/assets/Java.Interop.dll b/WatercolorGames.Pong/obj/Debug/android/assets/Java.Interop.dll Binary files differnew file mode 100644 index 0000000..6af9f85 --- /dev/null +++ b/WatercolorGames.Pong/obj/Debug/android/assets/Java.Interop.dll diff --git a/WatercolorGames.Pong/obj/Debug/android/assets/Mono.Android.dll b/WatercolorGames.Pong/obj/Debug/android/assets/Mono.Android.dll Binary files differnew file mode 100644 index 0000000..94b9814 --- /dev/null +++ b/WatercolorGames.Pong/obj/Debug/android/assets/Mono.Android.dll diff --git a/WatercolorGames.Pong/obj/Debug/android/assets/Mono.Android.pdb b/WatercolorGames.Pong/obj/Debug/android/assets/Mono.Android.pdb Binary files differnew file mode 100644 index 0000000..a77c3c2 --- /dev/null +++ b/WatercolorGames.Pong/obj/Debug/android/assets/Mono.Android.pdb diff --git a/WatercolorGames.Pong/obj/Debug/android/assets/Mono.Security.dll b/WatercolorGames.Pong/obj/Debug/android/assets/Mono.Security.dll Binary files differnew file mode 100644 index 0000000..48aadbd --- /dev/null +++ b/WatercolorGames.Pong/obj/Debug/android/assets/Mono.Security.dll diff --git a/WatercolorGames.Pong/obj/Debug/android/assets/Mono.Security.pdb b/WatercolorGames.Pong/obj/Debug/android/assets/Mono.Security.pdb Binary files differnew file mode 100644 index 0000000..dfc9716 --- /dev/null +++ b/WatercolorGames.Pong/obj/Debug/android/assets/Mono.Security.pdb diff --git a/WatercolorGames.Pong/obj/Debug/android/assets/MonoGame.Framework.dll b/WatercolorGames.Pong/obj/Debug/android/assets/MonoGame.Framework.dll Binary files differnew file mode 100644 index 0000000..e33a3a2 --- /dev/null +++ b/WatercolorGames.Pong/obj/Debug/android/assets/MonoGame.Framework.dll diff --git a/WatercolorGames.Pong/obj/Debug/android/assets/OpenTK-1.0.dll b/WatercolorGames.Pong/obj/Debug/android/assets/OpenTK-1.0.dll Binary files differnew file mode 100644 index 0000000..839aac5 --- /dev/null +++ b/WatercolorGames.Pong/obj/Debug/android/assets/OpenTK-1.0.dll diff --git a/WatercolorGames.Pong/obj/Debug/android/assets/OpenTK-1.0.pdb b/WatercolorGames.Pong/obj/Debug/android/assets/OpenTK-1.0.pdb Binary files differnew file mode 100644 index 0000000..da830a3 --- /dev/null +++ b/WatercolorGames.Pong/obj/Debug/android/assets/OpenTK-1.0.pdb diff --git a/WatercolorGames.Pong/obj/Debug/android/assets/System.ComponentModel.Composition.dll b/WatercolorGames.Pong/obj/Debug/android/assets/System.ComponentModel.Composition.dll Binary files differnew file mode 100644 index 0000000..e8d98ba --- /dev/null +++ b/WatercolorGames.Pong/obj/Debug/android/assets/System.ComponentModel.Composition.dll diff --git a/WatercolorGames.Pong/obj/Debug/android/assets/System.ComponentModel.Composition.pdb b/WatercolorGames.Pong/obj/Debug/android/assets/System.ComponentModel.Composition.pdb Binary files differnew file mode 100644 index 0000000..42981da --- /dev/null +++ b/WatercolorGames.Pong/obj/Debug/android/assets/System.ComponentModel.Composition.pdb diff --git a/WatercolorGames.Pong/obj/Debug/android/assets/System.Core.dll b/WatercolorGames.Pong/obj/Debug/android/assets/System.Core.dll Binary files differnew file mode 100644 index 0000000..7aee4a0 --- /dev/null +++ b/WatercolorGames.Pong/obj/Debug/android/assets/System.Core.dll diff --git a/WatercolorGames.Pong/obj/Debug/android/assets/System.Core.pdb b/WatercolorGames.Pong/obj/Debug/android/assets/System.Core.pdb Binary files differnew file mode 100644 index 0000000..e016c49 --- /dev/null +++ b/WatercolorGames.Pong/obj/Debug/android/assets/System.Core.pdb diff --git a/WatercolorGames.Pong/obj/Debug/android/assets/System.Net.Http.dll b/WatercolorGames.Pong/obj/Debug/android/assets/System.Net.Http.dll Binary files differnew file mode 100644 index 0000000..17a195d --- /dev/null +++ b/WatercolorGames.Pong/obj/Debug/android/assets/System.Net.Http.dll diff --git a/WatercolorGames.Pong/obj/Debug/android/assets/System.Net.Http.pdb b/WatercolorGames.Pong/obj/Debug/android/assets/System.Net.Http.pdb Binary files differnew file mode 100644 index 0000000..d45e958 --- /dev/null +++ b/WatercolorGames.Pong/obj/Debug/android/assets/System.Net.Http.pdb diff --git a/WatercolorGames.Pong/obj/Debug/android/assets/System.Runtime.Serialization.dll b/WatercolorGames.Pong/obj/Debug/android/assets/System.Runtime.Serialization.dll Binary files differnew file mode 100644 index 0000000..bf210a7 --- /dev/null +++ b/WatercolorGames.Pong/obj/Debug/android/assets/System.Runtime.Serialization.dll diff --git a/WatercolorGames.Pong/obj/Debug/android/assets/System.Runtime.Serialization.pdb b/WatercolorGames.Pong/obj/Debug/android/assets/System.Runtime.Serialization.pdb Binary files differnew file mode 100644 index 0000000..9db6baf --- /dev/null +++ b/WatercolorGames.Pong/obj/Debug/android/assets/System.Runtime.Serialization.pdb diff --git a/WatercolorGames.Pong/obj/Debug/android/assets/System.ServiceModel.Internals.dll b/WatercolorGames.Pong/obj/Debug/android/assets/System.ServiceModel.Internals.dll Binary files differnew file mode 100644 index 0000000..6bd8366 --- /dev/null +++ b/WatercolorGames.Pong/obj/Debug/android/assets/System.ServiceModel.Internals.dll diff --git a/WatercolorGames.Pong/obj/Debug/android/assets/System.ServiceModel.Internals.pdb b/WatercolorGames.Pong/obj/Debug/android/assets/System.ServiceModel.Internals.pdb Binary files differnew file mode 100644 index 0000000..82964fa --- /dev/null +++ b/WatercolorGames.Pong/obj/Debug/android/assets/System.ServiceModel.Internals.pdb diff --git a/WatercolorGames.Pong/obj/Debug/android/assets/System.Xml.Linq.dll b/WatercolorGames.Pong/obj/Debug/android/assets/System.Xml.Linq.dll Binary files differnew file mode 100644 index 0000000..6cb47d7 --- /dev/null +++ b/WatercolorGames.Pong/obj/Debug/android/assets/System.Xml.Linq.dll diff --git a/WatercolorGames.Pong/obj/Debug/android/assets/System.Xml.Linq.pdb b/WatercolorGames.Pong/obj/Debug/android/assets/System.Xml.Linq.pdb Binary files differnew file mode 100644 index 0000000..3b5075f --- /dev/null +++ b/WatercolorGames.Pong/obj/Debug/android/assets/System.Xml.Linq.pdb diff --git a/WatercolorGames.Pong/obj/Debug/android/assets/System.Xml.dll b/WatercolorGames.Pong/obj/Debug/android/assets/System.Xml.dll Binary files differnew file mode 100644 index 0000000..21f8d20 --- /dev/null +++ b/WatercolorGames.Pong/obj/Debug/android/assets/System.Xml.dll diff --git a/WatercolorGames.Pong/obj/Debug/android/assets/System.Xml.pdb b/WatercolorGames.Pong/obj/Debug/android/assets/System.Xml.pdb Binary files differnew file mode 100644 index 0000000..aa7b2c5 --- /dev/null +++ b/WatercolorGames.Pong/obj/Debug/android/assets/System.Xml.pdb diff --git a/WatercolorGames.Pong/obj/Debug/android/assets/System.dll b/WatercolorGames.Pong/obj/Debug/android/assets/System.dll Binary files differnew file mode 100644 index 0000000..45285b2 --- /dev/null +++ b/WatercolorGames.Pong/obj/Debug/android/assets/System.dll diff --git a/WatercolorGames.Pong/obj/Debug/android/assets/System.pdb b/WatercolorGames.Pong/obj/Debug/android/assets/System.pdb Binary files differnew file mode 100644 index 0000000..d85743d --- /dev/null +++ b/WatercolorGames.Pong/obj/Debug/android/assets/System.pdb diff --git a/WatercolorGames.Pong/obj/Debug/android/assets/WatercolorGames.Pong.dll b/WatercolorGames.Pong/obj/Debug/android/assets/WatercolorGames.Pong.dll Binary files differnew file mode 100644 index 0000000..9968590 --- /dev/null +++ b/WatercolorGames.Pong/obj/Debug/android/assets/WatercolorGames.Pong.dll diff --git a/WatercolorGames.Pong/obj/Debug/android/assets/WatercolorGames.Pong.dll.mdb b/WatercolorGames.Pong/obj/Debug/android/assets/WatercolorGames.Pong.dll.mdb Binary files differnew file mode 100644 index 0000000..a82d749 --- /dev/null +++ b/WatercolorGames.Pong/obj/Debug/android/assets/WatercolorGames.Pong.dll.mdb diff --git a/WatercolorGames.Pong/obj/Debug/android/assets/machine.config b/WatercolorGames.Pong/obj/Debug/android/assets/machine.config new file mode 100644 index 0000000..76ccdb4 --- /dev/null +++ b/WatercolorGames.Pong/obj/Debug/android/assets/machine.config @@ -0,0 +1,273 @@ +<?xml version="1.0" encoding="utf-8"?> + +<configuration> + + <configSections> + <section name="configProtectedData" type="System.Configuration.ProtectedConfigurationSection, System.Configuration, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" /> + <section name="appSettings" type="System.Configuration.AppSettingsSection, System.Configuration, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" /> + <section name="connectionStrings" type="System.Configuration.ConnectionStringsSection, System.Configuration, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" /> + <section name="mscorlib" type="System.Configuration.IgnoreSection, System.Configuration, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" allowLocation="false"/> + <section name="runtime" type="System.Configuration.IgnoreSection, System.Configuration, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" allowLocation="false"/> + <section name="assemblyBinding" type="System.Configuration.IgnoreSection, System.Configuration, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" allowLocation="false" /> + <section name="satelliteassemblies" type="System.Configuration.IgnoreSection, System.Configuration, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" allowLocation="false" /> + <section name="startup" type="System.Configuration.IgnoreSection, System.Configuration, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" allowLocation="false"/> + <section name="system.codedom" type="System.CodeDom.Compiler.CodeDomConfigurationHandler, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" /> + <section name="system.data" type="System.Data.Common.DbProviderFactoriesConfigurationHandler, System.Data, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" /> + <section name="system.diagnostics" type="System.Diagnostics.DiagnosticsConfigurationHandler, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" /> + <section name="system.runtime.remoting" type="System.Configuration.IgnoreSection, System.Configuration, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowLocation="false"/> + <section name="system.windows.forms" type="System.Windows.Forms.WindowsFormsSection, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" /> + <section name="windows" type="System.Configuration.IgnoreSection, System.Configuration, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" allowLocation="false" /> + <section name="strongNames" type="System.Configuration.IgnoreSection, System.Configuration, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowLocation="false"/> + <sectionGroup name="system.web" type="System.Web.Configuration.SystemWebSectionGroup, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> + <section name="anonymousIdentification" type="System.Web.Configuration.AnonymousIdentificationSection, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" allowDefinition="MachineToApplication"/> + <section name="authentication" type="System.Web.Configuration.AuthenticationSection, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" allowDefinition="MachineToApplication"/> + <section name="authorization" type="System.Web.Configuration.AuthorizationSection, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" /> + <section name="browserCaps" type="System.Configuration.IgnoreSection, System.Configuration, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" /> + <section name="clientTarget" type="System.Web.Configuration.ClientTargetSection, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" /> + <section name="compilation" type="System.Web.Configuration.CompilationSection, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" /> + <section name="customErrors" type="System.Web.Configuration.CustomErrorsSection, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" /> + <section name="deployment" type="System.Web.Configuration.DeploymentSection, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" allowDefinition="MachineOnly" /> + <section name="globalization" type="System.Web.Configuration.GlobalizationSection, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" /> + <section name="healthMonitoring" type="System.Web.Configuration.HealthMonitoringSection, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" allowDefinition="MachineToApplication"/> + <section name="hostingEnvironment" type="System.Web.Configuration.HostingEnvironmentSection, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" allowDefinition="MachineToApplication" /> + <section name="httpCookies" type="System.Web.Configuration.HttpCookiesSection, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" /> + <section name="httpHandlers" type="System.Web.Configuration.HttpHandlersSection, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" /> + <section name="httpModules" type="System.Web.Configuration.HttpModulesSection, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" /> + <section name="httpRuntime" type="System.Web.Configuration.HttpRuntimeSection, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" /> + <section name="identity" type="System.Web.Configuration.IdentitySection, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" /> + <section name="machineKey" type="System.Web.Configuration.MachineKeySection, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" /> + <section name="membership" type="System.Web.Configuration.MembershipSection, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" /> + <section name="mobileControls" type="System.Configuration.IgnoreSection, System.Configuration, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" /> + <section name="deviceFilters" type="System.Configuration.IgnoreSection, System.Configuration, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" /> + <section name="pages" type="System.Web.Configuration.PagesSection, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" /> + <section name="processModel" type="System.Web.Configuration.ProcessModelSection, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" allowDefinition="MachineOnly" allowLocation="false" /> + <section name="profile" type="System.Web.Configuration.ProfileSection, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" allowDefinition="MachineToApplication"/> + <section name="roleManager" type="System.Web.Configuration.RoleManagerSection, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" allowDefinition="MachineToApplication"/> + <section name="securityPolicy" type="System.Web.Configuration.SecurityPolicySection, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" allowDefinition="MachineToApplication" /> + <section name="sessionPageState" type="System.Web.Configuration.SessionPageStateSection, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" /> + <section name="sessionState" type="System.Web.Configuration.SessionStateSection, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" allowDefinition="MachineToApplication"/> + <section name="siteMap" type="System.Web.Configuration.SiteMapSection, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" allowDefinition="MachineToApplication"/> + <section name="trace" type="System.Web.Configuration.TraceSection, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" /> + <section name="trust" type="System.Web.Configuration.TrustSection, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" allowDefinition="MachineToApplication" /> + <section name="urlMappings" type="System.Web.Configuration.UrlMappingsSection, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" allowDefinition="MachineToApplication"/> + <section name="webControls" type="System.Web.Configuration.WebControlsSection, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" /> + <section name="webParts" type="System.Web.Configuration.WebPartsSection, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" /> + <section name="webServices" type="System.Web.Services.Configuration.WebServicesSection, System.Web.Services, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" /> + <section name="xhtmlConformance" type="System.Web.Configuration.XhtmlConformanceSection, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" /> + <sectionGroup name="caching" type="System.Web.Configuration.SystemWebCachingSectionGroup, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> + <section name="cache" type="System.Web.Configuration.CacheSection, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" allowDefinition="MachineToApplication"/> + <section name="outputCache" type="System.Web.Configuration.OutputCacheSection, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" allowDefinition="MachineToApplication"/> + <section name="outputCacheSettings" type="System.Web.Configuration.OutputCacheSettingsSection, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" allowDefinition="MachineToApplication"/> + <section name="sqlCacheDependency" type="System.Web.Configuration.OutputCacheSettingsSection, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" allowDefinition="MachineToApplication"/> + </sectionGroup> + <section name="monoSettings" type="System.Web.Configuration.MonoSettingsSection, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" /> + </sectionGroup> + <sectionGroup name="system.net" type="System.Net.Configuration.NetSectionGroup, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> + <section name="authenticationModules" type="System.Net.Configuration.AuthenticationModulesSection, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" /> + <section name="connectionManagement" type="System.Net.Configuration.ConnectionManagementSection, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" /> + <section name="defaultProxy" type="System.Net.Configuration.DefaultProxySection, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" /> + <sectionGroup name="mailSettings" type="System.Net.Configuration.MailSettingsSectionGroup, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> + <section name="smtp" type="System.Net.Configuration.SmtpSection, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" /> + </sectionGroup> + <section name="requestCaching" type="System.Net.Configuration.RequestCachingSection, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" /> + <section name="settings" type="System.Net.Configuration.SettingsSection, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" /> + <section name="webRequestModules" type="System.Net.Configuration.WebRequestModulesSection, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" /> + </sectionGroup> + <section name="system.drawing" type="System.Configuration.NameValueSectionHandler, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" /> + <sectionGroup name="system.serviceModel" type="System.ServiceModel.Configuration.ServiceModelSectionGroup, System.ServiceModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> + <section name="behaviors" type="System.ServiceModel.Configuration.BehaviorsSection, System.ServiceModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" /> + <section name="bindings" type="System.ServiceModel.Configuration.BindingsSection, System.ServiceModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" /> + <section name="client" type="System.ServiceModel.Configuration.ClientSection, System.ServiceModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" /> + <section name="commonBehaviors" type="System.ServiceModel.Configuration.CommonBehaviorsSection, System.ServiceModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" /> + <section name="diagnostics" type="System.ServiceModel.Configuration.DiagnosticSection, System.ServiceModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" /> + <section name="extensions" type="System.ServiceModel.Configuration.ExtensionsSection, System.ServiceModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" /> + <section name="serviceHostingEnvironment" type="System.ServiceModel.Configuration.ServiceHostingEnvironmentSection, System.ServiceModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" /> + <section name="services" type="System.ServiceModel.Configuration.ServicesSection, System.ServiceModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" /> + </sectionGroup> + <section name="system.webServer" type="System.Configuration.IgnoreSection, System.Configuration, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" /> + <section name="uri" type="System.Configuration.UriSection, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" /> + </configSections> + + <connectionStrings> + <add name="LocalSqlServer" connectionString="data source=.\SQLEXPRESS;Integrated Security=SSPI;AttachDBFilename=|DataDirectory|aspnetdb.mdf;User Instance=true" providerName="System.Data.SqlClient"/> + <add name="LocalSqliteServer" connectionString="Data Source=|DataDirectory|/aspnetdb.sqlite;version=3" providerName="Mono.Data.Sqlite"/> + </connectionStrings> + + <configProtectedData defaultProvider="RsaProtectedConfigurationProvider"> + <providers> + <add name="RsaProtectedConfigurationProvider" type="System.Configuration.RsaProtectedConfigurationProvider, System.Configuration, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + description="" keyContainerName="MonoFrameworkConfigurationKey" cspProviderName="" useMachineContainer="true" useOAEP="false" /> + <add name="DataProtectionConfigurationProvider" type="System.Configuration.DpapiProtectedConfigurationProvider, System.Configuration, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + description="" useMachineProtection="true" keyEntropy="" /> + </providers> + </configProtectedData> + + <system.net> + <authenticationModules> + <add type="System.Net.BasicClient, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" /> + <add type="System.Net.DigestClient, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" /> + <add type="System.Net.NtlmClient, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" /> + </authenticationModules> + <webRequestModules> + <add prefix="http" type="System.Net.HttpRequestCreator, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" /> + <add prefix="https" type="System.Net.HttpRequestCreator, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" /> + <add prefix="file" type="System.Net.FileWebRequestCreator, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" /> + <add prefix="ftp" type="System.Net.FtpRequestCreator, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" /> + </webRequestModules> + <settings> + <ipv6 enabled="false"/> + </settings> + </system.net> + + <system.runtime.remoting> + <application> + <channels> + <channel ref="http client" displayName="http client (delay loaded)" delayLoadAsClientChannel="true" /> + <channel ref="tcp client" displayName="tcp client (delay loaded)" delayLoadAsClientChannel="true" /> + <channel ref="ipc client" displayName="ipc client (delay loaded)" delayLoadAsClientChannel="true" /> + </channels> + </application> + <channels> + <channel id="http" type="System.Runtime.Remoting.Channels.Http.HttpChannel, System.Runtime.Remoting, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" /> + <channel id="http client" type="System.Runtime.Remoting.Channels.Http.HttpClientChannel, System.Runtime.Remoting, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" /> + <channel id="http server" type="System.Runtime.Remoting.Channels.Http.HttpServerChannel, System.Runtime.Remoting, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" /> + <channel id="tcp" type="System.Runtime.Remoting.Channels.Tcp.TcpChannel, System.Runtime.Remoting, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" /> + <channel id="tcp client" type="System.Runtime.Remoting.Channels.Tcp.TcpClientChannel, System.Runtime.Remoting, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" /> + <channel id="tcp server" type="System.Runtime.Remoting.Channels.Tcp.TcpServerChannel, System.Runtime.Remoting, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" /> + <channel id="ipc" type="System.Runtime.Remoting.Channels.Ipc.IpcChannel, System.Runtime.Remoting, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" /> + <channel id="ipc client" type="System.Runtime.Remoting.Channels.Ipc.IpcClientChannel, System.Runtime.Remoting, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" /> + <channel id="ipc server" type="System.Runtime.Remoting.Channels.Ipc.IpcServerChannel, System.Runtime.Remoting, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" /> + </channels> + <channelSinkProviders> + <clientProviders> + <formatter id="soap" type="System.Runtime.Remoting.Channels.SoapClientFormatterSinkProvider, System.Runtime.Remoting, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" /> + <formatter id="binary" type="System.Runtime.Remoting.Channels.BinaryClientFormatterSinkProvider, System.Runtime.Remoting, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" /> + </clientProviders> + <serverProviders> + <formatter id="soap" type="System.Runtime.Remoting.Channels.SoapServerFormatterSinkProvider, System.Runtime.Remoting, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" /> + <formatter id="binary" type="System.Runtime.Remoting.Channels.BinaryServerFormatterSinkProvider, System.Runtime.Remoting, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" /> + <provider id="wsdl" type="System.Runtime.Remoting.MetadataServices.SdlChannelSinkProvider, System.Runtime.Remoting, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" /> + </serverProviders> + </channelSinkProviders> + </system.runtime.remoting> + + <appSettings> + <!--<add key="yourkey" value="your value" /> --> + <!--<remove key="a key defined higher in the hierarchy" /> --> + <!--<clear/> Removes all defined settings --> + </appSettings> + <system.diagnostics> + <trace autoflush="false" indentsize="4" /> + </system.diagnostics> + <system.drawing> + </system.drawing> + + <system.data> + <DbProviderFactories> + <add name="Mono Sqlite Data Provider" invariant="Mono.Data.SqliteClient" + description="Mono Framework Data Provider for SQLite (old version)" + type="Mono.Data.SqliteClient.SqliteFactory, Mono.Data.SqliteClient, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756"/> + <add name="Mono Sqlite Provider" invariant="Mono.Data.Sqlite" + description="Mono Framework Data Provider for SQLite (new version)" + type="Mono.Data.Sqlite.SqliteFactory, Mono.Data.Sqlite, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756"/> + <add name="Odbc Data Provider" invariant="System.Data.Odbc" + description=".Net Framework Data Provider for Odbc" + type="System.Data.Odbc.OdbcFactory, System.Data, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"/> + <add name="OleDb Data Provider" invariant="System.Data.OleDb" + description=".Net Framework Data Provider for OleDb" + type="System.Data.OleDb.OleDbFactory, System.Data, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"/> + <add name="OracleClient Data Provider" invariant="System.Data.OracleClient" + description=".Net Framework Data Provider for Oracle" + type="System.Data.OracleClient.OracleClientFactory, System.Data.OracleClient, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"/> + <add name="SqlClient Data Provider" invariant="System.Data.SqlClient" + description=".Net Framework Data Provider for SqlServer" + type="System.Data.SqlClient.SqlClientFactory, System.Data, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"/> + <add name="Sybase Data Provider" invariant="Mono.Data.SybaseClient" + description=".Net Framework Data Provider for Sybase" + type="Mono.Data.SybaseClient.SybaseClientFactory, Mono.Data.SybaseClient, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756"/> + </DbProviderFactories> + </system.data> + + <mscorlib> + <cryptographySettings> + <cryptoNameMapping> + <cryptoClasses> + <cryptoClass monoMD2="Mono.Security.Cryptography.MD2Managed, Mono.Security, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" /> + </cryptoClasses> + <nameEntry name="MD2" class="monoMD2" /> + </cryptoNameMapping> + <oidMap> + <oidEntry OID="1.2.840.113549.2.2" name="MD2" /> + <oidEntry OID="1.2.840.113549.2.2" name="Mono.Security.Cryptography.MD2Managed" /> + </oidMap> + </cryptographySettings> + </mscorlib> + + <strongNames> + <pubTokenMapping> + <!-- ECMA key --> + <map Token="b77a5c561934e089" PublicKey="002400000480000094000000060200000024000052534131000400000100010079159977d2d03a8e6bea7a2e74e8d1afcc93e8851974952bb480a12c9134474d04062447c37e0e68c080536fcf3c3fbe2ff9c979ce998475e506e8ce82dd5b0f350dc10e93bf2eeecf874b24770c5081dbea7447fddafa277b22de47d6ffea449674a4f9fccf84d15069089380284dbdd35f46cdff12a1bd78e4ef0065d016df" /> + <!-- Microsoft (final) key --> + <map Token="b03f5f7f11d50a3a" PublicKey="002400000480000094000000060200000024000052534131000400000100010079159977d2d03a8e6bea7a2e74e8d1afcc93e8851974952bb480a12c9134474d04062447c37e0e68c080536fcf3c3fbe2ff9c979ce998475e506e8ce82dd5b0f350dc10e93bf2eeecf874b24770c5081dbea7447fddafa277b22de47d6ffea449674a4f9fccf84d15069089380284dbdd35f46cdff12a1bd78e4ef0065d016df" /> + <!-- Microsoft (Web Service Enhancement) key --> + <map Token="31bf3856ad364e35" PublicKey="002400000480000094000000060200000024000052534131000400000100010079159977d2d03a8e6bea7a2e74e8d1afcc93e8851974952bb480a12c9134474d04062447c37e0e68c080536fcf3c3fbe2ff9c979ce998475e506e8ce82dd5b0f350dc10e93bf2eeecf874b24770c5081dbea7447fddafa277b22de47d6ffea449674a4f9fccf84d15069089380284dbdd35f46cdff12a1bd78e4ef0065d016df" /> + <!-- IBM (DB2 Data Provider) key --> + <map Token="7c307b91aa13d208" PublicKey="002400000480000094000000060200000024000052534131000400000100010079159977d2d03a8e6bea7a2e74e8d1afcc93e8851974952bb480a12c9134474d04062447c37e0e68c080536fcf3c3fbe2ff9c979ce998475e506e8ce82dd5b0f350dc10e93bf2eeecf874b24770c5081dbea7447fddafa277b22de47d6ffea449674a4f9fccf84d15069089380284dbdd35f46cdff12a1bd78e4ef0065d016df" /> + <!-- Silverlight 2.0 key --> + <map Token="7cec85d7bea7798e" PublicKey="002400000480000094000000060200000024000052534131000400000100010079159977d2d03a8e6bea7a2e74e8d1afcc93e8851974952bb480a12c9134474d04062447c37e0e68c080536fcf3c3fbe2ff9c979ce998475e506e8ce82dd5b0f350dc10e93bf2eeecf874b24770c5081dbea7447fddafa277b22de47d6ffea449674a4f9fccf84d15069089380284dbdd35f46cdff12a1bd78e4ef0065d016df" /> + </pubTokenMapping> + </strongNames> + + <system.web> + <webServices> + <protocols> + <add name="HttpSoap"/> + <add name="HttpSoap12"/> + <add name="HttpPost"/> + <add name="HttpGet"/> + <add name="Documentation"/> + </protocols> + <conformanceWarnings> + <add name="BasicProfile1_1"/> + </conformanceWarnings> + <wsdlHelpGenerator href="DefaultWsdlHelpGenerator.aspx" /> + </webServices> + + <membership> + <providers> + <add name="AspNetSqlMembershipProvider" type="System.Web.Security.SqlMembershipProvider, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" connectionStringName="LocalSqlServer" enablePasswordRetrieval="false" enablePasswordReset="true" requiresQuestionAndAnswer="true" applicationName="/" requiresUniqueEmail="false" passwordFormat="Hashed" maxInvalidPasswordAttempts="5" minRequiredPasswordLength="7" minRequiredNonalphanumericCharacters="1" passwordAttemptWindow="10" passwordStrengthRegularExpression=""/> + <!-- <add name="AspNetSqlMembershipProvider" type="Mainsoft.Web.Security.GenericMembershipProvider, Mainsoft.Web.Security" applicationName="/" connectionStringName="LocalSqlServer" /> --> + </providers> + </membership> + + <roleManager> + <providers> + <add name="AspNetSqlRoleProvider" type="System.Web.Security.SqlRoleProvider, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" applicationName="/" connectionStringName="LocalSqlServer" /> + <!-- <add name="AspNetSqlRoleProvider" type="Mainsoft.Web.Security.GenericRoleProvider, Mainsoft.Web.Security" applicationName="/" connectionStringName="LocalSqlServer" /> --> + </providers> + </roleManager> + + <profile> + <providers> + <add name="AspNetSqlProfileProvider" connectionStringName="LocalSqlServer" applicationName="/" type="System.Web.Profile.SqlProfileProvider, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" /> + </providers> + </profile> + </system.web> + + <system.serviceModel> + <extensions> + <behaviorExtensions> + <add name="enableWebScript" type="System.ServiceModel.Configuration.WebScriptEnablingElement, System.ServiceModel.Web, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/> + <add name="webHttp" type="System.ServiceModel.Configuration.WebHttpElement, System.ServiceModel.Web, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/> + </behaviorExtensions> + <bindingElementExtensions> + <add name="webMessageEncoding" type="System.ServiceModel.Configuration.WebMessageEncodingElement, System.ServiceModel.Web, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/> + </bindingElementExtensions> + <bindingExtensions> + <add name="webHttpBinding" type="System.ServiceModel.Configuration.WebHttpBindingCollectionElement, System.ServiceModel.Web, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/> + </bindingExtensions> + </extensions> + </system.serviceModel> +</configuration> + + diff --git a/WatercolorGames.Pong/obj/Debug/android/assets/mscorlib.dll b/WatercolorGames.Pong/obj/Debug/android/assets/mscorlib.dll Binary files differnew file mode 100644 index 0000000..3bada6c --- /dev/null +++ b/WatercolorGames.Pong/obj/Debug/android/assets/mscorlib.dll diff --git a/WatercolorGames.Pong/obj/Debug/android/assets/mscorlib.pdb b/WatercolorGames.Pong/obj/Debug/android/assets/mscorlib.pdb Binary files differnew file mode 100644 index 0000000..9cb2b57 --- /dev/null +++ b/WatercolorGames.Pong/obj/Debug/android/assets/mscorlib.pdb diff --git a/WatercolorGames.Pong/obj/Debug/android/bin/WatercolorGames.Pong.apk b/WatercolorGames.Pong/obj/Debug/android/bin/WatercolorGames.Pong.apk Binary files differnew file mode 100644 index 0000000..2aec543 --- /dev/null +++ b/WatercolorGames.Pong/obj/Debug/android/bin/WatercolorGames.Pong.apk diff --git a/WatercolorGames.Pong/obj/Debug/android/bin/classes.dex b/WatercolorGames.Pong/obj/Debug/android/bin/classes.dex Binary files differnew file mode 100644 index 0000000..a5f594b --- /dev/null +++ b/WatercolorGames.Pong/obj/Debug/android/bin/classes.dex diff --git a/WatercolorGames.Pong/obj/Debug/android/bin/classes.zip b/WatercolorGames.Pong/obj/Debug/android/bin/classes.zip Binary files differnew file mode 100644 index 0000000..92ecc88 --- /dev/null +++ b/WatercolorGames.Pong/obj/Debug/android/bin/classes.zip diff --git a/WatercolorGames.Pong/obj/Debug/android/bin/classes/md59e336b20c5f59a4196ec0611a339f132/AndroidGameActivity.class b/WatercolorGames.Pong/obj/Debug/android/bin/classes/md59e336b20c5f59a4196ec0611a339f132/AndroidGameActivity.class Binary files differnew file mode 100644 index 0000000..ca88eb6 --- /dev/null +++ b/WatercolorGames.Pong/obj/Debug/android/bin/classes/md59e336b20c5f59a4196ec0611a339f132/AndroidGameActivity.class diff --git a/WatercolorGames.Pong/obj/Debug/android/bin/classes/md59e336b20c5f59a4196ec0611a339f132/MonoGameAndroidGameView.class b/WatercolorGames.Pong/obj/Debug/android/bin/classes/md59e336b20c5f59a4196ec0611a339f132/MonoGameAndroidGameView.class Binary files differnew file mode 100644 index 0000000..20dbd6f --- /dev/null +++ b/WatercolorGames.Pong/obj/Debug/android/bin/classes/md59e336b20c5f59a4196ec0611a339f132/MonoGameAndroidGameView.class diff --git a/WatercolorGames.Pong/obj/Debug/android/bin/classes/md59e336b20c5f59a4196ec0611a339f132/OrientationListener.class b/WatercolorGames.Pong/obj/Debug/android/bin/classes/md59e336b20c5f59a4196ec0611a339f132/OrientationListener.class Binary files differnew file mode 100644 index 0000000..dc59521 --- /dev/null +++ b/WatercolorGames.Pong/obj/Debug/android/bin/classes/md59e336b20c5f59a4196ec0611a339f132/OrientationListener.class diff --git a/WatercolorGames.Pong/obj/Debug/android/bin/classes/md59e336b20c5f59a4196ec0611a339f132/ScreenReceiver.class b/WatercolorGames.Pong/obj/Debug/android/bin/classes/md59e336b20c5f59a4196ec0611a339f132/ScreenReceiver.class Binary files differnew file mode 100644 index 0000000..48abb81 --- /dev/null +++ b/WatercolorGames.Pong/obj/Debug/android/bin/classes/md59e336b20c5f59a4196ec0611a339f132/ScreenReceiver.class diff --git a/WatercolorGames.Pong/obj/Debug/android/bin/classes/md5ba40d894fac23818a7eeecdb5217ef4b/Activity1.class b/WatercolorGames.Pong/obj/Debug/android/bin/classes/md5ba40d894fac23818a7eeecdb5217ef4b/Activity1.class Binary files differnew file mode 100644 index 0000000..76b7369 --- /dev/null +++ b/WatercolorGames.Pong/obj/Debug/android/bin/classes/md5ba40d894fac23818a7eeecdb5217ef4b/Activity1.class diff --git a/WatercolorGames.Pong/obj/Debug/android/bin/classes/mono/MonoPackageManager.class b/WatercolorGames.Pong/obj/Debug/android/bin/classes/mono/MonoPackageManager.class Binary files differnew file mode 100644 index 0000000..4b597ea --- /dev/null +++ b/WatercolorGames.Pong/obj/Debug/android/bin/classes/mono/MonoPackageManager.class diff --git a/WatercolorGames.Pong/obj/Debug/android/bin/classes/mono/MonoPackageManager_Resources.class b/WatercolorGames.Pong/obj/Debug/android/bin/classes/mono/MonoPackageManager_Resources.class Binary files differnew file mode 100644 index 0000000..dd6fade --- /dev/null +++ b/WatercolorGames.Pong/obj/Debug/android/bin/classes/mono/MonoPackageManager_Resources.class diff --git a/WatercolorGames.Pong/obj/Debug/android/bin/classes/mono/MonoRuntimeProvider.class b/WatercolorGames.Pong/obj/Debug/android/bin/classes/mono/MonoRuntimeProvider.class Binary files differnew file mode 100644 index 0000000..a1b2dc9 --- /dev/null +++ b/WatercolorGames.Pong/obj/Debug/android/bin/classes/mono/MonoRuntimeProvider.class diff --git a/WatercolorGames.Pong/obj/Debug/android/bin/classes/mono/android/Seppuku.class b/WatercolorGames.Pong/obj/Debug/android/bin/classes/mono/android/Seppuku.class Binary files differnew file mode 100644 index 0000000..afd19df --- /dev/null +++ b/WatercolorGames.Pong/obj/Debug/android/bin/classes/mono/android/Seppuku.class diff --git a/WatercolorGames.Pong/obj/Debug/android/bin/classes/mono/android/app/ApplicationRegistration.class b/WatercolorGames.Pong/obj/Debug/android/bin/classes/mono/android/app/ApplicationRegistration.class Binary files differnew file mode 100644 index 0000000..20a9328 --- /dev/null +++ b/WatercolorGames.Pong/obj/Debug/android/bin/classes/mono/android/app/ApplicationRegistration.class diff --git a/WatercolorGames.Pong/obj/Debug/android/bin/classes/mono/android/app/NotifyTimeZoneChanges.class b/WatercolorGames.Pong/obj/Debug/android/bin/classes/mono/android/app/NotifyTimeZoneChanges.class Binary files differnew file mode 100644 index 0000000..72e7bbc --- /dev/null +++ b/WatercolorGames.Pong/obj/Debug/android/bin/classes/mono/android/app/NotifyTimeZoneChanges.class diff --git a/WatercolorGames.Pong/obj/Debug/android/bin/classes/watercolorgames/pong/R$attr.class b/WatercolorGames.Pong/obj/Debug/android/bin/classes/watercolorgames/pong/R$attr.class Binary files differnew file mode 100644 index 0000000..1e64421 --- /dev/null +++ b/WatercolorGames.Pong/obj/Debug/android/bin/classes/watercolorgames/pong/R$attr.class diff --git a/WatercolorGames.Pong/obj/Debug/android/bin/classes/watercolorgames/pong/R$drawable.class b/WatercolorGames.Pong/obj/Debug/android/bin/classes/watercolorgames/pong/R$drawable.class Binary files differnew file mode 100644 index 0000000..584a244 --- /dev/null +++ b/WatercolorGames.Pong/obj/Debug/android/bin/classes/watercolorgames/pong/R$drawable.class diff --git a/WatercolorGames.Pong/obj/Debug/android/bin/classes/watercolorgames/pong/R$string.class b/WatercolorGames.Pong/obj/Debug/android/bin/classes/watercolorgames/pong/R$string.class Binary files differnew file mode 100644 index 0000000..c9d7113 --- /dev/null +++ b/WatercolorGames.Pong/obj/Debug/android/bin/classes/watercolorgames/pong/R$string.class diff --git a/WatercolorGames.Pong/obj/Debug/android/bin/classes/watercolorgames/pong/R$style.class b/WatercolorGames.Pong/obj/Debug/android/bin/classes/watercolorgames/pong/R$style.class Binary files differnew file mode 100644 index 0000000..3270920 --- /dev/null +++ b/WatercolorGames.Pong/obj/Debug/android/bin/classes/watercolorgames/pong/R$style.class diff --git a/WatercolorGames.Pong/obj/Debug/android/bin/classes/watercolorgames/pong/R.class b/WatercolorGames.Pong/obj/Debug/android/bin/classes/watercolorgames/pong/R.class Binary files differnew file mode 100644 index 0000000..3d95284 --- /dev/null +++ b/WatercolorGames.Pong/obj/Debug/android/bin/classes/watercolorgames/pong/R.class diff --git a/WatercolorGames.Pong/obj/Debug/android/bin/mono.android.jar b/WatercolorGames.Pong/obj/Debug/android/bin/mono.android.jar Binary files differnew file mode 100644 index 0000000..34da1ac --- /dev/null +++ b/WatercolorGames.Pong/obj/Debug/android/bin/mono.android.jar diff --git a/WatercolorGames.Pong/obj/Debug/android/bin/packaged_resources b/WatercolorGames.Pong/obj/Debug/android/bin/packaged_resources Binary files differnew file mode 100644 index 0000000..c51f9a2 --- /dev/null +++ b/WatercolorGames.Pong/obj/Debug/android/bin/packaged_resources diff --git a/WatercolorGames.Pong/obj/Debug/android/manifest/AndroidManifest.xml b/WatercolorGames.Pong/obj/Debug/android/manifest/AndroidManifest.xml new file mode 100644 index 0000000..2b2409c --- /dev/null +++ b/WatercolorGames.Pong/obj/Debug/android/manifest/AndroidManifest.xml @@ -0,0 +1,24 @@ +<?xml version="1.0" encoding="utf-8"?> +<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="WatercolorGames.Pong" android:versionCode="1" android:versionName="1.0" android:installLocation="auto"> + <!--suppress UsesMinSdkAttributes--> + <uses-sdk android:minSdkVersion="23" /> + <uses-permission android:name="android.permission.INTERNET" /> + <uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" /> + <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" /> + <application android:label="WatercolorGames.Pong" android:name="android.app.Application" android:allowBackup="true" android:icon="@drawable/icon" android:debuggable="true"> + <activity android:alwaysRetainTaskState="true" android:configChanges="keyboard|keyboardHidden|orientation|screenSize" android:icon="@drawable/icon" android:label="WatercolorGames.Pong" android:launchMode="singleInstance" android:screenOrientation="fullUser" android:theme="@style/Theme.Splash" android:name="md5ba40d894fac23818a7eeecdb5217ef4b.Activity1"> + <intent-filter> + <action android:name="android.intent.action.MAIN" /> + <category android:name="android.intent.category.LAUNCHER" /> + </intent-filter> + </activity> + <provider android:name="mono.MonoRuntimeProvider" android:exported="false" android:initOrder="2147483647" android:authorities="WatercolorGames.Pong.mono.MonoRuntimeProvider.__mono_init__" /> + <!--suppress ExportedReceiver--> + <receiver android:name="mono.android.Seppuku"> + <intent-filter> + <action android:name="mono.android.intent.action.SEPPUKU" /> + <category android:name="mono.android.intent.category.SEPPUKU.WatercolorGames.Pong" /> + </intent-filter> + </receiver> + </application> +</manifest>
\ No newline at end of file diff --git a/WatercolorGames.Pong/obj/Debug/android/src/md59e336b20c5f59a4196ec0611a339f132/AndroidGameActivity.java b/WatercolorGames.Pong/obj/Debug/android/src/md59e336b20c5f59a4196ec0611a339f132/AndroidGameActivity.java new file mode 100644 index 0000000..8d90dac --- /dev/null +++ b/WatercolorGames.Pong/obj/Debug/android/src/md59e336b20c5f59a4196ec0611a339f132/AndroidGameActivity.java @@ -0,0 +1,83 @@ +package md59e336b20c5f59a4196ec0611a339f132; + + +public class AndroidGameActivity + extends android.app.Activity + implements + mono.android.IGCUserPeer +{ +/** @hide */ + public static final String __md_methods; + static { + __md_methods = + "n_onCreate:(Landroid/os/Bundle;)V:GetOnCreate_Landroid_os_Bundle_Handler\n" + + "n_onConfigurationChanged:(Landroid/content/res/Configuration;)V:GetOnConfigurationChanged_Landroid_content_res_Configuration_Handler\n" + + "n_onPause:()V:GetOnPauseHandler\n" + + "n_onResume:()V:GetOnResumeHandler\n" + + "n_onDestroy:()V:GetOnDestroyHandler\n" + + ""; + mono.android.Runtime.register ("Microsoft.Xna.Framework.AndroidGameActivity, MonoGame.Framework, Version=3.6.0.1625, Culture=neutral, PublicKeyToken=null", AndroidGameActivity.class, __md_methods); + } + + + public AndroidGameActivity () + { + super (); + if (getClass () == AndroidGameActivity.class) + mono.android.TypeManager.Activate ("Microsoft.Xna.Framework.AndroidGameActivity, MonoGame.Framework, Version=3.6.0.1625, Culture=neutral, PublicKeyToken=null", "", this, new java.lang.Object[] { }); + } + + + public void onCreate (android.os.Bundle p0) + { + n_onCreate (p0); + } + + private native void n_onCreate (android.os.Bundle p0); + + + public void onConfigurationChanged (android.content.res.Configuration p0) + { + n_onConfigurationChanged (p0); + } + + private native void n_onConfigurationChanged (android.content.res.Configuration p0); + + + public void onPause () + { + n_onPause (); + } + + private native void n_onPause (); + + + public void onResume () + { + n_onResume (); + } + + private native void n_onResume (); + + + public void onDestroy () + { + n_onDestroy (); + } + + private native void n_onDestroy (); + + private java.util.ArrayList refList; + public void monodroidAddReference (java.lang.Object obj) + { + if (refList == null) + refList = new java.util.ArrayList (); + refList.add (obj); + } + + public void monodroidClearReferences () + { + if (refList != null) + refList.clear (); + } +} diff --git a/WatercolorGames.Pong/obj/Debug/android/src/md59e336b20c5f59a4196ec0611a339f132/MonoGameAndroidGameView.java b/WatercolorGames.Pong/obj/Debug/android/src/md59e336b20c5f59a4196ec0611a339f132/MonoGameAndroidGameView.java new file mode 100644 index 0000000..fa73d30 --- /dev/null +++ b/WatercolorGames.Pong/obj/Debug/android/src/md59e336b20c5f59a4196ec0611a339f132/MonoGameAndroidGameView.java @@ -0,0 +1,127 @@ +package md59e336b20c5f59a4196ec0611a339f132; + + +public class MonoGameAndroidGameView + extends opentk_1_0.platform.android.AndroidGameView + implements + mono.android.IGCUserPeer, + android.view.View.OnTouchListener, + android.view.SurfaceHolder.Callback +{ +/** @hide */ + public static final String __md_methods; + static { + __md_methods = + "n_onKeyDown:(ILandroid/view/KeyEvent;)Z:GetOnKeyDown_ILandroid_view_KeyEvent_Handler\n" + + "n_onKeyUp:(ILandroid/view/KeyEvent;)Z:GetOnKeyUp_ILandroid_view_KeyEvent_Handler\n" + + "n_onGenericMotionEvent:(Landroid/view/MotionEvent;)Z:GetOnGenericMotionEvent_Landroid_view_MotionEvent_Handler\n" + + "n_onTouch:(Landroid/view/View;Landroid/view/MotionEvent;)Z:GetOnTouch_Landroid_view_View_Landroid_view_MotionEvent_Handler:Android.Views.View/IOnTouchListenerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null\n" + + "n_surfaceChanged:(Landroid/view/SurfaceHolder;III)V:GetSurfaceChanged_Landroid_view_SurfaceHolder_IIIHandler:Android.Views.ISurfaceHolderCallbackInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null\n" + + "n_surfaceCreated:(Landroid/view/SurfaceHolder;)V:GetSurfaceCreated_Landroid_view_SurfaceHolder_Handler:Android.Views.ISurfaceHolderCallbackInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null\n" + + "n_surfaceDestroyed:(Landroid/view/SurfaceHolder;)V:GetSurfaceDestroyed_Landroid_view_SurfaceHolder_Handler:Android.Views.ISurfaceHolderCallbackInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null\n" + + ""; + mono.android.Runtime.register ("Microsoft.Xna.Framework.MonoGameAndroidGameView, MonoGame.Framework, Version=3.6.0.1625, Culture=neutral, PublicKeyToken=null", MonoGameAndroidGameView.class, __md_methods); + } + + + public MonoGameAndroidGameView (android.content.Context p0) + { + super (p0); + if (getClass () == MonoGameAndroidGameView.class) + mono.android.TypeManager.Activate ("Microsoft.Xna.Framework.MonoGameAndroidGameView, MonoGame.Framework, Version=3.6.0.1625, Culture=neutral, PublicKeyToken=null", "Android.Content.Context, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=84e04ff9cfb79065", this, new java.lang.Object[] { p0 }); + } + + + public MonoGameAndroidGameView (android.content.Context p0, android.util.AttributeSet p1) + { + super (p0, p1); + if (getClass () == MonoGameAndroidGameView.class) + mono.android.TypeManager.Activate ("Microsoft.Xna.Framework.MonoGameAndroidGameView, MonoGame.Framework, Version=3.6.0.1625, Culture=neutral, PublicKeyToken=null", "Android.Content.Context, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=84e04ff9cfb79065:Android.Util.IAttributeSet, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=84e04ff9cfb79065", this, new java.lang.Object[] { p0, p1 }); + } + + + public MonoGameAndroidGameView (android.content.Context p0, android.util.AttributeSet p1, int p2) + { + super (p0, p1, p2); + if (getClass () == MonoGameAndroidGameView.class) + mono.android.TypeManager.Activate ("Microsoft.Xna.Framework.MonoGameAndroidGameView, MonoGame.Framework, Version=3.6.0.1625, Culture=neutral, PublicKeyToken=null", "Android.Content.Context, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=84e04ff9cfb79065:Android.Util.IAttributeSet, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=84e04ff9cfb79065:System.Int32, mscorlib, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", this, new java.lang.Object[] { p0, p1, p2 }); + } + + + public MonoGameAndroidGameView (android.content.Context p0, android.util.AttributeSet p1, int p2, int p3) + { + super (p0, p1, p2, p3); + if (getClass () == MonoGameAndroidGameView.class) + mono.android.TypeManager.Activate ("Microsoft.Xna.Framework.MonoGameAndroidGameView, MonoGame.Framework, Version=3.6.0.1625, Culture=neutral, PublicKeyToken=null", "Android.Content.Context, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=84e04ff9cfb79065:Android.Util.IAttributeSet, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=84e04ff9cfb79065:System.Int32, mscorlib, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e:System.Int32, mscorlib, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", this, new java.lang.Object[] { p0, p1, p2, p3 }); + } + + + public boolean onKeyDown (int p0, android.view.KeyEvent p1) + { + return n_onKeyDown (p0, p1); + } + + private native boolean n_onKeyDown (int p0, android.view.KeyEvent p1); + + + public boolean onKeyUp (int p0, android.view.KeyEvent p1) + { + return n_onKeyUp (p0, p1); + } + + private native boolean n_onKeyUp (int p0, android.view.KeyEvent p1); + + + public boolean onGenericMotionEvent (android.view.MotionEvent p0) + { + return n_onGenericMotionEvent (p0); + } + + private native boolean n_onGenericMotionEvent (android.view.MotionEvent p0); + + + public boolean onTouch (android.view.View p0, android.view.MotionEvent p1) + { + return n_onTouch (p0, p1); + } + + private native boolean n_onTouch (android.view.View p0, android.view.MotionEvent p1); + + + public void surfaceChanged (android.view.SurfaceHolder p0, int p1, int p2, int p3) + { + n_surfaceChanged (p0, p1, p2, p3); + } + + private native void n_surfaceChanged (android.view.SurfaceHolder p0, int p1, int p2, int p3); + + + public void surfaceCreated (android.view.SurfaceHolder p0) + { + n_surfaceCreated (p0); + } + + private native void n_surfaceCreated (android.view.SurfaceHolder p0); + + + public void surfaceDestroyed (android.view.SurfaceHolder p0) + { + n_surfaceDestroyed (p0); + } + + private native void n_surfaceDestroyed (android.view.SurfaceHolder p0); + + private java.util.ArrayList refList; + public void monodroidAddReference (java.lang.Object obj) + { + if (refList == null) + refList = new java.util.ArrayList (); + refList.add (obj); + } + + public void monodroidClearReferences () + { + if (refList != null) + refList.clear (); + } +} diff --git a/WatercolorGames.Pong/obj/Debug/android/src/md59e336b20c5f59a4196ec0611a339f132/OrientationListener.java b/WatercolorGames.Pong/obj/Debug/android/src/md59e336b20c5f59a4196ec0611a339f132/OrientationListener.java new file mode 100644 index 0000000..9f423a3 --- /dev/null +++ b/WatercolorGames.Pong/obj/Debug/android/src/md59e336b20c5f59a4196ec0611a339f132/OrientationListener.java @@ -0,0 +1,55 @@ +package md59e336b20c5f59a4196ec0611a339f132; + + +public class OrientationListener + extends android.view.OrientationEventListener + implements + mono.android.IGCUserPeer +{ +/** @hide */ + public static final String __md_methods; + static { + __md_methods = + "n_onOrientationChanged:(I)V:GetOnOrientationChanged_IHandler\n" + + ""; + mono.android.Runtime.register ("Microsoft.Xna.Framework.OrientationListener, MonoGame.Framework, Version=3.6.0.1625, Culture=neutral, PublicKeyToken=null", OrientationListener.class, __md_methods); + } + + + public OrientationListener (android.content.Context p0) + { + super (p0); + if (getClass () == OrientationListener.class) + mono.android.TypeManager.Activate ("Microsoft.Xna.Framework.OrientationListener, MonoGame.Framework, Version=3.6.0.1625, Culture=neutral, PublicKeyToken=null", "Android.Content.Context, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=84e04ff9cfb79065", this, new java.lang.Object[] { p0 }); + } + + + public OrientationListener (android.content.Context p0, int p1) + { + super (p0, p1); + if (getClass () == OrientationListener.class) + mono.android.TypeManager.Activate ("Microsoft.Xna.Framework.OrientationListener, MonoGame.Framework, Version=3.6.0.1625, Culture=neutral, PublicKeyToken=null", "Android.Content.Context, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=84e04ff9cfb79065:Android.Hardware.SensorDelay, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=84e04ff9cfb79065", this, new java.lang.Object[] { p0, p1 }); + } + + + public void onOrientationChanged (int p0) + { + n_onOrientationChanged (p0); + } + + private native void n_onOrientationChanged (int p0); + + private java.util.ArrayList refList; + public void monodroidAddReference (java.lang.Object obj) + { + if (refList == null) + refList = new java.util.ArrayList (); + refList.add (obj); + } + + public void monodroidClearReferences () + { + if (refList != null) + refList.clear (); + } +} diff --git a/WatercolorGames.Pong/obj/Debug/android/src/md59e336b20c5f59a4196ec0611a339f132/ScreenReceiver.java b/WatercolorGames.Pong/obj/Debug/android/src/md59e336b20c5f59a4196ec0611a339f132/ScreenReceiver.java new file mode 100644 index 0000000..8d79820 --- /dev/null +++ b/WatercolorGames.Pong/obj/Debug/android/src/md59e336b20c5f59a4196ec0611a339f132/ScreenReceiver.java @@ -0,0 +1,47 @@ +package md59e336b20c5f59a4196ec0611a339f132; + + +public class ScreenReceiver + extends android.content.BroadcastReceiver + implements + mono.android.IGCUserPeer +{ +/** @hide */ + public static final String __md_methods; + static { + __md_methods = + "n_onReceive:(Landroid/content/Context;Landroid/content/Intent;)V:GetOnReceive_Landroid_content_Context_Landroid_content_Intent_Handler\n" + + ""; + mono.android.Runtime.register ("Microsoft.Xna.Framework.ScreenReceiver, MonoGame.Framework, Version=3.6.0.1625, Culture=neutral, PublicKeyToken=null", ScreenReceiver.class, __md_methods); + } + + + public ScreenReceiver () + { + super (); + if (getClass () == ScreenReceiver.class) + mono.android.TypeManager.Activate ("Microsoft.Xna.Framework.ScreenReceiver, MonoGame.Framework, Version=3.6.0.1625, Culture=neutral, PublicKeyToken=null", "", this, new java.lang.Object[] { }); + } + + + public void onReceive (android.content.Context p0, android.content.Intent p1) + { + n_onReceive (p0, p1); + } + + private native void n_onReceive (android.content.Context p0, android.content.Intent p1); + + private java.util.ArrayList refList; + public void monodroidAddReference (java.lang.Object obj) + { + if (refList == null) + refList = new java.util.ArrayList (); + refList.add (obj); + } + + public void monodroidClearReferences () + { + if (refList != null) + refList.clear (); + } +} diff --git a/WatercolorGames.Pong/obj/Debug/android/src/md5ba40d894fac23818a7eeecdb5217ef4b/Activity1.java b/WatercolorGames.Pong/obj/Debug/android/src/md5ba40d894fac23818a7eeecdb5217ef4b/Activity1.java new file mode 100644 index 0000000..aa2c0ee --- /dev/null +++ b/WatercolorGames.Pong/obj/Debug/android/src/md5ba40d894fac23818a7eeecdb5217ef4b/Activity1.java @@ -0,0 +1,47 @@ +package md5ba40d894fac23818a7eeecdb5217ef4b; + + +public class Activity1 + extends md59e336b20c5f59a4196ec0611a339f132.AndroidGameActivity + implements + mono.android.IGCUserPeer +{ +/** @hide */ + public static final String __md_methods; + static { + __md_methods = + "n_onCreate:(Landroid/os/Bundle;)V:GetOnCreate_Landroid_os_Bundle_Handler\n" + + ""; + mono.android.Runtime.register ("WatercolorGames.Pong.Activity1, WatercolorGames.Pong, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", Activity1.class, __md_methods); + } + + + public Activity1 () + { + super (); + if (getClass () == Activity1.class) + mono.android.TypeManager.Activate ("WatercolorGames.Pong.Activity1, WatercolorGames.Pong, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", "", this, new java.lang.Object[] { }); + } + + + public void onCreate (android.os.Bundle p0) + { + n_onCreate (p0); + } + + private native void n_onCreate (android.os.Bundle p0); + + private java.util.ArrayList refList; + public void monodroidAddReference (java.lang.Object obj) + { + if (refList == null) + refList = new java.util.ArrayList (); + refList.add (obj); + } + + public void monodroidClearReferences () + { + if (refList != null) + refList.clear (); + } +} diff --git a/WatercolorGames.Pong/obj/Debug/android/src/mono/MonoPackageManager.java b/WatercolorGames.Pong/obj/Debug/android/src/mono/MonoPackageManager.java new file mode 100644 index 0000000..dc35306 --- /dev/null +++ b/WatercolorGames.Pong/obj/Debug/android/src/mono/MonoPackageManager.java @@ -0,0 +1,115 @@ +package mono; + +import java.io.*; +import java.lang.String; +import java.util.Locale; +import java.util.HashSet; +import java.util.zip.*; +import android.content.Context; +import android.content.Intent; +import android.content.pm.ApplicationInfo; +import android.content.res.AssetManager; +import android.util.Log; +import mono.android.Runtime; + +public class MonoPackageManager { + + static Object lock = new Object (); + static boolean initialized; + + static android.content.Context Context; + + public static void LoadApplication (Context context, ApplicationInfo runtimePackage, String[] apks) + { + synchronized (lock) { + if (context instanceof android.app.Application) { + Context = context; + } + if (!initialized) { + android.content.IntentFilter timezoneChangedFilter = new android.content.IntentFilter ( + android.content.Intent.ACTION_TIMEZONE_CHANGED + ); + context.registerReceiver (new mono.android.app.NotifyTimeZoneChanges (), timezoneChangedFilter); + + System.loadLibrary("monodroid"); + Locale locale = Locale.getDefault (); + String language = locale.getLanguage () + "-" + locale.getCountry (); + String filesDir = context.getFilesDir ().getAbsolutePath (); + String cacheDir = context.getCacheDir ().getAbsolutePath (); + String dataDir = getNativeLibraryPath (context); + ClassLoader loader = context.getClassLoader (); + java.io.File external0 = android.os.Environment.getExternalStorageDirectory (); + String externalDir = new java.io.File ( + external0, + "Android/data/" + context.getPackageName () + "/files/.__override__").getAbsolutePath (); + String externalLegacyDir = new java.io.File ( + external0, + "../legacy/Android/data/" + context.getPackageName () + "/files/.__override__").getAbsolutePath (); + + Runtime.init ( + language, + apks, + getNativeLibraryPath (runtimePackage), + new String[]{ + filesDir, + cacheDir, + dataDir, + }, + loader, + new String[] { + externalDir, + externalLegacyDir + }, + MonoPackageManager_Resources.Assemblies, + context.getPackageName ()); + + mono.android.app.ApplicationRegistration.registerApplications (); + + initialized = true; + } + } + } + + public static void setContext (Context context) + { + // Ignore; vestigial + } + + static String getNativeLibraryPath (Context context) + { + return getNativeLibraryPath (context.getApplicationInfo ()); + } + + static String getNativeLibraryPath (ApplicationInfo ainfo) + { + if (android.os.Build.VERSION.SDK_INT >= 9) + return ainfo.nativeLibraryDir; + return ainfo.dataDir + "/lib"; + } + + public static String[] getAssemblies () + { + return MonoPackageManager_Resources.Assemblies; + } + + public static String[] getDependencies () + { + return MonoPackageManager_Resources.Dependencies; + } + + public static String getApiPackageName () + { + return MonoPackageManager_Resources.ApiPackageName; + } +} + +class MonoPackageManager_Resources { + public static final String[] Assemblies = new String[]{ + /* We need to ensure that "WatercolorGames.Pong.dll" comes first in this list. */ + "WatercolorGames.Pong.dll", + "MonoGame.Framework.dll", + }; + public static final String[] Dependencies = new String[]{ + }; + public static final String ApiPackageName = "Mono.Android.Platform.ApiLevel_23"; +} diff --git a/WatercolorGames.Pong/obj/Debug/android/src/mono/MonoRuntimeProvider.java b/WatercolorGames.Pong/obj/Debug/android/src/mono/MonoRuntimeProvider.java new file mode 100644 index 0000000..c006006 --- /dev/null +++ b/WatercolorGames.Pong/obj/Debug/android/src/mono/MonoRuntimeProvider.java @@ -0,0 +1,83 @@ +package mono; + +public class MonoRuntimeProvider + extends android.content.ContentProvider +{ + public MonoRuntimeProvider () + { + } + + @Override + public boolean onCreate () + { + return true; + } + + @Override + public void attachInfo (android.content.Context context, android.content.pm.ProviderInfo info) + { + // Mono Runtime Initialization {{{ + android.content.pm.ApplicationInfo apiInfo = null; + + String platformPackage = mono.MonoPackageManager.getApiPackageName (); + if (platformPackage != null) { + Throwable t = null; + try { + apiInfo = context.getPackageManager ().getApplicationInfo (platformPackage, 0); + } catch (android.content.pm.PackageManager.NameNotFoundException e) { + // ignore + } + if (apiInfo == null) { + try { + apiInfo = context.getPackageManager ().getApplicationInfo ("Xamarin.Android.Platform", 0); + } catch (android.content.pm.PackageManager.NameNotFoundException e) { + t = e; + } + } + if (apiInfo == null) + throw new RuntimeException ("Unable to find application " + platformPackage + " or Xamarin.Android.Platform!", t); + } + try { + android.content.pm.ApplicationInfo runtimeInfo = context.getPackageManager ().getApplicationInfo ("Mono.Android.DebugRuntime", 0); + mono.MonoPackageManager.LoadApplication (context, runtimeInfo, + apiInfo != null + ? new String[]{runtimeInfo.sourceDir, apiInfo.sourceDir, context.getApplicationInfo ().sourceDir} + : new String[]{runtimeInfo.sourceDir, context.getApplicationInfo ().sourceDir}); + } catch (android.content.pm.PackageManager.NameNotFoundException e) { + throw new RuntimeException ("Unable to find application Mono.Android.DebugRuntime!", e); + } + // }}} + super.attachInfo (context, info); + } + + @Override + public android.database.Cursor query (android.net.Uri uri, String[] projection, String selection, String[] selectionArgs, String sortOrder) + { + throw new RuntimeException ("This operation is not supported."); + } + + @Override + public String getType (android.net.Uri uri) + { + throw new RuntimeException ("This operation is not supported."); + } + + @Override + public android.net.Uri insert (android.net.Uri uri, android.content.ContentValues initialValues) + { + throw new RuntimeException ("This operation is not supported."); + } + + @Override + public int delete (android.net.Uri uri, String where, String[] whereArgs) + { + throw new RuntimeException ("This operation is not supported."); + } + + @Override + public int update (android.net.Uri uri, android.content.ContentValues values, String where, String[] whereArgs) + { + throw new RuntimeException ("This operation is not supported."); + } +} + diff --git a/WatercolorGames.Pong/obj/Debug/android/src/mono/android/Seppuku.java b/WatercolorGames.Pong/obj/Debug/android/src/mono/android/Seppuku.java new file mode 100644 index 0000000..539c874 --- /dev/null +++ b/WatercolorGames.Pong/obj/Debug/android/src/mono/android/Seppuku.java @@ -0,0 +1,19 @@ +package mono.android; + +import android.content.BroadcastReceiver; +import android.content.Context; +import android.content.Intent; +import android.util.Log; + +public class Seppuku extends BroadcastReceiver { + @Override + public void onReceive (Context context, Intent intent) + { + Intent startMain = new Intent (Intent.ACTION_MAIN); + startMain.addCategory (Intent.CATEGORY_HOME); + startMain.setFlags (Intent.FLAG_ACTIVITY_NEW_TASK); + context.startActivity (startMain); + + java.lang.Runtime.getRuntime ().exit (-1); + } +} diff --git a/WatercolorGames.Pong/obj/Debug/android/src/mono/android/app/ApplicationRegistration.java b/WatercolorGames.Pong/obj/Debug/android/src/mono/android/app/ApplicationRegistration.java new file mode 100644 index 0000000..b150f3d --- /dev/null +++ b/WatercolorGames.Pong/obj/Debug/android/src/mono/android/app/ApplicationRegistration.java @@ -0,0 +1,10 @@ +package mono.android.app; + +public class ApplicationRegistration { + + public static void registerApplications () + { + // Application and Instrumentation ACWs must be registered first. + + } +} diff --git a/WatercolorGames.Pong/obj/Debug/android/src/mono/android/app/NotifyTimeZoneChanges.java b/WatercolorGames.Pong/obj/Debug/android/src/mono/android/app/NotifyTimeZoneChanges.java new file mode 100644 index 0000000..21896a0 --- /dev/null +++ b/WatercolorGames.Pong/obj/Debug/android/src/mono/android/app/NotifyTimeZoneChanges.java @@ -0,0 +1,8 @@ +package mono.android.app; + +public class NotifyTimeZoneChanges extends android.content.BroadcastReceiver { + @Override + public void onReceive (android.content.Context context, android.content.Intent intent) { + mono.android.Runtime.notifyTimeZoneChanged (); + } +} diff --git a/WatercolorGames.Pong/obj/Debug/android/src/watercolorgames/pong/R.java b/WatercolorGames.Pong/obj/Debug/android/src/watercolorgames/pong/R.java new file mode 100644 index 0000000..3e8a7a2 --- /dev/null +++ b/WatercolorGames.Pong/obj/Debug/android/src/watercolorgames/pong/R.java @@ -0,0 +1,25 @@ +/* AUTO-GENERATED FILE. DO NOT MODIFY. + * + * This class was automatically generated by the + * aapt tool from the resource data it found. It + * should not be modified by hand. + */ + +package watercolorgames.pong; + +public final class R { + public static final class attr { + } + public static final class drawable { + public static final int icon=0x7f020000; + public static final int splash=0x7f020001; + } + public static final class string { + public static final int ApplicationName=0x7f030001; + public static final int Hello=0x7f030000; + public static final int WelcomeToPong=0x7f030002; + } + public static final class style { + public static final int Theme_Splash=0x7f040000; + } +} diff --git a/WatercolorGames.Pong/obj/Debug/android/typemap.jm b/WatercolorGames.Pong/obj/Debug/android/typemap.jm Binary files differnew file mode 100644 index 0000000..4f63835 --- /dev/null +++ b/WatercolorGames.Pong/obj/Debug/android/typemap.jm diff --git a/WatercolorGames.Pong/obj/Debug/android/typemap.mj b/WatercolorGames.Pong/obj/Debug/android/typemap.mj Binary files differnew file mode 100644 index 0000000..d0c4a2d --- /dev/null +++ b/WatercolorGames.Pong/obj/Debug/android/typemap.mj diff --git a/WatercolorGames.Pong/obj/Debug/android/watercolorgames/pong/R.java b/WatercolorGames.Pong/obj/Debug/android/watercolorgames/pong/R.java new file mode 100644 index 0000000..3e8a7a2 --- /dev/null +++ b/WatercolorGames.Pong/obj/Debug/android/watercolorgames/pong/R.java @@ -0,0 +1,25 @@ +/* AUTO-GENERATED FILE. DO NOT MODIFY. + * + * This class was automatically generated by the + * aapt tool from the resource data it found. It + * should not be modified by hand. + */ + +package watercolorgames.pong; + +public final class R { + public static final class attr { + } + public static final class drawable { + public static final int icon=0x7f020000; + public static final int splash=0x7f020001; + } + public static final class string { + public static final int ApplicationName=0x7f030001; + public static final int Hello=0x7f030000; + public static final int WelcomeToPong=0x7f030002; + } + public static final class style { + public static final int Theme_Splash=0x7f040000; + } +} |
