From 40d01342d00c57dce5069e53a455db048a2967d5 Mon Sep 17 00:00:00 2001 From: The Fuzzy Riolu Date: Mon, 12 Mar 2018 11:52:38 -0400 Subject: Initial commit --- WatercolorGames.Pong/obj/Debug/Component.R.cs.flag | 0 .../DesignTimeResolveAssemblyReferencesInput.cache | Bin 0 -> 35039 bytes .../obj/Debug/LGH83128e779a2.deployment | 0 WatercolorGames.Pong/obj/Debug/R.cs.flag | 0 ...tedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs | 0 ...tedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs | 0 ...tedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs | 0 .../Debug/WatercolorGames.Pong.csproj.CopyComplete | 0 ...rcolorGames.Pong.csproj.CoreCompileInputs.cache | 1 + ...atercolorGames.Pong.csproj.FileListAbsolute.txt | 59 +++++ ...Games.Pong.csprojResolveAssemblyReference.cache | Bin 0 -> 42011 bytes .../obj/Debug/WatercolorGames.Pong.dll | Bin 0 -> 22016 bytes .../obj/Debug/WatercolorGames.Pong.pdb | Bin 0 -> 40448 bytes WatercolorGames.Pong/obj/Debug/_dex_stamp | 0 WatercolorGames.Pong/obj/Debug/_javac.stamp | 0 WatercolorGames.Pong/obj/Debug/acw-map.txt | 20 ++ .../obj/Debug/android/AndroidManifest.xml | 24 ++ .../obj/Debug/android/assets/Java.Interop.dll | Bin 0 -> 106496 bytes .../obj/Debug/android/assets/Mono.Android.dll | Bin 0 -> 20376288 bytes .../obj/Debug/android/assets/Mono.Android.pdb | Bin 0 -> 8271652 bytes .../obj/Debug/android/assets/Mono.Security.dll | Bin 0 -> 316640 bytes .../obj/Debug/android/assets/Mono.Security.pdb | Bin 0 -> 151600 bytes .../Debug/android/assets/MonoGame.Framework.dll | Bin 0 -> 1145856 bytes .../obj/Debug/android/assets/OpenTK-1.0.dll | Bin 0 -> 1421536 bytes .../obj/Debug/android/assets/OpenTK-1.0.pdb | Bin 0 -> 416852 bytes .../assets/System.ComponentModel.Composition.dll | Bin 0 -> 264976 bytes .../assets/System.ComponentModel.Composition.pdb | Bin 0 -> 106108 bytes .../obj/Debug/android/assets/System.Core.dll | Bin 0 -> 1009888 bytes .../obj/Debug/android/assets/System.Core.pdb | Bin 0 -> 386172 bytes .../obj/Debug/android/assets/System.Net.Http.dll | Bin 0 -> 123112 bytes .../obj/Debug/android/assets/System.Net.Http.pdb | Bin 0 -> 43116 bytes .../assets/System.Runtime.Serialization.dll | Bin 0 -> 844544 bytes .../assets/System.Runtime.Serialization.pdb | Bin 0 -> 316700 bytes .../assets/System.ServiceModel.Internals.dll | Bin 0 -> 225032 bytes .../assets/System.ServiceModel.Internals.pdb | Bin 0 -> 76988 bytes .../obj/Debug/android/assets/System.Xml.Linq.dll | Bin 0 -> 126696 bytes .../obj/Debug/android/assets/System.Xml.Linq.pdb | Bin 0 -> 49820 bytes .../obj/Debug/android/assets/System.Xml.dll | Bin 0 -> 2423008 bytes .../obj/Debug/android/assets/System.Xml.pdb | Bin 0 -> 917748 bytes .../obj/Debug/android/assets/System.dll | Bin 0 -> 2057944 bytes .../obj/Debug/android/assets/System.pdb | Bin 0 -> 749248 bytes .../Debug/android/assets/WatercolorGames.Pong.dll | Bin 0 -> 22016 bytes .../android/assets/WatercolorGames.Pong.dll.mdb | Bin 0 -> 6591 bytes .../obj/Debug/android/assets/machine.config | 273 +++++++++++++++++++++ .../obj/Debug/android/assets/mscorlib.dll | Bin 0 -> 3788504 bytes .../obj/Debug/android/assets/mscorlib.pdb | Bin 0 -> 1401652 bytes .../obj/Debug/android/bin/WatercolorGames.Pong.apk | Bin 0 -> 1338767 bytes .../obj/Debug/android/bin/classes.dex | Bin 0 -> 304272 bytes .../obj/Debug/android/bin/classes.zip | Bin 0 -> 14560 bytes .../AndroidGameActivity.class | Bin 0 -> 2142 bytes .../MonoGameAndroidGameView.class | Bin 0 -> 5338 bytes .../OrientationListener.class | Bin 0 -> 2110 bytes .../ScreenReceiver.class | Bin 0 -> 1574 bytes .../Activity1.class | Bin 0 -> 1482 bytes .../bin/classes/mono/MonoPackageManager.class | Bin 0 -> 3435 bytes .../mono/MonoPackageManager_Resources.class | Bin 0 -> 578 bytes .../bin/classes/mono/MonoRuntimeProvider.class | Bin 0 -> 2815 bytes .../android/bin/classes/mono/android/Seppuku.class | Bin 0 -> 814 bytes .../mono/android/app/ApplicationRegistration.class | Bin 0 -> 299 bytes .../mono/android/app/NotifyTimeZoneChanges.class | Bin 0 -> 423 bytes .../bin/classes/watercolorgames/pong/R$attr.class | Bin 0 -> 268 bytes .../classes/watercolorgames/pong/R$drawable.class | Bin 0 -> 354 bytes .../classes/watercolorgames/pong/R$string.class | Bin 0 -> 397 bytes .../bin/classes/watercolorgames/pong/R$style.class | Bin 0 -> 326 bytes .../bin/classes/watercolorgames/pong/R.class | Bin 0 -> 426 bytes .../obj/Debug/android/bin/mono.android.jar | Bin 0 -> 266468 bytes .../obj/Debug/android/bin/packaged_resources | Bin 0 -> 130343 bytes .../obj/Debug/android/manifest/AndroidManifest.xml | 24 ++ .../AndroidGameActivity.java | 83 +++++++ .../MonoGameAndroidGameView.java | 127 ++++++++++ .../OrientationListener.java | 55 +++++ .../ScreenReceiver.java | 47 ++++ .../Activity1.java | 47 ++++ .../Debug/android/src/mono/MonoPackageManager.java | 115 +++++++++ .../android/src/mono/MonoRuntimeProvider.java | 83 +++++++ .../Debug/android/src/mono/android/Seppuku.java | 19 ++ .../mono/android/app/ApplicationRegistration.java | 10 + .../mono/android/app/NotifyTimeZoneChanges.java | 8 + .../Debug/android/src/watercolorgames/pong/R.java | 25 ++ WatercolorGames.Pong/obj/Debug/android/typemap.jm | Bin 0 -> 985 bytes WatercolorGames.Pong/obj/Debug/android/typemap.mj | Bin 0 -> 986 bytes .../obj/Debug/android/watercolorgames/pong/R.java | 25 ++ .../obj/Debug/android_debug_keystore.flag | 0 .../obj/Debug/assets/Content/Fonts/MainBody.xnb | Bin 0 -> 267284 bytes .../obj/Debug/assets/Content/Fonts/Score.xnb | Bin 0 -> 529428 bytes .../obj/Debug/assets/Content/Fonts/TimeLeft.xnb | Bin 0 -> 2102292 bytes .../obj/Debug/assets/Content/SFX/typesound.xnb | Bin 0 -> 5833 bytes .../obj/Debug/assets/Content/SFX/writesound.xnb | Bin 0 -> 6281 bytes WatercolorGames.Pong/obj/Debug/build.props | 22 ++ .../obj/Debug/designtime/libraryimports.cache | 6 + .../Debug/designtime/libraryprojectimports.cache | 14 ++ WatercolorGames.Pong/obj/Debug/devices.cache | 7 + .../obj/Debug/libraryimports.cache | 6 + .../obj/Debug/libraryprojectimports.cache | 14 ++ WatercolorGames.Pong/obj/Debug/link.flag | 0 .../obj/Debug/linksrc/Java.Interop.dll | Bin 0 -> 113888 bytes .../obj/Debug/linksrc/Mono.Android.dll | Bin 0 -> 20376288 bytes .../obj/Debug/linksrc/Mono.Android.pdb | Bin 0 -> 8271652 bytes .../obj/Debug/linksrc/Mono.Security.dll | Bin 0 -> 316640 bytes .../obj/Debug/linksrc/Mono.Security.pdb | Bin 0 -> 151600 bytes .../obj/Debug/linksrc/MonoGame.Framework.dll | Bin 0 -> 1570816 bytes .../obj/Debug/linksrc/OpenTK-1.0.dll | Bin 0 -> 1421536 bytes .../obj/Debug/linksrc/OpenTK-1.0.pdb | Bin 0 -> 416852 bytes .../linksrc/System.Collections.Concurrent.dll | Bin 0 -> 12056 bytes .../obj/Debug/linksrc/System.Collections.dll | Bin 0 -> 12544 bytes .../linksrc/System.ComponentModel.Composition.dll | Bin 0 -> 264976 bytes .../linksrc/System.ComponentModel.Composition.pdb | Bin 0 -> 106108 bytes .../obj/Debug/linksrc/System.Core.dll | Bin 0 -> 1009888 bytes .../obj/Debug/linksrc/System.Core.pdb | Bin 0 -> 386172 bytes .../obj/Debug/linksrc/System.Diagnostics.Debug.dll | Bin 0 -> 12040 bytes .../obj/Debug/linksrc/System.Linq.dll | Bin 0 -> 11504 bytes .../obj/Debug/linksrc/System.Net.Http.dll | Bin 0 -> 123112 bytes .../obj/Debug/linksrc/System.Net.Http.pdb | Bin 0 -> 43116 bytes .../Debug/linksrc/System.Reflection.Extensions.dll | Bin 0 -> 11544 bytes .../Debug/linksrc/System.Reflection.Primitives.dll | Bin 0 -> 12056 bytes .../obj/Debug/linksrc/System.Reflection.dll | Bin 0 -> 12544 bytes .../Debug/linksrc/System.Runtime.Extensions.dll | Bin 0 -> 12048 bytes .../linksrc/System.Runtime.InteropServices.dll | Bin 0 -> 15128 bytes .../Debug/linksrc/System.Runtime.Serialization.dll | Bin 0 -> 844544 bytes .../Debug/linksrc/System.Runtime.Serialization.pdb | Bin 0 -> 316700 bytes .../obj/Debug/linksrc/System.Runtime.dll | Bin 0 -> 20216 bytes .../linksrc/System.ServiceModel.Internals.dll | Bin 0 -> 225032 bytes .../linksrc/System.ServiceModel.Internals.pdb | Bin 0 -> 76988 bytes .../obj/Debug/linksrc/System.Threading.dll | Bin 0 -> 12536 bytes .../obj/Debug/linksrc/System.Xml.Linq.dll | Bin 0 -> 126696 bytes .../obj/Debug/linksrc/System.Xml.Linq.pdb | Bin 0 -> 49820 bytes .../obj/Debug/linksrc/System.Xml.dll | Bin 0 -> 2423008 bytes .../obj/Debug/linksrc/System.Xml.pdb | Bin 0 -> 917748 bytes WatercolorGames.Pong/obj/Debug/linksrc/System.dll | Bin 0 -> 2057944 bytes WatercolorGames.Pong/obj/Debug/linksrc/System.pdb | Bin 0 -> 749248 bytes .../obj/Debug/linksrc/WatercolorGames.Pong.dll | Bin 0 -> 22016 bytes .../obj/Debug/linksrc/WatercolorGames.Pong.dll.mdb | Bin 0 -> 6591 bytes .../obj/Debug/linksrc/mscorlib.dll | Bin 0 -> 3788504 bytes .../obj/Debug/linksrc/mscorlib.pdb | Bin 0 -> 1401652 bytes WatercolorGames.Pong/obj/Debug/lp/0.stamp | 0 WatercolorGames.Pong/obj/Debug/lp/1.stamp | 0 WatercolorGames.Pong/obj/Debug/lp/map.cache | 2 + .../obj/Debug/res/drawable/icon.png | Bin 0 -> 24313 bytes .../obj/Debug/res/drawable/splash.png | Bin 0 -> 33526 bytes .../obj/Debug/res/values/strings.xml | 1 + .../obj/Debug/res/values/styles.xml | 1 + .../obj/Debug/resolved_assemblies.txt | 15 ++ WatercolorGames.Pong/obj/Debug/resourcepaths.cache | 6 + WatercolorGames.Pong/obj/Debug/static.flag | 0 WatercolorGames.Pong/obj/Debug/strip.flag | 0 .../obj/Debug/stub_application_data.txt | 2 + WatercolorGames.Pong/obj/Debug/upload.flag | 0 147 files changed, 1141 insertions(+) create mode 100644 WatercolorGames.Pong/obj/Debug/Component.R.cs.flag create mode 100644 WatercolorGames.Pong/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache create mode 100644 WatercolorGames.Pong/obj/Debug/LGH83128e779a2.deployment create mode 100644 WatercolorGames.Pong/obj/Debug/R.cs.flag create mode 100644 WatercolorGames.Pong/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs create mode 100644 WatercolorGames.Pong/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs create mode 100644 WatercolorGames.Pong/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs create mode 100644 WatercolorGames.Pong/obj/Debug/WatercolorGames.Pong.csproj.CopyComplete create mode 100644 WatercolorGames.Pong/obj/Debug/WatercolorGames.Pong.csproj.CoreCompileInputs.cache create mode 100644 WatercolorGames.Pong/obj/Debug/WatercolorGames.Pong.csproj.FileListAbsolute.txt create mode 100644 WatercolorGames.Pong/obj/Debug/WatercolorGames.Pong.csprojResolveAssemblyReference.cache create mode 100644 WatercolorGames.Pong/obj/Debug/WatercolorGames.Pong.dll create mode 100644 WatercolorGames.Pong/obj/Debug/WatercolorGames.Pong.pdb create mode 100644 WatercolorGames.Pong/obj/Debug/_dex_stamp create mode 100644 WatercolorGames.Pong/obj/Debug/_javac.stamp create mode 100644 WatercolorGames.Pong/obj/Debug/acw-map.txt create mode 100644 WatercolorGames.Pong/obj/Debug/android/AndroidManifest.xml create mode 100644 WatercolorGames.Pong/obj/Debug/android/assets/Java.Interop.dll create mode 100644 WatercolorGames.Pong/obj/Debug/android/assets/Mono.Android.dll create mode 100644 WatercolorGames.Pong/obj/Debug/android/assets/Mono.Android.pdb create mode 100644 WatercolorGames.Pong/obj/Debug/android/assets/Mono.Security.dll create mode 100644 WatercolorGames.Pong/obj/Debug/android/assets/Mono.Security.pdb create mode 100644 WatercolorGames.Pong/obj/Debug/android/assets/MonoGame.Framework.dll create mode 100644 WatercolorGames.Pong/obj/Debug/android/assets/OpenTK-1.0.dll create mode 100644 WatercolorGames.Pong/obj/Debug/android/assets/OpenTK-1.0.pdb create mode 100644 WatercolorGames.Pong/obj/Debug/android/assets/System.ComponentModel.Composition.dll create mode 100644 WatercolorGames.Pong/obj/Debug/android/assets/System.ComponentModel.Composition.pdb create mode 100644 WatercolorGames.Pong/obj/Debug/android/assets/System.Core.dll create mode 100644 WatercolorGames.Pong/obj/Debug/android/assets/System.Core.pdb create mode 100644 WatercolorGames.Pong/obj/Debug/android/assets/System.Net.Http.dll create mode 100644 WatercolorGames.Pong/obj/Debug/android/assets/System.Net.Http.pdb create mode 100644 WatercolorGames.Pong/obj/Debug/android/assets/System.Runtime.Serialization.dll create mode 100644 WatercolorGames.Pong/obj/Debug/android/assets/System.Runtime.Serialization.pdb create mode 100644 WatercolorGames.Pong/obj/Debug/android/assets/System.ServiceModel.Internals.dll create mode 100644 WatercolorGames.Pong/obj/Debug/android/assets/System.ServiceModel.Internals.pdb create mode 100644 WatercolorGames.Pong/obj/Debug/android/assets/System.Xml.Linq.dll create mode 100644 WatercolorGames.Pong/obj/Debug/android/assets/System.Xml.Linq.pdb create mode 100644 WatercolorGames.Pong/obj/Debug/android/assets/System.Xml.dll create mode 100644 WatercolorGames.Pong/obj/Debug/android/assets/System.Xml.pdb create mode 100644 WatercolorGames.Pong/obj/Debug/android/assets/System.dll create mode 100644 WatercolorGames.Pong/obj/Debug/android/assets/System.pdb create mode 100644 WatercolorGames.Pong/obj/Debug/android/assets/WatercolorGames.Pong.dll create mode 100644 WatercolorGames.Pong/obj/Debug/android/assets/WatercolorGames.Pong.dll.mdb create mode 100644 WatercolorGames.Pong/obj/Debug/android/assets/machine.config create mode 100644 WatercolorGames.Pong/obj/Debug/android/assets/mscorlib.dll create mode 100644 WatercolorGames.Pong/obj/Debug/android/assets/mscorlib.pdb create mode 100644 WatercolorGames.Pong/obj/Debug/android/bin/WatercolorGames.Pong.apk create mode 100644 WatercolorGames.Pong/obj/Debug/android/bin/classes.dex create mode 100644 WatercolorGames.Pong/obj/Debug/android/bin/classes.zip create mode 100644 WatercolorGames.Pong/obj/Debug/android/bin/classes/md59e336b20c5f59a4196ec0611a339f132/AndroidGameActivity.class create mode 100644 WatercolorGames.Pong/obj/Debug/android/bin/classes/md59e336b20c5f59a4196ec0611a339f132/MonoGameAndroidGameView.class create mode 100644 WatercolorGames.Pong/obj/Debug/android/bin/classes/md59e336b20c5f59a4196ec0611a339f132/OrientationListener.class create mode 100644 WatercolorGames.Pong/obj/Debug/android/bin/classes/md59e336b20c5f59a4196ec0611a339f132/ScreenReceiver.class create mode 100644 WatercolorGames.Pong/obj/Debug/android/bin/classes/md5ba40d894fac23818a7eeecdb5217ef4b/Activity1.class create mode 100644 WatercolorGames.Pong/obj/Debug/android/bin/classes/mono/MonoPackageManager.class create mode 100644 WatercolorGames.Pong/obj/Debug/android/bin/classes/mono/MonoPackageManager_Resources.class create mode 100644 WatercolorGames.Pong/obj/Debug/android/bin/classes/mono/MonoRuntimeProvider.class create mode 100644 WatercolorGames.Pong/obj/Debug/android/bin/classes/mono/android/Seppuku.class create mode 100644 WatercolorGames.Pong/obj/Debug/android/bin/classes/mono/android/app/ApplicationRegistration.class create mode 100644 WatercolorGames.Pong/obj/Debug/android/bin/classes/mono/android/app/NotifyTimeZoneChanges.class create mode 100644 WatercolorGames.Pong/obj/Debug/android/bin/classes/watercolorgames/pong/R$attr.class create mode 100644 WatercolorGames.Pong/obj/Debug/android/bin/classes/watercolorgames/pong/R$drawable.class create mode 100644 WatercolorGames.Pong/obj/Debug/android/bin/classes/watercolorgames/pong/R$string.class create mode 100644 WatercolorGames.Pong/obj/Debug/android/bin/classes/watercolorgames/pong/R$style.class create mode 100644 WatercolorGames.Pong/obj/Debug/android/bin/classes/watercolorgames/pong/R.class create mode 100644 WatercolorGames.Pong/obj/Debug/android/bin/mono.android.jar create mode 100644 WatercolorGames.Pong/obj/Debug/android/bin/packaged_resources create mode 100644 WatercolorGames.Pong/obj/Debug/android/manifest/AndroidManifest.xml create mode 100644 WatercolorGames.Pong/obj/Debug/android/src/md59e336b20c5f59a4196ec0611a339f132/AndroidGameActivity.java create mode 100644 WatercolorGames.Pong/obj/Debug/android/src/md59e336b20c5f59a4196ec0611a339f132/MonoGameAndroidGameView.java create mode 100644 WatercolorGames.Pong/obj/Debug/android/src/md59e336b20c5f59a4196ec0611a339f132/OrientationListener.java create mode 100644 WatercolorGames.Pong/obj/Debug/android/src/md59e336b20c5f59a4196ec0611a339f132/ScreenReceiver.java create mode 100644 WatercolorGames.Pong/obj/Debug/android/src/md5ba40d894fac23818a7eeecdb5217ef4b/Activity1.java create mode 100644 WatercolorGames.Pong/obj/Debug/android/src/mono/MonoPackageManager.java create mode 100644 WatercolorGames.Pong/obj/Debug/android/src/mono/MonoRuntimeProvider.java create mode 100644 WatercolorGames.Pong/obj/Debug/android/src/mono/android/Seppuku.java create mode 100644 WatercolorGames.Pong/obj/Debug/android/src/mono/android/app/ApplicationRegistration.java create mode 100644 WatercolorGames.Pong/obj/Debug/android/src/mono/android/app/NotifyTimeZoneChanges.java create mode 100644 WatercolorGames.Pong/obj/Debug/android/src/watercolorgames/pong/R.java create mode 100644 WatercolorGames.Pong/obj/Debug/android/typemap.jm create mode 100644 WatercolorGames.Pong/obj/Debug/android/typemap.mj create mode 100644 WatercolorGames.Pong/obj/Debug/android/watercolorgames/pong/R.java create mode 100644 WatercolorGames.Pong/obj/Debug/android_debug_keystore.flag create mode 100644 WatercolorGames.Pong/obj/Debug/assets/Content/Fonts/MainBody.xnb create mode 100644 WatercolorGames.Pong/obj/Debug/assets/Content/Fonts/Score.xnb create mode 100644 WatercolorGames.Pong/obj/Debug/assets/Content/Fonts/TimeLeft.xnb create mode 100644 WatercolorGames.Pong/obj/Debug/assets/Content/SFX/typesound.xnb create mode 100644 WatercolorGames.Pong/obj/Debug/assets/Content/SFX/writesound.xnb create mode 100644 WatercolorGames.Pong/obj/Debug/build.props create mode 100644 WatercolorGames.Pong/obj/Debug/designtime/libraryimports.cache create mode 100644 WatercolorGames.Pong/obj/Debug/designtime/libraryprojectimports.cache create mode 100644 WatercolorGames.Pong/obj/Debug/devices.cache create mode 100644 WatercolorGames.Pong/obj/Debug/libraryimports.cache create mode 100644 WatercolorGames.Pong/obj/Debug/libraryprojectimports.cache create mode 100644 WatercolorGames.Pong/obj/Debug/link.flag create mode 100644 WatercolorGames.Pong/obj/Debug/linksrc/Java.Interop.dll create mode 100644 WatercolorGames.Pong/obj/Debug/linksrc/Mono.Android.dll create mode 100644 WatercolorGames.Pong/obj/Debug/linksrc/Mono.Android.pdb create mode 100644 WatercolorGames.Pong/obj/Debug/linksrc/Mono.Security.dll create mode 100644 WatercolorGames.Pong/obj/Debug/linksrc/Mono.Security.pdb create mode 100644 WatercolorGames.Pong/obj/Debug/linksrc/MonoGame.Framework.dll create mode 100644 WatercolorGames.Pong/obj/Debug/linksrc/OpenTK-1.0.dll create mode 100644 WatercolorGames.Pong/obj/Debug/linksrc/OpenTK-1.0.pdb create mode 100644 WatercolorGames.Pong/obj/Debug/linksrc/System.Collections.Concurrent.dll create mode 100644 WatercolorGames.Pong/obj/Debug/linksrc/System.Collections.dll create mode 100644 WatercolorGames.Pong/obj/Debug/linksrc/System.ComponentModel.Composition.dll create mode 100644 WatercolorGames.Pong/obj/Debug/linksrc/System.ComponentModel.Composition.pdb create mode 100644 WatercolorGames.Pong/obj/Debug/linksrc/System.Core.dll create mode 100644 WatercolorGames.Pong/obj/Debug/linksrc/System.Core.pdb create mode 100644 WatercolorGames.Pong/obj/Debug/linksrc/System.Diagnostics.Debug.dll create mode 100644 WatercolorGames.Pong/obj/Debug/linksrc/System.Linq.dll create mode 100644 WatercolorGames.Pong/obj/Debug/linksrc/System.Net.Http.dll create mode 100644 WatercolorGames.Pong/obj/Debug/linksrc/System.Net.Http.pdb create mode 100644 WatercolorGames.Pong/obj/Debug/linksrc/System.Reflection.Extensions.dll create mode 100644 WatercolorGames.Pong/obj/Debug/linksrc/System.Reflection.Primitives.dll create mode 100644 WatercolorGames.Pong/obj/Debug/linksrc/System.Reflection.dll create mode 100644 WatercolorGames.Pong/obj/Debug/linksrc/System.Runtime.Extensions.dll create mode 100644 WatercolorGames.Pong/obj/Debug/linksrc/System.Runtime.InteropServices.dll create mode 100644 WatercolorGames.Pong/obj/Debug/linksrc/System.Runtime.Serialization.dll create mode 100644 WatercolorGames.Pong/obj/Debug/linksrc/System.Runtime.Serialization.pdb create mode 100644 WatercolorGames.Pong/obj/Debug/linksrc/System.Runtime.dll create mode 100644 WatercolorGames.Pong/obj/Debug/linksrc/System.ServiceModel.Internals.dll create mode 100644 WatercolorGames.Pong/obj/Debug/linksrc/System.ServiceModel.Internals.pdb create mode 100644 WatercolorGames.Pong/obj/Debug/linksrc/System.Threading.dll create mode 100644 WatercolorGames.Pong/obj/Debug/linksrc/System.Xml.Linq.dll create mode 100644 WatercolorGames.Pong/obj/Debug/linksrc/System.Xml.Linq.pdb create mode 100644 WatercolorGames.Pong/obj/Debug/linksrc/System.Xml.dll create mode 100644 WatercolorGames.Pong/obj/Debug/linksrc/System.Xml.pdb create mode 100644 WatercolorGames.Pong/obj/Debug/linksrc/System.dll create mode 100644 WatercolorGames.Pong/obj/Debug/linksrc/System.pdb create mode 100644 WatercolorGames.Pong/obj/Debug/linksrc/WatercolorGames.Pong.dll create mode 100644 WatercolorGames.Pong/obj/Debug/linksrc/WatercolorGames.Pong.dll.mdb create mode 100644 WatercolorGames.Pong/obj/Debug/linksrc/mscorlib.dll create mode 100644 WatercolorGames.Pong/obj/Debug/linksrc/mscorlib.pdb create mode 100644 WatercolorGames.Pong/obj/Debug/lp/0.stamp create mode 100644 WatercolorGames.Pong/obj/Debug/lp/1.stamp create mode 100644 WatercolorGames.Pong/obj/Debug/lp/map.cache create mode 100644 WatercolorGames.Pong/obj/Debug/res/drawable/icon.png create mode 100644 WatercolorGames.Pong/obj/Debug/res/drawable/splash.png create mode 100644 WatercolorGames.Pong/obj/Debug/res/values/strings.xml create mode 100644 WatercolorGames.Pong/obj/Debug/res/values/styles.xml create mode 100644 WatercolorGames.Pong/obj/Debug/resolved_assemblies.txt create mode 100644 WatercolorGames.Pong/obj/Debug/resourcepaths.cache create mode 100644 WatercolorGames.Pong/obj/Debug/static.flag create mode 100644 WatercolorGames.Pong/obj/Debug/strip.flag create mode 100644 WatercolorGames.Pong/obj/Debug/stub_application_data.txt create mode 100644 WatercolorGames.Pong/obj/Debug/upload.flag (limited to 'WatercolorGames.Pong/obj/Debug') diff --git a/WatercolorGames.Pong/obj/Debug/Component.R.cs.flag b/WatercolorGames.Pong/obj/Debug/Component.R.cs.flag new file mode 100644 index 0000000..e69de29 diff --git a/WatercolorGames.Pong/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache b/WatercolorGames.Pong/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache new file mode 100644 index 0000000..492ccc7 Binary files /dev/null and b/WatercolorGames.Pong/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache differ diff --git a/WatercolorGames.Pong/obj/Debug/LGH83128e779a2.deployment b/WatercolorGames.Pong/obj/Debug/LGH83128e779a2.deployment new file mode 100644 index 0000000..e69de29 diff --git a/WatercolorGames.Pong/obj/Debug/R.cs.flag b/WatercolorGames.Pong/obj/Debug/R.cs.flag new file mode 100644 index 0000000..e69de29 diff --git a/WatercolorGames.Pong/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs b/WatercolorGames.Pong/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs new file mode 100644 index 0000000..e69de29 diff --git a/WatercolorGames.Pong/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs b/WatercolorGames.Pong/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs new file mode 100644 index 0000000..e69de29 diff --git a/WatercolorGames.Pong/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs b/WatercolorGames.Pong/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs new file mode 100644 index 0000000..e69de29 diff --git a/WatercolorGames.Pong/obj/Debug/WatercolorGames.Pong.csproj.CopyComplete b/WatercolorGames.Pong/obj/Debug/WatercolorGames.Pong.csproj.CopyComplete new file mode 100644 index 0000000..e69de29 diff --git a/WatercolorGames.Pong/obj/Debug/WatercolorGames.Pong.csproj.CoreCompileInputs.cache b/WatercolorGames.Pong/obj/Debug/WatercolorGames.Pong.csproj.CoreCompileInputs.cache new file mode 100644 index 0000000..f5e2fef --- /dev/null +++ b/WatercolorGames.Pong/obj/Debug/WatercolorGames.Pong.csproj.CoreCompileInputs.cache @@ -0,0 +1 @@ +097d4ff40ff596598d575b60df0f566f64384062 diff --git a/WatercolorGames.Pong/obj/Debug/WatercolorGames.Pong.csproj.FileListAbsolute.txt b/WatercolorGames.Pong/obj/Debug/WatercolorGames.Pong.csproj.FileListAbsolute.txt new file mode 100644 index 0000000..536d234 --- /dev/null +++ b/WatercolorGames.Pong/obj/Debug/WatercolorGames.Pong.csproj.FileListAbsolute.txt @@ -0,0 +1,59 @@ +C:\Users\Michael\source\repos\WatercolorGames.Pong\WatercolorGames.Pong\bin\Android\AnyCPU\Debug\WatercolorGames.Pong.dll +C:\Users\Michael\source\repos\WatercolorGames.Pong\WatercolorGames.Pong\bin\Android\AnyCPU\Debug\WatercolorGames.Pong.pdb +C:\Users\Michael\source\repos\WatercolorGames.Pong\WatercolorGames.Pong\bin\Android\AnyCPU\Debug\WatercolorGames.Pong.apk +C:\Users\Michael\source\repos\WatercolorGames.Pong\WatercolorGames.Pong\bin\Android\AnyCPU\Debug\WatercolorGames.Pong-Signed.apk +C:\Users\Michael\source\repos\WatercolorGames.Pong\WatercolorGames.Pong\bin\Android\AnyCPU\Debug\MonoGame.Framework.dll +C:\Users\Michael\source\repos\WatercolorGames.Pong\WatercolorGames.Pong\bin\Android\AnyCPU\Debug\MonoGame.Framework.xml +C:\Users\Michael\source\repos\WatercolorGames.Pong\WatercolorGames.Pong\obj\Debug\WatercolorGames.Pong.csproj.CoreCompileInputs.cache +C:\Users\Michael\source\repos\WatercolorGames.Pong\WatercolorGames.Pong\obj\Debug\WatercolorGames.Pong.csproj.CopyComplete +C:\Users\Michael\source\repos\WatercolorGames.Pong\WatercolorGames.Pong\obj\Debug\WatercolorGames.Pong.dll +C:\Users\Michael\source\repos\WatercolorGames.Pong\WatercolorGames.Pong\obj\Debug\WatercolorGames.Pong.pdb +C:\Users\Michael\source\repos\WatercolorGames.Pong\WatercolorGames.Pong\obj\Debug\android\bin\WatercolorGames.Pong.apk +C:\Users\Michael\source\repos\WatercolorGames.Pong\WatercolorGames.Pong\obj\Debug\res\values\strings.xml +C:\Users\Michael\source\repos\WatercolorGames.Pong\WatercolorGames.Pong\obj\Debug\res\drawable\icon.png +C:\Users\Michael\source\repos\WatercolorGames.Pong\WatercolorGames.Pong\obj\Debug\res\drawable\splash.png +C:\Users\Michael\source\repos\WatercolorGames.Pong\WatercolorGames.Pong\obj\Debug\res\values\styles.xml +C:\Users\Michael\source\repos\WatercolorGames.Pong\WatercolorGames.Pong\obj\Debug\R.cs.flag +C:\Users\Michael\source\repos\WatercolorGames.Pong\WatercolorGames.Pong\obj\Debug\uploadflags.txt +C:\Users\Michael\source\repos\WatercolorGames.Pong\WatercolorGames.Pong\bin\Android\AnyCPU\Debug\Mono.Android.pdb +C:\Users\Michael\source\repos\WatercolorGames.Pong\WatercolorGames.Pong\bin\Android\AnyCPU\Debug\mscorlib.pdb +C:\Users\Michael\source\repos\WatercolorGames.Pong\WatercolorGames.Pong\bin\Android\AnyCPU\Debug\OpenTK-1.0.pdb +C:\Users\Michael\source\repos\WatercolorGames.Pong\WatercolorGames.Pong\bin\Android\AnyCPU\Debug\System.Core.pdb +C:\Users\Michael\source\repos\WatercolorGames.Pong\WatercolorGames.Pong\bin\Android\AnyCPU\Debug\System.pdb +C:\Users\Michael\source\repos\WatercolorGames.Pong\WatercolorGames.Pong\bin\Android\AnyCPU\Debug\System.Xml.pdb +C:\Users\Michael\source\repos\WatercolorGames.Pong\WatercolorGames.Pong\bin\Android\AnyCPU\Debug\System.Xml.Linq.pdb +C:\Users\Michael\source\repos\WatercolorGames.Pong\WatercolorGames.Pong\bin\Android\AnyCPU\Debug\System.Net.Http.pdb +C:\Users\Michael\source\repos\WatercolorGames.Pong\WatercolorGames.Pong\bin\Android\AnyCPU\Debug\System.Runtime.Serialization.pdb +C:\Users\Michael\source\repos\WatercolorGames.Pong\WatercolorGames.Pong\bin\Android\AnyCPU\Debug\System.ServiceModel.Internals.pdb +C:\Users\Michael\source\repos\WatercolorGames.Pong\WatercolorGames.Pong\bin\Android\AnyCPU\Debug\Mono.Security.pdb +C:\Users\Michael\source\repos\WatercolorGames.Pong\WatercolorGames.Pong\bin\Android\AnyCPU\Debug\System.ComponentModel.Composition.pdb +C:\Users\Michael\source\repos\WatercolorGames.Pong\WatercolorGames.Pong\obj\Debug\linksrc\Mono.Android.pdb +C:\Users\Michael\source\repos\WatercolorGames.Pong\WatercolorGames.Pong\obj\Debug\linksrc\mscorlib.pdb +C:\Users\Michael\source\repos\WatercolorGames.Pong\WatercolorGames.Pong\obj\Debug\linksrc\OpenTK-1.0.pdb +C:\Users\Michael\source\repos\WatercolorGames.Pong\WatercolorGames.Pong\obj\Debug\linksrc\System.Core.pdb +C:\Users\Michael\source\repos\WatercolorGames.Pong\WatercolorGames.Pong\obj\Debug\linksrc\System.pdb +C:\Users\Michael\source\repos\WatercolorGames.Pong\WatercolorGames.Pong\obj\Debug\linksrc\System.Xml.pdb +C:\Users\Michael\source\repos\WatercolorGames.Pong\WatercolorGames.Pong\obj\Debug\linksrc\System.Xml.Linq.pdb +C:\Users\Michael\source\repos\WatercolorGames.Pong\WatercolorGames.Pong\obj\Debug\linksrc\System.Net.Http.pdb +C:\Users\Michael\source\repos\WatercolorGames.Pong\WatercolorGames.Pong\obj\Debug\linksrc\System.Runtime.Serialization.pdb +C:\Users\Michael\source\repos\WatercolorGames.Pong\WatercolorGames.Pong\obj\Debug\linksrc\System.ServiceModel.Internals.pdb +C:\Users\Michael\source\repos\WatercolorGames.Pong\WatercolorGames.Pong\obj\Debug\linksrc\Mono.Security.pdb +C:\Users\Michael\source\repos\WatercolorGames.Pong\WatercolorGames.Pong\obj\Debug\linksrc\System.ComponentModel.Composition.pdb +C:\Users\Michael\source\repos\WatercolorGames.Pong\WatercolorGames.Pong\obj\Debug\linksrc\WatercolorGames.Pong.dll.mdb +C:\Users\Michael\source\repos\WatercolorGames.Pong\WatercolorGames.Pong\bin\Android\AnyCPU\Debug\WatercolorGames.Pong.dll.mdb +C:\Users\Michael\source\repos\WatercolorGames.Pong\WatercolorGames.Pong\obj\Debug\android\assets\WatercolorGames.Pong.dll.mdb +C:\Users\Michael\source\repos\WatercolorGames.Pong\WatercolorGames.Pong\obj\Debug\android\assets\Mono.Android.pdb +C:\Users\Michael\source\repos\WatercolorGames.Pong\WatercolorGames.Pong\obj\Debug\android\assets\Mono.Security.pdb +C:\Users\Michael\source\repos\WatercolorGames.Pong\WatercolorGames.Pong\obj\Debug\android\assets\mscorlib.pdb +C:\Users\Michael\source\repos\WatercolorGames.Pong\WatercolorGames.Pong\obj\Debug\android\assets\OpenTK-1.0.pdb +C:\Users\Michael\source\repos\WatercolorGames.Pong\WatercolorGames.Pong\obj\Debug\android\assets\System.ComponentModel.Composition.pdb +C:\Users\Michael\source\repos\WatercolorGames.Pong\WatercolorGames.Pong\obj\Debug\android\assets\System.Core.pdb +C:\Users\Michael\source\repos\WatercolorGames.Pong\WatercolorGames.Pong\obj\Debug\android\assets\System.Net.Http.pdb +C:\Users\Michael\source\repos\WatercolorGames.Pong\WatercolorGames.Pong\obj\Debug\android\assets\System.pdb +C:\Users\Michael\source\repos\WatercolorGames.Pong\WatercolorGames.Pong\obj\Debug\android\assets\System.Runtime.Serialization.pdb +C:\Users\Michael\source\repos\WatercolorGames.Pong\WatercolorGames.Pong\obj\Debug\android\assets\System.ServiceModel.Internals.pdb +C:\Users\Michael\source\repos\WatercolorGames.Pong\WatercolorGames.Pong\obj\Debug\android\assets\System.Xml.Linq.pdb +C:\Users\Michael\source\repos\WatercolorGames.Pong\WatercolorGames.Pong\obj\Debug\android\assets\System.Xml.pdb +C:\Users\Michael\source\repos\WatercolorGames.Pong\WatercolorGames.Pong\obj\Debug\WatercolorGames.Pong.csprojResolveAssemblyReference.cache +C:\Users\Michael\source\repos\WatercolorGames.Pong\WatercolorGames.Pong\bin\Android\AnyCPU\Debug\WatercolorGames.Pong.dll +C:\Users\Michael\source\repos\WatercolorGames.Pong\WatercolorGames.Pong\obj\Debug\linksrc\WatercolorGames.Pong.dll.mdb diff --git a/WatercolorGames.Pong/obj/Debug/WatercolorGames.Pong.csprojResolveAssemblyReference.cache b/WatercolorGames.Pong/obj/Debug/WatercolorGames.Pong.csprojResolveAssemblyReference.cache new file mode 100644 index 0000000..df615f3 Binary files /dev/null and b/WatercolorGames.Pong/obj/Debug/WatercolorGames.Pong.csprojResolveAssemblyReference.cache differ diff --git a/WatercolorGames.Pong/obj/Debug/WatercolorGames.Pong.dll b/WatercolorGames.Pong/obj/Debug/WatercolorGames.Pong.dll new file mode 100644 index 0000000..9968590 Binary files /dev/null and b/WatercolorGames.Pong/obj/Debug/WatercolorGames.Pong.dll differ diff --git a/WatercolorGames.Pong/obj/Debug/WatercolorGames.Pong.pdb b/WatercolorGames.Pong/obj/Debug/WatercolorGames.Pong.pdb new file mode 100644 index 0000000..0837d6b Binary files /dev/null and b/WatercolorGames.Pong/obj/Debug/WatercolorGames.Pong.pdb differ diff --git a/WatercolorGames.Pong/obj/Debug/_dex_stamp b/WatercolorGames.Pong/obj/Debug/_dex_stamp new file mode 100644 index 0000000..e69de29 diff --git a/WatercolorGames.Pong/obj/Debug/_javac.stamp b/WatercolorGames.Pong/obj/Debug/_javac.stamp new file mode 100644 index 0000000..e69de29 diff --git a/WatercolorGames.Pong/obj/Debug/acw-map.txt b/WatercolorGames.Pong/obj/Debug/acw-map.txt new file mode 100644 index 0000000..029964e --- /dev/null +++ b/WatercolorGames.Pong/obj/Debug/acw-map.txt @@ -0,0 +1,20 @@ +WatercolorGames.Pong.Activity1, WatercolorGames.Pong;md5ba40d894fac23818a7eeecdb5217ef4b.Activity1 +WatercolorGames.Pong.Activity1, WatercolorGames.Pong, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null;md5ba40d894fac23818a7eeecdb5217ef4b.Activity1 +WatercolorGames.Pong.Activity1;md5ba40d894fac23818a7eeecdb5217ef4b.Activity1 +watercolorgames.pong.Activity1;md5ba40d894fac23818a7eeecdb5217ef4b.Activity1 +Microsoft.Xna.Framework.AndroidGameActivity, MonoGame.Framework;md59e336b20c5f59a4196ec0611a339f132.AndroidGameActivity +Microsoft.Xna.Framework.AndroidGameActivity, MonoGame.Framework, Version=3.6.0.1625, Culture=neutral, PublicKeyToken=null;md59e336b20c5f59a4196ec0611a339f132.AndroidGameActivity +Microsoft.Xna.Framework.AndroidGameActivity;md59e336b20c5f59a4196ec0611a339f132.AndroidGameActivity +microsoft.xna.framework.AndroidGameActivity;md59e336b20c5f59a4196ec0611a339f132.AndroidGameActivity +Microsoft.Xna.Framework.MonoGameAndroidGameView, MonoGame.Framework;md59e336b20c5f59a4196ec0611a339f132.MonoGameAndroidGameView +Microsoft.Xna.Framework.MonoGameAndroidGameView, MonoGame.Framework, Version=3.6.0.1625, Culture=neutral, PublicKeyToken=null;md59e336b20c5f59a4196ec0611a339f132.MonoGameAndroidGameView +Microsoft.Xna.Framework.MonoGameAndroidGameView;md59e336b20c5f59a4196ec0611a339f132.MonoGameAndroidGameView +microsoft.xna.framework.MonoGameAndroidGameView;md59e336b20c5f59a4196ec0611a339f132.MonoGameAndroidGameView +Microsoft.Xna.Framework.OrientationListener, MonoGame.Framework;md59e336b20c5f59a4196ec0611a339f132.OrientationListener +Microsoft.Xna.Framework.OrientationListener, MonoGame.Framework, Version=3.6.0.1625, Culture=neutral, PublicKeyToken=null;md59e336b20c5f59a4196ec0611a339f132.OrientationListener +Microsoft.Xna.Framework.OrientationListener;md59e336b20c5f59a4196ec0611a339f132.OrientationListener +microsoft.xna.framework.OrientationListener;md59e336b20c5f59a4196ec0611a339f132.OrientationListener +Microsoft.Xna.Framework.ScreenReceiver, MonoGame.Framework;md59e336b20c5f59a4196ec0611a339f132.ScreenReceiver +Microsoft.Xna.Framework.ScreenReceiver, MonoGame.Framework, Version=3.6.0.1625, Culture=neutral, PublicKeyToken=null;md59e336b20c5f59a4196ec0611a339f132.ScreenReceiver +Microsoft.Xna.Framework.ScreenReceiver;md59e336b20c5f59a4196ec0611a339f132.ScreenReceiver +microsoft.xna.framework.ScreenReceiver;md59e336b20c5f59a4196ec0611a339f132.ScreenReceiver 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 @@ + + + + + + + + + + + + + + + + + + + + + + + + \ 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 new file mode 100644 index 0000000..6af9f85 Binary files /dev/null and b/WatercolorGames.Pong/obj/Debug/android/assets/Java.Interop.dll differ diff --git a/WatercolorGames.Pong/obj/Debug/android/assets/Mono.Android.dll b/WatercolorGames.Pong/obj/Debug/android/assets/Mono.Android.dll new file mode 100644 index 0000000..94b9814 Binary files /dev/null and b/WatercolorGames.Pong/obj/Debug/android/assets/Mono.Android.dll differ diff --git a/WatercolorGames.Pong/obj/Debug/android/assets/Mono.Android.pdb b/WatercolorGames.Pong/obj/Debug/android/assets/Mono.Android.pdb new file mode 100644 index 0000000..a77c3c2 Binary files /dev/null and b/WatercolorGames.Pong/obj/Debug/android/assets/Mono.Android.pdb differ diff --git a/WatercolorGames.Pong/obj/Debug/android/assets/Mono.Security.dll b/WatercolorGames.Pong/obj/Debug/android/assets/Mono.Security.dll new file mode 100644 index 0000000..48aadbd Binary files /dev/null and b/WatercolorGames.Pong/obj/Debug/android/assets/Mono.Security.dll differ diff --git a/WatercolorGames.Pong/obj/Debug/android/assets/Mono.Security.pdb b/WatercolorGames.Pong/obj/Debug/android/assets/Mono.Security.pdb new file mode 100644 index 0000000..dfc9716 Binary files /dev/null and b/WatercolorGames.Pong/obj/Debug/android/assets/Mono.Security.pdb differ diff --git a/WatercolorGames.Pong/obj/Debug/android/assets/MonoGame.Framework.dll b/WatercolorGames.Pong/obj/Debug/android/assets/MonoGame.Framework.dll new file mode 100644 index 0000000..e33a3a2 Binary files /dev/null and b/WatercolorGames.Pong/obj/Debug/android/assets/MonoGame.Framework.dll differ diff --git a/WatercolorGames.Pong/obj/Debug/android/assets/OpenTK-1.0.dll b/WatercolorGames.Pong/obj/Debug/android/assets/OpenTK-1.0.dll new file mode 100644 index 0000000..839aac5 Binary files /dev/null and b/WatercolorGames.Pong/obj/Debug/android/assets/OpenTK-1.0.dll differ diff --git a/WatercolorGames.Pong/obj/Debug/android/assets/OpenTK-1.0.pdb b/WatercolorGames.Pong/obj/Debug/android/assets/OpenTK-1.0.pdb new file mode 100644 index 0000000..da830a3 Binary files /dev/null and b/WatercolorGames.Pong/obj/Debug/android/assets/OpenTK-1.0.pdb differ diff --git a/WatercolorGames.Pong/obj/Debug/android/assets/System.ComponentModel.Composition.dll b/WatercolorGames.Pong/obj/Debug/android/assets/System.ComponentModel.Composition.dll new file mode 100644 index 0000000..e8d98ba Binary files /dev/null and b/WatercolorGames.Pong/obj/Debug/android/assets/System.ComponentModel.Composition.dll differ diff --git a/WatercolorGames.Pong/obj/Debug/android/assets/System.ComponentModel.Composition.pdb b/WatercolorGames.Pong/obj/Debug/android/assets/System.ComponentModel.Composition.pdb new file mode 100644 index 0000000..42981da Binary files /dev/null and b/WatercolorGames.Pong/obj/Debug/android/assets/System.ComponentModel.Composition.pdb differ diff --git a/WatercolorGames.Pong/obj/Debug/android/assets/System.Core.dll b/WatercolorGames.Pong/obj/Debug/android/assets/System.Core.dll new file mode 100644 index 0000000..7aee4a0 Binary files /dev/null and b/WatercolorGames.Pong/obj/Debug/android/assets/System.Core.dll differ diff --git a/WatercolorGames.Pong/obj/Debug/android/assets/System.Core.pdb b/WatercolorGames.Pong/obj/Debug/android/assets/System.Core.pdb new file mode 100644 index 0000000..e016c49 Binary files /dev/null and b/WatercolorGames.Pong/obj/Debug/android/assets/System.Core.pdb differ diff --git a/WatercolorGames.Pong/obj/Debug/android/assets/System.Net.Http.dll b/WatercolorGames.Pong/obj/Debug/android/assets/System.Net.Http.dll new file mode 100644 index 0000000..17a195d Binary files /dev/null and b/WatercolorGames.Pong/obj/Debug/android/assets/System.Net.Http.dll differ diff --git a/WatercolorGames.Pong/obj/Debug/android/assets/System.Net.Http.pdb b/WatercolorGames.Pong/obj/Debug/android/assets/System.Net.Http.pdb new file mode 100644 index 0000000..d45e958 Binary files /dev/null and b/WatercolorGames.Pong/obj/Debug/android/assets/System.Net.Http.pdb differ diff --git a/WatercolorGames.Pong/obj/Debug/android/assets/System.Runtime.Serialization.dll b/WatercolorGames.Pong/obj/Debug/android/assets/System.Runtime.Serialization.dll new file mode 100644 index 0000000..bf210a7 Binary files /dev/null and b/WatercolorGames.Pong/obj/Debug/android/assets/System.Runtime.Serialization.dll differ diff --git a/WatercolorGames.Pong/obj/Debug/android/assets/System.Runtime.Serialization.pdb b/WatercolorGames.Pong/obj/Debug/android/assets/System.Runtime.Serialization.pdb new file mode 100644 index 0000000..9db6baf Binary files /dev/null and b/WatercolorGames.Pong/obj/Debug/android/assets/System.Runtime.Serialization.pdb differ diff --git a/WatercolorGames.Pong/obj/Debug/android/assets/System.ServiceModel.Internals.dll b/WatercolorGames.Pong/obj/Debug/android/assets/System.ServiceModel.Internals.dll new file mode 100644 index 0000000..6bd8366 Binary files /dev/null and b/WatercolorGames.Pong/obj/Debug/android/assets/System.ServiceModel.Internals.dll differ diff --git a/WatercolorGames.Pong/obj/Debug/android/assets/System.ServiceModel.Internals.pdb b/WatercolorGames.Pong/obj/Debug/android/assets/System.ServiceModel.Internals.pdb new file mode 100644 index 0000000..82964fa Binary files /dev/null and b/WatercolorGames.Pong/obj/Debug/android/assets/System.ServiceModel.Internals.pdb differ diff --git a/WatercolorGames.Pong/obj/Debug/android/assets/System.Xml.Linq.dll b/WatercolorGames.Pong/obj/Debug/android/assets/System.Xml.Linq.dll new file mode 100644 index 0000000..6cb47d7 Binary files /dev/null and b/WatercolorGames.Pong/obj/Debug/android/assets/System.Xml.Linq.dll differ diff --git a/WatercolorGames.Pong/obj/Debug/android/assets/System.Xml.Linq.pdb b/WatercolorGames.Pong/obj/Debug/android/assets/System.Xml.Linq.pdb new file mode 100644 index 0000000..3b5075f Binary files /dev/null and b/WatercolorGames.Pong/obj/Debug/android/assets/System.Xml.Linq.pdb differ diff --git a/WatercolorGames.Pong/obj/Debug/android/assets/System.Xml.dll b/WatercolorGames.Pong/obj/Debug/android/assets/System.Xml.dll new file mode 100644 index 0000000..21f8d20 Binary files /dev/null and b/WatercolorGames.Pong/obj/Debug/android/assets/System.Xml.dll differ diff --git a/WatercolorGames.Pong/obj/Debug/android/assets/System.Xml.pdb b/WatercolorGames.Pong/obj/Debug/android/assets/System.Xml.pdb new file mode 100644 index 0000000..aa7b2c5 Binary files /dev/null and b/WatercolorGames.Pong/obj/Debug/android/assets/System.Xml.pdb differ diff --git a/WatercolorGames.Pong/obj/Debug/android/assets/System.dll b/WatercolorGames.Pong/obj/Debug/android/assets/System.dll new file mode 100644 index 0000000..45285b2 Binary files /dev/null and b/WatercolorGames.Pong/obj/Debug/android/assets/System.dll differ diff --git a/WatercolorGames.Pong/obj/Debug/android/assets/System.pdb b/WatercolorGames.Pong/obj/Debug/android/assets/System.pdb new file mode 100644 index 0000000..d85743d Binary files /dev/null and b/WatercolorGames.Pong/obj/Debug/android/assets/System.pdb differ diff --git a/WatercolorGames.Pong/obj/Debug/android/assets/WatercolorGames.Pong.dll b/WatercolorGames.Pong/obj/Debug/android/assets/WatercolorGames.Pong.dll new file mode 100644 index 0000000..9968590 Binary files /dev/null and b/WatercolorGames.Pong/obj/Debug/android/assets/WatercolorGames.Pong.dll differ diff --git a/WatercolorGames.Pong/obj/Debug/android/assets/WatercolorGames.Pong.dll.mdb b/WatercolorGames.Pong/obj/Debug/android/assets/WatercolorGames.Pong.dll.mdb new file mode 100644 index 0000000..a82d749 Binary files /dev/null and b/WatercolorGames.Pong/obj/Debug/android/assets/WatercolorGames.Pong.dll.mdb differ 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 @@ + + + + + +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ +
+
+
+
+ +
+ + +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+
+
+
+
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/WatercolorGames.Pong/obj/Debug/android/assets/mscorlib.dll b/WatercolorGames.Pong/obj/Debug/android/assets/mscorlib.dll new file mode 100644 index 0000000..3bada6c Binary files /dev/null and b/WatercolorGames.Pong/obj/Debug/android/assets/mscorlib.dll differ diff --git a/WatercolorGames.Pong/obj/Debug/android/assets/mscorlib.pdb b/WatercolorGames.Pong/obj/Debug/android/assets/mscorlib.pdb new file mode 100644 index 0000000..9cb2b57 Binary files /dev/null and b/WatercolorGames.Pong/obj/Debug/android/assets/mscorlib.pdb differ diff --git a/WatercolorGames.Pong/obj/Debug/android/bin/WatercolorGames.Pong.apk b/WatercolorGames.Pong/obj/Debug/android/bin/WatercolorGames.Pong.apk new file mode 100644 index 0000000..2aec543 Binary files /dev/null and b/WatercolorGames.Pong/obj/Debug/android/bin/WatercolorGames.Pong.apk differ diff --git a/WatercolorGames.Pong/obj/Debug/android/bin/classes.dex b/WatercolorGames.Pong/obj/Debug/android/bin/classes.dex new file mode 100644 index 0000000..a5f594b Binary files /dev/null and b/WatercolorGames.Pong/obj/Debug/android/bin/classes.dex differ diff --git a/WatercolorGames.Pong/obj/Debug/android/bin/classes.zip b/WatercolorGames.Pong/obj/Debug/android/bin/classes.zip new file mode 100644 index 0000000..92ecc88 Binary files /dev/null and b/WatercolorGames.Pong/obj/Debug/android/bin/classes.zip differ diff --git a/WatercolorGames.Pong/obj/Debug/android/bin/classes/md59e336b20c5f59a4196ec0611a339f132/AndroidGameActivity.class b/WatercolorGames.Pong/obj/Debug/android/bin/classes/md59e336b20c5f59a4196ec0611a339f132/AndroidGameActivity.class new file mode 100644 index 0000000..ca88eb6 Binary files /dev/null and b/WatercolorGames.Pong/obj/Debug/android/bin/classes/md59e336b20c5f59a4196ec0611a339f132/AndroidGameActivity.class differ diff --git a/WatercolorGames.Pong/obj/Debug/android/bin/classes/md59e336b20c5f59a4196ec0611a339f132/MonoGameAndroidGameView.class b/WatercolorGames.Pong/obj/Debug/android/bin/classes/md59e336b20c5f59a4196ec0611a339f132/MonoGameAndroidGameView.class new file mode 100644 index 0000000..20dbd6f Binary files /dev/null and b/WatercolorGames.Pong/obj/Debug/android/bin/classes/md59e336b20c5f59a4196ec0611a339f132/MonoGameAndroidGameView.class differ diff --git a/WatercolorGames.Pong/obj/Debug/android/bin/classes/md59e336b20c5f59a4196ec0611a339f132/OrientationListener.class b/WatercolorGames.Pong/obj/Debug/android/bin/classes/md59e336b20c5f59a4196ec0611a339f132/OrientationListener.class new file mode 100644 index 0000000..dc59521 Binary files /dev/null and b/WatercolorGames.Pong/obj/Debug/android/bin/classes/md59e336b20c5f59a4196ec0611a339f132/OrientationListener.class differ diff --git a/WatercolorGames.Pong/obj/Debug/android/bin/classes/md59e336b20c5f59a4196ec0611a339f132/ScreenReceiver.class b/WatercolorGames.Pong/obj/Debug/android/bin/classes/md59e336b20c5f59a4196ec0611a339f132/ScreenReceiver.class new file mode 100644 index 0000000..48abb81 Binary files /dev/null and b/WatercolorGames.Pong/obj/Debug/android/bin/classes/md59e336b20c5f59a4196ec0611a339f132/ScreenReceiver.class differ diff --git a/WatercolorGames.Pong/obj/Debug/android/bin/classes/md5ba40d894fac23818a7eeecdb5217ef4b/Activity1.class b/WatercolorGames.Pong/obj/Debug/android/bin/classes/md5ba40d894fac23818a7eeecdb5217ef4b/Activity1.class new file mode 100644 index 0000000..76b7369 Binary files /dev/null and b/WatercolorGames.Pong/obj/Debug/android/bin/classes/md5ba40d894fac23818a7eeecdb5217ef4b/Activity1.class differ diff --git a/WatercolorGames.Pong/obj/Debug/android/bin/classes/mono/MonoPackageManager.class b/WatercolorGames.Pong/obj/Debug/android/bin/classes/mono/MonoPackageManager.class new file mode 100644 index 0000000..4b597ea Binary files /dev/null and b/WatercolorGames.Pong/obj/Debug/android/bin/classes/mono/MonoPackageManager.class differ 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 new file mode 100644 index 0000000..dd6fade Binary files /dev/null and b/WatercolorGames.Pong/obj/Debug/android/bin/classes/mono/MonoPackageManager_Resources.class differ diff --git a/WatercolorGames.Pong/obj/Debug/android/bin/classes/mono/MonoRuntimeProvider.class b/WatercolorGames.Pong/obj/Debug/android/bin/classes/mono/MonoRuntimeProvider.class new file mode 100644 index 0000000..a1b2dc9 Binary files /dev/null and b/WatercolorGames.Pong/obj/Debug/android/bin/classes/mono/MonoRuntimeProvider.class differ 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 new file mode 100644 index 0000000..afd19df Binary files /dev/null and b/WatercolorGames.Pong/obj/Debug/android/bin/classes/mono/android/Seppuku.class differ 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 new file mode 100644 index 0000000..20a9328 Binary files /dev/null and b/WatercolorGames.Pong/obj/Debug/android/bin/classes/mono/android/app/ApplicationRegistration.class differ 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 new file mode 100644 index 0000000..72e7bbc Binary files /dev/null and b/WatercolorGames.Pong/obj/Debug/android/bin/classes/mono/android/app/NotifyTimeZoneChanges.class differ 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 new file mode 100644 index 0000000..1e64421 Binary files /dev/null and b/WatercolorGames.Pong/obj/Debug/android/bin/classes/watercolorgames/pong/R$attr.class differ 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 new file mode 100644 index 0000000..584a244 Binary files /dev/null and b/WatercolorGames.Pong/obj/Debug/android/bin/classes/watercolorgames/pong/R$drawable.class differ 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 new file mode 100644 index 0000000..c9d7113 Binary files /dev/null and b/WatercolorGames.Pong/obj/Debug/android/bin/classes/watercolorgames/pong/R$string.class differ 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 new file mode 100644 index 0000000..3270920 Binary files /dev/null and b/WatercolorGames.Pong/obj/Debug/android/bin/classes/watercolorgames/pong/R$style.class differ 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 new file mode 100644 index 0000000..3d95284 Binary files /dev/null and b/WatercolorGames.Pong/obj/Debug/android/bin/classes/watercolorgames/pong/R.class differ diff --git a/WatercolorGames.Pong/obj/Debug/android/bin/mono.android.jar b/WatercolorGames.Pong/obj/Debug/android/bin/mono.android.jar new file mode 100644 index 0000000..34da1ac Binary files /dev/null and b/WatercolorGames.Pong/obj/Debug/android/bin/mono.android.jar differ diff --git a/WatercolorGames.Pong/obj/Debug/android/bin/packaged_resources b/WatercolorGames.Pong/obj/Debug/android/bin/packaged_resources new file mode 100644 index 0000000..c51f9a2 Binary files /dev/null and b/WatercolorGames.Pong/obj/Debug/android/bin/packaged_resources differ 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 @@ + + + + + + + + + + + + + + + + + + + + + + + + \ 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 new file mode 100644 index 0000000..4f63835 Binary files /dev/null and b/WatercolorGames.Pong/obj/Debug/android/typemap.jm differ diff --git a/WatercolorGames.Pong/obj/Debug/android/typemap.mj b/WatercolorGames.Pong/obj/Debug/android/typemap.mj new file mode 100644 index 0000000..d0c4a2d Binary files /dev/null and b/WatercolorGames.Pong/obj/Debug/android/typemap.mj differ 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; + } +} diff --git a/WatercolorGames.Pong/obj/Debug/android_debug_keystore.flag b/WatercolorGames.Pong/obj/Debug/android_debug_keystore.flag new file mode 100644 index 0000000..e69de29 diff --git a/WatercolorGames.Pong/obj/Debug/assets/Content/Fonts/MainBody.xnb b/WatercolorGames.Pong/obj/Debug/assets/Content/Fonts/MainBody.xnb new file mode 100644 index 0000000..542f625 Binary files /dev/null and b/WatercolorGames.Pong/obj/Debug/assets/Content/Fonts/MainBody.xnb differ diff --git a/WatercolorGames.Pong/obj/Debug/assets/Content/Fonts/Score.xnb b/WatercolorGames.Pong/obj/Debug/assets/Content/Fonts/Score.xnb new file mode 100644 index 0000000..d6f2ccb Binary files /dev/null and b/WatercolorGames.Pong/obj/Debug/assets/Content/Fonts/Score.xnb differ diff --git a/WatercolorGames.Pong/obj/Debug/assets/Content/Fonts/TimeLeft.xnb b/WatercolorGames.Pong/obj/Debug/assets/Content/Fonts/TimeLeft.xnb new file mode 100644 index 0000000..e73c033 Binary files /dev/null and b/WatercolorGames.Pong/obj/Debug/assets/Content/Fonts/TimeLeft.xnb differ diff --git a/WatercolorGames.Pong/obj/Debug/assets/Content/SFX/typesound.xnb b/WatercolorGames.Pong/obj/Debug/assets/Content/SFX/typesound.xnb new file mode 100644 index 0000000..cfbf67d Binary files /dev/null and b/WatercolorGames.Pong/obj/Debug/assets/Content/SFX/typesound.xnb differ diff --git a/WatercolorGames.Pong/obj/Debug/assets/Content/SFX/writesound.xnb b/WatercolorGames.Pong/obj/Debug/assets/Content/SFX/writesound.xnb new file mode 100644 index 0000000..b947619 Binary files /dev/null and b/WatercolorGames.Pong/obj/Debug/assets/Content/SFX/writesound.xnb differ diff --git a/WatercolorGames.Pong/obj/Debug/build.props b/WatercolorGames.Pong/obj/Debug/build.props new file mode 100644 index 0000000..79fd07c --- /dev/null +++ b/WatercolorGames.Pong/obj/Debug/build.props @@ -0,0 +1,22 @@ +BundleAssemblies=false +AotAssemblies=false +AndroidAotMode= +ExplicitCrunch=False +EnableProguard= +UseSharedRuntime=true +EmbedAssembliesIntoApk=false +AndroidLinkMode=Full +AndroidLinkSkip= +AndroidSdkBuildToolsVersion=23.0.0 +AndroidSdkPath= +AndroidNdkPath= +JavaSdkPath= +AndroidSequencePointsMode=None +XamarinAndroidVersion=8.2.0-15 +MonoSymbolArchive=False +AndroidUseLatestPlatformSdk=false +TargetFrameworkVersion=v6.0 +AndroidCreatePackagePerAbi=false +OS=Windows_NT +DesignTimeBuild= +AndroidIncludeDebugSymbols=True diff --git a/WatercolorGames.Pong/obj/Debug/designtime/libraryimports.cache b/WatercolorGames.Pong/obj/Debug/designtime/libraryimports.cache new file mode 100644 index 0000000..d74d7c0 --- /dev/null +++ b/WatercolorGames.Pong/obj/Debug/designtime/libraryimports.cache @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/WatercolorGames.Pong/obj/Debug/designtime/libraryprojectimports.cache b/WatercolorGames.Pong/obj/Debug/designtime/libraryprojectimports.cache new file mode 100644 index 0000000..dca4084 --- /dev/null +++ b/WatercolorGames.Pong/obj/Debug/designtime/libraryprojectimports.cache @@ -0,0 +1,14 @@ + + + + + C:\Users\Michael\source\repos\WatercolorGames.Pong\WatercolorGames.Pong\obj\Debug\lp\0\jl\res + + + obj\Debug\lp\0\jl\assets + + + + C:\Users\Michael\source\repos\WatercolorGames.Pong\WatercolorGames.Pong\obj\Debug\lp\0.stamp + + \ No newline at end of file diff --git a/WatercolorGames.Pong/obj/Debug/devices.cache b/WatercolorGames.Pong/obj/Debug/devices.cache new file mode 100644 index 0000000..87aa662 --- /dev/null +++ b/WatercolorGames.Pong/obj/Debug/devices.cache @@ -0,0 +1,7 @@ + + + + armeabi-v7a + 24 + + \ No newline at end of file diff --git a/WatercolorGames.Pong/obj/Debug/libraryimports.cache b/WatercolorGames.Pong/obj/Debug/libraryimports.cache new file mode 100644 index 0000000..d74d7c0 --- /dev/null +++ b/WatercolorGames.Pong/obj/Debug/libraryimports.cache @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/WatercolorGames.Pong/obj/Debug/libraryprojectimports.cache b/WatercolorGames.Pong/obj/Debug/libraryprojectimports.cache new file mode 100644 index 0000000..dca4084 --- /dev/null +++ b/WatercolorGames.Pong/obj/Debug/libraryprojectimports.cache @@ -0,0 +1,14 @@ + + + + + C:\Users\Michael\source\repos\WatercolorGames.Pong\WatercolorGames.Pong\obj\Debug\lp\0\jl\res + + + obj\Debug\lp\0\jl\assets + + + + C:\Users\Michael\source\repos\WatercolorGames.Pong\WatercolorGames.Pong\obj\Debug\lp\0.stamp + + \ No newline at end of file diff --git a/WatercolorGames.Pong/obj/Debug/link.flag b/WatercolorGames.Pong/obj/Debug/link.flag new file mode 100644 index 0000000..e69de29 diff --git a/WatercolorGames.Pong/obj/Debug/linksrc/Java.Interop.dll b/WatercolorGames.Pong/obj/Debug/linksrc/Java.Interop.dll new file mode 100644 index 0000000..3685651 Binary files /dev/null and b/WatercolorGames.Pong/obj/Debug/linksrc/Java.Interop.dll differ diff --git a/WatercolorGames.Pong/obj/Debug/linksrc/Mono.Android.dll b/WatercolorGames.Pong/obj/Debug/linksrc/Mono.Android.dll new file mode 100644 index 0000000..94b9814 Binary files /dev/null and b/WatercolorGames.Pong/obj/Debug/linksrc/Mono.Android.dll differ diff --git a/WatercolorGames.Pong/obj/Debug/linksrc/Mono.Android.pdb b/WatercolorGames.Pong/obj/Debug/linksrc/Mono.Android.pdb new file mode 100644 index 0000000..a77c3c2 Binary files /dev/null and b/WatercolorGames.Pong/obj/Debug/linksrc/Mono.Android.pdb differ diff --git a/WatercolorGames.Pong/obj/Debug/linksrc/Mono.Security.dll b/WatercolorGames.Pong/obj/Debug/linksrc/Mono.Security.dll new file mode 100644 index 0000000..48aadbd Binary files /dev/null and b/WatercolorGames.Pong/obj/Debug/linksrc/Mono.Security.dll differ diff --git a/WatercolorGames.Pong/obj/Debug/linksrc/Mono.Security.pdb b/WatercolorGames.Pong/obj/Debug/linksrc/Mono.Security.pdb new file mode 100644 index 0000000..dfc9716 Binary files /dev/null and b/WatercolorGames.Pong/obj/Debug/linksrc/Mono.Security.pdb differ diff --git a/WatercolorGames.Pong/obj/Debug/linksrc/MonoGame.Framework.dll b/WatercolorGames.Pong/obj/Debug/linksrc/MonoGame.Framework.dll new file mode 100644 index 0000000..c99c020 Binary files /dev/null and b/WatercolorGames.Pong/obj/Debug/linksrc/MonoGame.Framework.dll differ diff --git a/WatercolorGames.Pong/obj/Debug/linksrc/OpenTK-1.0.dll b/WatercolorGames.Pong/obj/Debug/linksrc/OpenTK-1.0.dll new file mode 100644 index 0000000..839aac5 Binary files /dev/null and b/WatercolorGames.Pong/obj/Debug/linksrc/OpenTK-1.0.dll differ diff --git a/WatercolorGames.Pong/obj/Debug/linksrc/OpenTK-1.0.pdb b/WatercolorGames.Pong/obj/Debug/linksrc/OpenTK-1.0.pdb new file mode 100644 index 0000000..da830a3 Binary files /dev/null and b/WatercolorGames.Pong/obj/Debug/linksrc/OpenTK-1.0.pdb differ diff --git a/WatercolorGames.Pong/obj/Debug/linksrc/System.Collections.Concurrent.dll b/WatercolorGames.Pong/obj/Debug/linksrc/System.Collections.Concurrent.dll new file mode 100644 index 0000000..09b8491 Binary files /dev/null and b/WatercolorGames.Pong/obj/Debug/linksrc/System.Collections.Concurrent.dll differ diff --git a/WatercolorGames.Pong/obj/Debug/linksrc/System.Collections.dll b/WatercolorGames.Pong/obj/Debug/linksrc/System.Collections.dll new file mode 100644 index 0000000..8142c94 Binary files /dev/null and b/WatercolorGames.Pong/obj/Debug/linksrc/System.Collections.dll differ diff --git a/WatercolorGames.Pong/obj/Debug/linksrc/System.ComponentModel.Composition.dll b/WatercolorGames.Pong/obj/Debug/linksrc/System.ComponentModel.Composition.dll new file mode 100644 index 0000000..e8d98ba Binary files /dev/null and b/WatercolorGames.Pong/obj/Debug/linksrc/System.ComponentModel.Composition.dll differ diff --git a/WatercolorGames.Pong/obj/Debug/linksrc/System.ComponentModel.Composition.pdb b/WatercolorGames.Pong/obj/Debug/linksrc/System.ComponentModel.Composition.pdb new file mode 100644 index 0000000..42981da Binary files /dev/null and b/WatercolorGames.Pong/obj/Debug/linksrc/System.ComponentModel.Composition.pdb differ diff --git a/WatercolorGames.Pong/obj/Debug/linksrc/System.Core.dll b/WatercolorGames.Pong/obj/Debug/linksrc/System.Core.dll new file mode 100644 index 0000000..7aee4a0 Binary files /dev/null and b/WatercolorGames.Pong/obj/Debug/linksrc/System.Core.dll differ diff --git a/WatercolorGames.Pong/obj/Debug/linksrc/System.Core.pdb b/WatercolorGames.Pong/obj/Debug/linksrc/System.Core.pdb new file mode 100644 index 0000000..e016c49 Binary files /dev/null and b/WatercolorGames.Pong/obj/Debug/linksrc/System.Core.pdb differ diff --git a/WatercolorGames.Pong/obj/Debug/linksrc/System.Diagnostics.Debug.dll b/WatercolorGames.Pong/obj/Debug/linksrc/System.Diagnostics.Debug.dll new file mode 100644 index 0000000..690370f Binary files /dev/null and b/WatercolorGames.Pong/obj/Debug/linksrc/System.Diagnostics.Debug.dll differ diff --git a/WatercolorGames.Pong/obj/Debug/linksrc/System.Linq.dll b/WatercolorGames.Pong/obj/Debug/linksrc/System.Linq.dll new file mode 100644 index 0000000..d1a4fd5 Binary files /dev/null and b/WatercolorGames.Pong/obj/Debug/linksrc/System.Linq.dll differ diff --git a/WatercolorGames.Pong/obj/Debug/linksrc/System.Net.Http.dll b/WatercolorGames.Pong/obj/Debug/linksrc/System.Net.Http.dll new file mode 100644 index 0000000..17a195d Binary files /dev/null and b/WatercolorGames.Pong/obj/Debug/linksrc/System.Net.Http.dll differ diff --git a/WatercolorGames.Pong/obj/Debug/linksrc/System.Net.Http.pdb b/WatercolorGames.Pong/obj/Debug/linksrc/System.Net.Http.pdb new file mode 100644 index 0000000..d45e958 Binary files /dev/null and b/WatercolorGames.Pong/obj/Debug/linksrc/System.Net.Http.pdb differ diff --git a/WatercolorGames.Pong/obj/Debug/linksrc/System.Reflection.Extensions.dll b/WatercolorGames.Pong/obj/Debug/linksrc/System.Reflection.Extensions.dll new file mode 100644 index 0000000..063b612 Binary files /dev/null and b/WatercolorGames.Pong/obj/Debug/linksrc/System.Reflection.Extensions.dll differ diff --git a/WatercolorGames.Pong/obj/Debug/linksrc/System.Reflection.Primitives.dll b/WatercolorGames.Pong/obj/Debug/linksrc/System.Reflection.Primitives.dll new file mode 100644 index 0000000..1f37a6e Binary files /dev/null and b/WatercolorGames.Pong/obj/Debug/linksrc/System.Reflection.Primitives.dll differ diff --git a/WatercolorGames.Pong/obj/Debug/linksrc/System.Reflection.dll b/WatercolorGames.Pong/obj/Debug/linksrc/System.Reflection.dll new file mode 100644 index 0000000..987c3a2 Binary files /dev/null and b/WatercolorGames.Pong/obj/Debug/linksrc/System.Reflection.dll differ diff --git a/WatercolorGames.Pong/obj/Debug/linksrc/System.Runtime.Extensions.dll b/WatercolorGames.Pong/obj/Debug/linksrc/System.Runtime.Extensions.dll new file mode 100644 index 0000000..b65db38 Binary files /dev/null and b/WatercolorGames.Pong/obj/Debug/linksrc/System.Runtime.Extensions.dll differ diff --git a/WatercolorGames.Pong/obj/Debug/linksrc/System.Runtime.InteropServices.dll b/WatercolorGames.Pong/obj/Debug/linksrc/System.Runtime.InteropServices.dll new file mode 100644 index 0000000..3bd1604 Binary files /dev/null and b/WatercolorGames.Pong/obj/Debug/linksrc/System.Runtime.InteropServices.dll differ diff --git a/WatercolorGames.Pong/obj/Debug/linksrc/System.Runtime.Serialization.dll b/WatercolorGames.Pong/obj/Debug/linksrc/System.Runtime.Serialization.dll new file mode 100644 index 0000000..bf210a7 Binary files /dev/null and b/WatercolorGames.Pong/obj/Debug/linksrc/System.Runtime.Serialization.dll differ diff --git a/WatercolorGames.Pong/obj/Debug/linksrc/System.Runtime.Serialization.pdb b/WatercolorGames.Pong/obj/Debug/linksrc/System.Runtime.Serialization.pdb new file mode 100644 index 0000000..9db6baf Binary files /dev/null and b/WatercolorGames.Pong/obj/Debug/linksrc/System.Runtime.Serialization.pdb differ diff --git a/WatercolorGames.Pong/obj/Debug/linksrc/System.Runtime.dll b/WatercolorGames.Pong/obj/Debug/linksrc/System.Runtime.dll new file mode 100644 index 0000000..014cc75 Binary files /dev/null and b/WatercolorGames.Pong/obj/Debug/linksrc/System.Runtime.dll differ diff --git a/WatercolorGames.Pong/obj/Debug/linksrc/System.ServiceModel.Internals.dll b/WatercolorGames.Pong/obj/Debug/linksrc/System.ServiceModel.Internals.dll new file mode 100644 index 0000000..6bd8366 Binary files /dev/null and b/WatercolorGames.Pong/obj/Debug/linksrc/System.ServiceModel.Internals.dll differ diff --git a/WatercolorGames.Pong/obj/Debug/linksrc/System.ServiceModel.Internals.pdb b/WatercolorGames.Pong/obj/Debug/linksrc/System.ServiceModel.Internals.pdb new file mode 100644 index 0000000..82964fa Binary files /dev/null and b/WatercolorGames.Pong/obj/Debug/linksrc/System.ServiceModel.Internals.pdb differ diff --git a/WatercolorGames.Pong/obj/Debug/linksrc/System.Threading.dll b/WatercolorGames.Pong/obj/Debug/linksrc/System.Threading.dll new file mode 100644 index 0000000..0c09cbc Binary files /dev/null and b/WatercolorGames.Pong/obj/Debug/linksrc/System.Threading.dll differ diff --git a/WatercolorGames.Pong/obj/Debug/linksrc/System.Xml.Linq.dll b/WatercolorGames.Pong/obj/Debug/linksrc/System.Xml.Linq.dll new file mode 100644 index 0000000..6cb47d7 Binary files /dev/null and b/WatercolorGames.Pong/obj/Debug/linksrc/System.Xml.Linq.dll differ diff --git a/WatercolorGames.Pong/obj/Debug/linksrc/System.Xml.Linq.pdb b/WatercolorGames.Pong/obj/Debug/linksrc/System.Xml.Linq.pdb new file mode 100644 index 0000000..3b5075f Binary files /dev/null and b/WatercolorGames.Pong/obj/Debug/linksrc/System.Xml.Linq.pdb differ diff --git a/WatercolorGames.Pong/obj/Debug/linksrc/System.Xml.dll b/WatercolorGames.Pong/obj/Debug/linksrc/System.Xml.dll new file mode 100644 index 0000000..21f8d20 Binary files /dev/null and b/WatercolorGames.Pong/obj/Debug/linksrc/System.Xml.dll differ diff --git a/WatercolorGames.Pong/obj/Debug/linksrc/System.Xml.pdb b/WatercolorGames.Pong/obj/Debug/linksrc/System.Xml.pdb new file mode 100644 index 0000000..aa7b2c5 Binary files /dev/null and b/WatercolorGames.Pong/obj/Debug/linksrc/System.Xml.pdb differ diff --git a/WatercolorGames.Pong/obj/Debug/linksrc/System.dll b/WatercolorGames.Pong/obj/Debug/linksrc/System.dll new file mode 100644 index 0000000..45285b2 Binary files /dev/null and b/WatercolorGames.Pong/obj/Debug/linksrc/System.dll differ diff --git a/WatercolorGames.Pong/obj/Debug/linksrc/System.pdb b/WatercolorGames.Pong/obj/Debug/linksrc/System.pdb new file mode 100644 index 0000000..d85743d Binary files /dev/null and b/WatercolorGames.Pong/obj/Debug/linksrc/System.pdb differ diff --git a/WatercolorGames.Pong/obj/Debug/linksrc/WatercolorGames.Pong.dll b/WatercolorGames.Pong/obj/Debug/linksrc/WatercolorGames.Pong.dll new file mode 100644 index 0000000..9968590 Binary files /dev/null and b/WatercolorGames.Pong/obj/Debug/linksrc/WatercolorGames.Pong.dll differ diff --git a/WatercolorGames.Pong/obj/Debug/linksrc/WatercolorGames.Pong.dll.mdb b/WatercolorGames.Pong/obj/Debug/linksrc/WatercolorGames.Pong.dll.mdb new file mode 100644 index 0000000..a82d749 Binary files /dev/null and b/WatercolorGames.Pong/obj/Debug/linksrc/WatercolorGames.Pong.dll.mdb differ diff --git a/WatercolorGames.Pong/obj/Debug/linksrc/mscorlib.dll b/WatercolorGames.Pong/obj/Debug/linksrc/mscorlib.dll new file mode 100644 index 0000000..3bada6c Binary files /dev/null and b/WatercolorGames.Pong/obj/Debug/linksrc/mscorlib.dll differ diff --git a/WatercolorGames.Pong/obj/Debug/linksrc/mscorlib.pdb b/WatercolorGames.Pong/obj/Debug/linksrc/mscorlib.pdb new file mode 100644 index 0000000..9cb2b57 Binary files /dev/null and b/WatercolorGames.Pong/obj/Debug/linksrc/mscorlib.pdb differ diff --git a/WatercolorGames.Pong/obj/Debug/lp/0.stamp b/WatercolorGames.Pong/obj/Debug/lp/0.stamp new file mode 100644 index 0000000..e69de29 diff --git a/WatercolorGames.Pong/obj/Debug/lp/1.stamp b/WatercolorGames.Pong/obj/Debug/lp/1.stamp new file mode 100644 index 0000000..e69de29 diff --git a/WatercolorGames.Pong/obj/Debug/lp/map.cache b/WatercolorGames.Pong/obj/Debug/lp/map.cache new file mode 100644 index 0000000..75fff94 --- /dev/null +++ b/WatercolorGames.Pong/obj/Debug/lp/map.cache @@ -0,0 +1,2 @@ +MonoGame.Framework +System.Runtime diff --git a/WatercolorGames.Pong/obj/Debug/res/drawable/icon.png b/WatercolorGames.Pong/obj/Debug/res/drawable/icon.png new file mode 100644 index 0000000..f6f4f41 Binary files /dev/null and b/WatercolorGames.Pong/obj/Debug/res/drawable/icon.png differ diff --git a/WatercolorGames.Pong/obj/Debug/res/drawable/splash.png b/WatercolorGames.Pong/obj/Debug/res/drawable/splash.png new file mode 100644 index 0000000..2f86107 Binary files /dev/null and b/WatercolorGames.Pong/obj/Debug/res/drawable/splash.png differ diff --git a/WatercolorGames.Pong/obj/Debug/res/values/strings.xml b/WatercolorGames.Pong/obj/Debug/res/values/strings.xml new file mode 100644 index 0000000..fbd934a --- /dev/null +++ b/WatercolorGames.Pong/obj/Debug/res/values/strings.xml @@ -0,0 +1 @@ +Hello World, Click Me!ShiftOS PongWelcome to ShiftOS Pong.\n\nShiftOS was a game made by Philip Adams where the goal was to upgrade an experimental operating system using "Codepoints" to one usable as a daily driver.\n\nOne of the upgrades you could buy with Codepoints was a special version of the classic arcade game "Pong". This is that game.\n\nThe goal is simple - earn as many Codepoints as you can by beating the computer or surviving the level. Each level lasts one minute, and the higher the level, the more Codepoints you can earn - but the harder the game will get. Losing the ball will end your run!\n\nTap your screen to start playing. \ No newline at end of file diff --git a/WatercolorGames.Pong/obj/Debug/res/values/styles.xml b/WatercolorGames.Pong/obj/Debug/res/values/styles.xml new file mode 100644 index 0000000..de33812 --- /dev/null +++ b/WatercolorGames.Pong/obj/Debug/res/values/styles.xml @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/WatercolorGames.Pong/obj/Debug/resolved_assemblies.txt b/WatercolorGames.Pong/obj/Debug/resolved_assemblies.txt new file mode 100644 index 0000000..8899f73 --- /dev/null +++ b/WatercolorGames.Pong/obj/Debug/resolved_assemblies.txt @@ -0,0 +1,15 @@ +C:\Users\Michael\source\repos\WatercolorGames.Pong\WatercolorGames.Pong\obj\Debug\android\assets\WatercolorGames.Pong.dll +C:\Users\Michael\source\repos\WatercolorGames.Pong\WatercolorGames.Pong\obj\Debug\android\assets\Java.Interop.dll +C:\Users\Michael\source\repos\WatercolorGames.Pong\WatercolorGames.Pong\obj\Debug\android\assets\Mono.Android.dll +C:\Users\Michael\source\repos\WatercolorGames.Pong\WatercolorGames.Pong\obj\Debug\android\assets\MonoGame.Framework.dll +C:\Users\Michael\source\repos\WatercolorGames.Pong\WatercolorGames.Pong\obj\Debug\android\assets\mscorlib.dll +C:\Users\Michael\source\repos\WatercolorGames.Pong\WatercolorGames.Pong\obj\Debug\android\assets\OpenTK-1.0.dll +C:\Users\Michael\source\repos\WatercolorGames.Pong\WatercolorGames.Pong\obj\Debug\android\assets\System.Core.dll +C:\Users\Michael\source\repos\WatercolorGames.Pong\WatercolorGames.Pong\obj\Debug\android\assets\System.dll +C:\Users\Michael\source\repos\WatercolorGames.Pong\WatercolorGames.Pong\obj\Debug\android\assets\System.Xml.dll +C:\Users\Michael\source\repos\WatercolorGames.Pong\WatercolorGames.Pong\obj\Debug\android\assets\System.Xml.Linq.dll +C:\Users\Michael\source\repos\WatercolorGames.Pong\WatercolorGames.Pong\obj\Debug\android\assets\System.Net.Http.dll +C:\Users\Michael\source\repos\WatercolorGames.Pong\WatercolorGames.Pong\obj\Debug\android\assets\System.Runtime.Serialization.dll +C:\Users\Michael\source\repos\WatercolorGames.Pong\WatercolorGames.Pong\obj\Debug\android\assets\System.ServiceModel.Internals.dll +C:\Users\Michael\source\repos\WatercolorGames.Pong\WatercolorGames.Pong\obj\Debug\android\assets\Mono.Security.dll +C:\Users\Michael\source\repos\WatercolorGames.Pong\WatercolorGames.Pong\obj\Debug\android\assets\System.ComponentModel.Composition.dll diff --git a/WatercolorGames.Pong/obj/Debug/resourcepaths.cache b/WatercolorGames.Pong/obj/Debug/resourcepaths.cache new file mode 100644 index 0000000..063d880 --- /dev/null +++ b/WatercolorGames.Pong/obj/Debug/resourcepaths.cache @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/WatercolorGames.Pong/obj/Debug/static.flag b/WatercolorGames.Pong/obj/Debug/static.flag new file mode 100644 index 0000000..e69de29 diff --git a/WatercolorGames.Pong/obj/Debug/strip.flag b/WatercolorGames.Pong/obj/Debug/strip.flag new file mode 100644 index 0000000..e69de29 diff --git a/WatercolorGames.Pong/obj/Debug/stub_application_data.txt b/WatercolorGames.Pong/obj/Debug/stub_application_data.txt new file mode 100644 index 0000000..96e4920 --- /dev/null +++ b/WatercolorGames.Pong/obj/Debug/stub_application_data.txt @@ -0,0 +1,2 @@ +android.app.Application +WatercolorGames.Pong diff --git a/WatercolorGames.Pong/obj/Debug/upload.flag b/WatercolorGames.Pong/obj/Debug/upload.flag new file mode 100644 index 0000000..e69de29 -- cgit v1.2.3